/* Minification failed. Returning unminified contents.
(3581,34): run-time error CSS1030: Expected identifier, found '.'
(3581,35): run-time error CSS1030: Expected identifier, found 'editor'
(3581,41): run-time error CSS1031: Expected selector, found ')'
(3581,41): run-time error CSS1025: Expected comma or open brace, found ')'
(11093,9): run-time error CSS1031: Expected selector, found ','
(11824,42): run-time error CSS1046: Expect comma, found '0'
(11824,46): run-time error CSS1046: Expect comma, found '/'
 */
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 100%;
}

body {
    color: #414141;
    font-size: .9em;
    font-weight: 300;
    font-family: 'Barlow';
    margin: 0;
    padding: 0;
    height: 100%;
}

.text-align-center {
    text-align: center;
}

input, textarea, select, button {
    /*font-size: .75em;*/
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    letter-spacing: 0.5px;
    font-family: 'Barlow';
    color: #414141;
    border: none;
}

.form-row .error,
.form-row .error input,
.form-row .error li {
    background-color: #fdb913 !important;
    color: #fff !important;
}

/*error window*/
.errorWindow {
    position: absolute;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #5b5b59;
    color: #5b5b59;
    max-width: 220px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    cursor: default;
    z-index: 1;
}

    .errorWindow .errorWindowArrow {
        border-color: transparent transparent #fff;
        border-width: 0 8px 8px;
        top: -8px;
        left: 46%;
        position: absolute;
        height: 0;
        overflow: hidden;
        border-style: solid;
    }

button {
    padding: 3px;
    border: 2px solid #417CE4;
}

.closed-search-results .closed-action, .o-note1-search-results .onote1-action {
    text-transform: uppercase;
    color: #EF3147;
    font-size: 26px;
    font-weight: bold;
}

.catalog-texts, .catalog-texts span, .catalog-texts div, .catalog-texts ul, .catalog-texts ul li, .catalog-texts h1, .catalog-texts h2, .catalog-texts h3,
.catalog-texts h4, .catalog-texts h5, .catalog-texts h6 {
    font-family: 'Barlow' !important;
}

.k-menu .k-animation-container .k-menu-group {
    padding: 5px 0 !important;
}

.big-offers-line {
    background-color: #FFD940;
    height: 10px;
    position: relative;
    margin-bottom: -10px;
    z-index: 2;
    margin-top: 5px;
}

.logo {
    width: 270px;
    height: 60px;
}

.content-wrapper-w.geography-detail, .content-wrapper-w.geography-detail-down, .content-wrapper-w.geography-detail-down-down {
    width: 1042px;
    margin: 0;
}

.div-table > .p-row {
    min-height: 40px;
    border-bottom: 1px dashed #034593;
}

.div-table.guidesAdmin > .p-row {
    min-height: unset;
    padding: 0 0 10px 0;
    border-bottom: none;
}

    .div-table.guidesAdmin > .p-row h1 {
        margin: 0;
    }

.form.guides-form form .div-table.guidesAdmin .p-row {
    margin-top: 0;
}

.div-table > .p-row.catalogs {
    border-bottom: none;
}

.bold.fontSize18 {
    font-weight: bold;
    font-size: 18px;
}

.padding20 {
    padding: 20px;
}

textarea.input-validation-error, .error {
    color: #C61D22;
    box-shadow: 0 0 8px #c61d22;
    border-color: #C61D22 !important
}

.a-button {
    background-color: #417CE4;
    padding: 5px;
    color: #FFF !important;
    font-size: 15px;
    font-weight: bold;
    max-width: 120px;
    width: 100%;
    box-sizing: border-box;
}

    .a-button.remove {
        background-color: #FFF;
        border: 2px solid #417CE4;
        color: #414141 !important;
        padding: 3px;
    }

b {
    font-weight: 600;
}

a {
    color: #014a83;
    outline: none;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:link, a:visited,
    a:active, a:hover {
        color: #417CE4;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
}

.orange {
    color: #EF3147;
}

.blueColor {
    color: #417CE4;
}

    .blueColor.book-Info {
        font-size: 25px;
    }


#ShowMobileSearch {
    display: none;
}

.menu {
    position: relative;
}

    .menu.top {
        border: 1px solid #E8E8E8;
    }

    .menu.top, .menu.bottom {
        height: 61px;
        width: 1232px;
        position: relative;
        float: right;
        /*position:absolute;
    right:0;*/
        align-items: center;
        display: flex;
        padding: 20px;
    }

    .menu.bottom {
        background-color: #FFF;
    }


    .menu.top .textTitle {
        font-size: 18px;
        color: #22457A;
        display: inline-block;
        line-height: 35px;
    }

.float-left {
    float: left;
}

.global-search.display-inline-block.vaMiddle {
    width: 306px;
    max-height: 36px;
    height: 36px;
    padding: 5px;
    border: 1px solid #EFEFEF;
}

.global-search::placeholder {
    font-size: 14px;
    color: #BABABA;
}

.cursor-pointer {
    cursor: pointer;
}

.green-button {
    height: 36px;
    width: 164px;
    border: 2px solid #FFD940;
    background-color: #FFF;
    display: block;
    cursor: pointer;
    position: relative;
    color: #414141;
}

.green-button-tour {
    height: 36px;
    width: 164px;
    border: 2px solid #FFD940;
    background-color: #FFF;
    display: block;
    cursor: pointer;
    position: relative;
    color: #414141;
    position: absolute;
    right: 0;
}

.green-buttonSelected, .green-button.selected,
.tab-box.date-box .tab-content .tour-dates .button-c a:hover, .tab-box.date-box .tab-content .tour-datesAtyp .button-c a:hover {
    background: #FFD940;
    border: 2px solid #FFD940;
    height: 40px;
    width: 168px;
    display: block;
    cursor: pointer;
    position: relative;
    color: #414141;
    box-sizing: border-box;
}

.desktop-topSearcher {
    display: inline-block;
    position: relative;
    margin-right:20px;
}

/*zobrazeni vyskakovaci html view v novem telerik editoru*/
.k-editor-dialog textarea {
    min-height: 260px;
}

.search-glass {
    background-image: url('../Images/valaska-icon-hledat.svg');
    width: 17px;
    height: 17px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}

.menu .partners {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #000;
    /*padding: 0 74px 0 69px;*/
    padding: 0 20px;
}

.menu.top .infoLinka {
    display: inline-block;
    position: relative;
    color: #417CE4;
    font-size: 23px;
    font-weight: bold;
    vertical-align: middle;
}

.k-calendar .k-link {
    font-weight: 700 !important;
}

.k-calendar-td.k-disabled .k-link {
    font-weight: 400 !important;
}

.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-notification, .k-numerictextbox, .k-datepicker, .k-numeric-wrap, .k-colorpicker, .k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
    border-radius: 7px !important;
}

span[role=button].k-select {
    left: 0;
    border-left: 0;
    border-right: 1px solid rgb(231, 231, 231);
    border-radius: 0;
}

.k-datepicker {
    padding-left: 35px;
    padding-right: 0;
}

.k-datepicker {
    background-image: url(../Images/valaska-rozcestnik-termin.svg) !important;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: left;
}

.k-calendar .k-header {
    color: #ffffff;
}

.k-calendar .k-calendar-view .k-today .k-link {
    color: #ffffff !important;
    background-color: #007bff !important;
}
.k-button-flat-primary {
    color: #007bff !important;
    font-weight:bold;
}

.menu.top .infoLinka .phoneImage {
    height: 17px;
    width: 17px;
}

.partners-f {
    background-image: url('../Images/valaska-icon-prihlaseni.svg');
    width: 22px;
    height: 16px;
}

.p-row.menu.top .col-type.w100 {
    vertical-align: middle;
}

.float-right {
    float: right;
}

.partners {
    font-size: 14px;
}

.content-wrapper-w.geography-detail-down-down .picture-list .col-type {
    max-width: 198px;
    margin-right: 13px;
}

    .content-wrapper-w.geography-detail-down-down .picture-list .col-type.last {
        margin-right: 0;
    }

.displayNone {
    display: none;
}

.float-none {
    float: none;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.pos-rel {
    position: relative;
}

.displayOly767 {
    display: none;
}

.pos-abs {
    position: absolute;
}

.clear {
    clear: both;
    visibility: hidden;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6, .h1 {
    margin-bottom: 0;
    padding-bottom: 0;
}

h1, .h1 {
    font-size: 2em;
    font-weight: 500;
}

.h1 {
    display: inline-block;
}

h2 {
    font-size: 1.75em;
    font-weight: 500;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin: 0 !important;
    display: block;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

h5, h6 {
    font-size: 0.9em;
    margin: 0 0 2px 0 !important;
    font-style: italic;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

div, section, article, p, h1, h2, h3, h4, h5, h6, .h1 {
    box-sizing: border-box;
}


.k-dateinput .k-select, .k-datepicker .k-select, .k-datetimepicker .k-select, .k-timepicker .k-select {
    background-color: #FFF !important;
    padding: 0;
}

.k-datepicker.k-state-default.k-state-hover {
    border-color: none !important;
    box-shadow: none !important;
}
/*telerik grid start*/
.reviews-table .k-pager-nav + .k-pager-nav, .reviews-table .k-pager-nav + .k-pager-numbers-wrap, .reviews-table .k-pager-numbers-wrap + .k-pager-nav, .k-pager-numbers > li + li {
    margin-left: -1px;
}

.reviews-table .k-icon, .reviews-table .k-tool-icon, .reviews-table .k-grouping-dropclue, .reviews-table .k-drop-hint, .reviews-table .k-column-menu .k-sprite,
.reviews-table .k-grid-mobile .k-resize-handle-inner:before, .reviews-table .k-grid-mobile .k-resize-handle-inner:after, .reviews-table .k-pager-numbers .k-current-page .k-link:after,
.reviews-table .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after, .reviews-table .k-gantt-views > .k-current-view > .k-link:after,
.menu .k-icon, .menu .k-tool-icon, .menu .k-grouping-dropclue, .menu .k-drop-hint, .menu .k-column-menu .k-sprite,
.menu .k-grid-mobile .k-resize-handle-inner:before, .menu .k-grid-mobile .k-resize-handle-inner:after, .menu .k-pager-numbers .k-current-page .k-link:after,
.menu .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after, .menu .k-gantt-views > .k-current-view > .k-link:after {
    background-image: none !important;
}

.reviews-table .k-pager-numbers .k-link.k-state-selected:hover, .reviews-table.k-grid-pager .k-link, .reviews-table .k-grid-pager .k-link:link:hover {
    border-color: #007bff;
    color: #FFF;
    background-color: #007bff;
}

.k-grid .k-radio, .k-grid input.k-checkbox, .k-filter-menu .k-radio, .k-filter-menu input.k-checkbox {
    opacity: 1 !important;
}

.k-grid input[type="checkbox"], .k-filter-menu input[type="checkbox"] {
    border: 1px solid darkgray;
}

.k-dropdown-wrap .k-input {
    min-height: 30px !important;
}

form.k-filter-menu .k-textbox {
    width: auto !important;
}

.k-checkbox-label:before {
    display: none;
}

.k-filter-menu-container .k-label.k-checkbox-label span {
    margin: 0 0 0 20px;
}

.k-group, .k-flatcolorpicker.k-group, .k-menu, .k-menu .k-group, .k-popup.k-context-menu {
    color: #000 !important;
}

.k-grid .k-checkbox, .k-filter-menu .k-checkbox {
    width: 1rem !important;
    height: 1rem !important;
    border-radius: .25rem;
    margin: 0;
    padding: 0;
    line-height: initial;
    outline: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.reviews-table .k-checkbox-label:before {
    display: none;
}

/*.k-button, .k-button-primary, .k-button.k-primary { rozbije datepicker na titulce
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
    color: #FFF !important;
}*/

#SearcherDatePicker button {
    display: none;
}

.k-button-secondary {
    background-color: #EF3147 !important;
    border-color: #EF3147 !important;
    color: #FFF !important;
}

.reviews-table .k-grid-pager {
    border-color: #dee2e6;
    color: #212529;
    background-color: #f8f9fa;
}

.reviews-table .k-pager-wrap {
    padding: .375rem .375rem;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: default;
    flex: 0 0 auto;
    -webkit-tap-highlight-color: transparent;
}

.reviews-table .k-pager-nav.k-link, .reviews-table .k-pager-refresh {
    border-color: #dee2e6;
    color: #007bff;
    background-color: #FFF;
}

.reviews-table .k-grid .k-grouping-header {
    border-color: #dee2e6;
    color: #212529;
    background-color: #f8f9fa;
}

.reviews-table .k-grid .k-toolbar {
    background-color: #f8f9fa;
}

.reviews-table .k-grid tr.k-state-selected, .reviews-table .k-grid td.k-state-selected, .reviews-table .k-state-selected,
.reviews-table .k-grid td.k-state-selected.k-state-focused, .reviews-table .k-state-selected.k-line {
    background-color: unset !important;
}

    .reviews-table .k-grid td.k-state-selected, .reviews-table .k-grid tr.k-state-selected > td {
        color: #212529;
        border-color: #FFF;
        background-color: rgba(0,123,255,.25);
    }

.k-pager-numbers .k-link.k-state-selected {
    background-color: #007bff !important;
}

.reviews-table .k-grid-header .k-header .k-link, .reviews-table .k-grid-header .k-header, .reviews-table .k-grid-header .k-link, .reviews-table .k-grid-header .k-link:link,
.reviews-table .k-pager-info, .reviews-table .k-scheduler-header, .reviews-table .k-scheduler-agendaview .k-scheduler-datecolumn {
    color: #414141;
}
/*telerik grid end*/
/* main layout
----------------------------------------------------------*/
.master {
    width: 100%;
    height: 100%;
}

.content-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1496px;
}

.content-wrapper-w {
    margin: 0 auto;
    width: 100%;
    max-width: 1496px;
}

content-wrapper-w.geography-detail-down-down {
    max-width: 1042px;
}

.content-wrapper.booking-result {
    max-width: 1047px;
    margin: 0;
}

#body {
    clear: both;
    margin-bottom: 24px;
}

.main-content {
    background-color: #fff;
    padding: 0 2px;
}

#body .main-content {
    background-color: #fff;
}

/*header {
    height:0 !important;
}*/

header.all {
    height: 130px;
    background-color: #FFF;
}

    header.all .header-content {
        height: 61px;
    }

    header.all hr {
        height: 3px;
        width: 100%;
        border: 0;
        margin: 0;
        background-color: #0f2f84;
    }

header.home-page {
}

header .content-wrapper {
    padding: 0;
}

header .header-content {
    height: 103px;
    box-sizing: border-box;
    position: relative;
}

header .main-logo {
    position: absolute;
    left: 0px;
    top: 17px;
    z-index: 1;
}

header .max-width137 {
    max-width: 137px;
}

.offers .offer .col-type.w100:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(30deg, rgba(0, 0, 0, 0.6222864146) 0%, rgba(0, 0, 0, 0) 60%);
}

header .max-width240 {
    max-width: 240px;
}

header .max-widht225 {
    max-width: 210px;
}

header .info-hotel-header {
}

    header .info-hotel-header .info-hotel-image {
        background-image: url('../Images/infotel_white.png');
        width: 200px;
        height: 50px;
    }



    header .info-hotel-header .image-arrow-header {
        background-image: url('../Images/navi_white.png');
        width: 16px;
        height: 10px;
        margin: 15px 0 0 4px;
    }

        header .info-hotel-header .image-arrow-header:hover {
            background-image: url('../Images/navionmous_white.png');
            width: 16px;
            height: 10px;
            margin: 15px 0 0 4px;
        }

header .images-header {
    margin-left: 70px;
}

    header .images-header .header-images {
        /*margin-right:60px;*/
    }

header .header-images .fb {
    background-image: url('../Images/face_white_head.png');
    width: 40px;
    height: 25px;
}

    header .header-images .fb:hover {
        background-image: url('../Images/face_white_onmous_head.png');
        width: 40px;
        height: 25px;
    }

.big-offers .headUnderFilter {
    width: 100%;
}

header .header-images .youtube {
    background-image: url('../Images/youtube_white_head.png');
    width: 35px;
    height: 25px;
}

    header .header-images .youtube:hover {
        background-image: url('../Images/youtube_white_onmous_head.png');
        width: 35px;
        height: 25px;
    }

header .header-images .insta {
    background-image: url('../Images/insta_white__head.png');
    width: 35px;
    height: 25px;
}

    header .header-images .insta:hover {
        background-image: url('../Images/insta_white_onmous_head.png');
        width: 35px;
        height: 25px;
    }

footer ._catalogs {
    min-width: 213px;
}

footer .newsletter-footer label {
    font-size: 14px;
    color: #FFF;
    font-style: italic;
    font-weight: 400;
    padding-right: 10px;
}

footer .newsletter-footer input {
    width: 194px;
    height: 36px;
    max-height: 36px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
}

    footer .newsletter-footer input::placeholder {
        color: #BABABA;
        font-style: italic;
        font-size: 14px;
    }

footer .newsletter-footer button {
    width: 113px;
    height: 36px;
    background-color: #FFD940;
    border-radius: 3px;
    border: 1px solid #FFD940;
    margin-left: 7px;
    text-align: center;
    font-weight: 500;
    color: #414141;
    cursor: pointer;
}

footer .footersecond .content-wrapper.footer-content-wraper {
    background-color: #22457A;
}

footer ._catalogs .downloadCatalog {
    font-size: 14px;
    text-align: center;
    font-style: italic;
}

    footer ._catalogs .downloadCatalog a {
        color: #414141;
    }

footer .main-logo {
    position: absolute;
    top: -35px;
}

header .header-images .wall {
    background-image: url('../Images/wall_white__head.png');
    width: 40px;
    height: 25px;
}

    header .header-images .wall:hover {
        background-image: url('../Images/wall_white_onmous_head.png');
        width: 40px;
        height: 25px;
    }

header .header-images .mail {
    background-image: url('../Images/mail_white_head.png');
    width: 40px;
    height: 25px;
}

    header .header-images .mail:hover {
        background-image: url('../Images/mail_white_onmous_head.png');
        width: 40px;
        height: 25px;
    }

header .header-images .share {
    background-image: url('../Images/share_white_head.png');
    width: 35px;
    height: 25px;
}

    header .header-images .share:hover {
        background-image: url('../Images/share_white_onmous_head.png');
        width: 35px;
        height: 25px;
    }

header .header-images .wish {
    background-image: url('../Images/wish_white_head.png');
    width: 40px;
    height: 25px;
}

    header .header-images .wish:hover {
        background-image: url('../Images/wish_white_onmous_head.png');
        width: 40px;
        height: 25px;
    }

header .header-images .wish-full {
    background-image: url('../Images/wish_red_head.png');
    width: 40px;
    height: 25px;
    position: relative;
    cursor: pointer;
}

    header .header-images .wish-full:hover {
        background-image: url('../Images/wish_red_head.png');
        width: 40px;
        height: 25px;
    }

    header .header-images .wish-full .wish-count {
        text-align: center;
        position: absolute;
        top: 5px;
        left: 17px;
        color: #fff;
        font-size: 13px;
    }

    header .header-images .wish-full:hover .wish-count {
        font-weight: 700;
    }

header .floatRihgt {
    float: right;
}

header .header-login-clients {
}

header .login-key {
    background-image: url('../Images/key_white_.png');
    width: 25px;
    height: 25px;
}

.guides-overview .guides {
    padding: 15px 0;
}

.offers.content-wrapper.white-box {
    color: #414141;
}

.displayNone.display650.help-tip {
    display: none;
}

.errorReviewsClients {
    color: #e43216;
}

.a-button-reviewsClients {
    background-color: #417CE4;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    color: #FFF !important;
    text-align: center;
    border-radius: 3px;
}

.borderBotton {
    border-bottom: 1px solid #d3d3d3;
    box-shadow: inset 0 0 0 1px #fff;
}

.guide-overview .guide, .review-overview .review {
    margin-top: 10px;
}

    .guide-overview .guide .title-guide, .review-overview .review .title-review, .guides-overview .guides .title-guide, .reviews-overview .reviews .title-guide {
        border-bottom: 4px solid #0580BD;
    }

.guides-overview .guides .other-title, .reviews-overview .reviews .other-title {
    color: #008DD2;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

.guide-overview .guide .other-title {
    font-size: 18px;
    font-weight: bold;
}

.reviewClient .content-background {
    padding: 20px;
}

.reviewClient h2, .reviewsClients h2 {
    margin-top: 0;
}

.reviewClient .title, .reviewsClients .title {
    margin-bottom: 5px;
    margin-top: 15px;
}

    .reviewClient .title h1, .reviewsClients .title h1 {
        color: #417CE4;
        font-weight: bold;
        margin: 0;
    }

.reviewClient .subTitle, .reviewsClients .subTitle {
    border-bottom: 2px solid #FFD940;
    margin: 10px 0;
}

.reviewClient .reviewLabel, .reviewsClients .label-reviewClientM, .reviewAdmin .label-reviewAdmin {
    font-size: 18px;
}

.reviewClient .textAreaDesc {
    height: 200px;
    max-height: 200px;
    border: 1px solid #000;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: #000;
}

.reviewsClients pre {
    margin: 0 !important;
    font-family: 'Barlow';
    white-space: break-spaces;
}

.reviewClient .button, .reviewAdmin .button {
    width: 113px;
    height: 36px;
    background-color: #FFD940;
    border-radius: 3px;
    border: 1px solid #FFD940;
    color: #000;
    cursor: pointer;
    text-align: center;
}

.back_to_my_tours {
    background-color: #DCDDD8;
    padding: 9px;
    color: #000 !important;
    border-radius: 3px;
}

.reviewClient .back_to_reviewsClientsManagement, .reviewAdmin .back_to_reviewsAdminManagement {
    background-color: #F0F0f0;
    padding: 9px;
    color: #000;
    border-radius: 3px;
}

.reviewsClients .table-reviewsClients .row-review-ClientM {
    border-bottom: 2px solid #000;
    padding: 15px 0;
}

.reviewsClients .div-reviewClientM, .reviewAdmin .div-reviewAdmin {
    background-color: #F0F0f0;
    border: 1px solid #DCDDD8;
    min-height: 30px;
    line-height: 30px;
    padding-left: 7px;
}

.reviewAdmin input, .div-reviewAdmin textarea {
    width: 100%;
    box-sizing: border-box;
    max-height: 30px;
    border: 1px solid #DCDDD8;
}

.reviewAdmin .readOnly {
    background-color: #F0F0f0;
}
/*
    nejak to tam skodilo
    
    .k-datepicker.k-state-hover {
    box-shadow: none !important;
}

.k-calendar .k-header {
    background-color: #034593 !important;
}

    .k-calendar .k-header .k-state-hover {
        background-color: #e43216 !important;
    }

.k-calendar .k-today {
    background-color: #034593 !important;
}

.k-widget.k-datepicker.k-header {
    border: 1px solid #004071;
    border-radius: 0px !important;
    font-size: 16px !important;
}

.k-datepicker .k-input, .k-timepicker .k-input {
    padding-top: 10px !important;

.k-menu .k-animation-container .k-menu-group {
    padding: 5px 0 !important;
}
}*/
#Date_TouDates .k-datepicker.k-header {
    border: none !important;
    font-size: 15px !important;
}

#Date_TouDates .k-datepicker .k-input {
    padding: 4px 0px 0px 10px !important;
}

.text-align-left {
    text-align: left;
}

.login {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.final-prices #FullPriceValue, .final-prices #OnlineFullPriceValue {
    color: #EF3147;
    font-size: 22px;
}

#info-wrapper {
    font-size: 18px !important;
}

.login .login-textboxes {
    border: 1px solid #034593;
    margin-bottom: 15px;
    min-width: 200px;
}

.login .display-inline-block .addAccount {
    font-size: 16px;
    font-weight: bold;
}

.login .loginInput input {
    padding: 0px !important;
}

.displayBig {
    display: inline-block;
}

.display767 {
    display: none;
}

header .login-key:hover {
    background-image: url('../Images/key_onmous_white.png');
    width: 25px;
    height: 25px;
}

header .clients-loginDiv:hover .login-key, header .header-login-partners:hover .login-key {
    background-image: url('../Images/key_onmous_white.png');
    width: 25px;
    height: 25px;
}

header .login-key.floatRihgt {
    float: right;
}

header .login-key:hover.floatRihgt {
    float: right;
}

header .header-login-partners.floatRihgt {
    float: right;
    margin-right: 3px;
}

header .partners-loginDiv {
    margin-left: 18px;
    padding-right: 2px;
}

header .clients-loginDiv {
    margin-left: 65px;
}


header .header-login-partners .login-key-partners {
    background-image: url('../Images/key_white_.png');
    width: 25px;
    height: 25px;
}

    header .header-login-partners .login-key-partners:hover {
        background-image: url('../Images/key_onmous_white.png');
        width: 25px;
        height: 25px;
    }

header .login-text {
    color: #FFF;
    font-size: 12px;
}

.p-row.main-content-row.static-page img {
    width: 100%;
    height: auto;
}

.swiper-button-prev {
    left: 0 !important;
    top: 0 !important;
    margin-top: 0px !important;
    /*height:calc(100% - 3em) !important;*/
    background-position: left !important;
}

.swiper-button-next {
    right: 0 !important;
    top: 0 !important;
    margin-top: 0px !important;
    /*height: calc(100% - 3em) !important;*/
    background-position: right !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("../Images/valaska-sipka-leva.svg") !important;
    left: 0px !important;
}

    .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next {
        background-image: url("../Images/valaska-sipka-leva.svg") !important;
        left: 0px !important;
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
    background-image: url("../Images/valaska-sipka-prava.svg") !important;
}

    .swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev {
        right: 0px !important;
        background-image: url("../Images/valaska-sipka-prava.svg") !important;
    }

header .header-login-partners .login-text {
    color: #FFF;
    font-size: 12px;
}

header .header-login-clients .clients-login-image {
    background-image: url('../Images/klients_white.png');
    width: 40px;
    height: 25px;
}

.footer-content .offers1190 {
    display: none;
}

header .header-login-partners {
}

    header .header-login-partners .partners-login-image {
        background-image: url('../Images/partners_white.png');
        width: 40px;
        height: 25px;
    }

input.input-validation-error,
.error {
    color: #e43216;
    box-shadow: 0 0 8px #e43216;
    border-color: #e43216 !important;
}

.input-validation-error {
    color: #e43216;
}

.validation-summary-errors {
    color: #e43216;
    font-weight: bold;
}

.paddingT80 {
    padding-top: 80px;
}

.paddingT82 {
    padding-top: 82px;
}

.paddingB41 {
    padding-bottom: 41px;
}

.paddingT49 {
    padding-top: 49px;
}

.paddingT81 {
    padding-top: 81px;
}

footer {
    clear: both;
    font-size: .9em;
    background-color: #FFF;
}

    footer .footerfirst {
        padding: 60px 0 46px 0;
        background-color: #FFD940;
        min-height: 330px;
        position: relative;
    }

    footer .content-wrapper {
        padding: 0px;
        background-color: #efefef;
    }

    footer .footersecond {
        background-color: #22457A;
        padding: 20px;
        /*min-height:76px;
        display:flex;
        align-items:center;
        vertical-align:middle;*/
    }

    footer .footerfourth {
        background-color: #FFF;
        min-height: 76px;
        align-items: center;
        display: flex;
    }

    footer .footerthird {
        max-height: 145px;
        margin-top: 30px;
    }

    footer .footerlast {
        text-align: right;
        background-color: #efefef;
    }

    footer .content-wrapper.white {
        background-color: #FFF;
    }

    footer .content-wrapper.paddingT35 {
        padding-top: 35px;
    }

    footer .content-wrapper.white .column-content {
        min-height: unset;
    }

    footer .content-wrapper.white .footer-link {
        padding-bottom: unset;
    }


.content-wrapper-line {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    background-color: #757473;
    height: 5px;
}

footer .content-wrapper .web-text {
    color: #646464;
    padding-bottom: 30px;
    font-size: 15px;
    letter-spacing: 0.5px;
}

footer .content-wrapper.partners .web-text {
    padding-bottom: 7px;
}

footer .content-wrapper.travelAgency .web-text {
    font-size: 13px;
    padding: 0px;
    letter-spacing: 0.5px;
}

footer .content-wrapper.footer-content-wraper {
    padding-left: 0px;
    padding-right: 0px;
}

footer .content-wrapper .footer-content {
    background-color: #FFD940;
}

    footer .content-wrapper .footer-content .send-catalog a {
        font-size: 15px;
        color: #646464;
        text-decoration: none;
    }

footer .infolinka-footer {
    font-size: 28px;
    font-weight: 700;
}

    footer .infolinka-footer .infolinka-footer-text {
        color: #000;
    }

footer .footer-link strong {
    font-size: 20px;
    display: inline-block;
    padding-bottom: 18px;
}

footer .footersecond .footer-link {
    padding-bottom: 0;
}

footer .footer-link {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.5px;
    min-height: 20px;
    padding-bottom: 10px;
    font-weight: 700;
}

footer .first .footer-link, footer .second .footer-link, footer .third .footer-link, footer .fourth .footer-link, footer .fifth .footer-link, footer .sixth .footer-link,
footer .seventh .footer-link {
    font-size: 20px;
}

footer .footer-link a {
    color: #414141;
}

footer .footersecond .footer-link a {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

footer .alone {
    margin-top: 10px;
}

    footer .alone .footer-link {
        min-height: 0px;
    }

    footer .alone .column-content {
        min-height: 0px;
    }


footer .footer-link a:hover {
    text-decoration: none;
}

footer .p-row.margin {
    margin-top: 15px;
}

footer .column-content {
    min-height: 35px;
    line-height: 35px;
}

footer .content-wrapper .footer-content .minwidth {
    min-width: 100px;
}

footer .content-wrapper .footer-content .minwidth220 {
    min-width: 220px;
}

footer .content-wrapper .footer-content .borderLeft {
    border-left: 10px solid #757473;
}

footer .content-wrapper .footer-content .hoverWhite a:hover {
    color: #FFF;
}

footer .drag-bar {
    position: initial;
    background-color: #EF3147;
}

footer .blue-button.footer-button, footer .yellow_button.footer-button {
    min-width: 200px;
    margin-bottom: 30px;
}

footer .footerbookingText {
    color: #646464;
    font-size: 13px;
    text-align: left;
    letter-spacing: 0.5px;
}

footer .footer-images {
    margin-bottom: 30px;
}

    footer .footer-images.left {
        margin: 0px;
    }

    footer .footer-images.left-last {
        margin-bottom: 80px;
    }

    footer .footer-images.first {
        margin-bottom: 30px;
    }

    footer .footer-images.maxwidth280 {
        max-width: 280px;
    }

    footer .footer-images.second-right {
        margin-bottom: 45px;
    }

    footer .footer-images .benefitsPlus {
        background-image: url('../Images/benefP_grey.png');
        width: 90px;
        height: 70px;
    }

    footer .footer-images .benetits {
        background-image: url('../Images/benefity_grey.png');
        width: 110px;
        height: 70px;
    }

    footer .footer-images .dejeuner {
        background-image: url('../Images/cheque_grey.png');
        width: 90px;
        height: 70px;
    }

    footer .footer-images .edenred {
        background-image: url('../Images/edenred_grey.png');
        width: 130px;
        height: 70px;
    }

    footer .footer-images .sodexo {
        background-image: url('../Images/sodexo_grey.png');
        width: 120px;
        height: 70px;
    }

    footer .footer-images .benefitsPlus:hover {
        background-image: url('../Images/benefP_color.png');
        width: 90px;
        height: 70px;
    }

    footer .footer-images .benetits:hover {
        background-image: url('../Images/benefity_color.png');
        width: 110px;
        height: 70px;
    }

    footer .footer-images .dejeuner:hover {
        background-image: url('../Images/cheque_color.png');
        width: 90px;
        height: 70px;
    }

    footer .footer-images .edenred:hover {
        background-image: url('../Images/edenred_color.png');
        width: 130px;
        height: 70px;
    }

    footer .footer-images .sodexo:hover {
        background-image: url('../Images/sodexo_color.png');
        width: 120px;
        height: 70px;
    }

    footer .footer-images .mastercard {
        background-image: url('../Images/master_grey.png');
        width: 95px;
        height: 60px;
    }

    footer .footer-images .maestro {
        background-image: url('../Images/maestro_grey.png');
        width: 108px;
        height: 60px;
    }

    footer .footer-images .visa {
        background-image: url('../Images/visa_grey.png');
        width: 108px;
        height: 60px;
    }

    footer .footer-images .visaE {
        background-image: url('../Images/visaE_grey.png');
        width: 108px;
        height: 60px;
    }

    footer .footer-images .mastercard:hover {
        background-image: url('../Images/master_color.png');
        width: 95px;
        height: 60px;
    }

    footer .footer-images .maestro:hover {
        background-image: url('../Images/maestro_color.png');
        width: 108px;
        height: 60px;
    }

    footer .footer-images .visa:hover {
        background-image: url('../Images/visa_color.png');
        width: 108px;
        height: 60px;
    }

    footer .footer-images .visaE:hover {
        background-image: url('../Images/visaE_color.png');
        width: 108px;
        height: 60px;
    }

    footer .footer-images .countryACCKA {
        background-image: url('../Images/CountryGrey.png');
        width: 110px;
        height: 80px;
    }

        footer .footer-images .countryACCKA:hover {
            background-image: url('../Images/CountryColor.png');
            width: 110px;
            height: 80px;
        }

    footer .footer-images .cesys {
        background-image: url('../Images/cesys_grey.png');
        width: 110px;
        height: 80px;
    }

        footer .footer-images .cesys:hover {
            background-image: url('../Images/cesys_color.png');
            width: 110px;
            height: 80px;
        }

    footer .footer-images .airBrno {
        background-image: url('../Images/airbrno_grey.png');
        width: 120px;
        height: 80px;
    }

        footer .footer-images .airBrno:hover {
            background-image: url('../Images/airbrno_color.png');
            width: 120px;
            height: 80px;
        }

    footer .footer-images .VZP {
        background-image: url('../Images/vzp_grey.png');
        width: 110px;
        height: 80px;
    }

        footer .footer-images .VZP:hover {
            background-image: url('../Images/vzp_color.png');
            width: 110px;
            height: 80px;
        }

    footer .footer-images .Health {
        background-image: url('../Images/vzpKZ_grey.png');
        width: 110px;
        height: 80px;
    }

        footer .footer-images .Health:hover {
            background-image: url('../Images/vzpKZ_color.png');
            width: 110px;
            height: 80px;
        }

    footer .footer-images .airOstrava {
        background-image: url('../Images/airova_grey.png');
        width: 120px;
        height: 80px;
    }

        footer .footer-images .airOstrava:hover {
            background-image: url('../Images/airova_color.png');
            width: 120px;
            height: 80px;
        }

    footer .footer-images .mitranet {
        background-image: url('../Images/mitranet_grey.png');
        width: 110px;
        height: 80px;
    }

        footer .footer-images .mitranet:hover {
            background-image: url('../Images/mitranet_color1.png');
            width: 110px;
            height: 80px;
        }

    footer .footer-images .carwash {
        background-image: url('../Images/carwash_grey.png');
        width: 110px;
        height: 80px;
    }

        footer .footer-images .carwash:hover {
            background-image: url('../Images/carwash_color.png');
            width: 110px;
            height: 80px;
        }

.tourMain .main-info .quick-info {
    border-top: 1px solid #EFEFEF;
}

footer .footer-images .anchoise {
    background-image: url('../Images/anchoice_grey.png');
    width: 120px;
    height: 80px;
}

    footer .footer-images .anchoise:hover {
        background-image: url('../Images/anchoice_color.png');
        width: 120px;
        height: 80px;
    }

footer .footer-images .catalog-download {
    background-image: url('../Images/catalog_download_grey.png');
    width: 45px;
    height: 50px;
}

footer .footer-images .phone {
    background-image: url('../Images/infotel_grey.png');
    width: 200px;
    height: 50px;
    margin-right: 60px;
    display: table-caption;
}

footer .footer-content .pos-abs.image-arrow-footer {
    background-image: url('../Images/navi_white.png');
    width: 16px;
    height: 10px;
    margin-left: 5px;
    margin-top: 4px;
}

    footer .footer-content .pos-abs.image-arrow-footer:hover {
        background-image: url('../Images/navionmous_white.png');
        width: 16px;
        height: 10px;
        margin-left: 5px;
        margin-top: 4px;
    }

footer .footer-content .footer-images .pos-abs.image-arrow-footer {
    background-image: url('../Images/navi_white.png');
    width: 16px;
    height: 10px;
    margin-left: 5px;
    margin-top: 15px;
}

    footer .footer-content .footer-images .pos-abs.image-arrow-footer:hover {
        background-image: url('../Images/navionmous_white.png');
        width: 16px;
        height: 10px;
        margin-left: 5px;
        margin-top: 15px;
    }

.k-menu .k-item > .k-link {
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 0 0.9em 0 0.9em !important;
    color: #414141 !important;
}

.benefits-info {
    background-color: #FFF;
    text-align: center;
    padding-bottom: 200px;
}

    .benefits-info .title-benefits-info {
        padding: 40px 0 110px 0;
        color: #414141;
    }

        .benefits-info .title-benefits-info h2 {
            font-size: 36px;
            text-align: center;
            font-weight: 300;
        }

    .benefits-info .sub-title-benefits-info h4 {
        font-size: 20px;
        font-weight: 700;
        color: #414141;
        text-align: center;
        text-transform: none;
    }


.k-menu .k-menu-group > .k-item, .k-group, .k-flatcolorpicker.k-group, .k-menu, .k-menu .k-group, .k-popup.k-context-menu {
    background-color: #EFEFEF;
}

    .k-menu .k-menu-group > .k-item:hover {
        background-color: #FFF;
    }

footer .footer-content .send-catalog .pos-abs.image-arrow-footer {
    background-image: url('../Images/navi_white.png');
    width: 16px;
    height: 10px;
    margin-left: 5px;
    margin-top: 4px;
}

    footer .footer-content .send-catalog .pos-abs.image-arrow-footer:hover {
        background-image: url('../Images/navionmous_white.png');
        width: 16px;
        height: 10px;
        margin-left: 5px;
        margin-top: 4px;
    }

footer .footerthird .fb {
    background-image: url('../Images/valaska-soc-facebook.svg');
    width: 45px;
    height: 45px;
    display: inline-block;
}

footer .footer-content .footer-images.left .youtube {
    background-image: url('../Images/youtube_grey.png');
    width: 35px;
    height: 25px;
}

    footer .footer-content .footer-images.left .youtube:hover {
        background-image: url('../Images/youtube_white.png');
        width: 35px;
        height: 25px;
    }
/*
    smazalo mi to ikonku
.k-icon, .k-tool-icon, .k-grouping-dropclue, .k-drop-hint, .k-column-menu .k-sprite, .k-grid-mobile .k-resize-handle-inner:before, .k-grid-mobile .k-resize-handle-inner:after, .k-pager-numbers .k-current-page .k-link:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after, .k-gantt-views > .k-current-view > .k-link:after {
    background-image: url('../Images/picto-sipka-dolu.svg') !important;
    width: 15px;
    height: 9px;
}

.k-group, .k-flatcolorpicker.k-group, .k-menu, .k-menu .k-group, .k-popup.k-widget.k-context-menu {
    border-color: #EFEFEF !important;
}

    .k-group, .k-flatcolorpicker.k-group, .k-menu, .k-menu .k-group, .k-popup.k-widget.k-context-menu {
        background-color: #EFEFEF !important;
    }


.k-animation-container .k-item.k-state-default {
    background-color: #EFEFEF !important;
}


.k-menu .k-state-active, .k-popup.k-context-menu.k-group .k-state-hover {
    background-color: #FFF !important;
    border-color: #FFF !important;
}

.k-animation-container .k-item.k-state-default:hover {
    background-color: #FFF !important;
}

.k-i-arrow-s {
    background-position: 0 !important;
}

.k-menu .k-item > .k-link:hover {
    color: #417CE4 !important;
}


.k-menu .k-item > .k-link > .k-icon {
    margin: 0 0 0 5px !important;
}*/

header .social-media-header {
    vertical-align: middle;
    display: inline-block;
    padding-left: 20px;
}

footer .footerthird .social-media {
    line-height: 45px;
}

footer .footerthird .insta {
    background-image: url('../Images/valaska-soc-instagram.svg');
    width: 45px;
    height: 45px;
    display: inline-block;
}

footer .footerthird .youtube {
    background-image: url('../Images/valaska-soc-youtube.svg');
    width: 45px;
    height: 45px;
    display: inline-block;
}


footer .footer-content .footer-images.left .wall {
    background-image: url('../Images/wall_grey.png');
    width: 40px;
    height: 25px;
}

    footer .footer-content .footer-images.left .wall:hover {
        background-image: url('../Images/wall_white.png');
        width: 40px;
        height: 25px;
    }

footer .footer-content .footer-images.left .mail {
    background-image: url('../Images/mail_grey.png');
    width: 40px;
    height: 25px;
}

    footer .footer-content .footer-images.left .mail:hover {
        background-image: url('../Images/mail_white.png');
        width: 40px;
        height: 25px;
    }

footer .footer-content .footer-images.left .share {
    background-image: url('../Images/share_grey.png');
    width: 35px;
    height: 25px;
}

    footer .footer-content .footer-images.left .share:hover {
        background-image: url('../Images/share_white.png');
        width: 35px;
        height: 25px;
    }

footer .footer-content .footer-images.left .wish {
    background-image: url('../Images/wish_grey.png');
    width: 40px;
    height: 25px;
}

    footer .footer-content .footer-images.left .wish:hover {
        background-image: url('../Images/wish_white.png');
        width: 40px;
        height: 25px;
    }

footer .footer-images .wish-full {
    background-image: url('../Images/wish_red_head.png');
    width: 40px;
    height: 25px;
    position: relative;
    cursor: pointer;
}

    footer .footer-images .wish-full:hover {
        background-image: url('../Images/wish_red_head.png');
        width: 40px;
        height: 25px;
    }

    footer .footer-images .wish-full .wish-count {
        text-align: center;
        position: absolute;
        top: 5px;
        left: 17px;
        color: #fff;
        font-size: 13px;
    }

    footer .footer-images .wish-full:hover .wish-count {
        font-weight: 700;
    }

.tour-detail.tour-calc .final-prices .titles_calc {
    font-size: 18px;
}

.swiper-button-next, .swiper-button-prev {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(207deg) brightness(108%) contrast(101%);
}

.admin {
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    width: 32px !important;
    height: 32px !important;
    top: 5px;
    right: 5px;
    display: block;
    z-index: 1;
    border-radius: 5px;
    padding: 1em;
    box-sizing: content-box;
}

.web-text .admin {
    box-sizing: border-box;
    padding: 10px;
    top: 0px;
}

    .web-text .admin a {
        width: 16px !important;
        height: 16px !important;
        cursor: pointer;
    }

    .web-text .admin.small a.edit {
        width: 16px !important;
        height: 16px !important;
    }

.k-calendar td.k-state-selected, .k-calendar td.k-state-selected.k-state-hover {
    background-color: #EF3147;
}

.admin.small {
    width: 32px !important;
    height: 32px !important;
}

.k-calendar .k-header, .k-calendar .k-header .k-state-hover {
    background-color: #417CE4 !important;
}

.admin.tiny {
    box-sizing: border-box;
    padding: 10px;
}

.admin.left {
    right: initial;
    left: 5px;
}

.admin.second-row {
    top: 75px;
}

.admin.small a {
    background-size: contain;
    width: 32px !important;
    height: 32px !important;
}

.admin.tiny a {
    width: 16px !important;
    height: 16px !important;
    cursor: pointer;
}

.admin a.delete {
    background-image: url('../Images/delete.png');
}

.admin a.visible {
    background-image: url('../Images/eye.png');
}

.admin a.invisible {
    background-image: url('../Images/eye-closed.png');
}

a.create-new, a.create-new2 {
    background-image: url('../Images/create-new.png');
    width: 32px !important;
    height: 32px !important;
    display: block;
    background-size: contain;
}

a.create-new2 {
    background-color: #FFF;
}

footer .drop-zone, footer .drop-zone2 {
    border: 4px dashed #034593;
    color: #034593;
    min-height: 50px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0.3;
}

footer .drop-zone2 {
    border: 4px dashed #FFD940;
    color: #FFD940;
}

footer .drop-zone::before {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    content: "Vložit sem";
    line-height: 50px;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 26px;
}

footer .drop-zone2::before {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    content: "Vložit sem";
    line-height: 50px;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 22px;
}

footer .drop-zone.active, footer .drop-zone2.active {
    opacity: 1;
}

/*loaders*/
.balls_loader {
    display: none;
    width: 220px;
    height: 20px;
    background-image: url('../Images/loader_balls.gif');
}

.loaderLogo {
    display: none;
    background-image: url('../Images/logo.png');
    position: absolute;
    left: 50%;
    top: 50%;
}

.search-results-content .hotel-desc-search-res {
    padding-right: 27px;
}

/*
---------------------------------------------------------*/
.form {
}

    .form form .p-row {
        margin-top: 15px;
    }

#btn-save-dad-order {
    cursor: pointer;
    background-color: #FFD940;
    border: 1px solid #22457A;
}

.form input, .form textarea {
    border: 1px solid #c4c4c4;
    background-color: #FFF;
    height: 38px;
    box-sizing: border-box;
    padding: 0 1em;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 1px;
    width: 100%;
    color: #004071;
}

    .form input[type=button], .form input[type=button] {
        width: 100%;
    }

    .form input[type=text]::placeholder {
        color: #004071;
        font-style: italic;
    }

.form label {
    width: 100%;
}

.form .p-row .col-type.padding {
    padding-right: 20px;
}

    .form .p-row .col-type.padding:last-child {
        padding-right: 0;
    }

.form h4 {
    font-weight: 700 !important;
}

.form h1 {
    margin-top: 1em;
}

.form input[type=button], .form input[type=submit] {
    margin-right: 1em;
    background-color: #417CE4;
    max-width: 200px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

    .form input[type=button].remove, .form input[type=submit].remove {
        background-color: #FFF;
        border: 2px solid #417CE4;
        color: #414141;
    }

    .form input[type=button]:last-child, .form input[type=submit]:last-child {
        margin-right: 0;
    }

.form .p-row .col-type .SumoSelect, .form .p-row .col-type .SumoSelect p {
    width: 100%;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* forms */
input, textarea {
    width: 100%;
    box-sizing: border-box;
    max-height: 30px;
    height: 30px;
}

textarea {
    font-family: inherit;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

a {
    cursor: pointer;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

/*layout rules*/
.top {
    z-index: 100;
}

.hidden {
    display: none !important;
}

.hide {
    display: none;
}

.form-hidden {
    display: none;
}

.required {
    color: red;
}

#mobile-menu-wrapper {
    display: none !important;
}

.display-block {
    display: block;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.ital {
    font-style: italic;
}

.taCenter {
    text-align: center;
}

.taRight {
    text-align: right;
}

.taLeft {
    text-align: left;
}

.vaMiddle {
    vertical-align: middle;
}

.no-wrap {
    white-space: nowrap;
}

.hand, .cursorPointer {
    cursor: pointer !important;
}

.no-overflow {
    overflow: hidden;
}

.backgroundColorWhite {
    background-color: #FFF;
}

/*drag and drops*/
.drag-drop-wrapper {
    padding-top: 10px;
}

    .drag-drop-wrapper .draggable {
    }

    .drag-drop-wrapper .handle {
        margin-bottom: 5px;
        background-color: #417CE4;
        font-size: 20px;
        text-align: center;
        color: #fff;
        margin-top: 15px;
    }

    .drag-drop-wrapper .admin-header {
        background-color: #eae2cd;
        height: 35px;
    }

        .drag-drop-wrapper .admin-header .admin-visibilty {
            width: 27px;
            height: 27px;
            margin-left: 15px;
            margin-top: 4px;
        }

            .drag-drop-wrapper .admin-header .admin-visibilty.admin-is-visible {
                background-image: url('../Images/eye-27.png');
            }

            .drag-drop-wrapper .admin-header .admin-visibilty.admin-is-hidden {
                background-image: url('../Images/eye-closed-27.png');
            }

        .drag-drop-wrapper .admin-header .admin-delete {
            background-image: url('../Images/delete-27.png');
            width: 27px;
            height: 27px;
            margin-right: 15px;
            margin-top: 4px;
        }

        .drag-drop-wrapper .admin-header .admin-edit {
            background-image: url('../Images/edit-27.png');
            width: 27px;
            height: 27px;
            margin-right: 15px;
            margin-top: 4px;
        }

    .drag-drop-wrapper .dad-item {
        width: 100%;
        height: auto;
    }

        .drag-drop-wrapper .dad-item:after {
            clear: both;
            content: " ";
            height: 0;
            display: table;
            visibility: hidden;
        }

.white-box .booking-Info {
    color: #414141;
    font-size: 18px;
    font-weight: normal;
}

.overlay-close-STF {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px 15px;
    z-index: 1;
}

.booking-result .info-texts {
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
    color: #414141;
    padding: 0 45px 34px 30px;
    margin-top: 27px;
    font-weight: normal !important;
    font-size: 18px !important;
}

.tour-detail.tour-calc .main-info .geography, .booking-Info .main-info .geography, .booking-result .main-info .geography {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.p-row.taRight.trylogin {
    padding: 7px 10px;
    background-color: #cdd8cd;
    border-bottom: 1px solid #fff;
    z-index: 5;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    position: absolute;
    left: 0;
}

/*dad titles*/
.dad-header .title {
    height: 50px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
}

    .dad-header .title h2 {
        margin: 0;
        font-size: 25px;
        letter-spacing: 1px;
        font-weight: 400;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

.content-wrapper-slider {
    width: 100%;
}

/*big offers*/

.big-offers .swiper-container .swiper-slide .content-wrapper a img,
.big-offers .swiper-container .swiper-slide .content-wrapper-slider a img {
    width: 100%;
    background-position: center;
    background-size: cover;
}

.big-slider .slider-item-wrapper,
.big-slider div {
    height: 100%;
}

.big-slider .slider-item {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
}

/*video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, transparent) !important;
}*/

.big-offers .videoBigOffer {
    height: 80vh;
    width: 100%;
    object-fit: cover; /*none*/
}

.big-offers .swiper-container {
    box-sizing: content-box;
    width: 100%;
    height: auto;
}

    .big-offers .swiper-container .swiper-slide {
        position: relative;
    }

        .big-offers .swiper-container .swiper-slide hr {
            height: 3px;
            width: 100%;
            border: 0;
            margin: 0;
        }

    .big-offers .swiper-container .swiper-slide {
        height: 100%;
    }

        .big-offers .swiper-container .swiper-slide a {
            display: block;
            height: 100%;
        }

            .big-offers .swiper-container .swiper-slide a img {
                display: block;
                margin: 0;
            }

        .big-offers .swiper-container .swiper-slide .slider-item-text span {
            opacity: 0;
        }

.big-offers .slider-item .content-wrapper .slider-item-text {
    width: 100%;
}

.maxwidth_880 {
    max-width: 880px;
}

.maxwidth_280 {
    max-width: 280px;
}

.maxwidth_300 {
    max-width: 300px;
}

.maxwidth_325 {
    max-width: 325px;
}

.maxwidth_1050 {
    max-width: 1050px;
}


/*small-offers*/
.offers {
}

    .offers .title {
        color: #414141;
    }

    .offers > .p-row {
    }

        .offers > .p-row:first-child {
            margin-top: 20px;
        }

        .offers > .p-row.seo {
            margin-bottom: 40px;
        }

.geography-detail-bottom .offer {
    max-width: 646px;
    padding: 0;
    /*width: calc(33.333%);
        transition: all 0.5s ease;*/
}

.offers .offer {
    padding: 0;
}

.geography-detail-bottom .offer.geo {
    padding: 10px 10px 10px 0;
}

    .geography-detail-bottom .offer.geo.last {
        margin-right: 0px;
        padding-right: 0;
    }

.offers .offer img, .geography-detail-bottom .offer img {
    transition: all 0.5s ease;
}

.offers .offer:hover img, .geography-detail-bottom .offer:hover img {
    transform: scale(1.0);
    padding: 0;
    margin: 0;
}

.offers .offer:last-of-type, .geography-detail-bottom .offer:last-of-type {
    margin-right: 0;
}

.offers .offer > a {
    display: block;
}

.offers .offer img, .geography-detail-bottom .offer img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}

.geography-detail-bottom .offer img {
    max-height: 250px;
}

.geography-detail-bottom .offer img {
    height: 185px;
}

.offers .offer .text-box, .geography-detail-bottom .photo .text-box {
    bottom: 35px;
    left: 20px;
}

.stylish-checkbox-wrapper input[type=checkbox]:disabled + label,/* .search-form .termDiv .k-datepicker input:disabled,*/
#SearcherDatePicker.disabled
{
    opacity: .5;
}

.stylish-checkbox-wrapper input[type=checkbox]:disabled + label {
    background-color: #c7c8c1 !important;
}

    input[type=checkbox][disabled] .stylish-checkbox-wrapper .stylish-checkbox-text, .stylish-checkbox-wrapper[disabled],
    input[type="radio"]:disabled + label + label, input[type="checkbox"]:disabled + label + label,
    .stylish-checkbox-wrapper input[type=checkbox]:disabled + label {
        cursor: not-allowed;
    }

.offers .offer .text-box, .geography-detail-bottom .photo .text-box {
    display: block;
    color: #fff;
    min-width: 190px;
    box-sizing: border-box;
    font-size: 35px;
    background-position: right;
    font-weight: normal;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.4);
    padding: 4px;
}

    .geography-detail-bottom .photo .text-box.along {
        padding: 15px 30px 5px 20px;
    }

.geography-detail-down-down .p-row.pos-rel.imagesGeoDetail.border {
}

.geography-detail-down-down .imagesGeoDetail .gallery .big-picture img {
    width: 100%;
    max-height: 609px;
    cursor: pointer;
}

.content-wrapper-w.desc-box-geo.border {
    border: 1px solid #EFEFEF;
    padding: 25px;
}

.content-wrapper.geography-detail-bottom {
    margin-top: 20px;
}

    .content-wrapper.geography-detail-bottom .col-type.sub.border {
        border: 1px solid #EFEFEF;
        margin-top: 20px;
        padding: 25px;
    }

.geography-detail-bottom .offer .arrow .arrow-right {
    position: absolute;
    display: block;
    width: 50px;
    height: 51px;
    top: calc(50% - 25px);
    right: 10px;
    background-image: url("../Images/picto-sipka-odkaz.svg");
    background-position: right;
}

.offers .offer .arrow .arrow-right {
    display: block;
    width: 50px;
    height: 51px;
    background-image: url("../Images/picto-sipka-odkaz.svg");
    background-position: right;
}

.offers .offer .logoArrow .logo-left {
    display: block;
    width: 135px;
    height: 30px;
    background-image: url("../Images/logo_resized.png");
    background-position: left;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

/*slick slider*/

.content-wrapper.special-offers .slick-prev.slick-arrow {
    width: 25px;
    height: 41px;
    background-color: transparent;
    background-image: url('../Images/valaska-sipka-leva.svg');
    opacity: 1;
    left: -83px;
    z-index: 1;
}

    .content-wrapper.special-offers .slick-prev.slick-arrow:hover {
        width: 25px;
        height: 41px;
        background-color: transparent;
        background-image: url('../Images/valaska-sipka-leva-hover.svg');
        opacity: 1;
        left: -83px;
        z-index: 1;
    }

    .content-wrapper.special-offers .slick-prev.slick-arrow:before {
        content: '';
    }

.main-info .textRightIcons {
    text-align: right;
}

.content-wrapper.special-offers .slick-next.slick-arrow {
    width: 25px;
    height: 41px;
    background-color: transparent;
    background-image: url('../Images/valaska-sipka-prava.svg');
    opacity: 1;
    right: -76px;
    z-index: 1;
}

    .content-wrapper.special-offers .slick-next.slick-arrow:hover {
        width: 25px;
        height: 41px;
        background-color: transparent;
        background-image: url('../Images/valaska-sipka-prava-hover.svg');
        opacity: 1;
        right: -76px;
        z-index: 1;
    }

    .content-wrapper.special-offers .slick-next.slick-arrow:before {
        content: '';
    }

.content-wrapper.special-offers .slick-dots {
    bottom: -73px;
    display: none !important;
}

    .content-wrapper.special-offers .slick-dots li button:before {
        -moz-border-radius: 12px/12px;
        -webkit-border-radius: 12px 12px;
        border-radius: 12px/12px;
        border: solid 2px #014171;
        width: 12px;
        height: 12px;
    }

    .content-wrapper.special-offers .slick-dots li button:before {
        opacity: 1;
        content: '';
    }

    .content-wrapper.special-offers .slick-dots .slick-active button:before {
        -moz-border-radius: 12px/12px;
        -webkit-border-radius: 12px 12px;
        border-radius: 12px/12px;
        border: solid 2px #014171;
        width: 12px;
        height: 12px;
        background-color: #014171;
    }


/*slick slider*/

.offers .offer .logoArrow {
    top:10px;
    left: 0;
}

/*special-offers tiles*/
.special-offers {
}

    .special-offers .title {
        color: #414141;
    }

    .special-offers .offer {
        max-width: 334px;
        margin-right: 18px;
        transition: all 0.5s ease;
    }

    /*.special-offers.specialK .dads-children {
        max-width:454px;
        margin-right:17px;
    }

    .special-offers.specialK .dads-children > .w33.last {
        margin-right:0;
    }*/
    .special-offers.specialK .offer {
        max-width: 454px;
        margin-right: 12px;
        transition: all 0.5s ease;
    }

    .special-offers .offer.last {
        margin-right: 0px;
    }
    /*.special-offers .offer:last-of-type {
        margin-right: 0;
    }*/
    .special-offers .offer img {
        transition: all 0.5s ease;
    }

    .special-offers .offer:hover img {
        /*transform: scale(1.2);*/
        transform: scale(1.0);
    }

    .special-offers .offer > a {
        display: block;
    }

    .special-offers .offer .mainImage img {
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
    }

    .special-offers .offer .text-box {
        top: 0;
        left: 0;
        display: block;
        color: #fff;
        padding: 5px 15px 5px 10px;
        width: 70px;
        height: 60px;
        box-sizing: border-box;
        font-size: 22px;
        background-image: url("../Images/rect_dorange.png");
        background-position: right;
        text-decoration: none;
    }

    .special-offers .offer .text-box-bottom {
        bottom: -15px;
        right: 15px;
        display: inline-flex;
        color: #fff;
        /*padding: 5px 30px 5px 20px;*/
        box-sizing: border-box;
        font-size: 17px;
        font-weight: normal;
        background-position: right;
    }

        .special-offers .offer .text-box-bottom .discount, .main-info .col-type .discount {
            background-image: url("../Images/icons/icon-stav-sleva.svg");
            height: 51px;
            width: 51px;
            display: flex;
            vertical-align: middle;
            align-items: center;
            justify-content: center;
            font-size: 17px;
            color: #FFF;
        }

        .special-offers .offer .text-box-bottom .icon {
            margin-right: 0px;
        }

            .special-offers .offer .text-box-bottom .icon.marginR10 {
                margin-right: 10px;
            }

            .special-offers .offer .text-box-bottom.icon.right45 {
                right: 45px;
            }


        .special-offers .offer .text-box-bottom .arrow-right {
            position: absolute;
            display: block;
            width: 14px;
            height: 24px;
            top: calc(50% - 12px);
            right: 10px;
            background-image: url("../Images/arrow_right_white.png");
            background-position: right;
        }

    .special-offers .offer:hover .text-box-bottom .arrow-right {
        background-image: url("../Images/arrow_right_white_full.png");
    }

    .special-offers .offer .specialOffersTilesFooter {
        background-color: #FFF;
        color: #414141;
        text-decoration: none;
        display: block;
        font-size: 18px;
        padding: 20px 18px 20px 17px;
        min-height: 281px;
        border: 1px solid #EFEFEF;
        font-weight: normal;
    }

        .special-offers .offer .specialOffersTilesFooter .big.blue, .geography-detail-bottom .specialOffersTilesFooter-geo .big.blue {
            color: #417CE4;
            font-size: 25px;
            font-weight: 600;
        }

.geography-detail-bottom .specialOffersTilesFooter-geo a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

.special-offers .offer .specialOffersTilesFooter > .p-row a, .special-offers .offer .specialOffersTilesFooter > .p-row span, .geography-detail-bottom .specialOffersTilesFooter-geo > .p-row span {
    padding: 3px 0;
}

.special-offers .offer .specialOffersTilesFooter > .p-row .colorOrange, .geography-detail-bottom .specialOffersTilesFooter-geo > .p-row .colorOrange {
    color: #EF3147;
}

.special-offers .offer .specialOffersTilesFooter > .p-row .originalPrice, .geography-detail-bottom .specialOffersTilesFooter-geo > .p-row .originalPrice {
    color: #ABABAB;
    font-size: 17px;
    font-weight: normal;
    text-decoration: line-through;
    padding-right: 15px;
}

.special-offers .offer .specialOffersTilesFooter > .p-row .fontSize26, .geography-detail-bottom .specialOffersTilesFooter-geo > .p-row .fontSize26 {
    font-size: 26px;
}

.special-offers .offer .specialOffersTilesFooter > .p-row > .textAlignRight, .geography-detail-bottom .specialOffersTilesFooter-geo > .p-row .textAlignRight {
    text-align: right;
}

.tour-guidepost .web-text .pos-rel h1, .tour-guidepost h1 {
    font-size: 30px !important;
    font-weight: 500 !important;
}

.underline.grey {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #EFEFEF;
}

.tour-guidepost .guidepost {
    /*padding-bottom: 2em;*/
    border: 1px solid #EFEFEF;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px;
}

.tour-guidepost .tour-column:nth-child(even) {
    padding-left: 1em;
}

.tour-guidepost .web-text .pos-rel h4, .tour-guidepost h4 {
    font-size: 26px !important;
    text-transform: none !important;
    font-weight: 500 !important;
}

.tour-guidepost .price {
    color: #EF3147;
    font-size: 26px;
    font-weight: bold;
}

.tour-guidepost .country-row h3, .tour-guidepost .p-row .col-type.w50.tour-column {
    font-size: 25px;
}

.tour-guidepost .price .from {
    color: #414141;
    font-size: 22px;
    font-weight: normal;
}

.special-offers .offer .specialOffersTilesFooter > .p-row > .price {
    position: absolute;
    bottom: 20px;
    right: 18px;
}

    .special-offers .offer .specialOffersTilesFooter > .p-row > .price .from, .specialOffersTilesFooter-geo > .p-row > .price .from {
        color: #414141;
        font-size: 22px;
        font-weight: normal;
    }

.special-offers .offer .favourite img, .special-offers .offer .specialOffersTilesFooter .text-box-button img {
    width: auto;
    transform: none;
}

.special-offers .offer .specialOffersTilesFooter .text-box-button {
    display: block;
    color: #FFF;
    background-image: url("../Images/rect_130x30_orange.png");
    font-size: 18px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    background-position: right bottom;
    right: 0;
    bottom: 0;
    width: 130px;
    height: 24px;
}

    .special-offers .offer .specialOffersTilesFooter .text-box-button:hover .orderButtonSeachrResults {
        background-image: url("../Images/navi_4onmous_white.png");
    }

    .special-offers .offer .specialOffersTilesFooter .text-box-button .orderBSpan {
        position: absolute;
        top: 3px;
        left: 10px;
    }

    .special-offers .offer .specialOffersTilesFooter .text-box-button .orderButtonSeachrResults {
        position: absolute;
        right: 4px;
        top: 7px;
    }

        .special-offers .offer .specialOffersTilesFooter .text-box-button .orderButtonSeachrResults:hover {
            height: 16px;
            width: 16px;
            background-image: url("../Images/navi_4onmous_white.png");
        }



/*special-offers table*/
.special-offers-table-wrapper .title {
    color: #414141;
}

.special-offers-table {
    color: #414141;
}

    .special-offers-table .title {
        color: #414141;
    }

    .special-offers-table a {
        color: #414141;
        text-decoration: none;
    }

    .special-offers-table > .left {
        padding-right: 10px;
        box-sizing: border-box;
    }

    .special-offers-table > .right {
        padding-left: 10px;
        box-sizing: border-box;
    }

    .special-offers-table .header {
        height: 35px !important;
        background-color: #EFEFEF;
        display: flex;
        align-items: center;
    }

        .special-offers-table .header .col-type {
            padding: 0 10px;
        }

        .special-offers-table .header span.order-by {
            background-image: url('../Images/picto-sipka-dolu.svg');
            width: 15px;
            height: 9px;
            display: inline-block;
            cursor: pointer;
        }

            .special-offers-table .header span.order-by:hover {
                background-image: url('../Images/picto-sipka-dolu-active.svg');
            }

            .special-offers-table .header span.order-by.selected {
                background-image: url('../Images/picto-sipka-dolu-active.svg');
            }

    .special-offers-table .data-row {
    }

        .special-offers-table .data-row:nth-child(even) {
            background-color: #FFF;
        }

        .special-offers-table .data-row:nth-child(odd) {
            background-color: #EFEFEF;
        }

        .special-offers-table .data-row a {
            color: #414141;
        }

        .special-offers-table .data-row .col-type {
            padding: 0 6px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            box-sizing: border-box;
            line-height: 40px;
            height: 40px;
            font-size: 18px;
            font-weight: normal;
        }

    .special-offers-table .col-type.date-col {
        padding-left: 20px;
        width: 18%;
    }

    .special-offers-table .col-type.days-col {
        width: 11%;
    }

    .special-offers-table .col-type.country-col {
        width: 15%;
    }

    .special-offers-table .col-type.hotel-col {
        width: 26%;
    }

    .special-offers-table .col-type.transport-col {
        width: 10%;
    }

    .special-offers-table .col-type.price-col {
        font-weight: 700;
        padding-right: 18px;
        width: 20%;
        color: #EF3147;
    }

    .special-offers-table .col-type.hotel-col {
        color: #417CE4;
    }

    .special-offers-table .button-row a, .special-offers .button-row a {
        width: 262px;
        height: 51px;
        box-sizing: border-box;
        border: 2px solid #FFD940;
        background-color: #FFF;
        padding: .7em;
        text-align: center;
    }

.downloadUrls .downloads {
    width: 262px;
    height: 51px;
    display: block;
    box-sizing: border-box;
    background-color: #417CE4;
    padding: .7em;
    text-align: center;
    color: #FFF;
}

.special-offers-table .button-row a .text, .special-offers .button-row a .text {
    font-weight: normal;
    font-size: 20px;
    color: #414141;
}
/*tour detail*/
.tour-detail {
}

    .tour-detail .left-content {
        width: 1042px;
    }

    .tour-detail .right-content, .booking-result .right-content {
        width: 334px;
    }

.content-wrapper-w.tour-detail .right-content .priceWraper {
    margin-top: 43px;
    background: #EFEFEF;
    position: relative;
}

    .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price {
        padding-bottom: 20px;
        position: relative;
        min-height: 280px;
    }

        .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price.notCalc {
            min-height: unset;
        }

        .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .col-type {
            color: #414141;
            font-size: 18px;
            font-weight: normal;
        }

    .content-wrapper-w.tour-detail .right-content .priceWraper .cal-scrolled .tour-price .col-type {
        color: #FFF;
    }

    .content-wrapper-w.tour-detail .right-content .p-row.person-price .col-type,
    .content-wrapper-w.tour-detail .right-content .priceWraper .price-section .price.finalPrice.normal-font-size .col-type {
        font-size: 14px;
        font-weight: normal;
        color: #414141;
    }

.content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .price-box {
    padding-left: 22px;
    padding-right: 23px;
}

    .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .price-box .boards,
    .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .price-box .services {
        border-bottom: 1px solid #FFF;
    }

    .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .price-box .date {
        font-weight: bold;
        color: #414141;
        font-size: 18px;
        text-align: left;
    }

    .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .price-box .changeDate {
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #FFF;
    }

.content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .service-button, .content-wrapper-w.tour-detail .right-content .priceWraper .length-transport .change-button,
.priceWraper .price-box .changeDate .change-dateSpan,
.priceWraper .price-box .change-persons {
    display: block;
    cursor: pointer;
    text-align: left;
    color: #417CE4;
    font-weight: bold;
}

.content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .service-button {
    width: 75px;
    height: 25px;
    border: 2px solid #FFD940;
    float: right;
    text-align: center;
}

    .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .service-button.selected {
        background: #FFD940;
    }

.priceWraper .price-box .changeDate .date-changeDiv {
    text-align: center;
}

.right-content .p-row.price-box.price-boxMob {
}

.priceWraper .price-box .changeDate .change-dateSpan,
.priceWraper .price-box .change-persons {
    display: grid;
    align-items: center;
    font-size: 18px;
}

.content-wrapper-w.tour-detail .right-content .priceWraper .length-transport .change-button {
    right: 0px;
}

.content-wrapper-w.tour-detail .right-content .priceWraper .textServices {
    font-weight: bold;
    color: #414141;
    font-size: 18px;
}

.content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .service-button span, .content-wrapper-w.tour-detail .right-content .priceWraper .length-transport .change-button a {
    display: inline-flex;
    align-items: center;
    color: #414141;
    vertical-align: middle;
    font-size: 12px;
}

.content-wrapper-w.tour-detail .right-content .priceWraper .price-section {
    border-bottom: 1px solid #FFF;
}


.content-wrapper-w.tour-detail .right-content .priceWraper .price-section .price.finalPrice .col-type, .content-wrapper-w.tour-detail .footer_price_wraper .person-price.main-price .col-type,
.content-wrapper-w.tour-detail .right-content .priceWraper .price-section .person-price.main-price .col-type
 {
    font-size: 26px;
    font-weight: bold;
    color: #EF3147;
}

    .content-wrapper-w.tour-detail .right-content .priceWraper .price-section .button-orange220x30 {
    }

.price-section .button .pos-rel {
    position: relative !important;
}

.content-wrapper-w.tour-detail .right-content .priceWraper .price-section .button-orange220x30 a, .content-wrapper-w.tour-detail .footer_price_wraper .button-orange220x30 a,
.final-prices .button-orange220x30Calc, .sendCatal .button-orange220x30Calc, .newsLet .button-orange220x30Calc,
.similarTermButton .button-orange220x30Calc, .change-skipasy-div .change-Skipasy-button {
    background: #FFD940;
    border: 2px solid #FFD940;
    position: absolute;
    height: 51px;
    width: 289px;
    color: #414141 !important;
    box-sizing: border-box;
    display: table;
    font-size: 20px;
    text-decoration: none;
    text-align: left;
    right: 0px;
    cursor: pointer;
}

.text-align-right-price {
    text-align: right;
}

.change-skipasy-div {
    float: right;
}

    .change-skipasy-div .change-Skipasy-button {
        position: relative;
        line-height: 51px;
        font-weight: normal;
        margin-top: 20px;
        text-align: center;
    }

.quick-booking-button .quick-button,
.radioOverView button.rectangle-right, .table-overview button.rectangle-right, .send-help {
    background: #FFD940;
    border: 2px solid #FFD940;
    height: 51px;
    width: 289px;
    font-weight: 500;
    color: #000000 !important;
    box-sizing: border-box;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-right: 1px;
    margin-top: 25px;
    float: right;
}

.radioOverView button.rectangle-right, .table-overview button.rectangle-right {
    margin: 15px 0;
}

.quick-booking-button .quick-button .quickBookingButtonSpan {
    align-items: center;
}

.content-wrapper-w.tour-detail .button-orange220x30 .button-pos-rel {
    position: relative !important;
    width: 100% !important;
}

#CompleteBookingButton {
    text-align: center;
    font-weight: normal;
}

.content-wrapper-w.tour-detail .right-content .priceWraper .price-section .button-orange220x30 a .text, .content-wrapper-w.tour-detail .footer_price_wraper .button-orange220x30 a .text,
.final-prices .button-orange220x30Calc .text, .sendCatal .button-orange220x30Calc .text, .newsLet .button-orange220x30Calc .text,
.similarTermButton .button-orange220x30Calc .text {
    display: table-cell;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    font-weight: normal;
}

.sendCatal .button-rect_100x30_orange, .similarTermButton .button-rect_100x30_orange {
    width: 168px;
    height: 41px;
    cursor: pointer;
    background: #417CE4;
    color: white;
    letter-spacing: .5px;
    text-align: center;
    box-sizing: border-box;
}

.similarTerm-form {
    color: #414141;
}

    .similarTerm-form input {
        border: 1px solid #414141;
        padding-left: 5px;
    }

.sendCatal .button-orange220x30Calc, .newsLet .button-orange220x30Calc, .similarTermButton .button-orange220x30Calc {
    right: 18px;
}

.notice {
    background-color: rgba(199,200,193,.9);
    z-index: 9;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
}

    .notice .noticeText:not(:has(.editor)) {
        text-align: left;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 30px;
        color: #000;
    }

    .notice .fa.fa-times.overlay-closeIndex {
        color: #FFF;
        outline: none !important;
        z-index: 100 !important;
        font-size: 50px !important;
        cursor: pointer !important;
        padding: 10px 15px;
        position: relative !important;
    }

    .notice .overlay-closeIndex:hover {
        color: #eae2cd;
    }

.final-prices .button-orange180x30Calc {
    background-image: url('../Images/rect_180x30_orange.png');
    position: absolute;
    height: 30px;
    width: 180px;
    color: #FFF !important;
    text-transform: uppercase;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    text-align: left;
    padding: 6px 10px 0px 10px;
    right: 0px;
    cursor: pointer;
}

    .final-prices .button-orange180x30Calc.quick-button {
        position: relative;
        margin-top: 15px;
        margin-bottom: 10px;
        float: right;
    }

.content-wrapper-w.tour-detail .right-content .priceWraper .price-section .person-price {
    color: #414141;
    font-size: 16px;
    font-weight: bold;
}

    .content-wrapper-w.tour-detail .right-content .priceWraper .price-section .discounts {
        font-size: 16px;
        font-weight: 100;
        color: #EF3147;
    }

content-wrapper-w.tour-detail .right-content .priceWraper .price-box .date {
    color: #414141;
    font-size: 17px;
    font-weight: bold;
}

.content-wrapper-w.tour-detail .right-content .priceWraper .price-section .persons, .content-wrapper-w.tour-detail .right-content .priceWraper .length-transport {
    color: #414141;
    font-size: 16px;
    font-weight: 100;
}

.tour-price .persons-change {
    position: relative;
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
}

.tour-price .change-persons.nocalc {
    float: right;
    position: relative;
}

.content-wrapper-w.tour-detail .right-content .priceWraper .length-transport .transport {
    font-size: 16px;
    font-weight: bold;
}

.content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .service-button.selected {
}

    .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .service-button.selected img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-top: 6px;
        cursor: pointer;
        display: block;
    }

        .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .service-button.selected img.insuranceImg,
        .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .service-button.selected img.boardServiceImg,
        .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .service-button.selected img.transportServiceImg {
            padding-top: 0px;
        }

.content-wrapper .red-box .white-box-n .header-popS {
    height: 40px;
    background-color: #417CE4;
    display: table;
    position: relative;
}

    .content-wrapper .red-box .white-box-n .header-popS .header-popS-span {
        display: table-cell;
        vertical-align: middle;
        background-color: #eae2cd;
        color: #414141;
        font-size: 18px;
        text-align: left;
        padding-left: 18px;
    }

.overlay-close-STF .fa.fa-times.overlay-close.taRight {
    cursor: pointer;
}

.content-wrapper .red-box .white-box-n .header-popS .header-popS-span-similar {
    display: table-cell;
    vertical-align: middle;
    background-color: #417CE4;
    color: #FFF;
    font-size: 18px;
    text-align: left;
    padding-left: 18px;
    font-weight: bold;
}
/*geography detail*/
.geography-detail {
}

.geography-detail-down {
}

.geography-detail-down-down {
}

    .geography-detail-down-down .left-content {
        width: 655px;
        margin-right: 25px;
    }

    .geography-detail-down-down .right-content {
        width: 480px;
    }

        .geography-detail-down-down .right-content .desc-box {
            margin-bottom: 30px;
        }

            .geography-detail-down-down .right-content .desc-box span {
                font-size: 18px !important;
                text-align: left;
                color: #414141;
            }

    .geography-detail-down .content-wrapper-w .geopraphy-title, .geography-detail-down-down .geography-detail-bottom .geopraphy-title {
        display: inline-block;
        font-size: 25px;
        text-align: left;
        font-weight: bold;
        color: #417CE4;
    }

.geography-detail-bottom .specialOffersTilesFooter-geo {
    background-color: #FFF;
    color: #414141;
    text-decoration: none;
    display: block;
    font-size: 18px;
    padding: 20px 18px 20px 17px;
    height: 200px;
    border: 1px solid #EFEFEF;
    font-weight: normal;
}

.geography-detail-down .content-wrapper-w .geopraphy-title.next {
    padding-left: 0px;
}

.geography-detail-down-down .content-wrapper-w .big-picture-slider {
    max-height: 655px;
}

.geography-detail-down-down .right-content .icons {
    bottom: 0px;
}

.searchResults .titleSearchResults {
}

.searchResults .blue-text-searchResult {
    color: #417CE4;
    font-weight: bold;
}

.searchResults .black-text-searchResult {
    color: #000;
}

/*bookingInfo*/
.booking-Info .title-description, .booking-Info .value-description {
    font-size: 16px;
}

.booking-Info .bookingInfo-title-div {
    height: 42px;
    background-color: #e43216;
    color: #fff;
    font-size: 24px;
    box-sizing: border-box;
    padding-left: 20px;
}

.booking-Info .bookingInfo-title {
    display: inline-block;
    line-height: 42px;
}

.content-wrapper.overview .tour-tabs .tabs .tabs-li .tabs-span {
    font-size: 15px;
}

.p-row.overview-table {
}

.overview-table .p-row.title {
    background: #EFEFEF;
}

.overview-table .borderB1 {
    border-bottom: 1px solid #efefef;
}

.overview-table .p-row.title > .col-type {
    min-height: initial;
    font-size: 18px;
    color: #414141;
    padding: 8px 11px 5px 11px;
}

    .overview-table .p-row.body > .col-type.price-c, .overview-table .p-row.body > .col-type.priceWithCount-c, .overview-table .p-row.body > .col-type.count-c,
    .overview-table .p-row.title > .col-type.price-c, .overview-table .p-row.title > .col-type.priceWithCount-c, .overview-table .p-row.title > .col-type.count-c {
        text-align: right;
    }

.overview-table .p-row.body > .col-type {
    font-size: initial;
    min-height: initial;
    font-size: 16px;
    padding: 8px 11px 5px 11px;
}

.overview-table .description-c {
    width: 55%;
}

    .overview-table .description-c.mandatoryPrices, .overview-table .description-c.optionalServices, .overview-table .description-c.discount, .overview-table .description-c.coupons,
    .overview-table .description-c.fullprice {
        width: 85%;
    }

    .overview-table .description-c.fullprice, .overview-table .priceWithCount-c.fullprice-c {
        font-size: 26px;
        color: #EF3147;
    }

.content-wrapper.overview .table-overview .titlePersonText {
    font-size: 16px;
}

.content-wrapper.overview .table-overview .bodyPersonsOverwiew {
    border: 1px solid #efefef;
    padding: 10px;
    background-color: #FFF;
}

#BookingNoteForSend {
    border: 1px solid #efefef;
}

.content-wrapper.overview .table-overview .bodyPersonsOverwiew .paddingT10:first-child {
    padding-top: 0px;
}

.overview-table .count-c {
    width: 15%;
}

.overview-table .price-c {
    width: 15%;
}

.overview-table .priceWithCount-c {
    width: 15%;
}

.booking-Info .left-content.w75.col-type {
    background-color: #EFEFEF;
}

.overview-table .finallyPrice-c, .overview-table .payedValue-c, .overview-table .valueToPay-c, .overview-table .pres-paymentsTitle-c,
.overview-table .requested-amount-c, .overview-table .due-date-c, .overview-table .rec-paymentsTitle-c, .overview-table .rec-amount-c, .overview-table .rec-due-date-c {
    width: 33%;
}

.overview-table .overvieTitle, .overview-table .overvieTitle-sumPayments, .overview-table .overvieTitle-presPayments, .overview-table .overvieTitle-recPayments,
.overview-table .overvieTitle-onlinePayments, .content-wrapper.booking-detail .mainColumnPadding .personsInfoTitleDiv {
    height: 42px;
    background-color: #FFF;
    color: #414141;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 31px 0 15px;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    font-weight: bold;
}

    .overview-table .overvieTitle .overvieTitleSpan, .overview-table .overvieTitle-sumPayments .overvieTitleSpan, .overview-table .overvieTitle-presPayments .overvieTitleSpan,
    .overview-table .overvieTitle-recPayments .overvieTitleSpan, .overview-table .overvieTitle-onlinePayments .overvieTitleSpan, .content-wrapper.booking-detail .mainColumnPadding .personsInfoTitleDiv .personsInfoTitle {
        display: inline-block;
        line-height: 42px;
    }

.content-wrapper.booking-detail fieldset {
    border: 0;
    background-color: #f8f6ee;
    position: relative;
    border-bottom: .5px solid #efefef;
}

.overview-table .table-overview {
    padding: 0 31px 10px 21px;
    position: relative;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

    .overview-table .table-overview.first {
        border-bottom: none;
    }

.overview-table .overvieTitle-recPayments.third {
    border-top: none;
}

.overview-table .table-overview .button_goldSend {
    position: absolute;
    right: 0px;
    bottom: 25px;
}

.content-wrapper.booking-detail .mainColumnPadding .h4.no-mrg {
    margin-bottom: 5px;
}

.content-wrapper.booking-detail .mainColumnPadding label {
    margin-right: 5px;
    color: #034593;
}

.content-wrapper.booking-detail .mainColumnPadding input:not([disabled]) {
    background-color: #FFF;
}

.content-wrapper.booking-detail .mainColumnPadding button.cont-personInfo {
    background-image: url("../Images/rect_130x30_orange.png");
    display: block;
    color: #FFF;
    padding: 5px 15px 5px 10px;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    background-position: right bottom;
    float: right;
    width: 105px;
    height: 30px;
    background-color: #FFF;
}

    .content-wrapper.booking-detail .mainColumnPadding button.cont-personInfo .contTextButton {
        position: absolute;
        top: 7px;
        left: 10px;
        color: #FFF;
        text-transform: uppercase;
    }

    .content-wrapper.booking-detail .mainColumnPadding button.cont-personInfo .contValueButton {
        position: absolute;
        top: 7px;
        right: 4px;
    }

.content-wrapper.booking-detail .mainColumnPadding button:hover .contValueButton {
    background-image: url("../Images/navi_4onmous_white.png");
}

.content-wrapper.booking-detail .mainColumnPadding button .contValueButton:hover {
    background-image: url("../Images/navi_4onmous_white.png");
}

.content-wrapper.overview .overview-table.persons, .content-wrapper.overview .overview-table.payments,
.content-wrapper.overview .overview-table.documents, .content-wrapper.overview .overview-table.helpNote {
    display: none;
}


.overview .table-overview iframe {
    width: 100%;
}

.content-wrapper.overview textarea {
    max-height: 100px;
    height: 100px;
}

/*BookingNote*/
.content-wrapper.bookingNote .fontSize16 {
    font-size: 16px;
}

.content-wrapper.overview .fontSize16 {
    font-size: 16px;
}

.tour-detail.tour-calc .gallery, .booking-result .gallery {
    border: 1px solid #EFEFEF;
    max-height: 407px;
}

.tour-detail.tour-calc .main-info-calc, .booking-result .main-info-calc {
    height: 406px;
}

.tour-detail .gallery img {
    margin: 0;
    display: block;
    max-width: 100%;
}

.discount-tour {
    position: relative;
    display: inline-flex;
}

    .discount-tour .discountText {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        font-size: 17px;
        color: #FFF;
        font-weight: bold;
    }

.tour-detail .main-info img, .tour-detail .main-info .discount {
    display: inline-block !important;
}

.tour-detail .gallery .big-picture .mainImageTD, .booking-result .gallery .big-picture .mainImageTD {
    width: 100%;
    height: auto;
    max-height: 609px;
}

.tour-detail.tour-calc .gallery .big-picture .mainImageTD, .booking-result .gallery .big-picture .mainImageTD {
    width: 523px;
    height: 406px;
}

.tour-detail.tour-calc .gallery .big-picture, .booking-result .gallery .big-picture {
    width: 50%;
}

.tour-detail .gallery .big-picture {
    width: 100%;
}

.booking-result .gallery .big-picture {
}

.tour-detail .gallery .picture-list {
    width: 100%;
    margin-top: 13px;
}

@media only screen and (max-width:1530px) {
    .big-offers .videoBigOffer {
        height: calc(80vh - 200px);
    }
}

@media only screen and (max-width: 1450px) {
    .w1001450 {
        width: 100% !important;
    }

    .footer-content .w1001450 {
        text-align: center;
        padding: 20px;
    }

    footer .main-logo {
        left: 50%;
        transform: translateX(-50%);
    }

    footer .footersecond .footer-content-wraper > .col-type {
        width: 100%;
    }

    footer .newsletter-footer {
        margin-bottom: 40px;
    }

    footer .footerthird .footer-content-wraper > .col-type, footer .footerthird .footer-content-wraper .social-media > .col-type {
        width: 100%;
        float: left;
    }

    footer .footerthird .footer-content-wraper .social-media > .col-type {
        text-align: center;
    }

    footer .social-media {
        padding: 20px;
    }
}

@media only screen and (max-width: 1250px) {
    .w501250 {
        width: 50% !important;
        float: left !important;
    }
}

@media only screen and (max-width: 1190px) {
    header .social-media-header {
        padding: 0;
        display: none !important;
    }
}

@media only screen and (max-width: 1180px) {
    header .header-content {
        height: auto;
        min-height: 110px;
    }

    .tour-detail.tour-calc .gallery .big-picture .mainImageTD, .booking-result .gallery .big-picture .mainImageTD {
        height: auto;
        max-height: 609px;
    }

    .tour-detail.tour-calc .gallery, .booking-result .gallery {
        max-height: none;
    }

        .tour-detail.tour-calc .gallery .big-picture, .booking-result .gallery .big-picture {
            width: 100%;
        }

    .tour-detail.tour-calc .gallery, .booking-result .gallery {
        border: none;
    }

    .tour-detail.tour-calc .main-info-calc, .booking-result .main-info-calc {
        width: 100%;
        border: 1px solid #EFEFEF;
        height: auto;
        padding-bottom: 10px;
        margin-top: 25px;
    }

    .content-wrapper-w.tour-detail .right-content .priceWraper .tour-price .service-button, .content-wrapper-w.tour-detail .right-content .priceWraper .length-transport .change-button {
        width: 100% !important;
        right: auto !important;
        position: relative !important;
        min-height: unset;
    }

    .w60Mob.w601180 {
        width: 60%;
    }

    .w40Mob.w401180 {
        width: 40%;
    }

    .tabs li {
        width: 20%;
    }

    .paddingR101180 {
        padding-right: 10px;
    }

    .popUpPersons .w501180 {
        margin: 0px;
        width: 50%;
    }


    .tab-content .room .popUpPersons, #PopupPersonsTourDetail_Price {
        width: 100% !important;
    }



    .tabs li span.arrow-down {
        right: 20px;
    }

    .final-prices .w1001180 {
        float: none;
        width: 100%;
    }

    .w70.tableCalcInfo {
        width: 100%;
    }

    .left-content.w1001180, .right-content.w1001180 {
        width: 100%;
    }

    .displayNone.display1180 {
        display: block;
    }

    .displaynone1180 {
        display: none !important;
    }

    .booking-result .padding01180 {
        padding: 0;
    }

    .booking-result .final-priceBookingInfo-text {
        font-size: 20px !important;
        bottom: 25px !important;
    }

    .booking-result .final-priceBookingInfo-price {
        font-size: 20px !important;
        bottom: 0px !important;
    }

    .main-info.col-type .orange.blue1180 {
        color: #417CE4;
    }

    .font-weightBold1180 {
        font-weight: bold;
    }

    .paddingLR201180 {
        padding: 0 20px;
    }

    .main-info.col-type.tour-main1180.displayNone1180 {
        display: none;
    }

    .tour-detail .mainTourMob .priceListMob .priceListMobP-row .tour-price .button-orange220x30 a .triangle1180 {
        background-image: url("../Images/navi_4_white.png");
        position: absolute;
        bottom: 0;
        top: 10px;
        right: 10px;
    }

        .tour-detail .mainTourMob .priceListMob .priceListMobP-row .tour-price .button-orange220x30:hover a .triangle1180,
        .tour-detail .mainTourMob .priceListMob .priceListMobP-row .tour-price .button-orange220x30 a .triangle1180:hover {
            background-image: url("../Images/navi_4onmous_white.png");
            position: absolute;
            bottom: 0;
            top: 10px;
            right: 10px;
        }

    .tour-detail .mainTourMob .priceListMob .priceListMobP-row .tour-price .button-orange220x30 a .title-book-res {
        vertical-align: sub;
    }

    .tour-detail .mainTourMob .priceListMob .priceListMobP-row .tour-price {
        border-top: 1px solid #efefef;
        border-bottom: none;
    }

    .marginTop501280 {
        margin-top: 50px;
    }

    .content-wrapper-w.tour-detail .priceWraper .tour-price .col-type,
    .booking-result .priceWraper .tour-price .col-type {
        color: #414141;
        font-size: 16px;
    }

    #lm-wrapper {
        background-color: #FFF;
    }

    .content-wrapper-w.tour-detail .priceWraper .tour-price .price-box.price-boxMob {
        border-bottom: 1px solid #efefef;
        padding-bottom: 5px;
        padding: 0 20px 0 20px;
    }

    .content-wrapper-w.tour-detail .priceWraper .price-section .price.finalPrice .col-type {
        font-size: 40px !important;
        font-weight: bold !important;
        color: #EF3147 !important;
        text-align: right !important;
        padding-right: 20px;
    }

    #FloatingWindow .p-row.price-box.price-boxMob {
        padding: 0 20px 0 20px;
    }

    .content-wrapper-w.tour-detail .priceWraper .tour-price .mobButtonTD1180 .service-button span, .content-wrapper-w.tour-detail .priceWraper .length-transport .mobButtonTD1180 .change-button a {
        display: grid;
        align-items: center;
        min-height: 30px;
        color: #414141;
        cursor: pointer;
    }

    .content-wrapper-w.tour-detail .priceWraper .tour-price .mobButtonTD1180 .service-button.selected img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
        display: block;
    }

        .content-wrapper-w.tour-detail .priceWraper .tour-price .mobButtonTD1180 .service-button.selected img.insuranceImg, .content-wrapper-w.tour-detail .priceWraper .tour-price .mobButtonTD1180 .service-button.selected img.boardServiceImg {
            padding-top: 0;
        }

    .content-wrapper-w.tour-detail .priceWraper .price-box .services .insurances .p-row.selected .col-type, .content-wrapper-w.tour-detail .priceWraper .price-box .boards .boardService .p-row.selected .col-type {
        cursor: pointer;
    }

    .tour-detail .gallery .similar-lasts .images-similar-lasts {
        display: inline-block;
    }

    .similar-lasts .lm-image > a {
        display: block;
    }

    .similar-lasts .lm-image img {
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
    }

    .w1001180None {
        width: auto !important;
    }

    #lm-wrapper .lm-image .text-box {
        top: 7.5px;
        left: 7.5px;
        display: block;
        color: #FFF;
        padding: 5px 15px 5px 10px;
        width: 70px;
        height: 60px;
        box-sizing: border-box;
        font-size: 22px;
        background-image: url("../Images/rect_dorange.png");
        background-position: right;
        text-decoration: none;
    }

    #lm-wrapper .similar-lasts .favourite .form-hidden {
        display: none;
    }

    #lm-wrapper .similar-lasts .lm-image img {
        transition: all 0.5s ease;
    }

    #lm-wrapper .similar-lasts .LMMob:hover img {
        transform: scale(1.2);
    }

    #lm-wrapper .similar-lasts .lm-image .favourite img, #lm-wrapper .similar-lasts .LMMob:hover .favourite img,
    #lm-wrapper .similar-lasts .LMMob .lm-item .text-box-button:hover .orderButtonSeachrResults {
        transform: none;
        transition: none;
    }

    .offers .offer > a {
        display: block;
    }

    .similar-lasts .similar-lastsItem1180 {
        max-width: none;
        margin-right: 0;
        padding-bottom: 20px;
    }

    #lm-wrapper .similar-lasts .lastMMobile .LMMob {
        padding: 7.5px;
        padding-bottom: 10px;
    }

        #lm-wrapper .similar-lasts .lastMMobile .LMMob.first {
            padding-right: 15px;
            padding-left: 0;
        }

        #lm-wrapper .similar-lasts .lastMMobile .LMMob.last {
            padding-left: 15px;
            padding-right: 0;
        }

    #lm-wrapper .similar-lasts .text-box-bottom {
        bottom: 0;
        right: 0;
        display: block;
        color: #fff;
        padding: 5px 30px 5px 20px;
        min-width: 190px;
        height: 60px;
        box-sizing: border-box;
        font-size: 22px;
        background-image: url("../Images/rect_dblue_80.png");
        background-position: right;
    }

    #lm-wrapper .similar-lasts .LMMob:hover .text-box-bottom {
        background-image: url("../Images/rect_dblue.png");
        text-decoration: none;
    }

    #lm-wrapper .similar-lasts .LMMob .text-box-bottom .arrow-right {
        position: absolute;
        display: block;
        width: 14px;
        height: 24px;
        top: calc(50% - 12px);
        right: 10px;
        background-image: url("../Images/arrow_right_white.png");
        background-position: right;
    }

    #lm-wrapper .similar-lasts .LMMob:hover .text-box-bottom .arrow-right {
        background-image: url("../Images/arrow_right_white_full.png");
    }

    #lm-wrapper .similar-lasts .LMMob .lm-item .text-box-button {
        display: block;
        color: #FFF;
        background-image: url("../Images/rect_130x30_orange.png");
        font-size: 15px;
        position: absolute;
        text-decoration: none;
        text-transform: uppercase;
        background-position: right;
        right: 9px;
        bottom: 10px;
        width: 130px;
        height: 24px;
    }

        #lm-wrapper .similar-lasts .LMMob .lm-item .text-box-button .orderBSpan {
            position: absolute;
            top: 5px;
            left: 10px;
        }

        #lm-wrapper .similar-lasts .LMMob .lm-item .text-box-button .orderButtonSeachrResults {
            position: absolute;
            right: 4px;
            top: 7px;
        }

        #lm-wrapper .similar-lasts .LMMob .lm-item .text-box-button:hover .orderButtonSeachrResults {
            background-image: url("../Images/navi_4onmous_white.png");
            width: 16px;
            height: 16px;
        }

    .geography-detail-down-down .imagesGeoDetail .content-wrapper-w .gallery .smallPicturesGD {
        display: none;
    }

    .geography-detail-down-down .imagesGeoDetail .content-wrapper-w .gallery .big-picture-slider .mainphotos {
        width: 100%;
        height: auto;
    }

    .content-wrapper-w.tour-detail.tour-calc .right-content.w25.col-type.displayNone1180,
    .booking-result .right-content.w25.col-type.displayNone1180 {
        display: none;
    }

    .content-wrapper-w.tour-detail.tour-calc .priceWraper .tour-price {
    }

        .content-wrapper-w.tour-detail.tour-calc .priceWraper .tour-price .price-box {
            border: none;
            padding: 0;
        }

        .content-wrapper-w.tour-detail.tour-calc .priceWraper .tour-price .p-row .col-type:before,
        .booking-result .priceWraper .tour-price .p-row .col-type:before {
            content: attr(data-title);
            position: absolute;
            top: 6px;
            left: 2px;
            width: 45%;
            font-weight: bold;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
        }

        .content-wrapper-w.tour-detail.tour-calc .priceWraper .tour-price .persons .persons-c-calc .personsText.displayNone1180,
        .content-wrapper-w.tour-detail.tour-calc .priceWraper .tour-price .date.displayNone1180,
        .booking-result .priceWraper .tour-price .persons .persons-c-calc .personsText.displayNone1180,
        .booking-result .priceWraper .tour-price .date.displayNone1180 {
            display: none;
        }

        .content-wrapper-w.tour-detail.tour-calc .priceWraper .tour-price .date .date-c-from-calc,
        .content-wrapper-w.tour-detail.tour-calc .priceWraper .tour-price .date .date-c-to-calc,
        .content-wrapper-w.tour-detail.tour-calc .priceWraper .tour-price .persons .persons-c-calc,
        .content-wrapper-w.tour-detail.tour-calc .priceWraper .tour-price .room .room-c-calc,
        .content-wrapper-w.tour-detail.tour-calc .priceWraper .tour-price .transport .transport-c-calc,
        .content-wrapper-w.tour-detail.tour-calc .priceWraper .tour-price .length .length-c-calc,
        .content-wrapper-w.tour-detail.tour-calc .priceWraper .tour-price .board .board-c-calc,
        .booking-result .priceWraper .tour-price .date .date-c-from-calc,
        .booking-result .priceWraper .tour-price .date .date-c-to-calc,
        .booking-result .priceWraper .tour-price .persons .persons-c-calc,
        .booking-result .priceWraper .tour-price .room .room-c-calc,
        .booking-result .priceWraper .tour-price .transport .transport-c-calc,
        .booking-result .priceWraper .tour-price .length .length-c-calc,
        .booking-result .priceWraper .tour-price .board .board-c-calc {
            position: relative;
            width: auto !important;
            height: auto !important;
            padding: 4px 0 4px 40%;
            padding-left: 50%;
            text-align: left;
        }

    .content-wrapper-w.tour-detail.tour-calc .final-prices .headerCalc .pResultClass {
        padding: 10px 20px 10px 20px;
    }

        .content-wrapper-w.tour-detail.tour-calc .final-prices .headerCalc .pResultClass .borderBottomBrown650 {
            border-bottom: 1px solid #efefef;
        }
}

.tour-detail .gallery .picture-list .col-type {
    max-width: 198px;
    margin-right: 13px;
}

    .tour-detail .gallery .picture-list .col-type:last-of-type {
        margin-right: 0;
    }

.tour-detail .gallery .picture-list img {
}

    .tour-detail .gallery .picture-list img:last-of-type {
    }

.tour-detail h1 {
    font-size: 38px;
    color: #417CE4;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 13px;
}

.booking-result h1 {
    font-size: 38px;
    color: #414141;
    font-weight: normal;
    margin-top: 0px;
}

.tour-detail h1 .hotel {
    margin-right: 10px;
}

.booking-result h1 .hotel {
    color: #417CE4;
    font-size: 25px;
    margin-right: 10px;
}

.tour-detail h1 .orange, .booking-result h1 .orange {
    letter-spacing: 7px;
    font-weight: 300;
}

.tour-detail .geography,
.tour-detail .geography a,
.booking-Info .geography,
.booking-Info .geography a {
    font-size: 18px;
    color: #414141;
    margin-top: 6px;
    margin-bottom: 6px;
}

.tour-detail .navigation {
    height: 43px;
    line-height: 43px;
    font-size: 18px;
}

    .tour-detail .navigation img {
        left: 0;
        top: 11px;
    }

    .tour-detail .navigation .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .tour-detail .navigation a,
    .tour-detail .navigation span {
        color: #414141;
        font-size: 15px;
        line-height: 43px;
        display: inline-block;
    }

        .tour-detail .navigation a:first-of-type {
            margin-left: 0px;
        }

.tour-detail .tourMain {
    margin-top: 15px;
    border: 1px solid #EFEFEF;
    margin-bottom: 15px;
}

.tour-detail .main-info {
    width: 100%;
    min-height: 50px;
    padding: 0 20px 0 20px;
}

.tour-detail .main-links, .booking-Info .main-links {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
}

.tour-detail.tour-calc .main-links, .booking-result .main-links {
    width: auto;
    padding-left: 20px;
    padding-bottom: 20px;
}

.tour-detail.tour-calc .main-info, .booking-result .main-info {
    width: 100%;
    padding-right: 20px;
    padding-left: 0px;
    font-weight: 300;
}


.tour-detail .main-links img {
    display: inline-block;
    margin: 0;
}

    .tour-detail .main-links img.form-hidden {
        display: none;
    }

.geography-detail .navigation {
    margin-top: 10px;
}

    .geography-detail .navigation img {
        left: 0;
        top: 11px;
    }

geography-detail .navigation .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.geography-detail .navigation a,
.geography-detail .navigation span {
    color: #414141;
    font-size: 15px;
    display: inline-block;
    margin: 5px 0;
}

    .geography-detail .navigation a:first-of-type {
    }


/*desc list*/
.desc-list {
    box-sizing: border-box;
    padding-left: 0;
}

    .desc-list:first-child {
        padding-right: 10px;
    }

    .desc-list:last-child {
    }

    .desc-list li {
        list-style: none;
        height: 25px;
        font-size: 18px;
        color: #414141;
        position: relative;
        padding-left: 20px;
    }

        .desc-list li:before {
            content: "•";
            color: #417CE4;
            padding-right: 4px;
            vertical-align: top;
            font-size: 2.3em;
            height: 15px;
            display: inline-block;
            position: absolute;
            top: -13px;
            left: 0;
        }

#FloatingWindow.cal-scrolled {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 334px;
}
/*tabs*/
.tabs {
    height: 35px;
}

    .tabs.tabs-scrolled {
        position: fixed;
        max-width: 1042px;
        top: 0;
        background-color: #fff;
        z-index: 1;
    }

    .tabs ul {
        margin: 0;
        padding: 0;
    }

    .tabs li {
        width: 200px;
        height: 35px;
        background-color: #EFEFEF;
        color: #414141;
        font-size: 18px;
        text-align: left;
        list-style: none;
        float: left;
        margin-right: 10.5px;
        padding: 0 0 0 40px;
        box-sizing: border-box;
        position: relative;
        display: flex;
        align-items: center;
    }

        .tabs li a {
            width: 100%;
            height: 100%;
            line-height: 35px;
            display: block;
        }

        .tabs li:last-of-type {
            margin-right: 0;
        }

    .tabs .documents-tab {
        width: 203px;
    }

    .tabs li:hover,
    .tabs li.selected {
    }

    .tabs li span.arrow-down {
        background-image: url('../Images/picto-sipka-dolu.svg');
        width: 15px;
        height: 9px;
        display: inline-block;
        cursor: pointer;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .tabs li:hover span.arrow-down, .tabs li.selected span.arrow-down {
        background-image: url('../Images/picto-sipka-dolu-active.svg');
    }

    .overview .tabs li:hover .text.tabs-span, .tabs li.selected .text.tabs-span {
        color: #417CE4;
    }

@media only screen and (max-width:1120px) {
    .big-offers .videoBigOffer {
        height: calc(60vh - 5.125rem);
    }
}

@media only screen and (max-width: 1100px) {
    .displayNone1100 {
        display: none;
    }

    .displayNone.displayNone1100 {
        display: inline-block;
    }

    .side-filter .header-body-filter {
        display: none;
    }

    .searchResults > .col-type {
        width: 100%;
        max-width: 100%;
        padding: 0 30px 0 28px;
    }

    .displayNone.display1100 {
        display: inline-block;
    }

    .side-filter .header-title {
        cursor: pointer;
    }

    .pos-abs.arrow-filter {
        right: 20px;
        top: 17px;
    }

    .side-filter .header-title {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
        background-color: #EFEFEE !important;
        border-radius: 7px !important;
    }

    .side-filter .marginT301100 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 995px) {
}

@media only screen and (max-width: 990px) {
    .special-offers .offer .specialOffersTilesFooter > .p-row .fontSize18 {
        font-size: 16px;
    }

    .big-offers .videoBigOffer {
        height: calc(55vh - 5.125rem);
    }
}

@media only screen and (max-width: 908px) {


    .searcher-sub .p-row span {
        font-size: 14px;
    }

    .special-offers .offer .specialOffersTilesFooter > .p-row .fontSize18 {
        font-size: 14px;
    }
}

.tab-box {
    border: 1px solid #EFEFEF;
    margin-top: 15px !important;
}

    .tab-box .tab-header {
        height: 38px;
        padding: 0 10px;
    }

        .tab-box .tab-header .text {
            line-height: 36px;
            display: inline-block;
            letter-spacing: 0.5px;
            color: #414141;
            font-size: 18px;
            margin: 0;
        }

        .tab-box .tab-header .arrow-up {
            background-image: url('../Images/picto-sipka-nahoru-active.svg');
            width: 15px;
            height: 9px;
            display: inline-block;
            top: 35%;
            transform: translateY(-35%);
        }

        .tab-box .tab-header .header-content:hover .arrow-up {
            background-image: url('../Images/picto-sipka-nahoru-active.svg');
            width: 15px;
            height: 9px;
            display: inline-block;
            top: 35%;
            transform: translateY(-35%);
        }

        .tab-box .tab-header .arrow-down-full {
            background-image: url('../Images/picto-sipka-dolu-active.svg');
            width: 15px;
            height: 9px;
            display: inline-block;
            top: 35%;
            transform: translateY(-35%);
        }

    .tab-box .tab-content {
        padding: 0 0 0 20px;
    }

        .tab-box .tab-content.desc-box {
            padding-right: 26px;
            background-color: #FFF;
        }

            .tab-box .tab-content.desc-box > .p-row > .col-type:first-of-type {
                padding-right: 15px;
            }

            .tab-box .tab-content.desc-box > .p-row > .col-type:last-of-type {
                padding-left: 15px;
            }

            .tab-box .tab-content.desc-box h3 {
                /*font-size: 18px;*/
                font-weight: bold;
                /*margin-bottom: 5px;*/
                /*color: #414141;*/
            }

            .tab-box .tab-content.desc-box .desc-content {
                /*font-size: 18px;*/
                /*margin-bottom: 5px;*/
                /*color: #414141;*/
            }

.tab-content .room .green-buttonSelected, .tab-content .room .green-button {
    position: absolute;
    right: 0;
}

.tab-box.accommodation-box .tab-content {
    background-color: #FFF;
    color: #414141;
    padding-left: 21px;
    padding-right: 36px;
}

    .tab-box.accommodation-box .tab-content .room {
        background-color: #FFF;
        color: #414141;
        padding-bottom: 28px;
        border-top: 1px solid #EFEFEF;
    }

        .tab-box.accommodation-box .tab-content .room .header-tourdetail {
            height: 40px;
            font-size: 20px;
            display: table-cell;
            vertical-align: bottom;
            padding-bottom: 5px;
            box-sizing: border-box;
            font-weight: bold;
        }

            .tab-box.accommodation-box .tab-content .room .header-tourdetail span {
                display: none !important;
            }

        .tab-box.accommodation-box .tab-content .room .room-content {
            position: relative;
        }

        .tab-box.accommodation-box .tab-content .room .image {
            width: 370px;
            margin-right: 20px;
        }

            .tab-box.accommodation-box .tab-content .room .image img {
                display: block;
                margin: 0;
            }

.tab-content .room .change_persons {
    color: #417CE4;
    font-weight: bold;
}


.tab-box.accommodation-box .tab-content .room .info {
    width: auto;
    font-size: 18px;
}

    .tab-box.accommodation-box .tab-content .room .info .title, #PopupPersonsTourDetail_Price .title {
        font-size: 18px;
        font-weight: 700;
    }

    .tab-box.accommodation-box .tab-content .room .info .text {
        font-size: 17px;
    }

.tab-box.date-box .tab-content {
    padding: 0;
}

.error-calc {
    font-size: 30px;
    color: red;
    font-weight: bold;
}

.tab-content .tour-dates, .tab-content .tour-datesAtyp {
    padding: 0 26px 0 21px;
}


.tab-box.date-box .tab-content .tour-dates, .tab-box.date-box .tab-content .tour-datesAtyp {
}

    .tab-box.date-box .tab-content .tour-dates .title, .tab-box.date-box .tab-content .tour-datesAtyp .title {
        height: 35px;
        color: #414141;
        background-color: #EFEFEF;
        font-size: 18px;
        box-sizing: content-box;
    }

        .tab-box.date-box .tab-content .tour-dates .title.filter, .tab-box.date-box .tab-content .tour-datesAtyp .title.filter {
            height: auto;
        }

        .tab-box.date-box .tab-content .tour-dates .title > .col-type, .tab-box.date-box .tab-content .tour-datesAtyp .title > .col-type {
            height: 100%;
            box-sizing: border-box;
            padding: 5px 0;
        }

        .tab-box.date-box .tab-content .tour-dates .title.filter > .col-type, .tab-box.date-box .tab-content .tour-datesAtyp .title.filter > .col-type {
            padding-right: 10px;
        }

        .tab-box.date-box .tab-content .tour-dates .title > .col-type:first-of-type,
        .tab-box.date-box .tab-content .tour-datesAtyp .title > .col-type:first-of-type {
            padding-left: 10px;
        }

        .tab-box.date-box .tab-content .tour-dates .title > .col-type,
        .tab-box.date-box .tab-content .tour-datesAtyp .title > .col-type {
            height: 100%;
            box-sizing: border-box;
            padding: 6px 0;
        }

            .tab-box.date-box .tab-content .tour-dates .title > .col-type .arrow-down,
            .tab-box.date-box .tab-content .tour-datesAtyp .title > .col-type .arrow-down {
                overflow: hidden;
                background-image: url('../Images/picto-sipka-dolu.svg');
                width: 15px;
                height: 9px;
                right: 40px;
                display: inline-block;
                float: left;
                margin-left: 3px;
                margin-top: 3px;
                top: 50%;
                transform: translateY(50%);
            }

            .tab-box.date-box .tab-content .tour-dates .title > .col-type > .order-col:hover .arrow-down,
            .tab-box.date-box .tab-content .tour-dates .title > .col-type > .order-col .arrow-down.selected,
            .tab-box.date-box .tab-content .tour-datesAtyp .title > .col-type > .order-col:hover .arrow-down,
            .tab-box.date-box .tab-content .tour-datesAtyp .title > .col-type > .order-col .arrow-down.selected {
                overflow: hidden;
                -webkit-animation: switch 5s infinite; /* Chrome, Safari, Opera */
                animation: switch 5s infinite;
                background-image: url('../Images/picto-sipka-dolu-active.svg');
                width: 15px;
                height: 9px;
                right: 40px;
                top: 50%;
                transform: translateY(50%);
            }

            .tab-box.date-box .tab-content .tour-dates .title > .col-type > .order-col .arrow-down.selected-desc,
            .tab-box.date-box .tab-content .tour-datesAtyp .title > .col-type > .order-col .arrow-down.selected-desc {
                overflow: hidden;
                -webkit-animation: switch 5s infinite; /* Chrome, Safari, Opera */
                animation: switch 5s infinite;
                background-image: url('../Images/picto-sipka-nahoru-active.svg');
                width: 15px;
                height: 9px;
                right: 40px;
                top: 50%;
                transform: translateY(50%);
            }

    .tab-box.date-box .tab-content .tour-dates .footer,
    .tab-box.date-box .tab-content .tour-datesAtyp .footer {
        height: 40px;
        color: #414141;
        background-color: #f1ecde;
        font-size: 15px;
    }

        .tab-box.date-box .tab-content .tour-dates .footer .center,
        .tab-box.date-box .tab-content .tour-datesAtyp .footer .center {
            max-width: 350px;
            margin: auto;
            padding-top: 9px;
        }

            .tab-box.date-box .tab-content .tour-dates .footer .center .next-dates,
            .tab-box.date-box .tab-content .tour-datesAtyp .footer .center .next-dates {
                color: #EF3147;
                float: left;
                margin-right: 20px;
            }

            .tab-box.date-box .tab-content .tour-dates .footer .center .scroll-up,
            .tab-box.date-box .tab-content .tour-datesAtyp .footer .center .scroll-up {
                float: left;
                margin: 0;
            }

                .tab-box.date-box .tab-content .tour-dates .footer .center .scroll-up:hover .arrow-up,
                .tab-box.date-box .tab-content .tour-datesAtyp .footer .center .scroll-up:hover .arrow-up {
                    background-image: url('../Images/picto-sipka-nahoru.svg');
                }

            .tab-box.date-box .tab-content .tour-dates .footer .center .arrow-up,
            .tab-box.date-box .tab-content .tour-datesAtyp .footer .center .arrow-up {
                background-image: url('../Images/picto-sipka-nahoru.svg');
                width: 16px;
                height: 16px;
                right: 40px;
                margin-right: 3px;
                margin-top: 3px;
                float: left;
            }

            .tab-box.date-box .tab-content .tour-dates .footer .center .arrow-down,
            .tab-box.date-box .tab-content .tour-datesAtyp .footer .center .arrow-down {
                background-image: url('../Images/picto-sipka-dolu.svg');
                width: 16px;
                height: 16px;
                right: 40px;
                margin-right: 3px;
                margin-top: 3px;
                float: left;
            }

            .tab-box.date-box .tab-content .tour-dates .footer .center .next-dates:hover .arrow-down,
            .tab-box.date-box .tab-content .tour-datesAtyp .footer .center .next-dates:hover .arrow-down {
                background-image: url('../Images/picto-sipka-dolu.svg');
            }

            .tab-box.date-box .tab-content .tour-dates .footer .center .text,
            .tab-box.date-box .tab-content .tour-datesAtyp .footer .center .text {
                float: left;
            }

    .tab-box.date-box .tab-content .tour-dates .date-row {
        height: 55px !important;
    }

    .tab-box.date-box .tab-content .tour-dates .date-row,
    .tab-box.date-box .tab-content .tour-datesAtyp .date-row {
        height: 27px;
        color: #414141;
        font-size: 18px;
        box-sizing: content-box;
        /*padding:10px;*/
    }


.tab-content .content .col-type {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

    .tab-content .content .col-type.cat {
        display: inline-block !important;
    }

    .tab-content .content .col-type.price-c, .tab-content .content .col-type.button-c {
        justify-content: flex-end;
    }

.tab-box.date-box .tab-content .tour-dates .p-row.even,
.tab-box.date-box .tab-content .tour-datesAtyp .p-row.even {
    background-color: #EFEFEF;
}

.tab-box.date-box .tab-content .tour-dates .p-row.odd,
.tab-box.date-box .tab-content .tour-datesAtyp .p-row.odd {
    background-color: #FFF;
}

.tab-box.date-box .tab-content .tour-dates .date-row > .col-type,
.tab-box.date-box .tab-content .tour-datesAtyp .date-row > .col-type {
    height: 100%;
    box-sizing: border-box;
}

    .tab-box.date-box .tab-content .tour-dates .date-row > .col-type:first-of-type,
    .tab-box.date-box .tab-content .tour-datesAtyp .date-row > .col-type:first-of-type {
        padding-left: 10px;
    }

    .tab-box.date-box .tab-content .tour-dates .date-row > .col-type > span,
    .tab-box.date-box .tab-content .tour-datesAtyp .date-row > .col-type > span {
    }

.tab-box.date-box .tab-content .tour-dates .date-c {
    width: 22%;
    padding-right: 5px;
}

.tab-box.date-box .tab-content .tour-dates .days-c {
    width: 8%;
    padding: 0 5px;
}

.tab-box.date-box .tab-content .tour-dates .board-c {
    width: 11%;
    padding: 0 5px;
}

.tab-box.date-box .tab-content .tour-dates .transport-c {
    width: 13%;
    padding: 0 5px;
}

    .tab-box.date-box .tab-content .tour-dates .transport-c .smallFontSize12 {
        font-size: 12px;
    }

.tab-box.date-box .tab-content .tour-dates .discount-c {
    width: 5%;
    padding: 0 5px;
    text-align: center;
}

.tab-box.date-box .tab-content .tour-dates .save-c {
    width: 9%;
    padding: 0 5px;
    text-align: right;
}

.tab-box.date-box .tab-content .tour-dates .price-c {
    width: 11%;
    text-align: right;
}

.tab-box.date-box .tab-content .tour-dates .room-c {
    width: 30%;
    padding: 0 5px;
}

.tab-box.date-box .tab-content .tour-dates .price-c .price {
    font-weight: 700;
    font-size: 18px;
    color: #EF3147;
}

.tab-box.date-box .tab-content .tour-dates .date-row > .col-type.button-c {
    width: 21%;
    padding: 2px 0;
    text-align: right;
    padding-right: 10px;
}

.tab-content .content {
    /*padding:0 36px 0 21px;*/
}

.tab-box.date-box .tab-content .tour-datesAtyp .transport-c {
    padding: 0 5px;
    width: 13%;
}

.tab-box.date-box .tab-content .tour-datesAtyp .room-c {
    width: 54%;
    padding: 0 5px;
}

.tab-box.date-box .tab-content .tour-datesAtyp .board-c {
    width: 12%;
    padding: 0 5px;
}

.tab-box.date-box .tab-content .tour-dates .button-c .roomDesc {
    font-weight: bold;
}

.col-type.floatLeftMob.w100.desc {
    padding-left: 20px;
    padding-right: 20px;
}

#FloatingWindow {
    padding-top: 10px;
    background: #EFEFEF;
}

.chooseRoomText {
    display: block;
    text-align: center;
    padding: .3em;
    font-weight: bold;
}

.tab-box.date-box .tab-content .tour-dates .button-c a, .tab-box.date-box .tab-content .tour-datesAtyp .button-c a,
.tab-box.date-box .tab-content .tour-dates .button-c a:hover, .tab-box.date-box .tab-content .tour-datesAtyp .button-c a:hover {
    display: table;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 168px;
    height: 40px;
}

    .tab-box.date-box .tab-content .tour-dates .button-c a span, .tab-box.date-box .tab-content .tour-datesAtyp .button-c a span,
    .tab-box.date-box .tab-content .tour-dates .button-c a:hover span, .tab-box.date-box .tab-content .tour-datesAtyp .button-c a:hover span {
        display: table-cell;
        align-items: center;
        vertical-align: middle;
    }

    .tab-box.date-box .tab-content .tour-dates .button-c a.yellow-button, .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.yellow-button {
        background-image: url('../Images/rect_172x23_yellow.png');
    }

        .tab-box.date-box .tab-content .tour-dates .button-c a.yellow-button:hover, .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.yellow-button:hover {
            background-image: url('../Images/rect_172x23_orange.png');
        }

            .tab-box.date-box .tab-content .tour-dates .button-c a.yellow-button:hover .faja-white-hover,
            .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.yellow-button:hover .faja-white-hover {
                background: url('../Images/valaska-ok-bl.svg') right;
                display: block;
                float: right;
                width: 15px;
                height: 11px;
            }

    .tab-box.date-box .tab-content .tour-dates .button-c a.gold-button,
    .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.gold-button {
        background-image: url('../Images/rect_172x23_gold60.png');
    }

        .tab-box.date-box .tab-content .tour-dates .button-c a.gold-button:hover,
        .tab-box.date-box .tab-content .tour-dates .button-c a.gold-button.selected,
        .tab-box.date-box .tab-content .tour-dates .button-c a.yellow-button.selected,
        .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.gold-button:hover,
        .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.gold-button.selected,
        .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.yellow-button.selected {
            background-image: url('../Images/rect_172x23_orange.png');
        }

            .tab-box.date-box .tab-content .tour-dates .button-c a.gold-button:hover .faja-white-hover,
            .tab-box.date-box .tab-content .tour-dates .button-c a.gold-button.selected .faja-white-hover,
            .tab-box.date-box .tab-content .tour-dates .button-c a.yellow-button.selected .faja-white-hover,
            .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.gold-button:hover .faja-white-hover,
            .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.gold-button.selected .faja-white-hover,
            .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.yellow-button.selected .faja-white-hover {
                background: url('../Images/valaska-ok-bl.svg') right;
                display: block;
                float: right;
                width: 15px;
                height: 11px;
            }

    .tab-box.date-box .tab-content .tour-dates .button-c a.orange-button,
    .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.orange-button {
        background-image: url('../Images/rect_172x23_orange.png');
    }

.button-absolute-S {
    position: absolute;
    right: 70px;
    bottom: 10px;
}

.overview-table .table-overview .urlsNames {
    border: 1px solid #efefef;
    background-color: #FFF;
    height: 51px;
    padding: .7em;
}

.overview-table .table-overview .downloadUrls {
    padding-left: 10px;
}

.gold-button-normal {
    background-color: #f5a319;
    color: #FFF;
    padding: 5px;
    position: relative;
}

.overview-table .table-overview .titleMobDownloads {
    font-size: 16px;
}

.gold-button-normal.a-href {
    color: #FFF !important;
    display: inline-block;
    width: 120px;
}

.gold-button-normal .helpNotetextButton, .copy-info .CopyInformationsTextButton {
    font-weight: normal;
}

.col-type.w100.desc-content iframe {
    width: 100%;
}

.orange-highbutton {
    background-image: url('../Images/rect_220x30_orange.png');
    position: absolute, relative;
    height: 30px;
    width: 220px;
    color: #FFF !important;
    text-transform: uppercase;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    text-align: left;
    padding: 6px 10px 0px 20px;
}

.faja-white, .white-check {
    background: url('../Images/valaska-ok-bl.svg') right;
    display: block;
    position: absolute;
    width: 15px;
    height: 11px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tour-tabs .room .room-content .orange-button100x30 {
    background: url('../Images/rect_100x30_orange.png');
    display: block;
    float: right;
    width: 100px;
    height: 30px;
    cursor: pointer;
}

.tour-tabs .room .room-content .grey-button100x30 {
    background: url('../Images/rect_100x30_navi.png');
    display: block;
    float: right;
    width: 100px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}

.tour-tabs .room .room-content .orange-button100x30 .faja-white {
    background: url('../Images/valaska-ok-bl.svg') no-repeat center center;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    cursor: pointer;
}

.tour-dates .tour-terms-atypical, .tour-datesAtyp .tour-terms-atypical {
    position: relative;
}

    .tour-dates .tour-terms-atypical .p-row.backgroundbrown, .tour-datesAtyp .tour-terms-atypical .p-row.backgroundbrown {
        background-color: #EFEFEF;
    }

        .tour-dates .tour-terms-atypical .p-row.backgroundbrown.header, .tour-datesAtyp .tour-terms-atypical .p-row.backgroundbrown.header {
            margin-top: 5px;
        }

            .tour-dates .tour-terms-atypical .p-row.backgroundbrown.header .header-popup,
            .tour-datesAtyp .tour-terms-atypical .p-row.backgroundbrown.header .header-popup {
                height: 40px;
            }

            .tour-dates .tour-terms-atypical .p-row.backgroundbrown.header .header-popup-content,
            .tour-datesAtyp .tour-terms-atypical .p-row.backgroundbrown.header .header-popup-content {
                min-height: 350px;
                padding: 20px;
            }

                .tour-dates .tour-terms-atypical .p-row.backgroundbrown.header .header-popup-content .texts,
                .tour-datesAtyp .tour-terms-atypical .p-row.backgroundbrown.header .header-popup-content .texts {
                    color: #414141;
                    font-size: 16px;
                }

                    .tour-dates .tour-terms-atypical .p-row.backgroundbrown.header .header-popup-content .texts.bold,
                    .tour-datesAtyp .tour-terms-atypical .p-row.backgroundbrown.header .header-popup-content .texts.bold {
                        font-weight: bold;
                        line-height: 30px;
                    }

        .tour-dates .tour-terms-atypical .p-row.backgroundbrown.footer,
        .tour-datesAtyp .tour-terms-atypical .p-row.backgroundbrown.footer {
            height: 123px;
            padding-right: 20px;
            padding-left: 20px;
            padding-top: 20px;
            padding-bottom: 10px;
            margin-bottom: 5px;
        }


    .tour-dates .tour-terms-atypical .header-popup,
    .tour-datesAtyp .tour-terms-atypical .header-popup {
        height: 40px;
        background-color: #eae2cd;
        display: table;
        position: relative;
    }

    .tour-dates .tour-terms-atypical .header-popup-span,
    .tour-datesAtyp .tour-terms-atypical .header-popup-span {
        display: table-cell;
        vertical-align: middle;
        background-color: #eae2cd;
        color: #414141;
        font-size: 18px;
        line-height: 40px;
        text-align: left;
        padding-left: 20px;
    }

.ui-widget.ui-widget-content {
    margin-left: 0px;
}

.tour-terms-atypical .atypicalSumo {
    width: 30px;
    height: 30px;
}

.tour-terms-atypical .ui-widget-header {
    border: none;
}

.tour-terms-atypical .ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}

.tour-terms-atypical .ui-datepicker-calendar {
    background-color: #FFF;
}

.tour-terms-atypical .ui-widget.ui-widget-content {
    max-width: 620px !important;
    table-layout: fixed !important;
    margin-left: 125px;
}

.tour-terms-atypical .ui-datepicker-multi .ui-datepicker-group table thead {
    background-color: #efefef !important;
    border-bottom: 1px solid #ffa603 !important;
}

.tour-terms-atypical .ui-datepicker .ui-datepicker-title {
    text-align: left !important;
    color: #414141 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

    .tour-terms-atypical .ui-datepicker .ui-datepicker-title:first-letter, .tour-terms-atypical .ui-datepicker th:first-letter {
        text-transform: uppercase !important;
    }

.tour-terms-atypical .ui-datepicker td:first-child a {
    margin-left: 7px;
}

.tour-terms-atypical .ui-datepicker td:last-child a {
    margin-right: 7px;
}

.tour-terms-atypical .ui-datepicker th {
    text-align: left !important;
    color: #414141 !important;
    font-size: 16px !important;
    font-weight: normal;
    padding: 0px !important;
    padding-left: 7px !important;
}

.tour-terms-atypical .ui-datepicker .ui-datepicker-title {
    margin: 0 .4em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #FFD940 !important;
}

.tour-terms-atypical .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-size: 16px !important;
    text-align: center;
}

.tour-terms-atypical .ui-datepicker .ui-datepicker-header {
    /*width: 98.5% !important;*/
    margin-right: 3.4px;
    background-color: #efefef !important;
}

.tour-terms-atypical .ui-datepicker-multi .ui-datepicker-group table {
    margin: 0px;
    height: 187px;
    width: 97%;
    border-collapse: collapse;
    /*border-right: 0px solid #efefef;
    border-left: 0px solid #efefef;*/
}

.tour-terms-atypical .atypcalendars table tbody tr td.first {
    /*border-right: 7px solid transparent;*/
    /*border-left: 7px solid transparent;*/
}

.tour-terms-atypical .ui-datepicker-multi-3 .ui-datepicker-group, .tour-terms-atypical .ui-datepicker-multi-3 .ui-datepicker-group, .tour-terms-atypical .ui-datepicker-group ui-datepicker-group-last {
}

.tour-terms-atypical .atypicalSumo .SumoSelect .sumo_combo_atypicalTerm {
}

.tour-terms-atypical .ui-datepicker .ui-datepicker-prev span {
    background: url('../Images/navi_2_whiteLeft.png') no-repeat center center !important;
    width: 14px !important;
    height: 24px !important;
    border: none !important;
}

.tour-terms-atypical .ui-datepicker .ui-datepicker-next span {
    background: url('../Images/navi_2_white.png') no-repeat center center !important;
    width: 14px !important;
    height: 24px !important;
    border: none !important;
}

.tour-terms-atypical .ui-datepicker .ui-datepicker-prev span:hover {
    background: url('../Images/navi_2onmous_whiteLeft.png') no-repeat center center !important;
    width: 14px !important;
    height: 24px !important;
    border: none !important;
}

.tour-terms-atypical .ui-datepicker .ui-datepicker-next span:hover {
    background: url('../Images/navi_2onmous_white.png') no-repeat center center !important;
    width: 14px !important;
    height: 24px !important;
    border: none !important;
}

.tour-terms-atypical .ui-datepicker .ui-datepicker-prev {
    position: absolute !important;
    background-repeat: no-repeat !important;
    background-color: #ffa603 !important;
    top: 110px;
    left: -27px;
    padding-bottom: 3px !important;
    padding-right: 0px !important;
    padding-top: 3px !important;
    cursor: pointer !important;
    border: none !important;
}

.tour-terms-atypical .ui-datepicker .ui-datepicker-next {
    position: absolute !important;
    background-repeat: no-repeat !important;
    background-color: #ffa603 !important;
    top: 110px;
    right: -26px;
    padding-bottom: 3px !important;
    padding-right: 0px !important;
    padding-top: 3px !important;
    cursor: pointer !important;
    border: none !important;
}

.tour-terms-atypical .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    margin-top: -11px !important;
}

.tour-terms-atypical .ui-datepicker {
    padding: 0px !important;
}

.tour-terms-atypical .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fffa90;
}

.tour-terms-atypical .atypicalSumo .SumoSelect > .CaptionCont > label > i {
    background-image: none !important;
}

.tour-terms-atypical .atypicalSumo .SumoSelect > .CaptionCont {
    background-color: #f5a31a !important;
    border: none !important;
}

    .tour-terms-atypical .atypicalSumo .SumoSelect > .CaptionCont > span {
        color: #FFF !important;
        font-weight: bold !important;
    }

.tour-terms-atypical .atypicalSumo .SumoSelect > .optWrapper {
    top: 28px;
}

    .tour-terms-atypical .atypicalSumo .SumoSelect > .optWrapper > .options li label {
        font-size: 12px;
    }

    .tour-terms-atypical .atypicalSumo .SumoSelect > .optWrapper .options {
        width: 50px;
        padding: 0px;
    }

.tour-terms-atypical .dateAtypPicDatePickerContent .atypcalendars #ui-datepicker-div {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
}

.tour-terms-atypical .dateAtypPicDatePickerContent .atypcalendars
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    /*background-color: #EF3147 !important;*/
    color: #414141;
}

.tour-terms-atypical .atypcalendars table {
    border-collapse: collapse;
    border-spacing: 0 0;
}

.tour-terms-atypical .atypcalendars td a.ui-state-default.brownColorTd {
    background-color: #eae2cd !important;
}

.tour-terms-atypical .atypcalendars td a.ui-state-default.orangeColorTd {
    background-color: #EF3147 !important;
    color: #FFF;
}

.tour-terms-atypical .ui-datepicker td a {
    background-color: #eae2cd;
}

.tour-terms-atypical .atypcalendars td a.ui-state-default {
    background-color: #eae2cd !important;
}

.tour-terms-atypical .p-row .col-type .square {
    width: 27px;
    height: 27px;
}

    .tour-terms-atypical .p-row .col-type .square.orange {
        background-color: #EF3147;
    }

    .tour-terms-atypical .p-row .col-type .square.gray {
        background-color: #eae2cd;
    }

.tour-terms-atypical .p-row .col-type .text-bottom-atypicalCalendar {
    color: #414141;
    font-size: 16px;
    text-align: left;
    line-height: 27px;
    padding-left: 10px;
    padding-right: 10px;
}

.p-row .titleblueColor {
    color: #417CE4;
    font-size: 28px;
    font-weight: bold;
}

.p-row .roomdescriptionText, .p-row .atypTermDaysAndNights {
    color: #414141;
    font-size: 16px;
    text-align: left;
    font-weight: lighter;
}

.p-row .saveAText {
    font-size: 16px;
    text-align: left;
    color: #EF3147;
    font-weight: lighter;
}

.p-row .aprice {
    font-size: 16px;
    font-weight: 500;
    color: #414141;
}

.p-row .atypTermDate {
    font-weight: bold;
    color: #414141;
    font-size: 17px;
}

/*similar-lasts*/
.similar-lasts {
    background-color: #FFF;
    padding-right: 23px;
    padding-left: 19px;
    border: 1px solid #EFEFEF;
    margin-top: 13px !important;
}

.booking-result .similar-lasts {
    margin-top: 0px !important;
}

.booking-result .booking-resultInfoText {
    background-color: #FFF;
    padding: 25px 35px 25px 28px;
    border: 1px solid #efefef;
}

.booking-result .final-priceBookingInfo-text {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #414141;
}

.booking-result .final-priceBookingInfo-price {
    font-weight: bold;
    text-align: right;
    font-size: 26px;
    color: #EF3147;
}

.similar-lasts .header h2 {
    color: #414141;
    font-size: 37px;
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-top: 19px;
    font-weight: 300;
    border-bottom: 1px solid #EFEFEF;
}

.similar-lasts .header .title {
    border-bottom: 1px solid #efefef;
    padding: 3px 0 5px 0;
}

.similar-lasts .lm-item {
    color: #414141;
    font-size: 15px;
    padding: 3px 0;
}

    .similar-lasts .lm-item a {
        color: #414141;
        font-size: 18px;
        display: block;
        text-decoration: none;
    }

    .similar-lasts .lm-item > .p-row a {
        padding: 3px 0;
    }

    .similar-lasts .header .big.orange,
    .similar-lasts .lm-item .big.orange {
        color: #EF3147;
        font-size: 18px;
        font-weight: bold;
    }

        .similar-lasts .lm-item .big.orange .text {
            color: #414141;
            font-size: 18px;
            font-weight: 300;
        }

    .similar-lasts .lm-item .big.blue {
        color: #417CE4;
        font-size: 18px;
        font-weight: normal;
    }

.similar-lasts .more-dates {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 10px;
}

    .similar-lasts .more-dates a {
        color: #414141;
        font-size: 15px;
        text-decoration: none;
    }

        .similar-lasts .more-dates a span.arrow-down {
            overflow: hidden;
            background-image: url('../Images/arrow_down.png');
            width: 16px;
            height: 16px;
            display: inline-block;
            float: right;
            margin-left: 5px;
            margin-top: 2px;
        }

        .similar-lasts .more-dates a:hover span.arrow-down {
            background-image: url('../Images/arrow_down_full.png');
        }

.anim-delay {
    animation-delay: 0.5s;
}

.anim-delay-2 {
    animation-delay: 1s;
}

.anim-delay-3 {
    animation-delay: 1.5s;
}

.anim-delay-4 {
    animation-delay: 2s;
}

.anim-delay-5 {
    animation-delay: 2.5s;
}

.anim-delay-6 {
    animation-delay: 3s;
}

.anim-delay-7 {
    animation-delay: 3.5s;
}

.anim-delay-8 {
    animation-delay: 4s;
}

/*searcher*/
.main-searcher {
    margin-top: -45px;
    z-index: 1;
}

/*searchResults*/

.content-wrapper .panel-col.best-selling,
.content-wrapper .panel-col.lowest-prices,
.content-wrapper .panel-col.highest-prices,
.content-wrapper .panel-col.evaluation,
.content-wrapper .panel-col.highest-discounts {
    height: 10px;
    max-width: 172px;
}

    .content-wrapper .panel-col.best-selling .search-results-sub-best-selling-body,
    .content-wrapper .panel-col.lowest-prices .search-results-sub-lowest-prices-body,
    .content-wrapper .panel-col.highest-prices .search-results-sub-highest-prices-body,
    .content-wrapper .panel-col.evaluation .search-results-sub-evaluation-body,
    .content-wrapper .panel-col.highest-discounts .search-results-sub-highest-discounts-body {
        background-color: #F1ECDE;
        height: 24px;
        text-align: left;
        font-size: 19px;
        color: #414141;
        font-weight: lighter;
    }

.rectangle-head-top-right-search-results {
    /*  border-right: 20px solid transparent; zkoseny roh*/
    background-color: #EFEFEF;
    height: 35px;
    font-size: 18px;
}

    .rectangle-head-top-right-search-results .arrow {
        background-image: url('../Images/picto-sipka-dolu.svg');
        width: 15px;
        height: 9px;
        left: 5px;
        top: 14px;
        position: absolute;
    }

.selected .rectangle-head-top-right-search-results .arrow {
    background-image: url('../Images/picto-sipka-dolu-active.svg');
    width: 15px;
    height: 9px;
    left: 5px;
    top: 14px;
    position: absolute;
}



.content-wrapper .panel-col.best-selling.active .search-results-sub-best-selling-body,
.content-wrapper .panel-col.lowest-prices.active .search-results-sub-lowest-prices-body,
.content-wrapper .panel-col.highest-prices.active .search-results-sub-highest-prices-body,
.content-wrapper .panel-col.evaluation.active .search-results-sub-evaluation-body,
.content-wrapper .panel-col.highest-discounts.active .search-results-sub-highest-discounts-body {
    background-color: #efefef;
}


.selected .rectangle-head-top-right-search-results {
    /*  border-right: 20px solid transparent; zkoseny roh*/
    background-color: #EFEFEF;
    height: 35px;
    font-size: 18px;
    color: #417CE4;
}

.content-wrapper .panel-searcher-results .search-results-sub-texts {
    margin-left: 25px;
    top: 7px;
    font-weight: normal;
}

#DestinationInput.active, #TransportInput.active, #BoardInput.active, #DepartureInput.active, #Persons.active {
    background-color: #f9cab1;
}

#GeographyContent:hover #Arrow_downGeo, #TransportContent:hover #Arrow_downTrans, #BoardContent:hover #Arrow_downBoard, #DepartureContent:hover #Arrow_downDepart,
#PersonContent:hover #Arrow_downPerson, #TextSearchingId:hover #Arrow_downTextSearch, #TextSearchingId:hover #Arrow_downTextSearch, #BestSellingOrderBy:hover #Arrow_downBestSelling,
#LowestPricesOrderBy:hover #Arrow_downLowestPrices, #HighestPricesOrderBy:hover #Arrow_downHighestPrices, #EvalutionOrderBy:hover #Arrow_downEvalution,
#HighestDiscountOrderBy:hover #Arrow_downHighestDiscount, #DownTerms:hover #Arrow_DownTerms,
#DownMoreTranportType:hover #Arrow_DownMoreTransportType, #NextPageButtonDiv:hover #Arrow_DownNextPage {
    background-image: url('../Images/arrow_down_full.png');
}

#UpTerms:hover #Arrow_UpTerms, #UpScrollNextPage:hover #Arrow_UpScroll, #UpScrollDivE:hover #Arrow_UpScrollE, #UpScrollDivL:hover #Arrow_UpScrollL {
    background-image: url('../Images/arrow_up_full.png');
}

.d-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .d-list ul li {
        list-style: none;
    }

        .d-list ul li ul li span {
            font-size: 17px !important;
            list-style: none;
            text-align: left;
            letter-spacing: 0.5px;
            color: #414141;
            font-family: 'Barlow' !important;
        }

        .d-list ul li ul {
            list-style: none;
        }

            .d-list ul li ul li:before {
                content: "\2022";
                color: #417CE4;
                margin-right: 0.8em;
            }

.search-results-content .pos-abs.arrow-down, .search-results-content .pos-abs.arrow-down:hover {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-dolu-active.svg') !important;
    width: 15px;
    height: 9px;
    right: 125px;
    bottom: 5px;
}

.tab-box.accommodation-box .room .info.col-type .pos-abs.arrow-down {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-dolu-active.svg');
    width: 15px;
    height: 9px;
    bottom: 7px;
}

    .tab-box.accommodation-box .room .info.col-type .pos-abs.arrow-down:hover {
        overflow: hidden;
        background-image: url('../Images/picto-sipka-dolu-active.svg');
        width: 16px;
        height: 16px;
    }

.search-results-content .pos-abs.arrow-up, .search-results-content .pos-abs.arrow-up:hover {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-nahoru-active.svg') !important;
    width: 15px;
    height: 9px;
    right: 115px;
    bottom: 7px;
}

.content-wrapper-w.tour-detail .priceWraper .price-box .arrow-up:hover, .content-wrapper-w.tour-detail .priceWraper .price-box .p-row.title:hover .arrow-up {
    overflow: hidden;
    background: url('../Images/arrow_up_full.png');
    width: 16px;
    height: 16px;
    right: 0px;
    display: block;
    position: absolute;
    top: 0px;
}

.content-wrapper-w.tour-detail .priceWraper .price-box .arrow-up {
    overflow: hidden;
    background: url('../Images/arrow_up.png');
    width: 16px;
    height: 16px;
    right: 0px;
    display: block;
    position: absolute;
    top: 0px;
}

.content-wrapper-w.tour-detail .priceWraper .price-box .arrow-down:hover, .content-wrapper-w.tour-detail .priceWraper .price-box .p-row.title:hover .arrow-down {
    overflow: hidden;
    background: url('../Images/arrow_down_full.png');
    width: 16px;
    height: 16px;
    right: 0px;
    display: block;
    position: absolute;
    top: 0px;
}

.content-wrapper-w.tour-detail .priceWraper .price-box .arrow-up:hover, .content-wrapper-w.tour-detail .priceWraper .price-box .p-row.title:hover .arrow-up {
    overflow: hidden;
    background: url('../Images/arrow_up_full.png');
    width: 16px;
    height: 16px;
    right: 0px;
    display: block;
    position: absolute;
    top: 0px;
}

.content-wrapper-w.tour-detail .priceWraper .price-box .services .insurances .p-row.selected .col-type,
.content-wrapper-w.tour-detail .priceWraper .price-box .boards .boardService .p-row.selected .col-type,
.content-wrapper-w.tour-detail .priceWraper .price-box .transport .transportService .p-row.selected .col-type {
    font-size: 15px;
}

.p-row .textAreaNote {
    max-height: 80px;
    height: 80px;
}

.content-wrapper-w.tour-detail .priceWraper .price-box .arrow-down {
    overflow: hidden;
    background: url('../Images/arrow_down.png');
    width: 16px;
    height: 16px;
    right: 0px;
    display: block;
    position: absolute;
    top: 0px;
}

.content-wrapper-w.tour-detail .priceWraper .price-box .arrow-up {
    overflow: hidden;
    background: url('../Images/arrow_up.png');
    width: 16px;
    height: 16px;
    right: 0px;
    display: block;
    position: absolute;
    top: 0px;
}

.content-wrapper-w.tour-detail .footer_price_wraper {
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
    height: 143px;
    margin-top: 34px;
    position: relative;
    padding: 26px 26px 26px 21px;
}

    .content-wrapper-w.tour-detail .footer_price_wraper .finalPrice {
        display: flex;
        align-items: center;
    }

        .content-wrapper-w.tour-detail .footer_price_wraper .finalPrice .col-type {
            color: #EF3147;
            font-size: 26px;
            font-weight: bold;
        }

.content-wrapper-w.tour-detail .price-detail .p-row.title {
    height: 40px;
    line-height: 40px;
    background-color: #034593;
    padding-left: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
}



.content-wrapper-w.tour-detail .footer_price_wraper .persons .col-type, .content-wrapper-w.tour-detail .footer_price_wraper .length-transport .col-type,
.content-wrapper-w.tour-detail .footer_price_wraper .tour-price .date,
.footer_price_wraper .tour-price .total-price-footer {
    font-weight: 300;
    color: #414141;
    font-size: 18px;
}

.content-wrapper-w.tour-detail .footer_price_wraper .tour-price .date {
    font-weight: bold;
}

.content-wrapper-w.tour-detail .footer_price_wraper .discounts .col-type {
    font-size: 16px;
    font-weight: 100;
    color: #EF3147;
}

.content-wrapper-w.tour-detail .footer_price_wraper .person-price .col-type {
    color: #414141;
    font-size: 18px;
    font-weight: 400;
}

.quickBookingB {
    background-color: #EFEFEF;
    margin-top: 22px;
    border-bottom: 1px solid #EFEFEF;
}

.quickBookingA {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 22px;
    cursor: pointer;
    display: block;
    position: relative;
    color: #414141;
    font-size: 18px;
    background-color: #efefef;
    font-weight: normal;
}

.quickBooking-body {
    padding: 0 30px 0 36px;
    height: 197px;
}

.complete-booking {
    font-size: 18px;
}

    .quickBooking-body .quickBooking-body-s, .complete-booking .bodyCalcTraveller span {
        font-size: 18px;
        font-weight: bold;
    }

    .complete-booking .bodyCalcTraveller .requiredText span {
        font-size: 14px !important;
        font-weight: normal !important;
    }

    .quickBooking-body .quickBooking-body-s input, .complete-booking .travellers input, .complete-booking .travellers .SumoSelect {
        margin-top: 11px;
    }

.priceDetail-background, .completeBookingA, .skipas-change .title-skipas {
    background-color: #FFF;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 22px;
    cursor: pointer;
    display: block;
    position: relative;
    color: #414141;
}

.invalidCalc {
    color: #EF3147 !important;
    cursor: default !important;
    font-size: 18px;
}

.skipas-change .title-skipas {
    padding: 0;
}

.skipas-change .body-skipas {
    padding: 0 26px 10px 21px;
    font-size: 18px;
    position: relative;
}

.skipas-change .body-skipash .p-row.row {
    padding: 8px 11px 5px 11px;
    border-bottom: 1px solid #EFEFEF;
}

.skipas-change .title-skipash {
    font-weight: normal;
    padding: 8px 11px 5px 11px;
    background-color: #EFEFEF;
    color: #414141;
}

.optionalServicesBackground {
    background-color: #EFEFEF;
    padding: 12px 22px;
    cursor: pointer;
    display: block;
    margin-top: 10px;
    position: relative;
    color: #414141;
    font-size: 17px;
}

.quickBookingA:hover {
    color: #414141;
}

    .quickBookingA .arrow-up, .quickBookingA .arrow-down, .quickBookingA .arrow-up:hover, .quickBookingA .arrow-down:hover,
    .quickBookingA:hover .arrow-up, .quickBookingA:hover .arrow-down {
        top: 20px !important;
    }

.priceDetail-background:hover, .optionalServicesBackground:hover, .completeBookingA:hover {
    font-weight: 300 !important;
}

#complete-booking {
    font-weight: normal !important;
}

.completeBookingA {
    background-color: #417CE4 !important;
    color: #FFF;
    margin-top: 22px;
}

    .completeBookingA:hover {
        color: #FFF !important;
    }

    .priceDetail-background:hover, .optionalServicesBackground:hover, .completeBookingA:hover {
        color: #414141;
        position: relative;
        font-weight: bold;
    }

        .priceDetail-background:hover .arrow-down, .optionalServicesBackground:hover .arrow-down, .completeBookingA:hover .arrow-down, .quickBookingA:hover .arrow-down {
            overflow: hidden;
            background-image: url('../Images/picto-sipka-dolu-active.svg');
            width: 15px;
            height: 9px;
            right: 10px;
            top: 20px;
            position: absolute;
        }

        .priceDetail-background:hover .arrow-up, .optionalServicesBackground:hover .arrow-up, .completeBookingA:hover .arrow-up, .quickBookingA:hover .arrow-up {
            overflow: hidden;
            background-image: url('../Images/picto-sipka-nahoru-active.svg');
            width: 15px;
            height: 9px;
            right: 10px;
            top: 20px;
            position: absolute;
        }

.final-prices .arrow-down, .skipas-change .arrow-down {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-dolu-active.svg');
    width: 15px;
    height: 9px;
    left: 10px;
    top: 20px;
    z-index: 1;
    position: absolute;
}

    .final-prices .arrow-down:hover, .skipas-change .arrow-down:hover {
        overflow: hidden;
        background-image: url('../Images/picto-sipka-dolu-active.svg');
        width: 15px;
        height: 9px;
        right: 10px;
        top: 20px;
        position: absolute;
    }

.final-prices .arrow-up, .skipas-change .arrow-up {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-nahoru-active.svg');
    width: 15px;
    height: 9px;
    left: 10px;
    top: 20px;
    z-index: 1;
    position: absolute;
}

    .final-prices .arrow-up:hover, .skipas-change .arrow-up:hover {
        overflow: hidden;
        background-image: url('../Images/picto-sipka-nahoru-active.svg');
        width: 15px;
        height: 9px;
        right: 10px;
        top: 20px;
        position: absolute;
    }

#PriceDetail, .skipas-change .title-skipas .skipasChange, .skipas-change .title-skipas .skipasChange:hover, .invalidCalc {
    font-weight: bold !important;
    color: #414141;
}

    /*.skipas-change .SelectClass, .skipas-change .SumoUnder {
    max-height:27px;
}*/

    .skipas-change .title-skipas .skipasChange, .skipas-change .title-skipas .skipasChange:hover, .invalidCalc {
        display: block;
        padding: 12px 0 12px 22px;
        cursor: pointer;
    }

.final-prices .optionalServicesBackground .arrow-down, .final-prices .optionalServicesBackground .arrow-down:hover, .final-prices .optionalServicesBackground .arrow-up,
.final-prices .optionalServicesBackground .arrow-up:hover {
    left: 0px;
}

.final-prices .completeBookingA .arrow-down {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-dolu.svg');
    filter: brightness(0) invert(1);
    width: 15px;
    height: 9px;
    left: 10px;
    top: 20px;
    z-index: 1;
    position: absolute;
}

    .final-prices .completeBookingA .arrow-down:hover {
        overflow: hidden;
        background-image: url('../Images/picto-sipka-dolu.svg');
        filter: brightness(0) invert(1);
        width: 15px;
        height: 9px;
        right: 10px;
        top: 20px;
        position: absolute;
    }

.final-prices .completeBookingA:hover .arrow-down {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-dolu.svg');
    filter: brightness(0) invert(1);
    width: 15px;
    height: 9px;
    right: 10px;
    top: 20px;
    position: absolute;
}

.final-prices .completeBookingA .arrow-up {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-nahoru.svg');
    filter: brightness(0) invert(1);
    width: 15px;
    height: 9px;
    left: 10px;
    top: 20px;
    z-index: 1;
    position: absolute;
}

    .final-prices .completeBookingA .arrow-up:hover {
        overflow: hidden;
        background-image: url('../Images/picto-sipka-nahoru.svg');
        filter: brightness(0) invert(1);
        width: 15px;
        height: 9px;
        right: 10px;
        top: 20px;
        position: absolute;
    }

.final-prices .completeBookingA:hover .arrow-up {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-nahoru.svg');
    filter: brightness(0) invert(1);
    width: 15px;
    height: 9px;
    right: 10px;
    top: 20px;
    position: absolute;
}

.complete-booking .contactPerson {
    background-color: #efefef;
    border-bottom: 1px solid #efefef;
}

.complete-booking .footerCalcLine {
    border-bottom: 2px solid #efefef;
    margin-top: 10px;
    margin-bottom: 10px;
}

.complete-booking .contactPersonSu {
    padding: 0;
}

.complete-booking .contactPerson .contact-person {
    padding: 0 30px 0 36px;
}

.complete-booking .footerCalc {
    background-color: #EFEFEF;
    margin-top: 22px;
    padding: 10px 0 10px 0;
}

    .complete-booking .footerCalc .calcExpiration {
        padding-bottom: 10px;
    }

.price-detail .priceDetail, .skipas-change {
    border: 1px solid #EFEFEF;
    margin-top: 25px;
}

    .price-detail .priceDetail .priceDetailSub, .price-detail .priceDetailOnline .priceDetailOnlineSub {
        padding-left: 21px;
        padding-right: 31px;
    }

.complete-booking .travellerx .title-calculation {
    background-color: #efefef;
    padding: 12px 22px;
    position: relative;
    cursor: pointer;
}

.complete-booking .travellerx .traveller .bodyCalcTraveller.contactPerson {
    padding-right: 0;
    padding-left: 0;
}

.complete-booking .travellerx .traveller .bodyCalcTraveller {
    background-color: #EFEFEF;
    border-bottom: 1px solid #efefef;
}

    .complete-booking .travellerx .traveller .bodyCalcTraveller .firstLine {
        padding-top: 10px;
    }

    .complete-booking .travellerx .traveller .bodyCalcTraveller .insurance-text {
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 17px;
    }

    .complete-booking .travellerx .traveller .bodyCalcTraveller .insurance-text-checkboxes {
        padding-bottom: 10px;
    }

    .complete-booking .travellerx .traveller .bodyCalcTraveller .line {
        border-bottom: 1px solid #efefef;
    }

.complete-booking .travellerx .title-calculation .travellersTexts {
    color: #414141;
    padding-left: 10px;
}

.complete-booking .travellerx .title-calculation:hover .arrow-up {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-nahoru-active.svg');
    width: 15px;
    height: 9px;
    top: 20px;
    left: 10px;
    z-index: 1;
    position: absolute;
}

.complete-booking .travellerx .title-calculation:hover .arrow-down {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-dolu-active.svg');
    width: 15px;
    height: 9px;
    top: 20px;
    left: 10px;
    z-index: 1;
    position: absolute;
}

.complete-booking .travellerx .traveller {
    margin-top: 10px;
    border-bottom: 1px solid #efefef;
    background-color: #EFEFEF;
}

    .complete-booking .travellerx .traveller .SumoSelect > .CaptionCont {
        border: 1px solid #c4c4c4;
        max-width: 224px;
    }

        .complete-booking .travellerx .traveller .SumoSelect > .CaptionCont > label > i {
            background-image: url('../Images/picto-sipka-dolu.svg') !important;
        }

    .complete-booking .travellerx .traveller .SumoSelect:hover > .CaptionCont > label > i {
        background-image: url('../Images/picto-sipka-dolu.svg') !important;
    }

.final-prices .title-calculation {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    color: #414141;
    font-weight: bold;
}

    .final-prices .title-calculation .stylish-checkbox-text {
        font-weight: normal;
    }

.final-prices {
    color: #414141;
}

    .final-prices .complete-booking .height30 {
        height: 30px;
    }

    .final-prices .p-row.travellers .p-row.textTraveller .web-text {
        margin-right: 15px;
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .final-prices .cenikTitle {
        padding-bottom: 10px;
        padding-top: 10px;
        font-size: 17px;
    }

    .final-prices .final_price, .final-prices .final_price_online, .final-prices .fullPriceValue, .final-prices .onlineFullPriceValue,
    .final-prices .font-size17 {
        font-size: 17px;
    }

    .final-prices .final_price_online, .final-prices .onlineFullPriceValue {
        color: #414141;
    }

    .final-prices .stylish-radio-wrapper label {
        cursor: pointer;
    }

    .final-prices .desc-title {
        padding: 8px 11px 5px 11px;
        background-color: #EFEFEF;
        color: #414141;
        font-weight: normal;
        font-size: 18px;
    }

.copy-info {
    width: 262px;
    height: 51px;
    border: 2px solid #417CE4;
    background-color: #FFF;
    padding: .7em;
    text-align: center;
}

.final-prices .desc-title-services {
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #EFEFEF;
    padding-left: 30px;
    color: #414141;
}

    .final-prices .desc-title-services .desc, .final-prices .desc-title-services .price {
        border-bottom: 1px solid #FFF;
        font-weight: bold;
    }

.final-prices .desc-title .price, .final-prices .desc-title .price-sum,
.final-prices .desc-title .discount, .final-prices .desc-title .price-discounted-sum,
.final-prices .mandatory-normal .p-row.service .price,
.final-prices .mandatory-normal .p-row.service .price-sum,
.final-prices .mandatory-normal .p-row.service .discount, .final-prices .mandatory-normal .p-row.service .price-discounted-sum,
.final-prices .p-row.partial-sum .partial-sum-sub .mandatory-sum, .final-prices .p-row.partial-sum .mandatory-discount,
.final-prices .p-row.partial-sum .partial-sum-sub .mandatory-discounted, .final-prices .p-row.partial-sum .partial-sum-sub-result .mandatory-discounted,
.final-prices .mandatory-online .p-row.service .price,
.final-prices .mandatory-online .p-row.service .price-sum,
.final-prices .mandatory-online .p-row.service .discount, .final-prices .mandatory-online .p-row.service .price-discounted-sum {
    text-align: right;
}

.final-prices .p-row.partial-sum .partial-sum-sub-result .mandatory-discounted {
    font-size: 31px;
    color: #EF3147;
}

.final-prices .desc-title .title-sub {
}

.final-prices .mandatory-normal .p-row.service, .final-prices .mandatory-online .p-row.service {
    background-color: #FFF;
    padding: 8px 11px 5px 11px;
    font-size: 18px;
    border-bottom: 1px solid #EFEFEF;
}

.final-prices .calcDetailOptionalServices .p-row.service {
    padding-left: 30px;
}

.final-prices .mandatory-normal .p-row.service .price-discounted-sum, .final-prices .mandatory-online .p-row.service .price-discounted-sum {
    font-weight: bold;
}

.final-prices .calcDetailOptionalServices .p-row.desc-title {
}

.final-prices .p-row.partial-sum, .final-prices .price-detail .p-row.sum {
    padding-bottom: 5px;
    padding-top: 5px;
    color: #414141;
    font-size: 18px;
}

.final-prices .p-row.partial-sum, .final-prices .price-detail .p-row.sum {
    font-weight: bold;
}

    .final-prices .p-row.partial-sum .partial-sum-sub {
        border-bottom: 1px solid #efefef;
        padding: 8px 11px 5px 11px;
    }

.price-detail .p-row.partial-sum-sub-result {
    padding: 8px 11px 5px 11px;
}

.price-detail .priceDetail b {
    font-weight: normal;
}

.price-detail .sum .price-detail .total-sum {
    color: #414141;
}

.final-prices .price-detail .p-row.sum {
    color: #414141;
}

.final-prices .p-row.partial-sum.m-partialSum {
}

#FullCalcPrice {
    font-size: 31px;
    color: #EF3147;
}

.final-prices .traveller .p-row.partial-sum {
    background-color: #EFEFEF;
}

.final-prices .p-row.partial-sum .optional-sum.person-price {
    padding-right: 10px;
}

.final-prices .price-detail .p-row.sum {
    text-align: right;
}

.final-prices .price-detail .sumText {
    font-size: 20px;
    font-weight: bold;
}

.final-prices .complete-booking.form .form-label .notetextCalc {
    font-size: 15px;
    font-weight: bold;
}

.final-prices .generalCondition .generalConditionSpan {
    font-size: 15px;
    color: #414141;
}

.content-wrapper-w.tour-detail .footer_price_wraper .date .col-type {
    color: #414141;
    font-size: 17px;
    font-weight: bold;
}

.content-wrapper-w.tour-detail .footer_price_wraper .button-orange220x30 a {
    right: 43px;
    top: 46px;
}

.scroll-up {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

    .scroll-up .scroll-center-up {
        text-align: center;
    }

    .scroll-up .upScroll {
        font-size: 17px;
        margin-left: 20px;
    }

.nextPageSearchResult .upScroll {
    font-size: 17px;
    margin-left: 20px;
}

.scroll-up .pos-abs.arrow-up {
    overflow: hidden;
    background-image: url('../Images/arrow_up.png');
    width: 16px;
    height: 16px;
    top: 2px;
    right: auto;
}

    .scroll-up .pos-abs.arrow-up:hover {
        overflow: hidden;
        -webkit-animation: switch 5s infinite; /* Chrome, Safari, Opera */
        animation: switch 5s infinite;
        background-image: url('../Images/arrow_up.png');
        width: 16px;
        height: 16px;
        top: 2px;
        right: auto;
    }

.blue-text.big {
    letter-spacing: 0.5px;
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
}

    .blue-text.big a {
        color: #417CE4;
    }

    .blue-text.big.blue-color {
        color: #417CE4;
    }

.blue-text.bigest {
    color: #417CE4;
    font-size: 30px;
    font-weight: bold;
}

.gray-text.bigest {
    color: #414141;
    font-size: 38px;
    font-weight: bold;
}

.gray-text.medium {
    font-weight: 500;
    color: #414141;
    font-size: 38px;
}

.blue-text-calc {
    color: #034593;
}

    .blue-text-calc.upper {
        text-transform: uppercase;
    }

.background-search-results .subTitleDestinations a {
    font-size: 18px;
    text-align: left;
    color: #414141;
    padding-bottom: 5px;
}

    .background-search-results .subTitleDestinations a:hover {
        text-decoration: none;
    }

.content-wrapper .emailClientTitle {
    font-size: 19px;
    text-align: left;
    color: #414141;
    padding-bottom: 5px;
}

.content-wrapper .blue-button.client-button-logout {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 150px;
}

.content-wrapper.myBooking-Client .blue-button .whiteColor {
    color: #FFF;
}

.myBooking-Client .myBookingClient .color-red-client {
    color: #e43216;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mybookingsClientTable .p-row.items-client-table {
    padding: 8px 11px 5px 11px;
}

.content-wrapper.myBooking-Client .ClientInformations {
    margin-top: 10px;
}

.mybookingsClientTable .p-row.title {
    padding: 8px 11px 5px 11px;
    background: #EFEFEF;
}

    .mybookingsClientTable .p-row.title > .col-type {
        font-size: initial;
        color: #417CE4 !important;
        font-weight: bold;
        min-height: initial;
    }

.mybookingsClientTable .booking-number-c, .mybookingsClientTable .country-c, .mybookingsClientTable .hotel-c, .mybookingsClientTable .term-c,
.mybookingsClientTable .price-c, .mybookingsClientTable .note-c {
    width: 12%;
}

.mybookingsClientTable .review-c {
    width: 26%;
}

.mybookingsClientTable .bookingDate-c {
    width: 14%;
}

.mybookingsClientTable .price-c.v-a {
    font-size: 16px;
    font-weight: bold;
    color: #E43216;
}

.mybookingsClientTable a {
    font-weight: bold;
    font-size: 15px;
}


.nextPageSearchResult {
    position: relative;
}

    .nextPageSearchResult .down {
        position: relative;
        text-align: center;
        margin-top: 10px;
    }

        .nextPageSearchResult .down .downNextText {
            font-size: 20px;
            color: #414141;
        }

.search-results-content .paginator .load-next-wrapper input, .search-results-content .paginator .load-next-wrapper div {
    margin-bottom: 0;
    padding-top: 0;
}

.nextPageSearchResult .pos-abs.arrow-up {
    overflow: hidden;
    background-image: url('../Images/arrow_up.png');
    width: 16px;
    height: 16px;
    top: 2px;
    right: auto;
}

    .nextPageSearchResult .pos-abs.arrow-up:hover {
        overflow: hidden;
        -webkit-animation: switch 5s infinite; /* Chrome, Safari, Opera */
        animation: switch 5s infinite;
        background-image: url('../Images/arrow_up_full.png');
        width: 16px;
        height: 16px;
        top: 2px;
        right: auto;
    }

.starPlus {
    font-size: 28px;
    color: #417CE4;
}

.starPluss {
    font-size: 18px;
    color: #417CE4;
    vertical-align: super
}

#sortableList, #sortableListPartners {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*width: 100%;*/
}

    #sortableListPartners li {
        margin: 3px 3px 3px 0;
        padding: 1px;
        float: left;
        width: 100%;
        font-size: 1em;
        text-align: left;
    }

.partners-mobile, .infos-mobile {
    display: none;
}

.partnersAdministration {
    margin-left: 5px;
    margin-right: 8px;
}

    .partnersAdministration .lilogosPartners {
        background: none;
        border: 1px solid #C7C8C1;
    }

        .partnersAdministration .lilogosPartners .logosParters {
            padding: 4px;
            height: 90px;
        }

    .partnersAdministration .lilogosPartners {
        padding: 4px;
        float: left;
    }

.sectionPartners .saveOrder {
    margin-left: 0px;
    margin-bottom: 5px;
}

/*search results filter*/
.side-filter .header-title {
    padding: 0 20px 20px 20px;
    background-color: #FFF;
    font-weight: 300;
}

    .side-filter .header-title .header-title-span {
        font-size: 36px;
        text-align: left;
        letter-spacing: 0.5px;
        color: #414141;
    }

.side-filter {
    background-color: #EFEFEF;
    border-radius: 7px !important;
}

    .side-filter .expander.header:hover {
        text-decoration: none;
    }

.background-search-results .subTitleDestinations a:hover {
    text-decoration: none;
}

.side-filter .expander.header {
    font-size: 17px;
    color: #417CE4;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.5px;
}

.side-filter .pos-abs.arrow-down {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-dolu-active.svg') !important;
    width: 15px;
    height: 9px;
}

.side-filter .pos-abs.arrow-right {
    overflow: hidden;
    background-image: url('../Images/picto-sipka-dolu-active.svg') !important;
    width: 15px;
    height: 9px;
}

.side-filter .text-searching .pos-abs.arrow-right:hover {
    bottom: 5px;
    right: 5px;
}

.side-filter .text-searching .pos-abs.arrow-right {
    bottom: 5px;
    right: 5px;
}

.side-filter .filter-block > .stylish-checkbox-wrapper {
    margin-top: 8px;
    display: block;
}

.side-filter .filter-block {
    padding-top: 5px;
    padding-bottom: 5px;
}

.side-filter .combo-col.text-searching .text-searching-input {
    z-index: auto;
}

    .side-filter .combo-col.text-searching .text-searching-input.Tokenize ul.TokensContainer li.TokenSearch input {
        padding-left: 34px;
    }

.side-filter div.Tokenize ul.TokensContainer li.TokenSearch {
    margin: 0 !important;
}

#priceFilter:hover .arrow-right, #AccommodationFilter:hover .arrow-right, #DestinationsFilter:hover .arrow-right, #AccommodationFilterHotel:hover .arrow-right,
#BoardsFilter:hover .arrow-right, #TourTypeFilter:hover .arrow-right, #DistanceToSeaFilter:hover .arrow-right, #DestinationsFilter:hover #Arrow_RightTextSearch,
#TextSearchingIdFilter:hover #Arrow_RightTextSearch {
    background-image: url('../Images/arrow_right_full.png');
}

.ui-slider .ui-slider-handle {
    z-index: auto !important;
    width: 8px !important;
    height: 25px !important;
    background-color: #EF3147 !important;
}

.ui-slider .ui-slider-range {
    z-index: auto !important;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    background-color: #FFD940 !important;
}

.ui-slider-horizontal .ui-slider-handle.right {
    margin-left: -.3em !important;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0px !important;
    top: -.4em;
}

.skipas {
    font-size: 18px;
    font-weight: bold;
    color: #EF3147;
}

    .skipas.offerTiles {
        font-size: 14px;
        position: absolute;
        top: -18px;
    }

    .skipas.calcul {
        font-size: 14px;
    }

        .skipas.calcul p {
            margin: 0;
            padding: 0;
        }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /*border: none !important;
    background: none !important;*/
    background-color: #FFD940 !important;
    background: none !important;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #417CE4 !important;
}

.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    background-color: #414141 !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.ui-widget-content {
    border: none !important;
    background: none !important;
}

.ui-widget-header {
    border: none;
    background-color: #417CE4 !important;
    background: none !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px !important;
}


.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}

/*paginator*/
.paginator {
    text-align: center;
}

    .paginator .load-next-wrapper {
        background-color: #FFD940;
        width: 234px;
        height: 51px;
        color: #414141;
        margin-top: 34px;
        cursor: pointer;
        text-align: center;
        display: inline-block;
    }

        .paginator .load-next-wrapper input,
        .paginator .load-next-wrapper div {
            margin-bottom: 35px;
            margin-top: 15px;
        }

    .paginator .bottom-paginator {
        padding: 0px;
        margin-top: 36px;
        text-align: center;
    }

        .paginator .bottom-paginator .previous {
            left: 0;
        }

        .paginator .bottom-paginator .next {
            right: 0;
        }

.tab-content .w100.paginator {
    padding: 0 14px 0 9px;
}

.paginator a {
    background-color: #fff;
    border: 1px solid #414141;
    color: #5b5b59;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    margin-bottom: 11px;
    margin-left: 3px;
    margin-right: 3px;
    min-width: 32px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    width: 52px;
}

    .paginator a.btn {
        border-color: #414141;
        width: 81px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .paginator a:hover {
        color: #FFD940;
        border-color: #FFD940;
    }

.paginator .background-next-button {
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
}

.paginator a.current {
    color: #FFD940;
    background: #EFEFEF;
    border: 1px solid #FFD940;
}

.paginator a:hover {
    border-color: #FFD940;
}

.blue-text.big a:hover {
    text-decoration: none;
}

.panel-searcher-results .pos-abs.arrow-down {
    overflow: hidden;
    /* background-image: url('../Images/arrow_down.png');*/
    width: 16px;
    height: 16px;
    right: 10px;
    top: 30px;
}

    .panel-searcher-results .pos-abs.arrow-down:hover {
        overflow: hidden;
        -webkit-animation: switch 5s infinite; /* Chrome, Safari, Opera */
        animation: switch 5s infinite;
        background-image: url('../Images/arrow_down_full.png');
        width: 16px;
        height: 16px;
        right: 10px;
        top: 30px;
    }

.panel-searcher-results .pos-abs.arrow-up {
    overflow: hidden;
    background-image: url('../Images/arrow_up.png');
    width: 16px;
    height: 16px;
    right: 10px;
    top: 30px;
}

    .panel-searcher-results .pos-abs.arrow-up:hover {
        overflow: hidden;
        -webkit-animation: switch 5s infinite; /* Chrome, Safari, Opera */
        animation: switch 5s infinite;
        background-image: url('../Images/arrow_up_full.png');
        width: 16px;
        height: 16px;
        right: 10px;
        top: 30px;
    }

.content-wrapper .background-search-results {
    background-color: #FFF;
    border: 1px solid #EFEFEF;
    margin-top: 15px;
    position: relative;
    height: auto;
}

    .content-wrapper .background-search-results .imageSetMax {
        max-height: 311px;
        max-width: 411px;
    }

    .content-wrapper .background-search-results .borders {
        min-height: 311px;
    }

    .content-wrapper .background-search-results:first-child {
        margin-top: 45px;
    }

.search-results-content .text-box {
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    padding: 5px 15px 5px 10px;
    width: 70px;
    height: 60px;
    box-sizing: border-box;
    font-size: 22px;
    background-image: url("../Images/rect_dorange.png");
    background-position: right;
    text-decoration: none;
}

.search-results-content .noSearchResults {
    font-weight: bold;
    color: #EF3147;
}

.search-results-content .hotels-images {
    width: 411px;
    height: 311px;
}

.content-wrapper .background-search-results .gallery-modal .big-slider .big-picture img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery-modal .gallery-content {
    max-width: 1200px;
    margin: auto;
}

.gallery-modal .big-slider {
    height: 85%;
    height: -moz-calc(100% - 92px);
    height: -webkit-calc(100% - 92px);
    height: calc(100% - 92px);
}

    .gallery-modal .big-slider .gallery-helper {
        display: inline-block;
        /*height: 100%;*/
        vertical-align: middle;
    }

    .gallery-modal .big-slider .slick-arrow {
        z-index: 10;
    }

        .gallery-modal .big-slider .slick-arrow:before {
            font-size: 46px;
        }

    .gallery-modal .big-slider .slick-prev {
        left: 7px;
        width: 45px;
        height: 75px;
        opacity: 1;
        display: block;
        padding: 0;
    }

    .gallery-modal .big-slider .slick-next {
        right: 7px;
        width: 45px;
        height: 75px;
        opacity: 1;
        display: block;
        padding: 0;
    }

.gallery-modal .thumb-slider .slick-prev:before {
    content: url("../Images/valaska-sipka-dolu.svg") !important;
    width: 35px;
    height: 65px;
    top: -22px;
    right: 32px;
}

.gallery-modal .thumb-slider .slick-next:before {
    content: url("../Images/valaska-sipka-prava.svg") !important;
    width: 35px;
    height: 65px;
    top: 5px;
    top: -22px;
    left: 27px;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(207deg) brightness(108%) contrast(101%);
}

.gallery-modal .thumb-slider .slick-prev:before:hover {
    background-image: url("../Images/valaska-sipka-dolu.svg") !important;
    width: 35px;
    height: 65px;
    top: 0;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(207deg) brightness(108%) contrast(101%);
}

.gallery-modal .thumb-slider .slick-next:before:hover {
    background-image: url("../Images/valaska-sipka-prava.svg") !important;
    width: 35px;
    height: 65px;
    top: 0;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(207deg) brightness(108%) contrast(101%);
}

.gallery-modal .big-slider .slick-prev:before {
    content: url("../Images/valaska-sipka-leva.svg") !important;
    width: 35px;
    height: 65px;
    top: 0;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(207deg) brightness(108%) contrast(101%);
}

.gallery-modal .big-slider .slick-next:before {
    content: url("../Images/valaska-sipka-prava.svg") !important;
    width: 35px;
    height: 65px;
    top: 0;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(207deg) brightness(108%) contrast(101%);
}

.gallery-modal .big-slider .slick-prev:before:hover {
    background-image: url("../Images/valaska-sipka-leva.svg") !important;
    width: 35px;
    height: 65px;
    top: 0px;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(207deg) brightness(108%) contrast(101%);
}

.gallery-modal .big-slider .slick-next:before:hover {
    background-image: url("../Images/valaska-sipka-prava.svg") !important;
    width: 35px;
    height: 65px;
    top: 0px;
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(207deg) brightness(108%) contrast(101%);
}

.slick-prev:before, .slick-next:before {
    opacity: 1 !important;
}

.gallery-modal .thumb-slider .slick-next {
    right: 7px;
    width: 20px;
    height: 20px;
    opacity: 1;
    display: block;
    padding: 0;
}

.gallery-modal .thumb-slider {
    height: 80px;
    margin: 12px auto auto auto;
}

    .gallery-modal .big-slider .big-picture,
    .gallery-modal .thumb-slider .thumbnail {
        background-position: center;
        background-size: cover;
        vertical-align: middle;
        margin: 0 2px;
        cursor: pointer;
    }

.thumb-slider .thumbnail {
    margin-right: 4px;
}

.gallery-modal .thumb-slider {
    height: 80px;
    margin: 12px auto auto auto;
}

.search-results-content .detail-url {
}

.gallery-modal .thumb-slider .slick-prev {
    left: 7px;
    width: 20px;
    height: 20px;
    display: block;
    padding: 0px;
}

.pos-abs.arrow-down.right0 {
    right: 0px;
}

    .pos-abs.arrow-down.right0:hover {
        right: 0px;
    }

.pos-abs.arrow-up.right0 {
    right: 0px;
}

    .pos-abs.arrow-up.right0:hover {
        right: 0px;
    }

.more-dates {
    position: relative;
}

.search-results-content .text-box-button {
    display: block;
    color: #414141;
    border: 2px solid #FFD940;
    font-size: 20px;
    text-decoration: none;
    margin-top: 45px;
    width: 234px;
    height: 51px;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
}

.search-results-content .buttonMoreDates .text-box-button {
    margin-top: 10px;
}

.search-results-content .text-box-button.small {
    float: left;
    position: relative;
}

.search-results-content .text-box-button .continueBSpan {
    /* position: absolute;
        top: 5px;*/
}


.search-results-content .text-box-button .continueButtonSeachrResults {
    position: absolute;
    right: 4px;
    top: 7px;
}

.search-results-content .aTextsSearchResultsTerms, .guide-search-results .guide-action {
    font-size: 18px;
    font-weight: bold;
    color: #417CE4;
    text-decoration: none;
}

.search-results-content .aTextsSearchResultsBoards {
    font-size: 18px;
    font-weight: bold;
    color: #417CE4;
    text-decoration: none;
}

.search-results-content .aTextsSearchResults.left {
    float: none;
}

.search-results-content .aTextsSearchResults:hover {
    text-decoration: none;
}


#ButtonMoreDates:hover #ImgMoreDates, #TextboxButtonContinueSearchResults:hover #ImgContinueSearchResults {
    background-image: url("../Images/navi_4onmous_white.png");
}

.continueButtonSeachrResults:hover {
    height: 16px;
    width: 16px;
    background-image: url("../Images/navi_4onmous_white.png");
}

.search-results-content .price-search-results {
    padding-bottom: 5px;
}

.search-results-content .price {
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    color: #EF3147;
}

.search-results-content .texts-search-results {
    font-size: 18px;
    color: #414141;
}

.search-results-content .texts-search-results-lengths {
    font-size: 18px;
    color: #414141;
}

.search-results-content .date-search-res {
    font-size: 18px;
    font-weight: bold;
    color: #414141;
}

.search-results-content .transAndBoard {
    font-size: 18px;
    color: #414141;
    margin-right: 5px;
}

.search-results-content .short-description {
    font-size: 14px;
    color: #EF3147;
    margin-right: 5px;
}

.search-results-content .discount-search-results {
    font-size: 17px;
    color: #ABABAB;
    padding-top: 5px;
    text-decoration: line-through;
    font-weight: normal;
}

    .search-results-content .discount-search-results .discount-bold {
        font-weight: bold;
    }


.help-tip {
    background-color: #92938E;
    margin-left: 5px;
    height: 1em;
    color: #fff;
    cursor: help;
    display: inline-block;
    padding: 1px 4px;
    font-weight: 300;
    line-height: 1em;
}

    .help-tip:after {
        content: "?";
    }

.help-text {
    color: #5b5b59;
    padding: 2px 5px;
    cursor: help;
    display: inline-block;
    font-weight: 300;
    line-height: 1em;
}

    .help-text.padding0 {
        padding: 0px;
    }


.mobileWrapper {
    border-bottom: 0.5px solid #efefef;
}

.mobileWrapperN {
    width: 100%;
    margin: 10px 0px 10px 0px;
    border-bottom: 1px solid #efefef;
}

.mobileWrapperD {
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.blue-button,
input[type="submit"].blue-button,
input[type="button"].blue-button,
button.blue-button,
.yellow_button,
input[type="submit"].yellow_button,
input[type="button"].yellow_button,
button.yellow_button {
    color: #fff;
    background-color: #22457A;
    font-size: 15px;
    height: 30px;
    max-width: 120px;
    text-align: right;
    letter-spacing: 0,5px;
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
    padding-right: 20px;
}

.yellow_button,
input[type="submit"].yellow_button,
input[type="button"].yellow_button,
button.yellow_button {
    background-color: #FFD940;
    color: #22457A;
}

.width-login-client {
    width: 200px !important;
}

input.image-button {
    cursor: pointer;
    padding-left: 5px;
    background-color: transparent;
    border: none;
}

input.without-image, button.without-image {
    text-align: center !important;
}

    input.without-image.special-comboboxesSearcher {
        max-width: 210px;
    }

.button-searcher-image {
    position: absolute;
    top: 48% !important;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../Images/search.png');
    width: 30px;
    height: 30px;
}

.col-type {
    float: left;
}

    .col-type.right {
        float: right;
    }

.p-row {
    margin: 0;
    width: 100%;
}

    .p-row:after {
        clear: both;
        content: " ";
        height: 0;
        display: table;
        visibility: hidden;
    }

    .p-row.main-content-row {
        padding: 0 2em 2em 2em;
        background-color: #FFF;
    }

.web-text form {
    width: 100%;
    box-sizing: border-box;
}

.p-row.main-content-left {
    border-left: 2px solid #fff;
}

.t-row {
    display: table;
}

    .t-row .col-type {
        display: table-cell;
        float: none;
    }

.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w12 {
    width: 12%;
}

.w14 {
    width: 14%;
}

.w15 {
    width: 15%;
}

.w18 {
    width: 18%;
}

.w16-66 {
    width: 16.66%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.33333%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w66 {
    width: 66.66666%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100, .full {
    width: 100%;
}

.green-box {
    color: #fff;
}

.green-box-box {
    background-color: #22457A;
}

.red-box a, a.red-box, .green-box a, a.green-box {
    color: #fff;
}

.pink-box {
    background-color: #f9cab1;
}

.white-box {
    background-color: #FFF;
    color: #414141;
    padding: 20px;
    min-height: 550px;
}

    .white-box.min-heightNone {
        min-height: inherit;
        padding: 0;
    }

.redColor {
    color: #E43216;
}

.white-box.padding0 {
    padding: 0px;
}

.white-box.navTabs {
    min-height: 50px;
    padding-top: 20px;
    padding-left: 18px;
    padding-right: 20px;
}

    .white-box.navTabs .container {
        height: 300px;
        float: left;
        overflow: auto;
        overflow-x: hidden;
    }

.white-box-n.sendCataloInPost, .white-box-n.newsLetterT, .white-box-n.similar {
    background-color: #FFF;
    color: #414141;
    font-size: 18px;
    font-weight: 300;
    height: 280px;
}

.white-box-n.similar {
    height: 330px;
}

.white-box.navTabs .vert-scrollbar-container {
    height: 300px;
    float: left;
}

.white-box-empty {
    background-color: #FFF;
}

.admin a {
    width: 32px !important;
    height: 32px !important;
    display: block;
    background-size: contain;
}

    .admin a.edit {
        background-image: url('../Images/edit.png');
    }

    .admin a.delete {
        background-image: url('../Images/delete.png');
    }

    .admin a.visible {
        background-image: url('../Images/eye.png');
    }

    .admin a.invisible {
        background-image: url('../Images/eye-closed.png');
    }

.margin5 {
    margin: 5px;
}

.marginT19 {
    margin-top: 19px;
}

.marginTB10 {
    margin: 10px 0;
}

.marginR18 {
    margin-top: 18px;
}

.marginT20 {
    margin-top: 20px;
}

.marginT40 {
    margin-top: 40px;
}

.paddingR5 {
    padding-right: 5px;
}

.margin0 {
    margin: 0px;
}

.padding18 {
    padding: 18px;
}

.border3 {
    border: 3px solid #FFFFFF;
}

.paddingR30 {
    padding-right: 30px;
}

.padding2 {
    padding: 2px;
}

.marginL20 {
    margin-left: 20px;
}

.marginL25 {
    margin-left: 25px;
}

.paddingL10 {
    padding-left: 10px;
}

.paddingL20 {
    padding-left: 20px;
}

.paddingL35 {
    padding-left: 35px;
}

.paddingL36 {
    padding-left: 36px;
}

.paddingL45 {
    padding-left: 45px;
}

.marginR20 {
    margin-right: 20px;
}

.marginR30 {
    margin-right: 30px;
}

.marginR40 {
    margin-right: 40px;
}

.marginT10 {
    margin-top: 10px;
}

.paddingB9 {
    padding-bottom: 9px;
}

.paddingB17 {
    padding-bottom: 17px;
}

.marginT13 {
    margin-top: 13px;
}

.marginT14 {
    margin-top: 14px;
}

.marginT26 {
    margin-top: 26px;
}

.marginT5 {
    margin-top: 5px;
}

.marginT4 {
    margin-top: 4px;
}

.marginL35 {
    margin-left: 35px;
}

.marginL70 {
    margin-left: 70px;
}

.marginR10 {
    margin-right: 10px;
}

.marginL10 {
    margin-left: 10px;
}

.marginL125 {
    margin-left: 125px;
}

.marginL15 {
    margin-left: 15px;
}

.marginR22 {
    margin-right: 22px;
}

.paddingR20 {
    padding-right: 20px;
}

.paddingR90 {
    padding-right: 90px;
}

.paddingR10 {
    padding-right: 10px;
}

.paddingT19 {
    padding-top: 19px;
}

.marginR5 {
    margin-right: 5px;
}

.paddingT22 {
    padding-top: 22px;
}

.paddingT23 {
    padding-top: 23px;
}

.paddingT17 {
    padding-top: 17px;
}

.paddingTRLB20 {
    padding: 20px;
}

.paddingT20 {
    padding-top: 20px;
}

.paddingTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddingT51 {
    padding-top: 51px;
}

.paddingT10 {
    padding-top: 10px;
}

.paddingR15 {
    padding-right: 15px;
}

.paddingT35 {
    padding-top: 35px;
}

.paddingB14 {
    padding-bottom: 14px;
}

.paddingB15 {
    padding-bottom: 15px;
}

.paddingB20 {
    padding-bottom: 20px;
}

.paddingB23 {
    padding-bottom: 23px;
}

.paddingB5 {
    padding-bottom: 5px;
}

.paddingL293 {
    padding-left: 293px;
}

.paddingL5 {
    padding-left: 5px;
}

.paddingT15 {
    padding-top: 15px;
}

.marginT15 {
    margin-top: 15px;
}

.marginB15 {
    margin-bottom: 15px;
}

.borderR1 {
    border-right: 1px solid #efefef;
}

/*.borderL1 {
    border-left: 1px solid #efefef;
}*/

.marginL22 {
    margin-left: 22px;
}

.paddingt50 {
    padding-top: 50px;
}

.paddingT5 {
    padding-top: 5px;
}

.padding5 {
    padding: 5px;
}

.paddingB30 {
    padding-bottom: 30px;
}

.paddingB100 {
    padding-bottom: 100px;
}

.paddingB10 {
    padding-bottom: 10px;
}

.paddingT14 {
    padding-top: 14px;
}

.marginT17 {
    margin-top: 17px;
}

.paddingR4 {
    padding-right: 4px;
}

.marginB10 {
    margin-bottom: 10px;
}

.marginB5 {
    margin-bottom: 5px;
}

.marginB4 {
    margin-bottom: 4px;
}

.marginB30 {
    margin-bottom: 30px;
}

.marginB20 {
    margin-bottom: 20px;
}

.marginL80 {
    margin-left: 80px;
}

.marginB70 {
    margin-bottom: 70px;
}

.marginB60 {
    margin-bottom: 60px;
}

.row {
    margin: 0px;
}

    .row .column-1, .row .column-2, .row .column-3, .row .column-4, .row .column-5, .row .column-6, .row .column-7, .row .col {
        float: left;
    }

.rectangle-head-top-right {
    border-right: 20px solid transparent;
    border-bottom: 22px solid #e46216;
    border-bottom-color: rgba(228,98,22,0.75);
}

.rectangle-head-top-left {
    border-left: 20px solid transparent;
    border-bottom: 22px solid #e43216;
}

.active .rectangle-head-top-right {
    border-right: 20px solid transparent;
    border-bottom: 22px solid #e43216;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
}

.active .rectangle-head-top-left {
    border-left: 20px solid transparent;
    border-bottom: 22px solid #e43216;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

/*styled checkbox*/
.stylish-checkbox-wrapper {
    position: relative;
    display: inline-block;
}

.stylish-radio-wrapper input[type=radio] {
    display: none;
}

.stylish-checkbox-wrapper .stylish-checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #AEAEAE;
    border-radius: 2px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    display: inline-block;
    margin: 0;
    position: absolute;
    cursor: pointer;
}

.stylish-checkbox-wrapper .stylish-checkbox-text {
    display: inline-block;
    margin: 0 0 0 22px;
    cursor: pointer;
}

.stylish-checkbox-wrapper.darkCheckBox input[type=checkbox]:checked + label {
    background-color: #FE0000;
    box-shadow: none;
    border-color: transparent;
    background-image: url('../Images/checkboxChecked.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.stylish-checkbox-wrapper.lightCheckBox input[type=checkbox]:checked + label {
    background-color: #FE0000;
    box-shadow: none;
    border-color: transparent;
    background-image: url('../Images/checkboxCheckedWithColor.png');
    background-repeat: no-repeat;
    background-position: center center;
}


input[type=radio] {
    display: none;
}

.stylish-radio-wrapper input[type=radio] + label {
    display: inline-block;
    background-color: #FFF;
    width: 12px;
    height: 12px;
    margin: -1px 12px 0 0;
    vertical-align: middle;
    cursor: pointer;
    background: url('../Images/navi_select_A.png') left top no-repeat;
}

.stylish-radio-wrapper input[type=radio]:hover + label {
    background: url('../Images/navi_select_B.png') left top no-repeat;
}

.stylish-radio-wrapper input[type=radio]:checked + label {
    background-position: -25px top;
    background: url('../Images/navi_select_C.png') left top no-repeat;
}

.popup.TransportPop-upWindow {
    left: 174px;
    max-width: 732px;
}

.stylish-checkbox-wrapper.filterCheckbox input[type=checkbox] + label {
    background-color: #FFF;
    box-shadow: none;
    height: 10px;
    width: 10px;
    margin-top: 4px;
    border-color: transparent;
    background-image: url('../Images/navi_select_A.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.stylish-checkbox-wrapper.filterCheckbox input[type=checkbox]:hover + label {
    background-color: #FFF;
    box-shadow: none;
    height: 10px;
    width: 10px;
    border-color: transparent;
    background-image: url('../Images/navi_select_B.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.stylish-checkbox-wrapper.filterCheckbox input[type=checkbox]:checked + label {
    background-color: #FFF;
    box-shadow: none;
    height: 10px;
    width: 10px;
    border-color: transparent;
    background-image: url('../Images/navi_select_C.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.stylish-checkbox-wrapper input[type=checkbox]:checked:disabled + label {
    background-color: #c7c8c1;
}

.stylish-checkbox-wrapper input[type=checkbox] {
    display: none;
}

.stylish-checkbox-wrapper input[type=checkbox] {
    display: none;
}

.transportsDiv .stylish-radio-wrapper {
}

    .transportsDiv .stylish-radio-wrapper .stylish-radio {
        cursor: pointer;
    }

    .transportsDiv .stylish-radio-wrapper .stylish-radio-text {
        cursor: pointer;
    }

    .transportsDiv .stylish-radio-wrapper input {
        cursor: pointer;
        width: 15px;
    }



div.Tokenize ul.TokensContainer li.Token, div.Tokenize ul.TokensContainer li.TokenSearch {
}


.text-searching-input.Tokenize .TokensContainer .Token {
    padding: 0px 5px;
    margin-left: 34px;
}

.text-searching-input.Tokenize {
    z-index: 1;
}


.search-red-box {
    background-color: #e43216 !important;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: right;
}


.newsletter .pos-abs.fa.fa-messageNewLetter {
    background-image: url('../Images/messageNewLetter.png');
    width: 70px;
    height: 30px;
}

.newsLetter-form .pos-abs.fa {
    left: 0px;
    right: 0px;
    top: 9px;
}

.newsletter .c-newsLetter {
    border: 1px solid #000;
    margin-top: 10px;
    padding-left: 70px !important;
}

    .newsletter .c-newsLetter::placeholder {
    }

.sendCataloInPost .paddingR5, .white-box-n.similar .paddingR5 {
    padding-right: 5px;
}

.sendCataloInPost .sendCatalogInput {
    border: 1px solid #000;
    margin-top: 10px;
}

.sendCataloInPost .paddingR0 {
    padding-right: 0px;
}


.side-filter .pos-abs.fa.fa-description {
    background-image: url('../Images/description.png');
    width: 30px;
    height: 30px;
    z-index: 0;
    left: 0px;
    top: 0px;
}

.side-filter .text-searching .TokensContainer {
    background-color: #FDfcfa;
}

.side-filter div.Tokenize ul.TokensContainer li.Placeholder {
    color: #ea560d;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: left;
    left: 37px;
    padding: 5px !important;
    line-height: normal !important;
    top: 0px !important;
    font-weight: 700;
}

.filter-block #CurrentMinValue {
    text-align: left;
}

.filter-block #CurrentMaxValue {
    text-align: right;
}


.filter-block #CurrentMinValue, #CurrentMaxValue {
    color: #414141;
    font-size: 18px;
    font-weight: lighter;
}

.side-filter .text-searching {
    border: 1px solid #EF3147;
    margin-right: 20px;
    height: 100px;
    background-color: #FDfcfa;
    margin-top: 20px;
    margin-bottom: 10px;
}


.side-filter .div.Tokenize ul.TokensContainer li.Token, div.Tokenize ul.TokensContainer li.TokenSearch {
    margin: 0px !important;
}


.popup {
    display: none;
    /*padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;*/
    padding-top: 0px !important;
    position: absolute;
    top: 100px;
    max-width: 906px;
    margin: 0 auto;
    margin-left: 20px;
    z-index: 2;
    left: 0;
}

    .popup .destinationPopUp, .popup .transportPopUp, .popup .boardPopUp, .popup .datePickerPopUp, .popup .personsPopUp {
        border-left: 5px solid #E43216;
        border-right: 5px solid #E43216;
        border-bottom: 5px solid #E43216;
        position: absolute;
    }

    .popup .destinationPopUp {
        max-width: 906px;
        min-width: 600px;
    }

    .popup .transportPopUp, .popup .datePickerPopUp {
        max-width: 732px;
        left: 172px;
    }

    .popup .boardPopUp {
        max-width: 558px;
        left: 346px;
    }

    .popup .personsPopUp {
        width: 558px;
        left: 346px;
    }

.tab-content .room .popUpPersons, #PopupPersonsTourDetail_Price {
    min-height: 180px;
    width: 520px;
    z-index: 3;
    background-color: #FFF;
    border: 5px solid #808080;
    position: absolute;
    right: 0;
    margin-top: 10px;
}

.popup .dropdown_part .pos-abs.fa.fa-description {
    background-image: url('../Images/description.png');
    width: 30px;
    height: 30px;
    z-index: 1;
    top: 0;
    left: 5px;
}

.daterangepicker {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

    .daterangepicker .drp-calendar.left {
        max-width: 200px;
        margin-right: 7px !important;
        width: 100%;
        height: auto;
        padding: 0 !important;
    }

    .daterangepicker .drp-calendar.right {
        max-width: 200px;
        width: 100%;
        height: auto;
        padding: 0 !important;
    }

    .daterangepicker .drp-calendar .calendar-table .table-condensed {
        table-layout: fixed;
    }

        .daterangepicker .drp-calendar .calendar-table .table-condensed tbody {
            margin-left: 5px;
            width: 186px;
            height: 165px;
            display: table;
        }

    .daterangepicker .drp-calendar .calendar-table thead {
        background-color: #efefef;
        border-bottom: 1px solid #ffa603;
        width: 200px;
        display: table;
        height: 50px;
        margin-top: -2px;
        margin-left: -2px;
    }

    .daterangepicker .drp-calendar .table-condensed tbody tr td {
    }

    .daterangepicker .table-condensed .next {
        background-color: #ffa603;
        position: absolute;
        top: 110px;
        right: 11px;
        padding-bottom: 3px;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 3px;
        cursor: pointer;
    }

    .daterangepicker .table-condensed thead tr {
        float: left;
    }

        .daterangepicker .table-condensed thead tr:nth-of-type(2) {
            margin-left: 5px;
            float: left;
        }

    .daterangepicker .calendar-table th {
        width: 20px;
    }

    .daterangepicker .table-condensed .next:hover {
        background-color: #ffa603;
    }


    .daterangepicker .drp-calendar tr {
        margin-left: 5px;
    }


    .daterangepicker .table-condensed .next span {
        background: url('../Images/navi_2_white.png') no-repeat center center;
        width: 14px;
        height: 24px;
    }

        .daterangepicker .table-condensed .next span:hover {
            background: url('../Images/navi_2onmous_white.png') no-repeat center center;
            width: 14px;
            height: 24px;
        }

    .daterangepicker .drp-calendar.left {
        margin-left: 4px;
    }

    .daterangepicker .table-condensed .prev {
        background-repeat: no-repeat;
        background-color: #ffa603;
        position: absolute;
        top: 110px;
        left: -18px;
        padding-bottom: 3px;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 3px;
        cursor: pointer;
    }

        .daterangepicker .table-condensed .prev:hover {
            background-color: #ffa603;
        }

        .daterangepicker .table-condensed .prev span {
            background: url('../Images/navi_2_whiteLeft.png') no-repeat center center;
            width: 14px;
            height: 24px;
        }

            .daterangepicker .table-condensed .prev span:hover {
                background: url('../Images/navi_2onmous_whiteLeft.png') no-repeat center center;
                width: 14px;
                height: 24px;
            }

    .daterangepicker .drp-calendar .table-condensed tr td.available {
        background-color: #eae2cd;
    }

    .daterangepicker .drp-calendar .table-condensed tr td.active, .daterangepicker .drp-calendar .table-condensed tr td.active:hover {
        background-color: #EF3147 !important;
        border-color: transparent;
        color: #fff;
    }

    .daterangepicker .drp-calendar .table-condensed tr td.in-range.available {
        background-color: #EF3147;
        color: #FFF;
    }



div.Tokenize {
    position: relative;
    display: inline-block;
    zoom: 1;
}

    div.Tokenize ul.TokensContainer, div.Tokenize ul.Dropdown {
        /*background-color: #E43216;*/
        overflow: hidden;
        border-radius: 0px;
        padding-left: 20px;
    }

    div.Tokenize ul.TokensContainer {
        cursor: pointer;
        user-select: none;
        background-color: #FFF;
        min-height: 30px;
    }

        div.Tokenize ul.TokensContainer li.Token, div.Tokenize ul.TokensContainer li.TokenSearch {
            height: 16px;
            float: left;
            position: relative;
            margin: 5px 0 0 5px;
        }

            div.Tokenize ul.TokensContainer li.Token a.Close {
                font-size: 16px !important;
                line-height: 18px;
                margin: 1px 0 0 5px;
                padding: 0px;
                cursor: pointer;
                color: #EF3147 !important;
            }

            div.TokenizeMeasure, div.Tokenize ul li span, div.Tokenize ul.TokensContainer li.TokenSearch input {
                color: #5b5b59;
            }

        div.Tokenize ul.TokensContainer li.Token, div.Tokenize ul.TokensContainer li.TokenSearch {
            margin: 5px 0 0 5px;
            height: 16px;
            float: left;
            position: relative;
        }

    div.Tokenize ul li {
        white-space: nowrap;
    }

    div.Tokenize ul.TokensContainer li.TokenSearch input {
        margin: 0px;
        padding-left: 37px !important;
        background-color: transparent;
        line-height: 18px;
        border: none;
        outline: none;
    }

    div.Tokenize ul.TokensContainer li.Placeholder {
        display: inline-block;
        padding: 0;
        top: 0;
    }

.destination-tokenize.Tokenize ul.TokensContainer li.Token,
.destination-tokenize.Tokenize ul.TokensContainer li.TokenSearch {
    padding: 5px;
}

.dropdown_content.scroll-destionation {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.scrollbar.vertical .top-arrow {
    background-image: url('../Images/arrow_up.png') !important;
    top: 5px !important;
    width: 16px !important;
    height: 16px !important;
    z-index: 1;
}

.scrollbar.vertical .bottom-arrow {
    background-image: url('../Images/arrow_down.png') !important;
    bottom: 5px !important;
    width: 16px !important;
    height: 16px !important;
    z-index: 1;
}

.popup input[type=text] {
    padding-left: 35px;
}

input[type="radio"]:disabled + label + label, input[type="checkbox"]:disabled + label + label {
    opacity: 0.5;
}

.popup .searcher-transport .col-type .transport_content {
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #414141;
    font-weight: 100;
    margin-left: 25px;
    margin-top: 5px;
}

.popup .white-box.navTabs .regionsLocalitiesDiv {
    margin-left: 25px;
}

.fa.fa-times, .fa-times-thin {
    font-size: 30px !important;
    position: absolute !important;
    float: right !important;
    top: 0px !important;
    right: 0px;
    color: #EF3147;
}


    .fa-times-thin:before {
        content: '\00d7';
    }

.popup .dropdown_part .text-searching-accoTo-Dest-input {
    background-color: #f1ecde;
    color: #696964;
    margin-left: 2px;
    max-width: 668px;
    padding-left: 45px;
    font-size: 15px;
    font-weight: lighter;
}

.vert-scrollbar-container {
    float: left;
    height: 300px;
}

.text-info-botton {
    color: #414141;
    font-size: 14px;
    font-weight: normal;
}

.popup .dropdown_content {
    min-height: 120px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.popup .dropdown_contentOther {
    min-height: 120px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.popup .boardPopUp .navTabs .board-content, .radioOverView .stylish-radio-wrapper label {
    min-height: 90px;
    font-size: 18px !important;
    letter-spacing: 0.5px;
    color: #414141;
    font-weight: normal;
}

.radioOverView {
    position: relative;
}

    .radioOverView input, .radioOverView span {
        letter-spacing: 0.5px;
        color: #414141;
        font-weight: 300;
        font-size: 15px;
    }

    .radioOverView .card-pay, .radioOverView .ebanking-pay, .radioOverView .transfer-pay, .radioOverView .cash-pay {
        background-color: #FFF;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #EFEFEF;
    }

.textAboutServicesOverview {
    font-weight: bold;
}

.ebanking-pay .payment-wrapper .stylish-radio {
    padding-bottom: 16px;
}

.radioOverView .stylish-radio-wrapper {
    padding-bottom: 5px;
}

    .radioOverView .stylish-radio-wrapper label {
        min-height: 0px !important;
        padding-bottom: 1px;
        font-size: 15px;
        cursor: pointer;
    }

.radioOverView .card-pay, .radioOverView .ebanking-pay, .radioOverView .transfer-pay, .radioOverView .cash-pay {
    margin: 20px 0px;
    padding-left: 40px;
    position: relative;
    border-bottom: 1px solid #efefef;
}

.radioOverView strong.final-price {
    font-size: 20px;
    padding-right: 10px;
}

.radioOverView .final-price-value.red-text {
    color: #EF3147;
    font-size: 26px;
    font-weight: bold;
}

.radioOverView button .payValueButton, .table-overview button.rectangle-right .helpNoteValueButton, .fajaWhiteValueButton {
    position: absolute;
    right: 4px;
    top: 7px;
}

.radioOverView button .paytextButton, .table-overview button.rectangle-right .helpNotetextButton {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #FFF;
}

.radioOverView .ebanking-pay .amount, .radioOverView .amount-row .amount {
    width: 25%;
}

.popup .personsPopUp .navTabs .persons-content, .tab-content .room .popUpPersons .persons-content, #PopupPersonsTourDetail_Price .persons-content {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #414141;
    font-weight: normal;
}

.popUpPersons .persons-content {
    padding-bottom: 10px;
}

.popup .personsPopUp .navTabs .persons-content .children-ages, .popup .personsPopUp .navTabs .persons-content .adults-ages {
    margin-top: 15px;
}

.popup .datePickerPopUp .navTabs .date-searcher-content {
    min-height: 300px;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #414141;
    font-weight: 100;
}

.popup .dropdown_content.search_nothing {
    text-transform: none;
    font-weight: bold;
    color: red;
}

.popup .dropdown_buttons {
    /*position: absolute;
    bottom: 80px;*/
}

    .popup .dropdown_buttons.down {
        position: absolute;
        bottom: 40px;
        text-align: center;
        left: 0px;
        right: 0px;
    }

.popup .red-box .header-popup, .tab-content .room .popUpPersons .header-popup, #PopupPersonsTourDetail_Price .header-popup {
    height: 40px;
    background-color: #e4dcc6;
    display: table;
    position: relative;
}



    .popup .red-box .header-popup .header-popup-span {
        display: table-cell;
        vertical-align: middle;
        padding-left: 18px;
        background-color: #eae2cd;
        color: #414141;
        font-size: 18px;
        text-align: left;
    }

.popup .dropdown_buttons.down input {
    text-align: center;
    min-width: 250px;
    font-size: 16px;
    font-weight: bold;
}

.popup .dropdown_buttons.taLeft {
    left: 40px;
}

.popup .dropdown_buttons.taRight {
    right: 40px;
}

.popup .dropdown_buttons a {
    color: #FFF;
    background-color: #034593;
    font-size: 15px;
    max-width: 120px;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 7px 20px;
}

.popup .nav-item {
    color: #696964;
    font-size: 15px;
    font-weight: lighter;
    text-transform: uppercase;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 7px 20px;
    width: 220px;
    height: 30px;
    text-align: right;
    background-image: url('../Images/rect_220x30_navi_SV.png');
}

    .popup .nav-item:hover {
        width: 220px;
        height: 30px;
        background-image: url('../Images/rect_220x30_navi.png');
        background-color: #FFF;
    }

    .popup .nav-item.active {
        background-color: #FFF;
        width: 220px;
        height: 30px;
        background-image: url('../Images/rect_220x30_navi.png');
    }

.popup .popUp-buttons {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.tab-content .room .popUpPersons .popUp-buttons, #PopupPersonsTourDetail_Price .popUp-buttons {
    position: relative;
}

.popup .height25, .tab-content .room .height25 {
    height: 25px;
}

.popup .height35 {
    height: 35px;
}

.tab-content .room .height40, #PopupPersonsTourDetail_Price .height40 {
    height: 40px;
}

.tab-content .room .popUpPersons .children-ages, #PopupPersonsTourDetail_Price .children-ages {
    margin-top: 15px;
    margin-bottom: 15px;
}

.popup .popUp-buttons .dropdown_buttons_delete, .tab-content .room .popUp-buttons .dropdown_buttons_delete, #PopupPersonsTourDetail_Price .popUp-buttons .dropdown_buttons_delete {
    background-color: #FFF;
    border: 2px solid #417CE4;
    width: 164px;
    height: 36px;
    letter-spacing: 0.5px;
    text-align: center;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-right: 5px;
    /*vertical-align:middle;
    display:inline-grid;
    align-items:center;*/
    display: table;
}

    .popup .popUp-buttons .dropdown_buttons_delete .cancel-button, .tab-content .room .popUpPersons .dropdown_buttons_delete .cancel-button,
    #PopupPersonsTourDetail_Price .dropdown_buttons_delete .cancel-button {
        color: #696964;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

.tab-content .room .popUpPersons .dropdown_buttons_check .ok-button,
#PopupPersonsTourDetail_Price .dropdown_buttons_check .ok-button {
    color: #FFF;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.popup .popUp-buttons .dropdown_buttons_check_search {
    background-image: url('../Images/rect_220x30_orange.png');
    width: 220px;
    height: 30px;
    padding: 7px 20px;
    letter-spacing: 0.5px;
    text-align: right;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #FFF;
    margin-right: 5px;
    background-color: #FFF;
    cursor: pointer;
}

.popup .popUp-buttons .dropdown_buttons_check {
    background-image: url('../Images/rect_100x30_navi.png');
    width: 100px;
    height: 30px;
    padding: 7px 20px;
    letter-spacing: 0.5px;
    text-align: right;
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 5px;
}

.tab-content .room .popUp-buttons .dropdown_buttons_check, #PopupPersonsTourDetail_Price .popUp-buttons .dropdown_buttons_check {
    border: 2px solid #417CE4;
    background: #417CE4;
    width: 164px;
    height: 36px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    text-transform: uppercase;
    display: table;
}

.tab-content .room .lineHeight30 {
    line-height: 30px;
}

.tab-content .room .grey-button100x30 .chooseRoomText {
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align: right;
    color: #414141;
    box-sizing: border-box;
}


.popup .dropdown_buttons_check .ok-button {
    color: #696964;
}

.popup .nav-tabs .borderRight {
    margin-right: 4px;
}

.popup .nav-tabs .marginL2 {
    margin-left: 2px;
}

.popup .dropdown_content .regionsLocalitiesDiv, .popup .boardsDiv, popup .dropdown_content .regionsLocalitiesDiv, .popup .transportsDiv,
{
    float: left;
    box-sizing: border-box;
    margin: 5px 0px 0px 0px;
    padding: 0;
    margin-left: 25px;
}

.popup .expanderHeadStyle {
    font-size: 17px;
    font-weight: bold;
    color: #417CE4;
    letter-spacing: 0.5px;
    padding-top: 3px;
}

.popup .dropdown_content .countriesDiv .stylish-checkbox-wrapper {
    margin-left: 25px;
}

.popup .tranport-title {
    font-size: 16px;
    font-weight: bold;
    margin-left: 25px;
    text-transform: none;
}

.popup .dropdown_content .regionsLocalitiesDiv .big {
    padding-left: 10px;
    width: 100%;
    font-size: 17px;
    color: #696964;
    font-weight: 600;
}

.popup .dropdown_content .regionsLocalitiesDiv .padding {
    padding-left: 20px;
    padding-top: 5px;
    width: 100%;
    color: #696964;
    font-size: 17px;
    font-weight: 100;
}

.popup .titles-calendar .specificTerms {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.popup .specificTerms {
    color: #417CE4;
    margin-bottom: 5px;
}

.popup .token-searcher .TokensContainer {
    background-color: #FFF;
}

.popup .dropdown_part .pos-abs.arrow-down {
    overflow: hidden;
    background-image: url('../Images/arrow_down_full.png');
    width: 16px;
    height: 16px;
}

.popup .dropdown_part .pos-abs.arrow-right {
    overflow: hidden;
    -webkit-animation: switch 5s infinite; /* Chrome, Safari, Opera */
    animation: switch 5s infinite;
    background-image: url('../Images/arrow_right.png');
    width: 16px;
    height: 16px;
}

    .popup .dropdown_part .pos-abs.arrow-right:hover {
        overflow: hidden;
        -webkit-animation: switch 5s infinite; /* Chrome, Safari, Opera */
        animation: switch 5s infinite;
        background-image: url('../Images/arrow_right_full.png');
        width: 16px;
        height: 16px;
    }

.popup .titles-calendar {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.popup .titles-calendar-blue-bold {
    font-weight: bold;
    font-size: 17px;
    color: #417CE4;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.popup .titles-calendar.red-color {
    color: #EF3147;
    font-size: 17px;
    padding: 0px;
}

.popup .titles-calendar-black {
    color: #414141;
}

.tab-content .room .dropdown_buttons_check_search {
    background: url('../Images/rect_220x30_navi.png');
    width: 220px;
    height: 30px;
    padding: 7px 20px;
    letter-spacing: .5px;
    text-align: right;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #414141;
    margin-right: 5px;
    background-color: #FFF;
    cursor: pointer;
}

.tab-content .room .header-popup-span, #PopupPersonsTourDetail_Price .header-popup-span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 18px;
    background-color: #EFEFEF;
    color: #414141;
    font-size: 18px;
    text-align: left;
}

.SumoSelect > .CaptionCont > label > i {
    background-image: url('../Images/picto-sipka-dolu.svg') !important;
    height: 18px;
    width: 18px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
    background-image: url('../Images/picto-sipka-dolu.svg') !important;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: center center;
    height: 12px;
    width: 12px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected:hover span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
    background-image: url('../Images/picto-sipka-dolu.svg') !important;
    width: 12px;
    height: 12px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i, .SumoSelect .select-all.partial > span i {
    background-image: url('../Images/navi_select_A.png') !important;
    width: 12px;
    height: 12px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt:hover span i, .SumoSelect .select-all > span i, .SumoSelect .select-all.partial > span i {
    background-image: url('../Images/navi_select_B.png') !important;
    width: 12px;
    height: 12px;
}

.popup .persons-selector .p-row {
}

.popup .persons-selector .person-cont {
    padding: 0 23px;
}

.popup .persons-selector .fa-minus-square-o {
    left: 0px;
}

.popup .persons-selector .fa {
    position: absolute;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.popup .persons-selector .fa-plus-square-o {
    right: 0;
}

.popup .persons-selector #childrenAges .person-cont {
    margin-right: 10px;
}

.popup .persons-selector input[type=text] {
    background-color: transparent;
    border: 1px solid #E43216;
    height: 38px;
    padding: 0 1px;
    box-sizing: border-box;
    font-weight: 500;
    display: block;
    width: 100%;
    max-width: 40px;
    text-align: center;
}


/*search form*/
.search-form {
    padding: 52px 46px 46px 42px;
    height: 149px;
    position: relative;
}

    .search-form .white-box {
        min-height: 250px;
    }

    .search-form .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i,
    .search-form .stylish-checkbox-wrapper input[type=checkbox]:checked + label {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC") !important;
        background-position: center center;
        background-repeat: no-repeat;
        border-color: transparent;
        box-shadow: none;
        background-color: #FFD940;
    }

    .search-form .transportDiv, .search-form .boardDiv {
        cursor: pointer;
    }

    .search-form .dropdown_part span {
        font-size: 17px;
        color: #414141;
    }

    .search-form div.Tokenize ul.TokensContainer li.SelectedPart {
        padding-left: 37px;
    }

    .search-form div.Tokenize ul.TokensContainer li.Token, div.Tokenize ul.TokensContainer li.TokenSearch {
        margin-left: 37px;
    }

    .search-form .col.w16-66 {
        width: 16.66%;
        margin-right: 10px;
    }

        .search-form .col.w16-66:last-of-type {
            margin-right: 0;
        }

    .search-form .col.w16-66 {
        width: 185px;
    }

        .search-form .col.w16-66.geographyWidth {
            width: 300px;
        }

        .search-form .col.w16-66.search-button {
            width: 208px;
            height: 51px;
        }

    .search-form .SumoSelect > .CaptionCont > span.placeholder {
        padding-left: 35px;
    }

    .search-form .personsDiv {
        text-align: center;
        line-height: 51px;
        font-size: 17px;
        color: #414141;
        font-weight: 700;
    }

        .search-form .personsDiv a {
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
            color: #696464;
        }

    .search-form.green-box {
        z-index: 1;
    }

    .search-form .col.w16-66 .Tokenize, .search-form .col.w16-66 .Tokenize input {
        width: 100%;
    }

    .search-form .col.w16-66 .stylish-checkbox-wrapper {
        margin-top: 3px;
    }

.body-layout .content-wrapper #MainSearcher {
    position: absolute;
    width: 100%;
}

.body-layout.homepage .content-wrapper.homepage #MainSearcher {
    bottom: -20px;
}

.body-layout .content-wrapper.all #MainSearcher {
    bottom: 25px;
}

.mix-blend-searcher::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*mix-blend-mode: multiply;*/
    background-color: #22457A;
    opacity: 1;
    border-radius: 7px;
}

.search-form .SumoSelect > .optWrapper {
    top: 49px;
}

.search-form .SelectBox {
    padding: 15px 0px 11px 0;
    height: 51px;
}

.skipas-change .searcher_date_picker .k-input {
    padding: 0 !important;
}

.skipas-change .searcher_date_picker .k-datepicker {
    height: 30px;
}

    .skipas-change .searcher_date_picker .k-datepicker.k-state-hover, .skipas-change .searcher_date_picker .k-datepicker.k-state-active,
    .skipas-change .searcher_date_picker .k-datepicker.k-state-focused {
        box-shadow: none !important;
        border-color: #F0F0F0;
        border-bottom: 1px solid #f0f0f0;
    }

.search-form .termDiv .k-icon, .search-form .termDiv .k-tool-icon, .search-form .termDiv .k-grouping-dropclue, .search-form .termDiv .k-drop-hint, .search-form .termDiv .k-column-menu .k-sprite, .search-form .searcher_date_picker .k-grid-mobile .k-resize-handle-inner:before, .search-form .termDiv .k-grid-mobile .k-resize-handle-inner:after, .search-form .termDiv .k-pager-numbers .k-current-page .k-link:after, .search-form .termDiv .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after, .search-form .termDiv .k-gantt-views > .k-current-view > .k-link:after, .skipas-change .searcher_date_picker .k-icon {
    background-image: url('../Images/valaska-rozcestnik-termin.svg') !important;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.search-form .col.w16-66 .form-row-persons {
    padding: 0;
    margin-top: 10px;
}


.search-form .termDiv .k-i-calendar {
    background-position: 0;
}

.search-form .termDiv .k-datepicker .k-input, .search-form .k-timepicker .k-input {
    padding: 0;
    margin: 0;
}

.search-form .termDiv .k-datepicker input {
    height: 49px;
    line-height: 49px;
    min-height: 49px;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    border-radius: 7px;
}

.k-icon, .k-state-disabled .k-icon, .k-column-menu .k-sprite, .k-pager-numbers .k-current-page .k-link:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
    opacity: 1;
}

.search-form .termDiv .k-datepicker {
    height: 49px;
}

    .search-form .termDiv .k-datepicker .k-select {
        height: 48px;
        min-height: 48px;
        line-height: 48px;
    }

.search-form .SumoSelect > .CaptionCont > span {
    font-size: 17px;
    padding-left: 35px;
    font-weight: 700;
}

.k-datepicker > span.fa-times {
    position: absolute;
    right: 35px;
    top: 8px;
    color: #01ace4;
    cursor: pointer;
}

.search-form .col {
    float: left;
}

.search-form hr {
    margin: 0;
    border: none;
    border-top: 3px solid #fdb913;
}

.search-form label {
    display: block;
}

.search-form a.all-dest {
    cursor: pointer;
}

    .search-form a.all-dest:hover {
        text-decoration: underline;
    }

    .search-form a.all-dest .fa {
        margin-right: 3px;
    }

.search-form .w15 .stylish-checkbox-wrapper {
    margin-top: 3px;
}

    .search-form .w15 .stylish-checkbox-wrapper .stylish-checkbox {
        width: 12px;
        height: 12px;
    }

    .search-form .w15 .stylish-checkbox-wrapper .stylish-checkbox-text {
        margin-left: 20px;
    }

    .search-form .w15 .stylish-checkbox-wrapper input[type=checkbox]:checked + label {
        background-color: #fdb913;
    }

.search-form .brackets {
    font-style: italic;
    font-weight: 300;
}

.search-form label {
}

.search-form .col.w15 {
    padding: 0 10px;
}

.search-form .col.w25 {
    padding: 0 10px 0 0;
}

    .search-form .col.w25 .Tokenize,
    .search-form .col.w25 .Tokenize input {
        width: 100%;
    }

    .search-form .col.w15 .form-row, .search-form .col.w25 .form-row {
        padding: 0;
        margin-top: 10px;
    }

.search-form .col.w16-66 .column-2:nth-child(2) {
    margin-left: 0;
    padding-left: 10px;
}

.search-form .col.w16-66 .column-2 {
    padding-top: 10px;
}

    .search-form .col.w16-66 .column-2:first-child {
        padding-right: 10px;
    }

.search-form .col.w16-66.taRight {
    padding-right: 0;
}

.search-form #SearcherLabelMobile .edit {
    width: 40px;
    height: 40px;
    background-image: url('../Images/pencil-white.svg');
    display: inline-block;
    background-size: cover;
}

.search-form #SearcherLabelMobile .col {
    float: left;
}

    .search-form #SearcherLabelMobile .col.w80, .search-form #SearcherLabelMobile .col.w20 {
        width: 80%;
    }

    .search-form #SearcherLabelMobile .col.w20 {
        width: 20%;
    }

/*destination dropdown*/
.search-form .dropdown_part {
    display: none;
    padding: 5px 20px 20px 20px;
    position: absolute;
    left: 0;
    width: 100%;
    font-weight: 500;
    z-index: 5;
    margin-top: 5px;
}

/*person dropdown*/
.search-form .dropdown_part_persons {
    display: none;
    position: absolute;
    z-index: 5;
    font-weight: 500;
    padding: 15px 15px 15px 15px;
    right: 273px;
    width: 500px;
    background-color: #22457A;
    font-size: 17px;
    color: #414141;
}

.search-form .white-box.persons-model_Window {
    min-height: 150px;
    border: none;
}

.search-form .white-box {
    padding: 20px;
    border: 1px solid #e6e7e0;
}

.search-form .dropdown_part .title {
    display: block;
    font-size: 2.5em;
    font-weight: 300;
    color: #5b5b59;
}

.search-form .dropdown_part .recommended .checkboxLink {
    font-weight: 600;
}

.search-form .dropdown_part .dropdown_content {
    min-height: 120px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}

    .search-form .dropdown_part .dropdown_content:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .search-form .dropdown_part .dropdown_content .second_title {
        display: block;
        padding-top: 10px;
    }

    .search-form .dropdown_part .dropdown_content .country_row {
        margin-top: 10px;
    }

        .search-form .dropdown_part .dropdown_content .country_row label {
            font-weight: 500 !important;
        }

    .search-form .dropdown_part .dropdown_content .row_separator:nth-of-type(6n) {
        clear: both;
        display: block;
    }

    .search-form .dropdown_part .dropdown_content .dropdown_column {
        float: left;
        width: 20%;
        box-sizing: border-box;
        margin: 10px 0 0 0;
        padding: 0;
    }

        .search-form .dropdown_part .dropdown_content .dropdown_column.second:nth-of-type(6n) {
            clear: both;
        }

        .search-form .dropdown_part .dropdown_content .dropdown_column > span {
            display: block;
            margin-bottom: 5px;
        }

        .search-form .dropdown_part .dropdown_content .dropdown_column label,
        .search-form .dropdown_part .dropdown_content .country_row label {
            display: inline-block;
            margin-bottom: 0;
        }

        .search-form .dropdown_part .dropdown_content .dropdown_column.second {
            padding-left: 10px;
        }

        .search-form .dropdown_part .dropdown_content .dropdown_column .checkbox.margin {
            margin-left: 10px;
        }

        .search-form .dropdown_part .dropdown_content .dropdown_column .checkbox.big label {
            font-weight: 500 !important;
        }

        .search-form .dropdown_part .dropdown_content .dropdown_column .checkbox.disabled,
        .search-form .dropdown_part .dropdown_content .dropdown_column span.disabled {
            opacity: .5 !important;
        }

    .search-form .dropdown_part .dropdown_content .checkboxLink {
        cursor: pointer;
        max-width: calc(100% - 40px);
        white-space: normal;
    }

.search-form .dropdown_part .dropdown_column .checkboxLink .fa {
    margin-left: 4px;
    bottom: 4px;
}

.search-form .dropdown_part .dropdown_content .checkboxLink:hover {
    text-decoration: underline;
}

.search-form .dropdown_part .dropdown_column .country-wrapper {
    white-space: nowrap;
    overflow: hidden;
}

    .search-form .dropdown_part .dropdown_column .country-wrapper .stylish-checkbox-wrapper {
        vertical-align: top;
    }

.search-form .dropdown_part .dropdown_buttons {
    margin-top: 20px;
}

    .search-form .dropdown_part .dropdown_buttons a, .search-form .dropdown_part_persons .dropdown_buttons a {
        display: inline-block;
        background-color: #DDDED7;
        color: #5b5b59;
        padding: 7px 20px;
        font-weight: 500;
        cursor: pointer;
    }

.search-form .dropdown_part_persons .dropdown_buttons {
    padding-top: 20px;
    text-align: center;
}

.search-form .SumoSelect,
.search-form .SumoSelect p {
    width: 100%;
    border-radius: 7px;
}

.search-form .personsDiv {
    background-color: #FFF;
    max-width: 210px;
    height: 51px;
    border-radius: 7px;
}

.search-form .clear-all {
    bottom: 10px;
    right: 60px;
}

.form-row .column-1, .form-row .column-2, .form-row .column-3, .form-row .column-4, .form-row .column-5, .form-row .column-6, .form-row .col {
    float: left;
}

.form-row .column-2 {
    width: 48%;
}

.search-form .pos-abs.fa.icon {
    transform: translate(-50%,-50%);
    top: 50%;
    left: 20px;
}

.search-form .pos-abs.arrow {
    background-image: url('../Images/picto-sipka-dolu.svg');
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    right: 0px;
    top: 50%;
    transform: translate(-50%,-55%);
    cursor: pointer;
}

.findTour .pos-abs.arrow.white {
    top: 0px;
    right: 19px;
    z-index: 1;
}

.rotateArrow180 {
    transform: rotate(180deg);
}

.findTour .findTourSpan {
    position: absolute;
    top: 6px;
    z-index: 1;
    color: #FFF;
}

.findTourSpan-desctop {
    position: absolute;
    top: 9px;
    color: #FFF;
    font-size:26px;
    font-weight:bold;
    left:42px;

}

.search-form .button-search {
    max-height: 100%;
    height: 100%;
    background-color: #FFD940;
    color: #414141;
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 7px;
}

/*search results*/
@media only screen and (max-width: 914px) {
}

@media only screen and (max-width: 890px) {

    .big-offers .videoBigOffer {
        height: calc(50vh - 5.125rem);
    }

    .search-results-content .discount-search-results {
        font-size: 16px;
    }

    .tab-box.accommodation-box .tab-content .room .info {
        width: auto;
    }

        .tab-box.accommodation-box .tab-content .room .info .grey-button100x30,
        .tab-box.accommodation-box .tab-content .room .info .orange-button100x30 {
            margin-left: 20px;
        }
}

@media only screen and (max-width: 860px) {
    .search-form .dropdown_part span {
        font-size: 15px;
    }

    .search-results-content .textboxButtonContinueSearchResultsDiv, .search-results-content .buttonMoreDates {
        padding: 0 30px;
    }

    .search-results-content .text-box-button {
        width: 100%;
    }

    .search-results-content .transport-search-results {
        padding-top: 5px;
    }

    .content-wrapper .background-search-results .borders {
        padding: 12px 21px 22px 21px;
    }

    .tour-detail.tour-calc .main-info, .booking-result .main-info {
        padding: 0px;
    }

    .tour-tabs .tabs li {
        font-size: 17px;
    }

    .booking-result .final-priceBookingInfo-text-mob {
        position: relative;
        padding-left: 20px;
        font-size: 20px;
    }

    .booking-result .final-priceBookingInfo-price {
        color: #EF3147;
    }

    .booking-result .padding01180 {
        padding: 0 20px 0 20px;
    }

    .booking-result .final-priceBookingInfo-price {
        position: relative;
        padding-right: 20px;
        right: auto;
    }

    .mainInfoMob860 {
        width: 100%;
        padding-right: 20px;
    }

    .booking-result .left-content.w75.col-type {
        padding: 0px;
    }

    .tour-detail.tour-calc .gallery .big-picture, .booking-result .gallery .big-picture {
        width: 100%;
    }

        .tour-detail.tour-calc .gallery .big-picture .mainImageTD, .booking-result .gallery .big-picture .mainImageTD {
            width: 100%;
            height: auto;
        }

    .w50860 {
        width: 50%;
    }

    .w100860 {
        width: 100%;
    }

    .complete-booking .travellers .title-calculation .istravellerFirstPerson {
        padding-right: 30px;
    }

    .displayNone860 {
        display: none;
    }

    #FullPriceValue, #OnlineFullPriceValue {
        text-align: right;
    }

    .displayNone.display860 {
        display: inline-block;
    }

    .search-results-content .hotels-images {
        width: 100%;
        height: auto;
    }

    .no_maxWidth860 {
        max-width: none;
    }

    .searchResults .best-selling {
        display: none;
    }

    .borderL1 {
        border-left: none;
    }

    .search-results-content .title-hotel-name {
        margin: 0;
    }

    .search-results-content .blue-text.big .starPlus {
        color: #417CE4;
    }

    .search-results-content .background-search-results .col-type .w55, .search-results-content .background-search-results .col-type .w45 {
        width: 100%;
    }

    .search-results-content .hotel-desc-search-res {
        margin: 0;
    }

    .search-results-content .price.priceMob-searchRes {
        float: right;
        margin-right: 30px;
        color: #EF3147;
    }

    .search-results-content .favouriteMob .pos-abs {
        bottom: 0;
    }

    .search-results-content .favouriteMob .blue-wish {
        width: 62px;
        height: 55px;
    }

    .search-results-content .favouriteMob .blue-red-wish {
        width: 62px;
        height: 55px;
    }

    .search-results-content .text-box-button {
        /*background-image: none;*/
        /*  background-color: #EF3147;*/
        /*width: 50%;
        height: 43px;*/
    }

        /*.search-results-content .text-box-button:before {
            content: '';
            position: absolute;
            bottom: 0;
            border-bottom: 20px solid #f8f6ee;
            border-left: 20px solid #EF3147;
            width: 0;
            right: 0;
        }*/

        .search-results-content .text-box-button .continueBSpan {
            top: 15px;
            font-size: 20px;
            left: 30px;
        }

        .search-results-content .text-box-button .continueButtonSeachrResults {
            background-image: url("../Images/navi4_MOB_whit.png");
            right: 15px;
            height: 25px;
            width: 25px;
            top: 15px;
        }

    .search-results-content .discount-search-results {
        font-size: 18px;
    }

    .search-results-content .marginL20 {
        margin-left: 0px;
    }

    .search-results-content .w40,
    .search-results-content .w35,
    .search-results-content .w25 {
        width: 100%;
    }

    .search-results-content .detail-url {
        position: relative;
        bottom: 0;
    }

    #ButtonMoreDates:hover #ImgMoreDates, #TextboxButtonContinueSearchResults:hover #ImgContinueSearchResults {
        width: 25px;
        height: 25px;
        background-image: url("../Images/navi4_on_MOB_whit.png");
    }

    .continueButtonSeachrResults:hover {
        width: 25px;
        height: 25px;
        background-image: url("../Images/navi4_on_MOB_whit.png");
    }

    .booking-result .tabs li {
        width: 100% !important;
        background-color: #EFEFEF !important;
        margin-bottom: 10px;
    }

        .booking-result .tabs li:last-child, .booking-result .tabs li:hover:last-child {
            margin-bottom: 0px;
        }

        .booking-result .tabs li.selected {
            background-color: #EFEFEF !important;
        }

            .booking-result .tabs li.selected:last-child {
                margin: 0px;
            }

    .overview-table .overvieTitle {
        display: none;
    }

    .content-wrapper.overview .tour-tabs .tabs .tabs-li .tabs-span.text {
        font-size: 16px;
    }

    .overview-table .overvieTitle-sumPayments,
    .overview-table .overvieTitle-presPayments, .overview-table .overvieTitle-recPayments, .overview-table .overvieTitle-onlinePayment {
        position: relative;
    }

    .booking-result .overview .tabs li span.arrow-down {
        background-image: url('../Images/picto-sipka-dolu.svg') !important;
        width: 15px !important;
        height: 9px !important;
        bottom: 15px !important;
        right: 15px !important;
        display: inline-block !important;
        position: absolute !important;
    }

    .booking-result .overview .tabs li:hover span.arrow-down, .booking-result .overview .tabs li:hover span.arrow-down:hover {
        background-image: url('../Images/picto-sipka-dolu-active.svg') !important;
        width: 15px !important;
        height: 9px !important;
        bottom: 15px !important;
        right: 15px !important;
        display: inline-block !important;
        position: absolute !important;
    }

    .booking-result .overview .tabs li span.arrow-up {
        background-image: url('../Images/picto-sipka-nahoru.svg') !important;
        width: 15px !important;
        height: 9px !important;
        bottom: 15px !important;
        right: 15px !important;
        display: inline-block !important;
        position: absolute !important;
    }

    .booking-result .overview .tabs li:hover span.arrow-up, .booking-result .overview .tabs li:hover span.arrow-up:hover {
        background-image: url('../Images/picto-sipka-nahoru-active.svg') !important;
        width: 15px !important;
        height: 9px !important;
        bottom: 15px !important;
        right: 15px !important;
        display: inline-block !important;
        position: absolute !important;
    }

    .overview-table .table-overview .button_goldSend {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        text-align: right;
    }

    .overview-table .table-overview .urlsNames {
        margin-bottom: 1px;
    }

    .overview-table .table-overview .downloadUrls {
        margin-bottom: 10px;
        padding-left: 0px;
        text-align: right;
    }

        .overview-table .table-overview .downloadUrls a {
            text-align: left;
        }

    .k-menu .k-item > .k-link {
        font-size: 17px !important;
    }

    .content-wrapper.booking-result .overview-table .table-overview {
        border-top: 1px solid #EFEFEF;
        padding: 10px 10px 10px 10px;
    }

    .content-wrapper.booking-result .downloadUrls .downloads {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 1390px) {
    /*.big-offers .slider-item .content-wrapper .slider-item-text:first-child {
        top: 45%;
    }

    
    .big-offers .slider-item .content-wrapper .slider-item-text:nth-child(2) {
        top:55%;
    }*/

    .menu.top, .menu.bottom {
        width: auto;
        margin-left: 150px;
        float: none;
    }

    header .main-logo {
        top: 0px;
    }

    .search-results-content .pos-abs.arrow-down, .search-results-content .pos-abs.arrow-down:hover {
        right: 116px;
    }

    .search-results-content .pos-abs.arrow-up, .search-results-content .pos-abs.arrow-up:hover {
        right: 105px;
    }

    .final-prices .desc-title, .final-prices .mandatory-normal .p-row.service, .final-prices .mandatory-online .p-row.service {
        font-size: 16px;
    }

    .tab-content .room .popUpPersons, #PopupPersonsTourDetail_Price {
        width: 100%;
    }

    .displaynone1390 {
        display: none !important;
    }

    .k-group, .k-flatcolorpicker.k-group, .k-menu, .k-menu .k-group, .k-popup.k-context-menu {
        background-color: #FFF !important;
    }

    .header {
        height: 120px !important;
    }

    .tour-detail .tour-tabs {
        /*display: none;*/
    }

    .tour-detail .tabs li {
        width: 20%;
        background-image: none;
        background: #EFEFEF;
        margin: 0;
        border-right: 5px solid #FFF;
    }

        .tour-detail .tabs li:last-of-type {
            border: none;
        }

        .tour-detail .tabs li:hover, .tour-detail .tabs li.selected {
            background-image: none;
            background: #EFEFEF;
        }

    .tour-detail.tour-calc .final-prices .calc-titlesMob {
        width: 100%;
        font-weight: bold;
        color: #414141;
    }

    .tour-detail .gallery .big-picture {
        width: 100%;
    }

    .tour-detail .gallery .picture-list.mobTDpictureList, .tour-detail.tour-calc .gallery .picture-list.mobTDpictureList {
        display: block;
        float: right;
        width: 30%;
        padding-left: 20px;
    }

    .tour-detail .main-links, .booking-result .main-links {
        display: none;
    }

    .tour-detail .left-content.w75.col-type, .booking-result .left-content.w75.col-type,
    .tour-detail .right-content.w25.col-type {
        width: 100%;
        padding: 0 174px;
    }

    .tour-detail .gallery .big-picture .mainImageTD {
        width: 100%;
        float: left;
    }

    .tour-detail.tour-calc .gallery .big-picture .mainImageTD, .booking-result .gallery .big-picture .mainImageTD {
        width: 100%;
    }

    .tour-detail .gallery .big-picture, .booking-result .gallery .big-picture {
        padding-right: 0px;
    }

    .tour-detail .gallery {
        background-color: #FFF;
    }

    .tour-detail .mainTourMob {
        min-height: initial;
        padding-left: 0;
    }

    .tour-detail .main-info {
        min-height: initial !important;
        float: none;
        width: 100% !important;
    }

    .tour-detail .gallery .picture-list .col-type {
        padding: 0 5px;
        margin-right: 0;
        max-width: 20%;
    }

    .tour-detail .mainTourMob .priceListMob {
        position: relative;
    }

        .tour-detail .mainTourMob .priceListMob .priceListMobP-row {
        }
}

@media only screen and (max-width: 1290px) {
    .tour-detail .left-content.w75.col-type, .booking-result .left-content.w75.col-type, .tour-detail .right-content.w25.col-type {
        padding: 0 110px;
    }
}

@media only screen and (max-width: 1280px) {
    .k-menu .k-item > .k-link {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 810px) {
    .content-wrapper .panel-col.best-selling, .content-wrapper .panel-col.lowest-prices, .content-wrapper .panel-col.highest-prices, .content-wrapper .panel-col.evaluation, .content-wrapper .panel-col.highest-discounts {
        max-width: none;
    }

    .search-form .dropdown_part span {
        font-size: 14px;
    }


    .w33810 {
        width: 33.33333%;
    }

    .content-wrapper.searchResults .lowest-prices, .content-wrapper.searchResults .highest-prices {
        padding-right: 5px;
        margin-right: 0px;
    }

    .content-wrapper.searchResults .highest-discounts {
        margin-right: 0;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 790px) {
    .big-offers .videoBigOffer {
        height: calc(45vh - 5.125rem);
    }
}

/*set mobile appearance*/
@media only screen and (max-width: 767px) {

    #mobile-menu-wrapper {
        display: inline-block;
    }

    .content-wrapper.booking-result .overview-table .p-row.body > .col-type, .overview-table .p-row.title > .col-type {
        font-size: 14px;
    }

    .geography-detail-bottom .offer.geo {
        padding: 10px 0;
    }

    .w100767 {
        width: 100%;
    }

    .geography-detail-bottom .offer {
        max-width: 100%;
        width: 100%;
    }

        .geography-detail-bottom .offer img {
            height: auto;
            max-height: unset;
        }

    .search-form .dropdown_part span {
        font-size: 13px;
    }


    .dad-item.dads-children .dad-header .title {
        height: 70px;
    }

    .offers.content-wrapper.dad-header.display767 .title {
        height: auto;
    }

    footer {
        min-height: initial;
    }

    .displayNone767 {
        display: none;
    }

    .flight_banner {
        padding: 0px 20px 0 20px !important;
    }

    .special-offers .offer .text-box {
        left: 20px !important;
    }

    .displayNone.display1180.displayNone767 {
        display: none;
    }

    .w50.col-type.pos-rel.offer {
        padding-right: 20px;
        padding-left: 20px;
        max-width: none;
        margin-right: 0;
    }

        .w50.col-type.pos-rel.offer:last-of-type {
            padding-left: 20px;
            padding-right: 20px;
        }

    .displayBig {
        display: none;
    }

    .display767 {
        display: inline-block;
    }

    .displayNone.display767 {
        display: inline-block;
    }

    .special-offers.content-wrapper.dad-header .offer {
        width: 50%;
    }

    .special-offers .offer:last-of-type {
        padding-right: 20px;
        padding-left: 20px;
    }

    .dad-header .title h2 {
        padding-left: 20px !important;
    }

    footer .content-wrapper.footer-content-wraper.paddingLR101190.paddingLR767 {
        padding: 35px 20px 0 20px;
    }

    footer .footer-content .footer-images .pos-abs.image-arrow-footer {
        display: none;
    }

    .displayOly767 {
        display: inline-block;
    }

    .special-offers .offer .specialOffersTilesFooter .col-type.w50 .text-box-button {
        right: 20px;
    }

    .marginT20Mob {
        margin-top: 20px;
    }

    header .header-images .wish {
        position: absolute;
        right: 20px;
        top: 30px;
    }

    header .info-hotel-header .info-hotel-image {
        position: absolute;
        right: 70px;
        top: 20px;
        z-index: 10;
    }

    .mean-container a.meanmenu-reveal span {
    }

    .mean-container a.meanmenu-reveal {
    }

    .mean-container a.meanmenu-reveal {
    }

    .mean-container .mean-bar {
        /*z-index: auto !important;*/
    }

    .main-searcher {
        padding: 0 20px;
    }



    .button-searcher-image {
        display: none;
    }



    input[type="submit"].blue-button, input[type="button"].blue-button, button.blue-button {
        text-align: center;
    }

    .main-searcher.pos-rel #Searcher .p-row.paddingT19 {
        padding-top: 10px;
    }



    .popup.mob {
        width: auto !important;
        left: 20px;
        right: 20px;
    }

        .popup.mob .destinationPopUp {
            top: -10px;
            min-width: initial;
        }

        .popup.mob .transportPopUp {
            top: 25px;
        }

        .popup.mob .boardPopUp {
            top: 60px;
        }

        .popup.mob .datePickerPopUp {
            top: 95px;
        }

        .popup.mob .personsPopUp {
            top: 130px;
        }

    .date-searcher-content .floatLeftMob {
        float: left;
    }

    .w100mob {
        width: 100%;
    }

    .paddingB0Mob {
        padding-bottom: 0px;
    }

    .marginB5Mob {
        margin-bottom: 5px;
    }

    .popup.mob .dropdown_part .text-searching-accoTo-Dest-input {
        max-width: initial;
        margin-left: 0px;
    }

    .p-row.nav-tabs {
        margin-top: 20px;
    }

    .popup .nav-item {
        background-image: none;
        background-color: #f1ecde;
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
        position: relative;
    }

        .popup .nav-item:hover {
            background-image: none;
            background-color: #efefef;
            width: 100%;
            margin-bottom: 5px;
            text-align: center;
            position: relative;
        }

        .popup .nav-item:before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            border-bottom: 12px solid white;
            border-left: 12px solid #f1ecde;
            width: 0;
        }

        .popup .nav-item:hover::before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            border-bottom: 12px solid white;
            border-left: 12px solid #efefef;
            width: 0;
        }

        .popup .nav-item.active {
            background-image: none;
            background-color: #efefef;
            width: 100%;
            margin-bottom: 5px;
            text-align: center;
            position: relative;
        }

            .popup .nav-item.active:before {
                content: '';
                position: absolute;
                bottom: 0;
                right: 0;
                border-bottom: 12px solid white;
                border-left: 12px solid #efefef;
                width: 0;
            }

    .popup .nav-tabs .marginL2 {
        margin-left: 0;
    }

    .popup .col-type.popUp-buttons {
        width: 100%;
        position: relative;
        bottom: 0;
        right: 0;
    }

    .popup .popUp-buttons .buttonCheckSearcherMob:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 10px solid white;
        border-left: 10px solid #EF3147;
        width: 0;
    }

    .popup .popUp-buttons .buttonCheckSearcherMob {
        background-image: none;
        text-align: center;
        width: 100%;
        background-color: #EF3147;
    }

    .popup .popUp-buttons .buttonCheckSearcherMob {
        background-color: #EF3147;
        width: 100%;
        position: relative;
    }

        .popup .popUp-buttons .buttonCheckSearcherMob .dropdown_buttons_check_search {
            text-align: center;
            background-image: none;
            background-color: #EF3147;
        }

    .popup .popUp-buttons .dropdown_buttons_check, #SearcherPersonsSelector .dropdown_buttons_delete, #MainSearcher .dropdown_buttons_delete {
        background-image: none;
        text-align: center;
        width: 100%;
        position: relative;
        background-color: #efefef;
        cursor: pointer;
        margin-bottom: 5px;
    }

        .popup .popUp-buttons .dropdown_buttons_check:before, #SearcherPersonsSelector .dropdown_buttons_delete:before,
        , #MainSearcher .dropdown_buttons_delete:before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            border-bottom: 10px solid white;
            border-left: 10px solid #efefef;
            width: 0;
        }

    footer .footer-content .footer-images.left .fb {
        background-image: url('../Images/face_grey_MOB.png');
        width: 62px;
        height: 55px;
    }

        footer .footer-content .footer-images.left .fb:hover {
            background-image: url('../Images/face_white_MOB.png');
            width: 62px;
            height: 55px;
        }

    footer .footer-content .footer-images.left .insta {
        background-image: url('../Images/insta_grey_MOB.png');
        width: 62px;
        height: 55px;
    }

        footer .footer-content .footer-images.left .insta:hover {
            background-image: url('../Images/insta_white_MOB.png');
            width: 62px;
            height: 55px;
        }

    footer .footer-content .footer-images.left .mail {
        background-image: url('../Images/mail_grey_MOB.png');
        width: 62px;
        height: 55px;
    }

        footer .footer-content .footer-images.left .mail:hover {
            background-image: url('../Images/mail_white_MOB.png');
            width: 62px;
            height: 55px;
        }

    footer .footer-content .footer-images.left .share {
        background-image: url('../Images/share_grey_MOB.png');
        width: 62px;
        height: 55px;
    }

        footer .footer-content .footer-images.left .share:hover {
            background-image: url('../Images/share_white_MOB.png');
            width: 62px;
            height: 55px;
        }

    footer .footer-content .footer-images.left .wish {
        background-image: url('../Images/wish_grey_MOB.png');
        width: 62px;
        height: 55px;
    }

        footer .footer-content .footer-images.left .wish:hover {
            background-image: url('../Images/wish_white_MOB.png');
            width: 62px;
            height: 55px;
        }

    footer .footer-images .wish-full {
        background-image: url('../Images/wish_red_MOB.png');
        width: 62px;
        height: 55px;
        position: relative;
        cursor: pointer;
    }

        footer .footer-images .wish-full:hover {
            background-image: url('../Images/wish_red_MOB.png');
            width: 40px;
            height: 25px;
        }

    .w50767 {
        width: 50%;
    }

    .final-prices .final_price, .final-prices .final_price_online, .final-prices .title-calculation {
        font-size: 15px;
    }

    .a-button-reviewsClients {
        display: inline-block;
        width: 100%;
    }

    .reviewsClients .col-type.w33, .reviewsClients .col-type.w50 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .margin0767 {
        margin: 0;
    }

    .reviewClient h2, .reviewsClients h2 {
        font-size: 18px;
    }
}

/*set mobile appearance*/
@media only screen and (max-width: 709px) {
    .search-form-header .searcher-sub .p-row span.mob.mob710 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 740px) {
    .tab-box.accommodation-box .tab-content .room .info {
        width: 100%;
    }

    .menu.top, .menu.bottom {
        height: 70px;
    }
}

@media only screen and (max-width: 730px) {
    .special-offers-table .data-row .col-type {
        font-size: 15px;
    }
}

@media only screen and (max-width:700px) {
    .big-offers .videoBigOffer {
        height: calc(40vh - 5.125rem);
    }
}

/* //searcher normal resolution */
/********************
*   Searcher Mobile Styles   * 
********************/
@media only screen and (max-width: 650px) {

    footer .footerthird .footer-content-wraper > .col-type, footer .footerthird .footer-content-wraper .social-media > .col-type,
    footer .footerthird .footer-content-wraper > .col-type > .col-type {
        float: left;
        text-align: center;
    }

    .complete-booking .bodyCalcTraveller .price span {
        font-size: 12px;
    }

    .special-offers .offer:last-of-type {
        padding: 0 10px !important;
    }

    .benefits-info .w25 {
        float: left;
        width: 50%;
        padding-bottom: 50px;
    }

    .benefits-info .title-benefits-info {
        padding: 20px 0 20px 0;
    }

    .benefits-info {
        padding: 0px 10px 70px 10px;
    }

    .special-offers .p-row.button-row {
        float: left;
    }


    #ShowMobileSearch {
        display: block;
    }

    .big-offers-line {
        margin-top: 0;
    }

    .skipas-change .rows-skipas-calc {
        position: relative;
        width: auto !important;
        height: auto !important;
        padding: 4px 0px 4px 40%;
        padding-left: 40%;
        text-align: left;
    }

        .skipas-change .rows-skipas-calc:before {
            content: attr(data-title);
            position: absolute;
            top: 6px;
            left: 2px;
            width: 45%;
            font-weight: bold;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
        }

    .skipas-change .title-skipashRow {
        display: none;
    }

    .change-skipasy-div {
        float: none;
    }

        .change-skipasy-div .change-Skipasy-button {
            width: 100%;
        }

    .skipas-change .title-skipash, .skipas-change .body-skipas, .skipas-change select, .skipas-change input, .skipas-change .SumoSelect > .CaptionCont > span {
        font-size: 12px !important;
    }

    .skipas-change .body-skipash {
        padding: 0;
        margin: 0;
    }

    .text-staticPage {
        white-space: normal;
        text-align: left;
    }

    .search-form .clear-all {
        right: unset;
        bottom: unset;
    }

    .big-offers .swiper-container, .big-offers .videoBigOffer {
        height: auto;
        margin: -3.78% 0;
    }

    .content-wrapper .background-search-results:first-child {
        margin-top: 10px;
    }

    .searchResults .col-type.w25 {
        margin: 0;
    }

    .search-results-content .text-box-button {
        font-size: 16px;
    }

    .search-results-content .aTextsSearchResultsTerms, .guide-search-results .guide-action {
        font-size: 12px;
    }

    .search-results-content .pos-abs.arrow-up, .search-results-content .pos-abs.arrow-up:hover {
        left: 90px !important;
        bottom: 5px !important;
    }

    .search-results-content .pos-abs.arrow-down, .search-results-content .pos-abs.arrow-down:hover {
        left: 80px !important;
        bottom: 3px !important;
    }

    .search-results-content .price, .closed-search-results .closed-action, .o-note1-search-results .onote1-action {
        font-size: 20px;
    }

    .search-results-content .discount-search-results, .search-results-content .date-search-res, .search-results-content .texts-search-results-lengths {
        font-size: 12px;
    }

    .searchResults .body-search .titleText, .searchResults .panel-searcher-results {
        display: none;
    }

    .search-results-content .short-description, .search-results-content .priceForPersons {
        font-size: 11px;
    }

    .search-results-content .text-box-button {
        margin-top: 20px;
    }

    .background-search-results .subTitleDestinations a,
    .search-results-content .transAndBoard,
    .search-results-content .date-search-res
    .search-results-content .texts-search-results-lengths {
        font-size: 12px;
    }

    .search-results-content .blue-text.big a {
        font-size: 19px;
    }

    .image-staticPage {
        width: 100%;
        height: auto;
    }

    .tour-guidepost .col-type.w50.tour-column, .tour-guidepost .tour-column:nth-child(even) {
        width: 100%;
        padding: unset;
    }

    .tour-guidepost .country-row h3, .tour-guidepost .p-row .col-type.w50.tour-column, .tour-guidepost .price, .tour-guidepost .price .from {
        font-size: 13px;
    }

        .tour-guidepost .p-row .col-type.w50.tour-column .col-type.w65 {
            float: left;
            width: 65%;
        }

        .tour-guidepost .p-row .col-type.w50.tour-column .col-type.w35 {
            float: left;
            width: 35%;
        }


    .tour-guidepost .web-text .pos-rel h1, .tour-guidepost h1 {
        font-size: 24px !important;
    }

    .tour-guidepost .web-text .pos-rel h4, .tour-guidepost h4 {
        font-size: 15px !important;
    }

    .search-form .dropdown_part .dropdown_content .dropdown_column {
        width: 100%;
        float: none;
    }

    .content-wrapper.booking-result .downloadUrls .downloads, .overview-table .table-overview .urlsNames {
        padding: 1.1em;
    }

    .content-wrapper.booking-result .overview-table .table-overview {
        font-size: 14px;
    }

    .search-form .dropdown_buttons a {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .form-row .column-1, .form-row .column-2, .form-row .column-3, .form-row .column-4, .form-row .column-5, .form-row .column-6, .form-row .col {
        float: none;
    }

    .search-form .dropdown_buttons a.ok-button {
        margin-top: 5px;
    }

    .search-form .col-type.dropdown_buttons.w50, .search-form .col.w16-66 .column-2 {
        width: 100%;
    }

        .search-form .col.w16-66 .column-2:first-child, .search-form .col.w16-66 .column-2:nth-child(2) {
            padding-right: 0;
            padding-left: 0;
        }

    .search-form .dropdown_part span {
        font-size: 16px;
    }

    .final-prices .arrow-down {
        overflow: hidden;
        background-image: url('../Images/picto-sipka-dolu-active-mobile.svg') !important;
        width: 8px !important;
        height: 5px !important;
    }

        .final-prices .arrow-down:hover {
            overflow: hidden;
            background-image: url('../Images/picto-sipka-dolu-active-mobile.svg') !important;
            width: 8px !important;
            height: 5px !important;
        }

    .final-prices .arrow-up {
        background-image: url('../Images/picto-sipka-nahoru-active-mobile.svg') !important;
        width: 8px !important;
        height: 5px !important;
    }

        .final-prices .arrow-up:hover {
            overflow: hidden;
            background-image: url('../Images/picto-sipka-nahoru-active-mobile.svg') !important;
            width: 8px !important;
            height: 5px !important;
        }

    .quickBooking-body .quickBooking-body-s, .complete-booking .bodyCalcTraveller span,
    .quickBooking-body .quickBooking-body-s, .complete-booking .bodyCalcTraveller span,
    .final-prices .complete-booking.form .form-label .notetextCalc, .complete-booking .footerCalc .calcExpiration {
        font-size: 14px;
    }

    .quickBooking-body .quickBooking-body-s {
        padding-top: 0px;
    }

    .final-prices .generalCondition .generalConditionSpan {
        font-size: 10px;
    }

    .complete-booking .col-type.w25 {
        width: 100% !important;
    }

    .tour-detail h1 {
        font-size: 25px;
    }

    .tabs li span.arrow-down {
        background-image: url('../Images/picto-sipka-dolu-mobile.svg');
        width: 8px !important;
        height: 5px !important;
    }

    .bold.fontSize18, .desc-list li {
        font-size: 15px !important;
    }

    .tab-box .tab-header .text, .tab-box.accommodation-box .tab-content .room .header-tourdetail {
        font-size: 16px;
    }

    .tour-detail.tour-calc .main-info-calc, .booking-result .main-info-calc,
    .price-detail .priceDetail .priceDetailSub, .price-detail .priceDetailOnline .priceDetailOnlineSub {
        padding: 0 26px 10px 21px !important;
    }

    #FloatingWindow .p-row.price-box.price-boxMob {
        padding: 0 26px 0 21px;
    }

    .tab-content .room .popUpPersons, #PopupPersonsTourDetail_Price {
        margin-top: 0;
    }

    .tabs li:hover span.arrow-down, .tabs li.selected span.arrow-down {
        background-image: url('../Images/picto-sipka-dolu-active-mobile.svg') !important;
        width: 8px !important;
        height: 5px !important;
    }

    .tabs li:hover span.arrow-up, .tabs li.selected span.arrow-up {
        background-image: url('../Images/picto-sipka-nahoru-active-mobile.svg') !important;
        width: 8px !important;
        height: 5px !important;
    }

    .tab-box .tab-header .arrow-down-full {
        background-image: url('../Images/picto-sipka-dolu-active-mobile.svg') !important;
        width: 8px !important;
        height: 5px !important;
    }

    .tab-box .tab-header .arrow-up {
        background-image: url('../Images/picto-sipka-nahoru-active-mobile.svg') !important;
        width: 8px !important;
        height: 5px !important;
    }

    .similar-lasts .lm-item a {
        font-size: 15px;
    }

    .tab-box.accommodation-box .tab-content .room .image, .tab-box.accommodation-box .tab-content .room .image img {
        width: 100% !important;
    }

    .tab-content .room .green-buttonSelected, .tab-content .room .green-button, .tab-content .room .green-button-tour {
        width: 100%;
    }

    .tab-box.accommodation-box .tab-content {
        padding: 0 26px 0 21px;
    }
        /*.tab-box.accommodation-box .tab-content .room .image {
            width:100%;
        }*/
        .tab-box.accommodation-box .tab-content .room .info, .tab-box.accommodation-box .tab-content .room .info .title, #PopupPersonsTourDetail_Price .title {
            font-size: 14px;
        }

    .dad-header .title h2 {
        font-size: 24px;
        padding: 0 29px !important;
    }

    .desc-list li:before {
        font-size: 1em !important;
        top: 0 !important;
    }

    header.all {
        height: auto;
    }

    .gallery-modal .thumb-slider .slick-prev, .gallery-modal .thumb-slider .slick-next {
        display: none !important;
    }

    .overlay .overlay-header .logo {
        width: 50px !important;
        height: 45px !important;
    }

    .gallery-modal .big-slider .slick-prev:before {
        content: url("../Images/valaska-sipka-leva.svg") !important;
        width: 37px;
        height: 37px;
    }

    .gallery-modal .big-slider .slick-next:before {
        content: url("../Images/valaska-sipka-prava.svg") !important;
        width: 37px;
        height: 37px;
    }

    .special-offers .offer {
        max-width: 100% !important;
        width: 100% !important;
    }

        .special-offers .offer .specialOffersTilesFooter > .p-row a, .special-offers .offer .specialOffersTilesFooter > .p-row span, .geography-detail-bottom .specialOffersTilesFooter-geo > .p-row span {
            padding: 7px 0;
        }

    .content-wrapper.special-offers .slick-prev.slick-arrow {
        width: 25px;
        height: 41px;
        background-image: url('../Images/valaska-sipka-leva.svg');
        left: 10px !important;
    }

        .content-wrapper.special-offers .slick-prev.slick-arrow:hover {
            width: 25px;
            height: 41px;
            background-image: url('../Images/valaska-sipka-leva-hover.svg');
            left: 10px !important;
        }

    .dad-header .title h2 {
        padding-left: 0px;
        letter-spacing: 0;
    }

    .content-wrapper.special-offers .slick-next.slick-arrow {
        width: 25px;
        height: 41px;
        background-image: url('../Images/valaska-sipka-prava.svg');
        right: 10px !important;
    }

        .content-wrapper.special-offers .slick-next.slick-arrow:hover {
            width: 25px;
            height: 41px;
            background-image: url('../Images/valaska-sipka-prava-hover.svg');
            right: 10px !important;
        }

    .content-wrapper.special-offers .slick-prev.slick-arrow, .content-wrapper.special-offers .slick-next.slick-arrow {
        top: 30% !important;
        transform: translateY(-30%) !important;
        filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(207deg) brightness(108%) contrast(101%);
    }

    .footer-content .col-type.w15 {
        width: 100%;
    }

    .paddingL20650 {
        padding-left: 20px !important;
    }

    .paddingR20650 {
        padding-right: 20px !important;
    }

    footer .footerfirst {
        padding: 0px !important;
        min-height: unset;
    }

    footer .footerfourth {
        width: 100% !important;
        float: left !important;
    }

    .content-wrapper.white.gray-mobile {
        background-color: #EFEFEF;
    }

    footer .footer-mobile-div {
        padding: 20px;
    }

        footer .footer-mobile-div.topBorder {
            border-top: 1px solid #FFF;
        }

    footer .footerlast {
        text-align: left;
        padding: 20px;
        float: left;
    }

    footer .main-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .footer2Texts {
        padding: 40px 0 40px 0;
        margin-bottom: 0 !important;
    }

    .w50650 {
        float: left !important;
        width: 50% !important;
    }

    .mean-expand .arrow-expand {
        width: 8px;
        height: 5px;
    }

    .big-loader {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

        .big-loader img {
            /*width: 150px;
            height: 150px;*/
        }

    .mobileWrapper {
        display: inline-block;
    }

    .header {
        height: 0px !important;
    }

    header .main-logo {
        top: 0;
        background-color: #FFF;
        padding: 30px 33px;
        z-index: 5;
    }

    .partners-mobile {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    .search-glass {
        z-index: 10;
        left: 50%;
        right: auto;
        z-index: 10;
    }

    .infos-mobile {
        display: inline-block;
        position: absolute;
        right: 95px;
        top: 23px;
        z-index: 10;
    }

    header .content-wrapper .mobile-search .w90 {
        float: left;
        width: 90%;
    }

    header .content-wrapper .mobile-search input {
        width: 100%;
        height: 30px;
    }

    header .content-wrapper .mobile-search {
        padding: 1em;
        top: 0;
        left: 0;
        z-index: 9999999;
        display: none;
        background-color: #EFEFEF;
    }

        header .content-wrapper .mobile-search .w10 {
            float: left;
            width: 10%;
            padding-left: .5em;
        }

        header .content-wrapper .mobile-search .mobile-search-close {
            font-size: 1.5em;
            font-weight: 500;
        }

    header .header-content {
        height: auto;
        min-height: unset;
    }

    .big-offers {
        margin-top: 0px;
    }

        .big-offers .slider-item .content-wrapper .slider-item-text {
            text-shadow: 0 2px 3px rgb(0 0 0 / 30%);
        }

    .menu.top, .menu.bottom {
        display: none;
    }

    header .content-wrapper {
        padding: 0px;
    }

        header .content-wrapper .header-content {
            padding: .8em .8em 0 .8em;
        }

    .content-wrapper.mean-container {
        background-color: #fff;
    }

    header .content-wrapper .header-content .logo {
        width: 130px;
        height:40px;
        background-size: cover;
        position: absolute;
        z-index: 10;
        left: 10px !important;
        top: 8px !important;
    }

    .menu.bottom, p-row menu top {
        display: none;
    }

    .tour-guidepost .tour-column:nth-child(odd) {
        padding-right: 0;
    }

    .big-offers .swiper-container .swiper-slide {
        padding-top: 0px;
        position: relative;
    }

    .notice .noticeText {
        font-size: 12px !important;
    }

    .dad-item.dads-children .dad-header .title {
        height: 40px;
    }

    .offers.content-wrapper.dad-header.display767 .title {
        height: auto !important;
    }

    .special-offers .offer .specialOffersTilesFooter {
        padding-top: 10px !important;
    }

    .big-offers .swiper-container .swiper-slide .slider-item-text span {
        font-size: 30px !important;
    }

    .paginator a.btn {
        padding-left: 2px;
        padding-right: 2px;
    }

    .main-searcher {
        margin-top: 85px;
    }

    .swiper-button-next, .swiper-button-prev {
        margin-top: 0 !important;
    }

    .p-row.myBookingClient {
        display: inline-block;
    }

    .myBooking-Client .tour-tabs li {
        background-image: none;
        background-color: #EFEFEF;
        width: 100%;
        height: 40px;
        border-radius: 7px;
    }

        .myBooking-Client .tour-tabs li.selected {
            background-image: none;
            background-color: #FFD940;
            width: 100%;
            height: 40px;
        }

    .blue-button, input[type="submit"].blue-button, input[type="button"].blue-button, button.blue-button, .yellow_button, input[type="submit"].yellow_button, input[type="button"].yellow_button, button.yellow_button {
        text-align: center;
        max-width: 100%;
    }

    .paddin0650 {
        padding: 0 !important;
    }

    .margin0650 {
        margin: 0 !important;
    }

    .col-type {
        float: none;
    }

    .w100650 {
        width: 100% !important;
    }

    .complete-booking .copy_info {
        padding: 0 31px 0 32px;
    }

        .complete-booking .copy_info .copy-info {
            width: 100%;
        }

    .marginT20650 {
        margin-top: 20px;
    }

    .overview-table .priceWithCount-c,
    .overview-table .priceWithCount-c.fullprice-c {
        width: 40%;
        text-align: right;
    }

    .overview-table .description-c, .overview-table .description-c.fullprice {
        width: 60%;
    }

    .ww90650 {
        width: 90%;
    }

    .w10650 {
        width: 10%;
    }

    .w40Mob.floatLeftMob {
        float: left;
        width: 40%;
    }

    .tab-content .room .popUpPersons .popUp-buttons, #PopupPersonsTourDetail_Price .popUp-buttons {
        position: relative !important;
        bottom: auto;
        left: auto;
        margin-top: 20px;
    }


    .content-wrapper-w.tour-detail .priceWraper .tour-price .popUp-buttons .dropdown_buttons_delete,
    .popUpPersons .dropdown_buttons_delete {
        background: none;
        background-image: none !important;
        background-color: #efefef;
        text-align: center !important;
        width: 100% !important;
        position: relative;
        right: 0;
        cursor: pointer;
    }

    .content-wrapper-w.tour-detail .priceWraper .tour-price .popUp-buttons .dropdown_buttons_check,
    .popUpPersons .dropdown_buttons_check {
        background: none;
        background-image: none !important;
        background-color: #EF3147;
        text-align: center !important;
        width: 100% !important;
        position: relative;
        right: 0;
        cursor: pointer;
    }

    .height0650 {
        height: auto !important;
    }

    .content-wrapper-w.tour-detail .priceWraper .tour-price .popUp-buttons .dropdown_buttons_delete,
    .popUpPersons .dropdown_buttons_delete {
        margin-bottom: 10px;
    }

    .w60Mob.floatLeftMob {
        float: left;
        width: 60%;
    }

    .w50Mob.floatLeftMob {
        float: left;
        width: 50%;
    }

    .booking-result .final-priceBookingInfo-text-mob {
        font-size: 15px;
    }

    .displayNone.display650.help-tip {
        display: inline-block;
    }

    .col-type.floatLeftMob {
        float: left !important;
    }

    .changeDate .col-type.floatLeftMob, .persons-change .col-type.floatLeftMob {
        float: right !important;
    }

    .displayNone.display650 {
        display: inline-block;
    }

    .displayNone650 {
        display: none;
    }

    .mybookingsClientTable .booking-number-c, .mybookingsClientTable .bookingDate-c, .mybookingsClientTable .country-c, .mybookingsClientTable .hotel-c, .mybookingsClientTable .term-c,
    .mybookingsClientTable .review-c, .mybookingsClientTable .price-c, .mybookingsClientTable .note-c {
        position: relative;
        width: auto !important;
        height: auto !important;
        padding: 4px 0px 4px 40%;
        padding-left: 150px;
        text-align: left;
    }

    .mybookingsClientTable .p-row.title {
        display: none;
    }

    .mybookingsClientTable > .p-row > .col-type.v-a span {
        display: block;
    }

    .mybookingsClientTable .col-type:before {
        content: attr(data-title);
        position: absolute;
        top: 6px;
        left: 2px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    .overview-table .transport-c, .overview-table .price-c,
    .overview-table .finallyPrice-c, .overview-table .payedValue-c, .overview-table .valueToPay-c,
    .overview-table .pres-paymentsTitle-c, .overview-table .requested-amount-c, .overview-table .due-date-c,
    .overview-table .rec-paymentsTitle-c, .overview-table .rec-amount-c, .overview-table .rec-due-date-c {
        position: relative;
        width: auto !important;
        height: auto !important;
        padding: 4px 0px 4px 40%;
        padding-left: 40%;
        text-align: left;
    }

    .overview-table .finallyPrice-c, .overview-table .payedValue-c, .overview-table .valueToPay-c,
    .overview-table .pres-paymentsTitle-c, .overview-table .requested-amount-c, .overview-table .due-date-c,
    .overview-table .rec-paymentsTitle-c, .overview-table .rec-amount-c, .overview-table .rec-due-date-c {
        padding-left: 70% !important;
    }

    .overview-table .col-type:before {
        content: attr(data-title);
        position: absolute;
        top: 6px;
        left: 2px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    .content-wrapper.booking-result .overview-table .p-row.body > .col-type, .overview-table .p-row.title > .col-type,
    .content-wrapper.booking-Info .text-info-botton {
        font-size: 12px;
    }

    .boldMobile {
        font-weight: bold;
    }

    .hiddenMobile {
        display: none;
    }

    .special-offers-table .col-type.w50.left {
        width: 100%;
    }


    .w50.col-type.pos-rel.offer {
        padding-right: 20px;
        padding-left: 20px;
        max-width: none;
        margin-right: 0px;
    }


    .popup.mob .destinationPopUp {
        top: 35px;
    }

    .popup.mob .transportPopUp {
        top: 70px;
    }

    .popup.mob .boardPopUp {
        top: 105px;
    }

    .popup.mob .datePickerPopUp {
        top: 140px;
    }

    .popup.mob .personsPopUp {
        top: 175px;
    }

    .content-wrapper .special-offers-table-wrapper.dad-header, .content-wrapper .special-offers-table-wrapper {
        display: none;
    }


    .searcher-sub .col.panel-col.w20.summer, .searcher-sub .col.panel-col.w20.relax {
        width: 55%;
    }

    .searcher-sub .col.panel-col.w15.exotic, .searcher-sub .col.panel-col.w20.sightseeing-tours {
        width: 45%;
    }


    .mainTourMob #price-wrapper .col-type.w40.servis-MobBack {
        float: right !important;
    }

    .tour-detail .gallery .picture-list.mobTDpictureList, .tour-detail.tour-calc .gallery .picture-list.mobTDpictureList {
        display: none;
    }

    .tour-detail .gallery .big-picture .mainImageTD, .tour-detail.tour-calc .gallery .big-picture .mainImageTD,
    .booking-result .gallery .big-picture .mainImageTD, .tour-detail.tour-calc .gallery .big-picture .mainImageTD {
        float: none;
        width: 100%;
    }

    .final-prices .final_price, .final-prices .final_price_online {
        width: 100%;
    }

    .final-prices #FullPriceValue, .final-prices #OnlineFullPriceValue {
        width: 100%;
        text-align: right;
        color: #EF3147;
        font-size: 22px;
        font-weight: bold;
    }

    .priceDetail-background, .completeBookingA, .skipas-change .title-skipas {
        margin-top: 0px;
    }

        .final-prices .arrow-up, .final-prices .arrow-up:hover, .final-prices .arrow-down, .final-prices .arrow-down:hover,
        .priceDetail-background:hover .arrow-down,
        .complete-booking .travellerx .title-calculation:hover .arrow-up, .complete-booking .travellerx .title-calculation:hover .arrow-down,
        .priceDetail-background:hover .arrow-up,
        .optionalServicesBackground:hover .arrow-down, .optionalServicesBackground:hover .arrow-up, .final-prices .optionalServicesBackground .arrow-down, .final-prices .optionalServicesBackground .arrow-down:hover,
        .final-prices .optionalServicesBackground .arrow-up, .final-prices .optionalServicesBackground .arrow-up:hover {
            left: auto !important;
            right: 22px !important;
        }

        .completeBookingA:hover .arrow-down, .completeBookingA:hover .arrow-up,
        .final-prices .completeBookingA .arrow-up:hover, .final-prices .completeBookingA .arrow-down:hover, .final-prices .completeBookingA .arrow-down,
        .final-prices .completeBookingA .arrow-up {
            right: 22px !important;
        }

    .quickBookingA:hover .arrow-down, .quickBookingA:hover .arrow-up, .quickBookingA .arrow-down, .quickBookingA .arrow-up,
    .quickBookingA .arrow-down:hover, .quickBookingA .arrow-up:hover {
        right: 22px !important;
    }

    .optionalServicesBackground {
        background-color: #efefef;
    }

    .quick-booking-button .quick-button, .radioOverView button.rectangle-right, .table-overview button.rectangle-right, .send-help {
        width: 100%;
    }

    .completeBookingA, .priceDetail-background {
        padding-left: 10px;
    }

    .quickBookingB .quickBooking-body .quickBooking-body-s > .w25 {
        width: 100%;
        padding: 10px 0px 0px 0px;
    }

    .optionalServicesBackground .optionalServicesText {
        text-align: left;
        font-size: 15px;
    }

    .optionalServicesBackground .whiteSpace, .quickBookingA .whiteSpace {
        display: none;
    }

    .complete-booking .travellerx .title-calculation .travellersTexts {
        padding-left: 0px;
    }

    .complete-booking .travellerx .title-calculation {
        padding-left: 20px;
    }

    .priceDetailOnlineSub .desc-title .desc,
    .priceDetailSub .desc-title .desc,
    .priceDetailSub .p-row.service .description,
    .priceDetailOnlineSub .p-row.service .description {
        float: left;
        width: 75% !important;
        font-size: 8px !important;
    }

    .priceDetailSub .p-row.service .description,
    .priceDetailOnlineSub .p-row.service .description,
    .priceDetailSub .p-row.service .price-discounted-sum, .priceDetailOnlineSub .p-row.service .price-discounted-sum {
    }

    .priceDetailOnlineSub .desc-title .price-discounted-sum, .priceDetailSub .desc-title .price-discounted-sum,
    .priceDetailSub .p-row.service .price-discounted-sum, .priceDetailOnlineSub .p-row.service .price-discounted-sum {
        float: left;
        width: 25% !important;
        font-size: 8px !important;
    }

    .priceDetailSub .p-row.service, .priceDetailOnlineSub .p-row.service {
    }

    .final-prices .desc-title .title-sub {
        border: none;
    }

    .final-prices .desc-title {
    }

    .final-prices .p-row.partial-sum.m-partialSum {
        padding-top: 0;
        padding-bottom: 0;
    }

    .final-prices .p-row.partial-sum .partial-sum-sub-result .mandatory-discounted {
        font-size: 26px;
        color: #EF3147;
    }

    .final-prices .mandatory-normal .p-row.service, .final-prices .mandatory-online .p-row.service {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #efefef;
    }

    .quickBookingB {
    }

    .quickBookingA {
    }

    .quickBooking-body {
        height: auto;
        padding-bottom: 15px;
    }

    .complete-booking .travellers .title-calculation .istravellerFirstPerson {
        text-align: left;
        width: 100%;
    }

    .complete-booking .bodyCalcTraveller .p-row > .w25, .complete-booking .col-type.w25.leftDiv {
        width: 100%;
        padding-right: 0px !important;
        padding-top: 0px;
    }

        .complete-booking .bodyCalcTraveller .p-row > .w25:first-child {
        }

    .complete-booking .optional-services_x {
        padding-left: 0px;
        padding-right: 0px;
        background-color: #efefef;
    }

    .paddingT10M650 {
        padding-top: 10px !important;
    }

    .complete-booking .travellerx .traveller {
        margin-top: 0px;
    }

    .final-prices .traveller .p-row.partial-sum {
        background-color: #ffa604 !important;
        color: #FFF !important;
        font-weight: normal;
        font-size: 18px;
        padding-right: 20px;
    }

    .final-prices .desc-title-services .desc,
    .final-prices .calcDetailOptionalServices .service .desc {
        width: 70%;
        float: left;
        font-size: 12px;
    }

    .final-prices .desc-title-services .price,
    .final-prices .calcDetailOptionalServices .service .data-service-person-price {
        width: 30%;
        float: left;
        font-size: 12px;
    }

    .final-prices .desc-title-services {
        padding-left: 20px;
        padding-right: 20px;
    }

    .final-prices .calcDetailOptionalServices .p-row.service {
        padding-left: 20px;
        padding-right: 20px;
    }

    #quickBookingA, #complete-booking {
        font-weight: normal;
    }

    .completeBookingA {
        background-color: #417CE4 !important;
        position: relative;
    }

    .final-prices .quick-booking-button {
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 1px solid #efefef;
    }

    .final-prices .button-orange180x30Calc.quick-button {
        background-image: none;
        background-color: #ffa604;
        width: 80%;
        text-align: center;
        margin-right: -20px;
    }

        .final-prices .button-orange180x30Calc.quick-button:before {
            content: '';
            position: absolute;
            bottom: 0;
            border-bottom: 12px solid #f8f6ee;
            border-left: 12px solid #ffa604;
            width: 0;
            right: 0px;
        }

    .complete-booking .footerCalc {
        margin-top: 0px;
    }

        .complete-booking .footerCalc .textNoteCalc {
            width: 100%;
        }

    .complete-booking .sumTextM, .complete-booking .totalSUMM {
        width: 100%;
        float: left;
    }

        .complete-booking .totalSUMM .sum, .final-prices .price-detail .p-row.sum {
            padding: 0px;
        }

    #FullCalcPrice {
        color: #EF3147;
        text-align: left !important;
    }

    .final-prices .desc-title {
        font-size: 12px;
    }

    #CompleteBookingButton {
        background-image: none;
        width: 100%;
    }

    .complete-booking .footerCalcLine {
        margin-top: 0px;
    }

    .col-type650 {
        float: left !important;
    }

    .red-box.newsLetter-form {
        background-color: #e43216;
    }

    .newsLetter-form .col-type.w50, .newsLetter-form .col-type.w33 {
        width: 100%;
        padding-right: 0 !important;
    }

    .white-box-n.sendCataloInPost, .white-box-n.newsLetterT, .white-box-n.similar {
        height: auto !important;
    }

    .content-wrapper-w.tour-detail .picture-list {
        display: none;
    }

    .content-wrapper.booking-Info .background-search-results {
        border: none;
    }

    .booking-result h1 {
        font-size: 20px;
    }

    .white-box .booking-Info {
        font-size: 15px;
    }

    .booking-result .info-texts {
        font-size: 15px !important;
        padding: 10px 25px;
        text-align: justify;
    }

    .back_to_my_tours, .reviewClient .back_to_reviewsClientsManagement, .reviewClient .button, .reviewAdmin .back_to_reviewsAdminManagement, .reviewAdmin button {
        width: 100%;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
        padding: 0;
    }

    .padding0650 {
        padding: 0;
    }

    .guides-overview img, .guide-overview img {
        width: 100%;
        height: auto;
    }
}

/********************
*   //Searcher Mobile Styles   * 
********************/

@media only screen and (max-width:620px) {
    .special-offers-table .data-row .col-type {
        font-size: 9px;
    }
}

@media only screen and (max-width: 590px) {
    .dad-header .title h2 {
        font-size: 20px;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 10% !important;
        background-size: 16px 44px !important;
    }
}



@media only screen and (max-width: 575px) {
    .side-filter .expander.header {
        font-size: 15px;
    }

    .big-offers .slider-item .content-wrapper .slider-item-text span {
        font-size: 12px !important;
    }

    footer .footerthird .footer-content-wraper > .col-type > .col-type.w25 {
        width: 25%;
    }

        footer .footerthird .footer-content-wraper > .col-type > .col-type.w25 img {
            width: 80px;
        }

    footer .footer-link {
        padding: 0;
        font-size: 14px !important;
    }

    .side-filter .pos-abs.arrow-down, .search-results-content .pos-abs.arrow-up, .search-results-content .pos-abs.arrow-up:hover,
    .search-results-content .pos-abs.arrow-down, .search-results-content .pos-abs.arrow-down:hover, .side-filter .pos-abs.arrow-right {
        height: 8px;
        width: 14px;
    }

    /*.big-offers .slider-item .content-wrapper .slider-item-text {
            bottom: 40px !important;
        }*/

    .tab-box.date-box .tab-content .tour-dates .date-row > .col-type, .tab-box.date-box .tab-content .tour-datesAtyp .date-row > .col-type {
        font-size: 12px;
    }

    .tab-box.date-box .tab-content .tour-dates .title, .tab-box.date-box .tab-content .tour-datesAtyp .title {
        font-size: 13px;
    }

    .content-wrapper .red-box .white-box-n .header-popS .header-popS-span-similar, .white-box-n.sendCataloInPost, .white-box-n.newsLetterT, .white-box-n.similar {
        font-size: 8px;
    }

    .paginator a, .paginator a.btn {
        font-size: 9px !important;
    }

    .offers .offer .logoArrow {
        top: 10px;
        left: 0;
    }

    .offers .offer.small .text-box {
        font-size: 16px !important;
    }

    .special-offers-table .header {
        height: 19px !important;
    }

    .special-offers-table .data-row .col-type {
        height: 25px;
        line-height: 25px;
    }

    .offers .offer.small .arrow .arrow-right {
        background-image: url("../Images/picto-sipka-odkaz-mobile.svg");
        width: 29px;
        height: 30px;
    }

    .geography-detail-bottom .photo .text-box {
        bottom: 31px !important;
        left: 30px !important;
    }

    .offers .offer .text-box {
        bottom: 31px !important;
        left: 100px !important;
    }

    .offers .offer.small .arrow {
        bottom: 32px !important;
        right: 29px !important;
    }

    .col-type.floatLeftMob {
        float: left !important;
    }

    .w100575 {
        width: 100%;
    }

    .special-offers .offer {
        padding-top: 0 !important;
    }

    .w90.w90650 {
        width: 90%;
    }

    .w10.w10650 {
        width: 10%;
    }

    .marginB0650Mob {
        margin-bottom: 0px;
    }

    .w10, .w25, .w33, .w50, .w70, .w75, .w80, .w90, .w95, .w100 {
        width: 100%;
    }

        .w95.container.scrollBarSetDivDestination, .w95.container.scrollBarSetDivTransport {
            width: 95%;
        }

    .footerMob.w50 {
        width: 50%;
    }

    .offers > .p-row {
        margin-top: 0px;
    }

        .offers > .p-row > .w50 {
            margin-top: 20px;
        }

    .special-offers.content-wrapper.dad-header .offer {
        width: 100%;
    }

    .floatLeftMob.w50.w50575 {
        width: 50%;
        float: left;
    }

    .geography-detail-bottom .offer {
        max-width: none;
    }

    .tour-detail.tour-calc .navigation {
        display: none;
    }

    .w50.col-type.floatLeftMob.pos-rel.offer {
        margin-bottom: 20px;
    }

    .special-offers-table .transport-col img {
        width: 12px;
        height: 10px;
    }

    .special-offers-table .header span.order-by {
        background-image: url('../Images/picto-sipka-dolu-mobile.svg');
        width: 8px;
        height: 5px;
    }

        .special-offers-table .header span.order-by.selected, .special-offers-table .header span.order-by:hover {
            background-image: url('../Images/picto-sipka-dolu-active-mobile.svg');
            width: 8px;
            height: 5px;
        }

    .special-offers-table .data-row .col-type, .special-offers-table .header .col-type {
        padding: 0px 2px;
    }

    .special-offers-table .col-type.date-col {
        padding-left: 8px;
    }

    .special-offers-table .col-type.price-col {
        padding-right: 7px;
    }

    .special-offers-table .data-row .col-type.transport-col, .special-offers-table .header .col-type.transport-col {
        text-align: center;
    }
}

@media only screen and (max-width:414px) {

    footer .newsletter-footer button, footer .newsletter-footer input {
        width: 90px;
    }

    footer .newsletter-footer label {
        font-size: 13px;
    }

    .big-offers .slider-item .content-wrapper .slider-item-text {
    }

    .swiper-button-next, .swiper-button-prev {
        background-size: 10px 44px !important;
    }

    .search-results-content .text-box-button {
        height: 46px;
        line-height: 40px;
    }

    .content-wrapper.booking-result .overview-table .table-overview {
        font-size: 12px;
    }

    .content-wrapper.booking-result .downloadUrls .downloads, .overview-table .table-overview .urlsNames {
        padding: 1.5em;
    }

    .content-wrapper.booking-result .radioOverView .stylish-radio-wrapper label, .content-wrapper.booking-result .radioOverView strong.final-price {
        font-size: 14px !important;
    }

    .footerMob.w50 {
        width: 100%;
    }

    .content-wrapper.special-offers .slick-prev.slick-arrow, .content-wrapper.special-offers .slick-next.slick-arrow {
        top: 25% !important;
        transform: translateY(-25%) !important;
        background-size: 10px 45px;
        background-repeat: no-repeat;
    }

    .paddingT49.paddinT20650 {
        padding-top: 20px;
    }

    footer .footer-content .footer-images.left .fb {
        background-image: url('../Images/face_grey.png');
        width: 40px;
        height: 25px;
    }

    footer .footer-content .footer-images.left .youtube {
        background-image: url('../Images/youtube_grey.png');
        width: 35px;
        height: 25px;
    }

    footer .footer-content .footer-images.left .insta {
        background-image: url('../Images/insta_grey.png');
        width: 35px;
        height: 25px;
    }

    footer .footer-content .footer-images.left .mail {
        background-image: url('../Images/mail_grey.png');
        width: 40px;
        height: 25px;
    }

    footer .footer-content .footer-images.left .share {
        background-image: url('../Images/share_grey.png');
        width: 35px;
        height: 25px;
    }

    footer .footer-content .footer-images.left .wish {
        background-image: url('../Images/wish_grey.png');
        width: 40px;
        height: 25px;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 0 !important;
    }

    .content-wrapper .panel-searcher-results .search-results-sub-texts {
        font-size: 12px;
    }

    .geography-detail .navigation {
        height: 0;
        line-height: normal;
    }

    .geography-detail {
        min-height: initial;
    }

    .content-wrapper-w.geography-detail-down .titleGDurls .geopraphy-title {
        font-size: 15px;
    }

    .final-prices .button-orange180x30Calc.quick-button {
        width: 100%;
    }

    .complete-booking .travellerx .traveller .bodyCalcTraveller .insurance-text-checkboxes {
        font-size: 12px;
    }

    .optionalServicesBackground .optionalServicesText, .final-prices .traveller .p-row.partial-sum {
        font-size: 12px;
    }

    .complete-booking .travellerx .title-calculation .travellersTexts {
        font-size: 14px;
    }

    .final-prices .price-detail .sumText {
        font-size: 13px;
    }

    .priceDetailOnlineSub .desc-title .price-discounted-sum, .priceDetailSub .desc-title .price-discounted-sum, .priceDetailSub .p-row.service .price-discounted-sum, .priceDetailOnlineSub .p-row.service .price-discounted-sum {
        font-size: 10px;
    }

    .radioOverView .card-pay, .radioOverView .ebanking-pay, .radioOverView .transfer-pay, .radioOverView .cash-pay {
        padding-left: 10px;
        margin: 0px;
        padding-right: 10px;
    }

    .overview-table .overvieTitle, .overview-table .overvieTitle-sumPayments, .overview-table .overvieTitle-presPayments, .overview-table .overvieTitle-recPayments, .overview-table .overvieTitle-onlinePayments, .content-wrapper.booking-detail .mainColumnPadding .personsInfoTitleDiv {
        font-size: 16px;
    }

    .radioOverView .final-price-value.red-text {
        font-size: 20px;
    }

    .radioOverView p strong.final-price {
        font-size: 15px;
    }

    .radioOverView input, .radioOverView span {
        font-size: 10px;
    }

    .radioOverView button.rectangle-right, .table-overview button.rectangle-right {
        background-image: none;
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .radioOverView .ebanking-pay .amount, .radioOverView .amount-row .amount {
        width: 100%;
    }

    .radioOverView .stylish-radio-wrapper label {
        font-size: 12px;
    }

    .textAboutServicesOverview {
        font-size: 12px;
    }

    .radioOverView button .paytextButton {
        font-size: 13px;
        font-weight: bold;
    }

    .paddingT0414 {
        padding-top: 0px !important;
    }

    .booking-result .w100414 {
        width: 100% !important;
    }

    .displayNone414 {
        display: none !important;
    }
}

@media only screen and (max-width:320px) {
    .content-wrapper .panel-searcher-results .search-results-sub-texts {
        margin-left: 10px;
    }

    .search-results-content .text-box-button .continueBSpan {
        font-size: 17px;
    }

    .search-results-content .price.priceMob-searchRes {
        margin-right: 10px;
    }

    .popup .dropdown_part .text-searching-accoTo-Dest-input {
        font-size: 12px;
    }

    .date-searcher-content .w100mob .daterangepicker {
        width: 20px;
    }

    .daterangepicker .table-condensed .next {
        left: 200px !important;
    }

    header .info-hotel-header .info-hotel-image {
        background-image: url('../Images/info_telWhite150.png');
        width: 150px;
        height: 38px;
    }

    .content-wrapper-w.tour-detail .priceWraper .price-section .price.finalPrice .col-type {
        font-size: 30px;
    }

    .tour-detail .mainTourMob .priceListMob .priceListMobP-row .tour-price .button-orange220x30 a .title-book-res {
        margin-left: 0;
        font-size: 13px;
    }

    .tour-detail .main-info h1 .hotel, .final-prices .p-row.partial-sum .partial-sum-sub-result .mandatory-discounted {
        font-size: 25px;
    }

    .main-info.col-type .orange.blue1180 {
        font-size: 25px;
    }

    .tour-detail .geography, .tour-detail .geography a, .booking-Info .geography a {
        font-size: 16px;
    }

    .search-results-content .text-box-button .continueBSpan {
        font-size: 15px;
        top: 18px;
        left: 20px;
    }
}

@media only screen and (max-width: 1580px) {
    .content-wrapper.special-offers .slick-prev.slick-arrow {
        left: -30px;
    }

    .content-wrapper.special-offers .slick-next.slick-arrow {
        right: -30px;
    }
}

@media only screen and (max-width: 1470px) {
    .content-wrapper.special-offers .slick-prev.slick-arrow, .content-wrapper.special-offers .slick-next.slick-arrow {
        filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(207deg) brightness(108%) contrast(101%);
    }

    .content-wrapper.special-offers .slick-prev.slick-arrow, .content-wrapper.special-offers .slick-next.slick-arrow {
        top: 30%;
        transform: translateY(-30%);
    }

    .content-wrapper.special-offers .slick-prev.slick-arrow {
        left: 10px;
    }

    .content-wrapper.special-offers .slick-next.slick-arrow {
        right: 10px;
    }
}

@media only screen and (max-width: 1420px) {
    .special-offers .offer {
        padding-right: 20px;
        margin-right: 0;
    }

        .special-offers .offer .specialOffersTilesFooter > .p-row .originalPrice, .geography-detail-bottom .specialOffersTilesFooter-geo > .p-row .originalPrice {
            font-size: 15px;
        }

    .search-form .dropdown_part_persons {
        left: 0;
        right: auto;
        width: 100%;
        margin-top: 5px;
    }

    .special-offers .offer .specialOffersTilesFooter > .p-row .fontSize26, .geography-detail-bottom .specialOffersTilesFooter-geo > .p-row .fontSize26 {
        font-size: 18px;
    }

    .special-offers .offer .specialOffersTilesFooter {
        font-size: 16px;
    }

        .special-offers .offer .specialOffersTilesFooter .w100.paddingB30 {
            padding-bottom: 5px;
        }

    .search-form .col.w16-66, .search-form .col.w16-66.geographyWidth, .search-form .col.w16-66.search-button {
        width: 16.66%;
        margin-right: 0;
        padding-right: 10px;
    }

        .search-form .col.w16-66.search-button {
            padding: 0;
        }

    .special-offers .offer .specialOffersTilesFooter > .p-row > .price {
        right: 40px;
    }

    .offers .offer .text-box, .geography-detail-bottom .photo .text-box {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1420px) {
    .searchResults .col-type.w25 {
        padding-right: 30px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1370px) {
    .special-offers-table > .col-type {
        width: 100%;
    }

    .tab-box.accommodation-box .tab-content .room .info {
        width: 100%;
        padding-top: 20px;
    }

    .tab-content .room .green-buttonSelected, .tab-content .room .green-button, .tab-content .room .green-button-tour {
        position: relative !important;
    }

    .special-offers-table > .right .header {
        display: none;
    }

    .special-offers-table > .right {
        padding-left: 0px !important;
    }

    .paddingT81.paddingT321370 {
        padding-top: 15px;
    }

    .paddingB41.paddingB131370 {
        padding-bottom: 13px;
    }

    .special-offers-table > .left {
        padding-right: 0 !important;
    }

    .special-offers-table .col-type.w100.text-align-center.paddingT49 {
        padding-top: 0px;
    }

    .special-offers-table > .right {
        margin-bottom: 33px;
    }

    .special-offers-table.content-wrapper.paddingT20 {
        padding-top: 0;
    }

    .sendCataloInPost .paddingR5, .white-box-n.similar .paddingR5 {
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 1350px) {
    .tab-content .tour-dates .content .col-type.paddingT10, .tab-content .tour-datesAtyp .content .col-type.paddingT10 {
        padding: 0;
    }

    .search-results-content .pos-abs.arrow-down, .search-results-content .pos-abs.arrow-down:hover {
        right: auto;
        left: 115px;
    }

    .search-results-content .pos-abs.arrow-up, .search-results-content .pos-abs.arrow-up:hover {
        right: auto;
        left: 122px;
    }

    .displayNone1350 {
        display: none !important;
    }

    .tab-content .tour-dates .p-row.title.filter .discount-c, .tab-content .tour-dates .p-row.title.filter .save-c,
    .tab-content .tour-dates .p-row.title.filter .price-c,
    .tab-content .tour-datesAtyp .p-row.title.filter .discount-c, .tab-content .tour-datesAtyp .p-row.title.filter .save-c,
    .tab-content .tour-datesAtyp .p-row.title.filter .price-c {
        display: none;
    }

    .tab-content .tour-dates .p-row.title.filter .date-c, .tab-content .tour-dates .p-row.title.filter .days-c, .tab-content .tour-dates .p-row.title.filter .board-c,
    .tab-content .tour-dates .p-row.title.filter .transport-c, .tab-content .tour-dates .p-row.title.filter .button-c,
    tab-content .tour-datesAtyp .p-row.title.filter .date-c, .tab-content .tour-datesAtyp .p-row.title.filter .days-c, .tab-content .tour-datesAtyp .p-row.title.filter .board-c,
    .tab-content .tour-datesAtyp .p-row.title.filter .transport-c, .tab-content .tour-datesAtyp .p-row.title.filter .button-c {
        width: 100%;
        padding-left: 10px !important;
    }

    .tab-content .tour-dates > .content .p-row > .col-type.v-a,
    .tab-content .tour-datesAtyp > .content .p-row > .col-type.v-a {
        display: block;
        min-height: 25px;
    }

        .tab-content .tour-dates > .content .p-row > .col-type.v-a span,
        .tab-content .tour-datesAtyp > .content .p-row > .col-type.v-a span {
        }

    .tab-box.date-box .tab-content .tour-dates .date-row,
    .tab-box.date-box .tab-content .tour-datesAtyp .date-row {
        height: auto !important;
    }

    .tab-box.date-box .tab-content .tour-dates .p-row.date-row, .tab-box.date-box .tab-content .tour-datesAtyp .p-row.date-row {
        border: 1px solid #EFEFEF;
    }

    .tab-box.date-box .tab-content .tour-dates .green-button, .tab-box.date-box .tab-content .tour-datesAtyp .green-button {
        width: 100% !important;
    }

    .tab-box.date-box .tab-content .tour-dates .button-c a,
    .tab-box.date-box .tab-content .tour-datesAtyp .button-c a {
        padding: 5px 10px;
    }

    .tab-content .tour-dates .content,
    .tab-content .tour-datesAtyp .content {
        position: relative;
        margin-top: 10px;
    }

    .tab-box.date-box .tab-content .tour-dates .date-row,
    .tab-box.date-box .tab-content .tour-datesAtyp .date-row {
        margin-bottom: 5px;
    }

    .tab-content .tour-dates .content .col-type,
    .tab-content .tour-datesAtyp .content .col-type {
        float: none;
    }

        .tab-content .tour-dates .content .col-type:before,
        .tab-content .tour-datesAtyp .content .col-type:before {
            content: attr(data-title);
            position: absolute;
            top: 6px;
            left: 10px;
            right: 10px;
            width: 45% !important;
            padding-right: 10px !important;
            white-space: nowrap;
            text-align: left;
            text-transform: uppercase;
        }

    .tab-content .tour-dates .content .date-c, .tab-content .tour-dates .content .days-c, .tab-content .tour-dates .content .board-c, .tab-content .tour-dates .content .transport-c, .tab-content .tour-dates .content .discount-c, .tab-content .tour-dates .content .save-c, .tab-content .tour-dates .content .price-c,
    .tab-content .tour-datesAtyp .content .date-c, .tab-content .tour-datesAtyp .content .days-c, .tab-content .tour-datesAtyp .content .board-c, .tab-content .tour-datesAtyp .content .transport-c, .tab-content .tour-datesAtyp .content .discount-c, .tab-content .tour-datesAtyp .content .save-c, .tab-content .tour-datesAtyp .content .price-c,
    .tab-content .tour-datesAtyp .content .room-c {
        position: relative;
        width: auto !important;
        height: auto !important;
        padding: 4px 0px 4px 40% !important;
        padding-left: 40% !important;
        text-align: left !important;
    }

    .tab-content .tour-dates .content .col-type.button-c.v-a, tab-content .tour-datesAtyp .content .col-type.button-c.v-a {
        position: relative;
    }

    .tab-box.date-box .tab-content .tour-dates .date-row > .col-type.button-c, .tab-box.date-box .tab-content .tour-dates .date-row > .col-type.button-c:hover,
    .tab-box.date-box .tab-content .tour-datesAtyp .date-row > .col-type.button-c, .tab-box.date-box .tab-content .tour-datesAtyp .date-row > .col-type.button-c:hover {
        width: 100%;
        padding: 0;
    }

        .tab-box.date-box .tab-content .tour-dates .date-row > .col-type.button-c a.yellow-button:before,
        .tab-box.date-box .tab-content .tour-datesAtyp .date-row > .col-type.button-c a.yellow-button:before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            border-left: 10px solid #FFA603;
            border-bottom: 10px solid #EFEFEF;
        }

        .tab-box.date-box .tab-content .tour-dates .date-row > .col-type.button-c a.yellow-button.selected:before,
        .tab-box.date-box .tab-content .tour-dates .date-row > .col-type.button-c a.yellow-button:hover:before,
        .tab-box.date-box .tab-content .tour-dates .button-c a.gold-button:hover:before,
        .tab-box.date-box .tab-content .tour-dates .button-c a.gold-button.selected:before,
        .tab-box.date-box .tab-content .tour-datesAtyp .date-row > .col-type.button-c a.yellow-button.selected:before,
        .tab-box.date-box .tab-content .tour-datesAtyp .date-row > .col-type.button-c a.yellow-button:hover:before,
        .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.gold-button:hover:before,
        .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.gold-button.selected:before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            border-left: 10px solid #EF3147;
            border-bottom: 10px solid #EFEFEF;
        }

    .tab-box.date-box .tab-content .tour-dates .button-c a.yellow-button,
    .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.yellow-button {
        width: 100%;
        height: 30px;
        background-image: none;
        background: #FFA603;
    }

        .tab-box.date-box .tab-content .tour-dates .button-c a.yellow-button.selected, .tab-box.date-box .tab-content .tour-dates .button-c a.yellow-button:hover, .tab-box.date-box .tab-content .tour-dates .button-c a.gold-button:hover,
        .tab-box.date-box .tab-content .tour-dates .button-c a.gold-button.selected,
        .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.yellow-button.selected, .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.yellow-button:hover, .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.gold-button:hover,
        .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.gold-button.selected {
            width: 100%;
            height: 30px;
            background-image: none;
            background: #EF3147;
        }

    .tab-content .tour-dates .openFiltersButton, .tab-content .tour-datesAtyp .openFiltersButton {
        background-color: #417CE4;
        width: 100%;
        text-align: center;
        position: relative;
        height: 30px;
        display: flex;
        align-items: center;
        color: #FFF;
        font-weight: bold;
        font-size: 17px;
    }

        .tab-content .tour-dates .openFiltersButton .openFilters, .tab-content .tour-datesAtyp .openFiltersButton .openFilters {
            text-transform: uppercase;
        }

    .tab-box.date-box .tab-content .tour-dates .button-c a.gold-button, .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.gold-button {
        background-image: none;
        border: 2px solid #417CE4;
        background: #FFF;
        width: 168px;
        height: 41px;
    }

        .tab-box.date-box .tab-content .tour-dates .button-c a.gold-button:before, .tab-box.date-box .tab-content .tour-datesAtyp .button-c a.gold-button:before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            border-left: 10px solid #d6c79b;
            border-bottom: 10px solid #EFEFEF;
        }

    .white-box-n.similar {
        height: auto !important;
    }

    .similarTerm-form .col-type, .similarTerm-form button {
        width: 100% !important;
        padding-right: 0;
    }

    .content-wrapper .background-search-results .imageSetMax, .search-results-content .hotels-images {
        max-width: 100%;
        width: 100%;
        height: auto;
        max-height: unset;
    }

    .content-wrapper .background-search-results .borders {
        width: 100%;
    }
}

@media only screen and (max-width:1250px) {
    .special-offers .offer .specialOffersTilesFooter > .p-row > .price {
    }

    .specialOffersTilesFooter .col-type.w100.paddingB30 {
        padding-bottom: 5px;
    }

    .tour-guidepost .country-row h3, .tour-guidepost .p-row .col-type.w50.tour-column, .tour-guidepost .price {
        font-size: 20px;
    }

    .benefits-info img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1210px) {

    .booking-result .main-info {
        padding-left: 10px;
    }
}


@media only screen and (max-width: 1200px) {
    header .images-header {
        margin-left: 20px;
    }

    .searchResults .filter-res {
        padding-right: 20px;
        margin-right: 0px;
    }

    .geography-detail-bottom .offer {
        padding: 7.5px;
        padding-bottom: 10px;
        margin-right: 0;
    }

    .flight-b-image {
        width: 100%;
    }

    .flight_banner {
        padding: 0px 10px 0 10px;
    }
}

@media (max-width: 1199.98px) {
    header .clients-loginDiv {
        display: none;
    }

    .special-offers.content-wrapper {
        padding: 0 !important;
    }

    .special-offers .offer .text-box, .offers .offer .text-box {
        font-size: 22px;
    }

    header .partners-loginDiv {
        display: none;
    }

    .special-offers .offer {
        max-width: 400px;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 0px;
        margin-top: 20px;
    }

        .special-offers .offer:last-of-type {
            padding-right: 10px;
            padding-left: 10px;
        }

    .dad-header .title h2 {
        padding-left: 10px;
    }

    .special-offers .offer .specialOffersTilesFooter .text-box-button {
        right: 10px;
    }
}

@media only screen and (max-width: 1191px) {
    .paddingR30L281191 {
        padding: 0 30px 0 28px;
    }

    .main-searcher .tourCount-offer {
        display: none;
    }

    .body-layout.all .content-wrapper.all #MainSearcher {
        display: none;
    }

    .body-layout.homepage .arrow.white img:first-child {
        display: none;
    }

    .body-layout.all .arrow.white img:last-child {
        display: none;
    }

    .big-offers .headUnderFilter {
        width: 100%;
        height: auto;
    }

    /*.big-offers .slider-item .content-wrapper .slider-item-text {
            bottom: 40px !important;
            top: auto;
        }*/

    .footer-content .offers1190 {
        display: inline-block;
        position: relative;
        height: 45px;
        padding: 0;
        margin: 0;
    }

    .footer-content .footer-sub-newsletter-body {
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: .5px;
        color: #888483;
    }

        .footer-content .footer-sub-newsletter-body > span, .footer-content .footer-sub-newsletter-body > img {
            position: absolute;
        }

        .footer-content .footer-sub-newsletter-body > img {
            left: -6px;
            bottom: 0px;
        }

        .footer-content .footer-sub-newsletter-body > span {
            margin-left: 60px;
        }

    footer .content-wrapper.footer-content-wraper.paddingLR101190 {
        padding: 35px 10px 0 10px;
    }

    .searchResults .body-search.maxwidth_880 {
        max-width: none;
    }

    .search-results-content .aTextsSearchResultsBoards {
        margin-left: 50%;
    }

        .search-results-content .aTextsSearchResultsTerms .pos-abs.arrow-down, .search-results-content .aTextsSearchResultsBoards .pos-abs.arrow-down {
            right: 0;
        }

    .transport-search-results {
        position: relative;
    }

    .special-offers .offer .specialOffersTilesFooter > .p-row .fontSize18 {
        font-size: 15px;
    }

    /*searcher mobile design start*/
    .search-form .col.w16-66, .search-form .col.w16-66.geographyWidth, .search-form .col.w16-66.search-button, .search-form .personsDiv {
        width: 100%;
        max-width: 100%;
        padding-right: 0px;
    }

    .mainsearcher-div {
        margin-top: 0px;
    }

    .body-layout .content-wrapper #MainSearcher {
        background-color: #22457A;
        border-radius: 0px 0px 7px 7px;
    }

    .findTour.displayNone {
        font-size: 24px;
        font-weight: normal;
        display: inline-block;
        cursor: pointer;
        position: relative;
        margin-top: -25px;
        height: 49px;
        padding: 10px 19px;
        float: left;
    }

    .findTourSpan-desctop {
        display:none;
    }


    .homepage .findTour::before {
        content: '';
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        /*mix-blend-mode: multiply;*/
        background-color: #22457A;
        opacity: 1;
        border-radius: 7px 7px 0px 0px;
    }

    .findTour.open::before {
        border-radius: 7px 7px 0px 0px;
    }

    .findTour.close::before {
        border-radius: 7px;
    }

    .findTour::before {
        content: '';
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        /*mix-blend-mode: multiply;*/
        background-color: #22457A;
        opacity: 1;
        border-radius: 7px;
    }

    .mix-blend-searcher::before {
        content: none;
    }

    .search-form .col.w16-66.search-button {
        border: 2px solid #005720;
    }

    .search-form .col.w16-66.geo-div {
        padding-bottom: 13px;
    }

    .search-form .col.w16-66.transport-div {
        padding-bottom: 16px;
    }

    .search-form .col.w16-66.board-div {
        padding-bottom: 15px;
    }

    .search-form .col.w16-66.term-div {
        padding-bottom: 12px;
    }

    .search-form .col.w16-66.person-div {
        padding-bottom: 14px;
    }

    .body-layout .content-wrapper #MainSearcher {
        position: unset;
        bottom: unset !important;
        height: 424px;
        padding-top: 0px;
        /*margin-top: -25px;*/
    }

    .paddingRL291191 {
        padding: 0 29px;
    }

    .search-form {
        padding: 0 19px;
        height: unset !important;
    }

    /*searcher mobile design end*/
}

@media only screen and (max-width: 1196px) {
    .offers .offer, .geography-detail-bottom .offer {
    }
}

@media only screen and (max-width: 1160px) {
    .global-search.display-inline-block.vaMiddle {
        width: 100%;
    }

    .geography-detail-bottom .photo .text-box {
        font-size: 16px;
    }

    .offers .offer .text-box {
        left: 130px !important;
    }

    .final-prices .desc-title, .final-prices .mandatory-normal .p-row.service, .final-prices .mandatory-online .p-row.service,
    .skipas-change .title-skipash, .skipas-change .body-skipas {
        font-size: 14px;
    }

    .content-wrapper.booking-result .tabs li {
        width: 20%;
        border-right: 2px solid #FFF;
        margin-right: 0;
    }

        .content-wrapper.booking-result .tabs li.last {
            border: none;
        }
}

@media only screen and (max-width: 1040px) {
    .global-search.display-inline-block.vaMiddle {
        width: 100%;
    }
}

@media only screen and (max-width: 1040px) {
    .offers .offer .text-box, .geography-detail-bottom .photo .text-box {
        font-size: 14px;
    }

    .content-wrapper.overview .tour-tabs .tabs .tabs-li .tabs-span {
        font-size: 12px;
    }

    .offers .offer .text-box {
        left: 90px !important;
    }

    .offers .offer .logoArrow {
        left: 20px;
    }
}

@media only screen and (max-width: 1006px) {
    .displayNone1006 {
        display: none !important;
    }

    .footer-content .col-type.w50 .column-content.dad-footer.second {
        padding-left: 35px;
    }

    .col-type.w40.w1001006 {
        width: 100%;
    }

    .content-wrapper-w.geography-detail-down-down .col-type.w100.paddingB30 {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 945px) {
    .complete-booking .col-type.w25 {
        width: 50%;
        padding-right: 0;
        max-width: unset;
    }

    .complete-booking .travellerx .traveller .SumoSelect > .CaptionCont {
        max-width: unset;
    }

    .complete-booking .col-type.w25.leftDiv {
        padding-right: 20px;
    }

    .popup {
        width: 100% !important;
        margin-left: 0;
        max-width: 100%;
    }

        .popup .destinationPopUp, .popup .transportPopUp, .popup .boardPopUp, .popup .datePickerPopUp, .popup .personsPopUp {
            width: 100% !important;
            left: 0;
            max-width: 100%;
        }

    .booking-result .comgate-logo {
        display: none;
    }

    .booking-result .w25945 {
        width: 25%;
    }
}

@media only screen and (max-width: 910px) {
    .displayNone.display910 {
        display: block;
    }

    .content-wrapper.overview .tour-tabs .tabs .tabs-li .tabs-span {
        font-size: 11px;
    }

    /*.big-slider span {
            font-size: 50px !important;
        }*/

    .tab-box.date-box .tab-content .tour-dates .transport-c .smallFontSize12 {
        font-size: 16px;
    }

    .ui-datepicker-multi-3 .ui-datepicker-group, .tour-terms-atypical .ui-widget.ui-widget-content, .tour-terms-atypical .ui-widget.ui-widget-content,
    .tour-terms-atypical .ui-datepicker-multi .ui-datepicker-group table {
        width: 100% !important;
        margin-left: 0 !important;
        max-width: 100% !important;
    }

    .tour-terms-atypical .ui-datepicker .ui-datepicker-header {
        margin-right: 0 !important;
    }

    .tour-terms-atypical .header-popup-content .atypavai {
        margin-left: 0 !important;
    }

    .texts.bold.col-type.w25.atyp, .tour-terms-atypical .atypicalSumo .SumoSelect > .optWrapper .options, .tour-terms-atypical .atypicalSumo {
        width: 100% !important;
    }

    .displayNone910 {
        display: none !important;
    }

    .similar-forms .white-box-n.similar {
        height: auto;
    }

        .similar-forms .white-box-n.similar .col-type.w50 {
            width: 100%;
            padding-right: 0 !important;
        }

    .sendCatal .button-rect_100x30_orange, .similarTermButton .button-rect_100x30_orange {
        width: 168px;
        height: 41px;
        background-image: none;
        text-align: center;
        background: #417CE4;
        position: relative;
    }

    .tour-detail .tabs li {
        width: 100%;
        margin-top: 5px;
        border-right: none !important;
    }

    .tour-tabs .tabs {
        height: auto;
    }

    .tour-tabs .tab-box {
    }
}

@media only screen and (max-width: 865px) {
    .displayNone865 {
        display: none;
    }

    .tour-guidepost .country-row h3, .tour-guidepost .p-row .col-type.w50.tour-column, .tour-guidepost .price, .tour-guidepost .price .from {
        font-size: 17px;
    }

    .geography-detail-bottom .specialOffersTilesFooter-geo .big.blue {
        font-size: 20px;
    }

    .displayNone.display865 {
        display: inline-block;
    }

    .special-offers .offer {
        max-width: 500px;
        width: 33%;
    }

    .offers .offer.small {
        width: 100%;
        max-width: 100%;
    }

        .offers .offer.small .text-box {
            font-size: 38px;
        }

    .priceDetail .priceDetailSub .price-sum, .priceDetail .priceDetailSub .discount, .priceDetail .priceDetailSub .partial-sum-sub,
    .priceDetail .priceDetailSub .mandatory-discount {
        display: none;
    }

    .priceDetailOnlineSub .desc-title .desc, .priceDetailSub .desc-title .desc, .priceDetailSub .p-row.service .description, .priceDetailOnlineSub .p-row.service .description {
        width: 60%;
    }

    .priceDetail .priceDetailSub .price-discounted-sum {
        width: 20%;
    }

    .priceDetail .priceDetailSub .price {
        width: 20%;
    }
}

@media only screen and (max-width: 850px) {
    .w100850 {
        width: 100% !important;
    }

    .main-info .w100850 .textRightIcons {
        text-align: left;
    }
}

@media only screen and (max-width: 845px) {
    .search-form-header .searcher-sub .p-row span {
        font-size: 12px;
    }
}


@media only screen and (max-width: 830px) {
    .search-form .combo-col input, .search-form .button-col input, .search-form-header .searcher-sub .searcher-sub-texts span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 820px) {
    .tour-detail .navigation {
        display: none;
    }

    .tour-guidepost .country-row h3, .tour-guidepost .p-row .col-type.w50.tour-column, .tour-guidepost .price, .tour-guidepost .price .from {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1090px) {
    .tour-detail .left-content.w75.col-type, .booking-result .left-content.w75.col-type, .tour-detail .right-content.w25.col-type {
        padding: 0 20px;
    }

    .content-wrapper-w.geography-detail, .content-wrapper-w.geography-detail-down, .content-wrapper-w.geography-detail-down-down {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    .searchResults .evaluation {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .displayNone700 {
        display: none;
    }

    .search-form .dropdown_part span {
        font-size: 13px;
    }

    .displayNone.display700 {
        display: inline-block;
    }

    .paginator a, .paginator a.btn {
        font-size: 15px;
        width: auto !important;
        height: 35px;
        line-height: 35px;
    }

    .final-prices .price-detail .p-row.sum {
        text-align: right;
    }

    .col-type.w100.right.total-sum {
        float: left;
    }

    .textNoteCalc, .totalSUMM, .sumTextM.sumText {
        width: 100%;
        text-align: left;
    }

    .totalSUMM, .sumTextM.sumText {
        text-align: right;
    }

    #CompleteBookingButton {
        position: relative !important;
        float: right;
    }

    .final-prices .complete-booking .totalSUMM .height30 {
        height: auto !important;
    }
}

@media only screen and (max-width: 690px) {
}

@media print {
    .search-glass {
        display: none;
    }
}

/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999999999999999;
    background-color: rgba(199, 200, 193, 0.9);
}

    .overlay .overlay-header {
        margin-bottom: 15px;
        padding: 10px 15px;
        background-color: #c7c8c1;
        position: absolute;
        top: 0;
    }

        .overlay .overlay-header .logo {
            width: 115px;
            height: 120px;
            background-size: cover;
            background-image: url(../Images/logo.png);
        }

    /* Overlay closing cross */
    .overlay .overlay-close {
        color: #fff;
        outline: none;
        z-index: 100;
        font-size: 50px;
        cursor: pointer;
    }

        .overlay .overlay-close:hover {
            color: #ed1c24;
        }

    .overlay .overlay-close-videos {
        color: #fff;
        outline: none;
        z-index: 100;
        font-size: 50px;
        cursor: pointer;
    }

        .overlay .overlay-close-videos:hover {
            color: #ed1c24;
        }


    /* Menu style */
    .overlay .modal-content {
        text-align: center;
        position: relative;
        top: 50%;
        height: 90%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

    .overlay-slidedown.open {
        visibility: visible;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        z-index: 100;
        padding-top: 80px;
    }

@media screen and (max-height: 30.5em) {
}


/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: transparent;
    height: 61px;
    z-index:3;
}

.mean-container a.meanmenu-reveal {
    width: 50px;
    height: 50px;
    padding: 8px 8px 2px 8px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #414141;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 42px;
    /*z-index: 10;*/
    font-size: 39px !important;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    right: 0 !important;
    left: auto !important;
    background-color: #FFF;
}

    .mean-container a.meanmenu-reveal span {
        width: 48px;
        height: 7px;
        background-color: #414141;
        margin: 5px 0;
        display: block;
    }

    .mean-container a.meanmenu-reveal.meanclose span{
        
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #FFF;
    margin-top: 61px;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%;
        }

            .mean-container .mean-nav ul li a {
                display: block;
                width: 90%;
                padding: 1em 5%;
                margin: 0;
                text-align: left;
                color: #414141;
                font-weight:bold;
                border-top: 1px solid #EFEFEF;
                text-decoration: none;
            }

            .mean-container .mean-nav ul li:first-child a {
                border-top:none;
            }

                .mean-container .mean-nav ul li li a {
                    width: 80%;
                    padding: 1em 10%;
                    background-color:#EFEFEF;
                    border-top: 1px solid #FFF;
                    font-weight:normal;
                    filter: alpha(opacity=75);
                    text-shadow: none !important;
                    visibility: visible;
                }

                    .mean-container .mean-nav ul li a:hover {
                        color: #22457A;
                    }

                    .mean-container .mean-nav ul li.mean-last a {
                        border-bottom: none;
                        margin-bottom: 0;
                    }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 1em 15%;
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 1em 20%;
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 1em 25%;
            }

            .mean-container .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255,255,255,0.1);
            }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 26px;
                height: 23px;
                padding: 11px !important;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: rgba(255,255,255,0.1);
                border: none !important;
                border-left: 1px solid rgba(255,255,255,0.4) !important;
                border-bottom: 1px solid rgba(255,255,255,0.2) !important;
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: #FFF;
                }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.mean-remove {
    display: none !important;
}


.SumoSelect p {
    margin: 0;
}

.SumoSelect {
    /*width: 200px; kdo to sem napsal? priznejte se ! :-)*/
    width: 100%;
    color: rgb(79, 79, 79);
}

.SelectBox {
    padding: 5px 8px;
}

.SumoSelect .hidden {
    display: none;
}

.SumoSelect .search-txt {
    display: none;
    outline: medium none;
}

.SumoSelect .no-match {
    display: none;
    padding: 6px;
}

.SumoSelect.open .search-txt {
    border: medium none;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    left: 0;
    margin: 0;
    padding: 5px 8px;
    position: absolute;
    top: 0;
    width: 100%;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
    visibility: hidden;
}

.SelectClass, .SumoUnder {
    border: medium none;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.SelectClass {
    z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
    -moz-user-select: none;
}

.SumoSelect {
    display: inline-block;
    outline: medium none;
    position: relative;
}

    .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
        border-color: #fff;
    }

    .SumoSelect > .CaptionCont {
        border: 1px solid #d9d9db;
        min-height: 14px;
        background-color: #fff;
        margin: 0;
        position: relative;
        cursor: pointer;
    }

    .SumoSelect:focus > .CaptionCont,
    .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
        border: 1px solid #d9d9db;
    }

    .SumoSelect > .CaptionCont > span {
        cursor: default;
        font-size:15px;
        text-align:left;
        display: block;
        overflow: hidden;
        padding-right: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        letter-spacing:0.5px;
        color:#696464;
        cursor:pointer;
    }

        .SumoSelect > .CaptionCont > span.placeholder {
            color: #5B5B56;
        }

    .SumoSelect > .CaptionCont > label {
        bottom: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        cursor:pointer;
    }

        .SumoSelect > .CaptionCont > label > i {
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
            background-position: center center;
            background-repeat: no-repeat;
            bottom: 0;
            display: block;
            height: 16px;
            left: 0;
            margin: auto;
            opacity: 0.8;
            position: absolute;
            right: 0;
            top: 0;
            width: 16px;
        }

    .SumoSelect > .optWrapper {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ddd;
        border-radius: 3px;
        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
        box-sizing: border-box;
        display: none;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 30px;
        width: 100%;
        z-index: 1000;
    }

    .SumoSelect.open > .optWrapper {
        display: block;
    }

        .SumoSelect.open > .optWrapper.up {
            bottom: 100%;
            margin-bottom: 5px;
            top: auto;
        }

    .SumoSelect > .optWrapper ul {
        display: block;
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
    }



    .SumoSelect > .optWrapper > .options {
        border-radius: 2px;
        max-height: 250px;
        position: relative;
        list-style: none;
        padding: 10px 0px 10px;
        overflow: auto;
    }

        .SumoSelect > .optWrapper > .options li.group.disabled > label {
            opacity: 0.5;
        }

        .SumoSelect > .optWrapper > .options li.group > label:first-of-type {
            font-weight: 500 !important;
        }

        .SumoSelect > .optWrapper > .options li ul li.opt {
            padding-left: 22px;
        }

    .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
        padding-left: 50px;
    }

    .SumoSelect > .optWrapper.isFloating > .options {
        box-shadow: 0 0 100px #595959;
        max-height: 100%;
    }

    .SumoSelect > .optWrapper > .options li.opt {
        border-bottom: 1px solid #f5f5f5;
        padding: 6px;
        position: relative;
    }

    .SumoSelect > .optWrapper > .options > li.opt:first-child {
        border-radius: 2px 2px 0 0;
    }

    .SumoSelect > .optWrapper > .options > li.opt:last-child {
        border-bottom: medium none;
        border-radius: 0 0 2px 2px;
    }

    .SumoSelect > .optWrapper > .options li.opt:hover {
        background-color: #e4e4e4;
    }

    .SumoSelect > .optWrapper > .options li.opt.sel {
        background-color: #a1c0e4;
        border-bottom: 1px solid #a1c0e4;
    }

    .SumoSelect > .optWrapper > .options li label {
        cursor: pointer;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color:#696464;
        font-size:15px;
        letter-spacing:0.5px;
    }

    .SumoSelect > .optWrapper.multiple > .options > li.person {
        padding-left: 5px;
        cursor: default;
        height: 30px;
    }

    .SumoSelect > .optWrapper > .options > li.person span.select {
        float: right;
        margin: 0px;
        position: relative;
        width: auto;
        display: table;
        height: 30px;
    }

    .SumoSelect > .optWrapper > .options > li.person label {
        float: left;
        cursor: default;
        max-width: 70%;
    }

    .SumoSelect > .optWrapper > .options > li.person span.select {
        float: right;
        margin: 0px;
        position: relative;
        width: auto;
        display: table;
        height: 30px;
    }

    .SumoSelect > .optWrapper > .options > li:last-child {
        border-bottom: none;
        border-radius: 0px 0px 2px 2px;
    }

    .SumoSelect > .optWrapper > .options > li.person span.select span {
        margin: 0px;
        position: relative;
        width: auto;
        display: inline-block;
    }

        .SumoSelect > .optWrapper > .options > li.person span.select span.td {
            vertical-align: middle;
            display: table-cell;
            width: 30px;
        }

        .SumoSelect > .optWrapper > .options > li.person span.select span.minus,
        .SumoSelect > .optWrapper > .options > li.person span.select span.plus {
            width: 20px;
            height: 20px;
            border-radius: 2px;
            box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
            background-repeat: no-repeat;
            background-position: center center;
            background-color: #D10A11;
            cursor: pointer;
        }

        .SumoSelect > .optWrapper > .options > li.person span.select span.minus {
            background-image: url('/Images/minus.png');
        }

        .SumoSelect > .optWrapper > .options > li.person span.select span.plus {
            background-image: url('/Images/plus.png');
        }

        .SumoSelect > .optWrapper > .options > li.person span.select span.count {
            font-weight: 600;
            width: 15px;
            text-align: center;
        }

    .SumoSelect > .optWrapper > .options li span {
        display: none;
    }

        .SumoSelect > .optWrapper > .options li span.count {
            display: inline-block;
        }

    .SumoSelect > .optWrapper > .options li.group > label {
        cursor: default;
        font-weight: bold;
        padding: 8px 6px;
    }

    .SumoSelect > .optWrapper.isFloating {
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 90%;
        position: fixed;
        right: 0;
        top: 0;
        width: 90%;
    }

    .SumoSelect > .optWrapper > .options li.opt.disabled {
        background-color: inherit;
        pointer-events: none;
    }

        .SumoSelect > .optWrapper > .options li.opt.disabled * {
            opacity: 0.5;
        }

    .SumoSelect > .optWrapper.multiple > .options li.opt {
        cursor: pointer;
        padding-left: 35px;
    }

        .SumoSelect > .optWrapper.multiple > .options li.opt span, .SumoSelect .select-all > span {
            bottom: 0;
            display: block;
            margin-left: -35px;
            position: absolute;
            top: 0;
            width: 30px;
        }

            .SumoSelect > .optWrapper.multiple > .options li.opt span i, .SumoSelect .select-all > span i {
                bottom: 0;
                height: 12px;
                left: 0;
                margin: auto;
                position: absolute;
                right: 0;
                top: 0;
                width: 12px;
            }

    .SumoSelect > .optWrapper > .MultiControls {
        background-color: #fff;
        border-radius: 0 0 3px 3px;
        border-top: 1px solid #ddd;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
        display: none;
    }

    .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
        bottom: 0;
        display: block;
        margin-top: 5px;
        position: absolute;
        width: 100%;
    }

    .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
        display: block;
    }

        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
            padding: 6px;
        }

    .SumoSelect > .optWrapper.multiple > .MultiControls > p {
        box-sizing: border-box;
        cursor: pointer;
        display: inline-block;
        padding: 12px;
        text-align: center;
        width: 50%;
    }

        .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
            background-color: #f1f1f1;
        }

        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
            border-radius: 0 0 0 3px;
            border-right: 1px solid #dbdbdb;
        }

        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
            border-radius: 0 0 3px;
        }

    .SumoSelect > .optWrapper.isFloating > .options li.opt {
        padding: 12px 6px;
    }

    .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
        padding-left: 35px;
    }

    .SumoSelect > .optWrapper.multiple.isFloating {
        padding-bottom: 43px;
    }

    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
        background-position: center center;
        background-repeat: no-repeat;
        border-color: transparent;
        box-shadow: none;
    }

    .SumoSelect.disabled {
        cursor: not-allowed;
        opacity: 0.7;
    }

        .SumoSelect.disabled > .CaptionCont {
            border-color: #ccc;
            box-shadow: none;
        }

    .SumoSelect .select-all {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0;
        cursor: pointer;
        height: 20px;
        padding: 8px 0 3px 35px;
        position: relative;
    }

        .SumoSelect .select-all > label, .SumoSelect .select-all > span i {
            cursor: pointer;
        }

        .SumoSelect .select-all.partial > span i {
            background-color: #ccc;
        }

    .SumoSelect > .optWrapper > .options li.optGroup {
        padding-left: 5px;
        text-decoration: underline;
    }

.form .SumoSelect > .CaptionCont {
    border: 1px solid #22457A;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow: visible;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
        width:35px;
        height: 35px;
        opacity:0.7;
        display:block; 
        padding: 0;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
       
    }

.slick-prev {
    left: 2px;
    z-index:1;
    width:35px;
    height: 35px;
    opacity:0.7;
    display:block; 
    padding: 0;
}

.big-slider .slick-prev,
.big-slider .slick-next {
    width: 50px;
    height: 50px; 
}

.big-slider .slick-next {
    right: 0;
}


[dir='rtl'] .slick-prev {
    right: 0px;
    left: auto;
}

.slick-prev:before {
    font-family: FontAwesome;
    content: "\f053";  
    color: #FFF;
    font-size:15px;
    height:100%;
    position:absolute;
    margin-left:5px;
}

[dir='rtl'] .slick-prev:before {
    content: "\f053";   
    height:100%;
    color: #FFF;   
}

.slick-next {
    right: 7px;
    z-index:2;
    width:35px;
    height: 35px;
    opacity:0.7;
    display:block; 
    padding: 0;
}

[dir='rtl'] .slick-next {
    right: auto; 
    left: 0px;
}

.slick-next:before {
    font-family: FontAwesome;
    content: "\f054";   
    color: #FFF;
    font-size:15px;
    height:100%;
    position:absolute;
    margin-left: 5px;
    line-height:4.1px;
}

[dir='rtl'] .slick-next:before {
   content: "\f054";  
   height:100%;
   color: #FFF;
   margin-left: 7px;
}

/* Dots */
.slick-slider {
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 16px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: #FFF;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #FFF;
        }

div.TokenizeMeasure,
div.Tokenize ul li span,
div.Tokenize ul.TokensContainer li.TokenSearch input {
    color: #5b5b59;
}

div.Tokenize {
    position: relative;
    display: inline-block;
    zoom: 1;
}

    div.Tokenize ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        div.Tokenize ul li {
            white-space: nowrap;
        }

        div.Tokenize ul.TokensContainer {
            cursor: text;
            padding: 15px 0px 16px 0;
            min-height: 20px;
            overflow-y: auto;
            background-color: white;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            div.Tokenize ul.TokensContainer.Autosize {
                height: auto;
            }

    div.Tokenize.Disabled ul.TokensContainer,
    div.Tokenize.Disabled ul.TokensContainer input {
        cursor: not-allowed;
    }

    div.Tokenize ul.TokensContainer li.Token {
        border: 1px solid #ccd5e3;
        background-color: #eff2f7;
        padding: 0 5px;
        line-height: 18px;
    }

        div.Tokenize ul.TokensContainer li.Token:hover {
            background-color: #eff2f7;
        }

    div.Tokenize ul.TokensContainer.ui-sortable:not(.ui-sortable-disabled) li.Token {
        cursor: move;
    }

    div.Tokenize ul.TokensContainer li.Token.MovingShadow {
        border: 1px solid #fcefa1;
        background-color: #fbf9ee;
    }

    div.Tokenize ul.TokensContainer li.Token.PendingDelete {
        opacity: 0.5;
        -moz-opacity: 0.5;
        -ms-filter: "alpha(opacity=50)";
        filter: alpha(opacity=50);
    }

    div.Tokenize ul.TokensContainer li.Token,
    div.Tokenize ul.TokensContainer li.TokenSearch {
        margin: 5px 0 0 5px;
        height: 16px;
        float: left;
        position: relative;
        padding:0px;
    }

    /*div.Tokenize ul.TokensContainer li.Token  span{
                text-overflow:ellipsis;
                white-space:nowrap;
                display:block;
                max-width:70px;
                overflow:hidden;
        }*/


        div.Tokenize ul.TokensContainer li.TokenSearch input {
            margin: 0;
            padding: 1px 0;
            background-color: transparent;
            line-height: 18px;
            border: none;
            outline: none;
        }

    div.Tokenize ul.TokensContainer li.Placeholder {
        display: inline-block;
        font-size: 17px;
        letter-spacing: 0px;
        font-style: normal;
        color: #414141;
        position:absolute;
        left:37px;
        line-height:25px;
    }

    div.Tokenize ul.TokensContainer li.SelectedPart {
        float: left;
        font-style: normal;
        color: #5b5b59;
        line-height: 25px;
        height: 0px;
        font-size:15px;
    }

    div.Tokenize ul.TokensContainer,
    div.Tokenize ul.Dropdown {
        color: #414141;
        border-radius: 0px;
        overflow: hidden;
        font-weight: 700;
        border-radius: 7px;
    }

        div.Tokenize ul.TokensContainer li.Token a.Close {
            font-family: Arial, Helvetica, sans-serif !important;
            font-size: 16px !important;
            line-height: 18px;
            float: right;
            margin: 1px 0 0 5px;
            padding: 0;
            cursor: pointer;
            color: #a6b4ce;
        }

    div.Tokenize.Disabled ul.TokensContainer li.Token a.Close {
        display: none;
    }

    div.Tokenize ul.TokensContainer li.Token a.Close:hover {
        background: transparent;
        text-decoration: none;
    }

    div.Tokenize ul.Dropdown {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
        width: 100%;
        padding: 5px 0;
        margin: -1px 0 0 0;
        position: absolute;
        background-color: white;
        overflow-y: auto;
        max-height: 150px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        z-index: 20;
    }

        div.Tokenize ul.Dropdown li {
            padding: 5px 20px;
            overflow: hidden;
            cursor: pointer;
        }

        div.Tokenize ul.Dropdown li a {
            color:#000;
            text-decoration:none;
        }

            div.Tokenize ul.Dropdown li.group {
                padding: 1px 20px;
                overflow: hidden;
                font-weight: bold;
                cursor: default;
                color: #FFF;
                background-color: #FF5D5D;
                background-repeat: repeat-x;
            }

            div.Tokenize ul.Dropdown li.Hover {
                color: #000;
                text-decoration: none;
                background-color: #EFEFEF;
                /*background-image: -moz-linear-gradient(top, #ffcf43, #ffcf43);
                background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcf43), to(#ffcf43));
                background-image: -webkit-linear-gradient(top, #ffcf43, #ffcf43);
                background-image: -o-linear-gradient(top, #ffcf43, #ffcf43);
                background-image: linear-gradient(to bottom, #ffcf43, #ffcf43);
                background-repeat: repeat-x;*/
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
            }

.alertify,
.alertify-show,
.alertify-log {
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.alertify-hide {
	-webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-log-hide {
	-webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-cover {
	position: fixed; z-index: 99999;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color:white;
	filter:alpha(opacity=0);
	opacity:0;
}
	.alertify-cover-hidden {
		display: none;
	}
.alertify {
	position: fixed; z-index: 99999;
	top: 50px; left: 50%;
	width: 550px;
	margin-left: -275px;
	opacity: 1;
}
	.alertify-hidden {
		-webkit-transform: translate(0,-150px);
		   -moz-transform: translate(0,-150px);
		    -ms-transform: translate(0,-150px);
		     -o-transform: translate(0,-150px);
		        transform: translate(0,-150px);
		opacity: 0;
		display: none;
	}
	/* overwrite display: none; for everything except IE6-8 */
	:root *> .alertify-hidden {
		display: block;
		visibility: hidden;
	}
.alertify-logs {
	position: fixed;
	z-index: 5000;
	bottom: 10px;
	right: 10px;
	width: 300px;
}
.alertify-logs-hidden {
	display: none;
}
	.alertify-log {
		display: block;
		margin-top: 10px;
		position: relative;
		right: -300px;
		opacity: 0;
	}
	.alertify-log-show {
		right: 0;
		opacity: 1;
	}
	.alertify-log-hide {
		-webkit-transform: translate(300px, 0);
		   -moz-transform: translate(300px, 0);
		    -ms-transform: translate(300px, 0);
		     -o-transform: translate(300px, 0);
		        transform: translate(300px, 0);
		opacity: 0;
	}
	.alertify-dialog {
		padding: 25px;
	}
		.alertify-resetFocus {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		.alertify-inner {
			text-align: center;
		}
		.alertify-text {
			margin-bottom: 15px;
			width: 100%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
			font-size: 100%;
		}
		.alertify-buttons {
		}
			.alertify-button,
			.alertify-button:hover,
			.alertify-button:active,
			.alertify-button:visited {
				background: none;
				text-decoration: none;
				border: none;
				/* line-height and font-size for input button */
				line-height: 1.5;
				font-size: 100%;
				display: inline-block;
				cursor: pointer;
				margin-left: 5px;
			}

@media only screen and (max-width: 680px) {
	.alertify,
	.alertify-logs {
		width: 90%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.alertify {
		left: 5%;
		margin: 0;
	}
}

/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
    font-family: sans-serif;
}

.alertify {
    background: #FFF;
    border: 10px solid #333; /* browsers that don't support rgba */
    border: 10px solid rgba(0,0,0,.7);
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
    -moz-background-clip: padding; /* Firefox 3.6 */
    background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
    max-height: 85%;
    overflow: auto;
}

.alertify-text {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 4px;
}

.alertify-button {
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
}

    .alertify-button:hover,
    .alertify-button:focus {
        outline: none;
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
        background-image: -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
        background-image: -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
        background-image: -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
        background-image: linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
    }

    .alertify-button:focus {
        box-shadow: 0 0 15px #2B72D5;
    }

    .alertify-button:active {
        position: relative;
        box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    }

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
    background-color: #FE1A00;
    border: 1px solid #D83526;
}

.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
    background-color: #22457A;
    border: 1px solid #22457A;
}

.alertify-log {
    background: #1F1F1F;
    background: rgba(0,0,0,.9);
    padding: 15px;
    border-radius: 4px;
    color: #FFF;
    text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}

.alertify-log-error {
    background: #FE1A00;
    background: rgba(254,26,0,.9);
}

.alertify-log-success {
    background: #22457A;
    background: rgba(34, 69, 122, 1);
}

.dad-noSelect, .dad-noSelect * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
}

.dad-container {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .dad-container::after {
        content: '';
        clear: both !important;
        display: block;
    }

.dad-active .dad-draggable-area {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.dad-draggable-area > *, .dad-draggable-area img {
    pointer-events: none;
}

.dads-children.active {
    pointer-events: none;
}

.dads-children-clone {
    opacity: 1;
    z-index: 9999;
    pointer-events: none;
}

.dads-children-placeholder {
    pointer-events: none;
    overflow: hidden;
    position: absolute !important;
    box-sizing: border-box;
    border: 4px dashed #639BF6;
    margin: 5px;
    text-align: center;
    color: #639BF6;
    font-weight: bold;
}

.drag-bar {
    background: red none repeat scroll 0 0;
    border-bottom: 4px solid transparent;
    color: #ffffff;
    display: block;
    font-family: "bebas_neueregular",sans-serif;
    font-size: 16px;
    height: 10px;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
.cbp-hrmenu {
    width: 100%;
}

    /* general ul style */
    .cbp-hrmenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: left;
    }

    /* first level ul style */
    .cbp-hrmenu > ul,
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        /*max-width: 70em;*/
        margin: 0 auto;
        /*padding: 0 2.2em;*/
        text-align: left;
    }

        .cbp-hrmenu > ul > li {
            display: inline-block;
        }

            .cbp-hrmenu > ul > li > a {
                color: #023c6c;
                display: inline-block;
                font-size: 20px;
                font-weight: normal;
                padding: 0 1em 0 1em;
                transition: color 1.5s ease 0s;
            }

                .cbp-hrmenu > ul > li > a:hover {
                    color: #444;
                    text-decoration: none;
                }

            .cbp-hrmenu > ul > li.cbp-hropen a,
            .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
                color: #fff;
                background: #023c6c;
                font-size: 1.2em;
            }

                .cbp-hrmenu > ul > li.cbp-hropen a.main-menu-item {
                    font-size: 1.5em;
                }

    /* sub-menu */
    .cbp-hrmenu .cbp-hrsub {
        display: none;
        position: absolute;
        background: #023c6c;
        width: 100%;
        left: 0;
        z-index: 2;
    }

.cbp-hropen .cbp-hrsub {
    display: block;
    padding-bottom: 0.5em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
    width: 33%;
    float: left;
    padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
    content: " ";
    display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
    clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
    line-height: 2em;
}

.cbp-hrsub h4 {
    color: #ffd200;
    padding: 2em 0 0.6em;
    margin: 0;
    font-size: 1.4em !important;
    font-weight: 300;
}

.cbp-hrsub .padding0 h4.lastStatPages {
       padding:0em 0 0.6em;
}

    .cbp-hrsub h4 a {
        color: #ffd200 !important;
    }

/* Examples for media queries */

@media screen and (max-width: 52.75em) {

    .cbp-hrmenu {
        font-size: 80%;
    }
}

@media screen and (max-width: 43em) {

    .cbp-hrmenu {
        font-size: 120%;
        border: none;
    }

        .cbp-hrmenu > ul,
        .cbp-hrmenu .cbp-hrsub-inner {
            width: 100%;
            padding: 0;
        }

        .cbp-hrmenu .cbp-hrsub-inner {
            padding: 0 2em;
            font-size: 75%;
        }

        .cbp-hrmenu > ul > li {
            display: block;
            border-bottom: 4px solid #47a3da;
        }

            .cbp-hrmenu > ul > li > a {
                display: block;
                padding: 1em 3em;
            }

        .cbp-hrmenu .cbp-hrsub {
            position: relative;
        }

    .cbp-hrsub h4 {
        padding-top: 0.6em;
    }
}

@media screen and (max-width: 36em) {
    .cbp-hrmenu .cbp-hrsub-inner > div {
        width: 100%;
        float: none;
        padding: 0 2em;
    }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 0px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 400px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  /*border: solid black;*/
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  vertical-align:middle;
}

.daterangepicker .calendar-table .next span {
  /*transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);*/
}

.daterangepicker .calendar-table .prev span {
  /*transform: rotate(135deg);
  -webkit-transform: rotate(135deg);*/
}


    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer;
        font-size: 16px;
        color: #696464;
    }

    .daterangepicker .calendar-table thead th, .daterangepicker .calendar-table thead td {
        cursor: default;
    }

    .daterangepicker .calendar-table th {
        font-size: 16px;
        color: #696464;
        font-weight: 500;
    }

        .daterangepicker .calendar-table th.month {
            color: #696464;
            font-size:16px;
            font-weight:bold;
            text-align:left;
            padding-bottom:7px;
            padding-top:5px;
        }

        .daterangepicker .calendar-table {
            border-radius: 0px;
            background-color: #fff;
        }

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #696464;
}

    .daterangepicker td.in-range {
        background-color: #ea650d;
        border-color: transparent;
        color: #FFF;
        border-radius: 0;
    }

.daterangepicker td.start-date {
  border-radius: 0px 0 0 0px;
}

.daterangepicker td.end-date {
  border-radius: 0 0px 0px 0;
}

.daterangepicker td.start-date.end-date {
}

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background-color: #ea650d;
        border-color: transparent;
        color: #fff;
    }

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #696464;
  font-size:16px;
  cursor: not-allowed;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

.scrollbar.horizontal .arrow,.scrollbar.vertical .arrow{background-repeat:no-repeat;background-size:cover;background-position:center}.scrollbar.horizontal{width:100%;height:12px;overflow:none;position:relative}.scrollbar.horizontal .arrow{position:absolute;height:inherit;width:10px}.scrollbar.horizontal .left-arrow{left:0;background-image:url(icon-arrow-left.svg)}.scrollbar.horizontal .right-arrow{right:0;background-image:url(icon-arrow-right.svg)}.scrollbar.horizontal .slider-bed{position:absolute;background-color:#EEE;border-radius:5px;height:inherit;left:10px;right:10px}.scrollbar.horizontal .slider{position:absolute;height:inherit;background-color:#CCC;border-radius:inherit;left:0}.scrollbar.horizontal .slider:hover{background-color:#999}.scrollbar.vertical{width:12px;height:100%;overflow:none;position:relative}.scrollbar.vertical .arrow{position:absolute;left:0;width:inherit;height:10px}.scrollbar.vertical .top-arrow{background-image:url(icon-arrow-up.svg);top:0}.scrollbar.vertical .bottom-arrow{background-image:url(icon-arrow-down.svg);bottom:0}.scrollbar.vertical .slider-bed{position:absolute;background-color:#EEE;border-radius:5px;width:inherit;top:10px;bottom:10px;left:0}.scrollbar.vertical .slider{position:absolute;width:inherit;background-color:#CCC;border-radius:inherit;top:0}.scrollbar.vertical .slider:hover{background-color:#999}.unselectable{-moz-user-select:none!important;-o-user-select:none!important;-khtml-user-select:none!important;-webkit-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.default-cursor{cursor:default!important}
/*# sourceMappingURL=flexible-scrollbar.min.css.map */
