/*config.scss file where all the other _scss files are imported. This is the file that the grunt watches and compiles..*/
/*Vendors*/
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,700|Yanone+Kaffeesatz:200,300,400,700");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

html button[type="button"] {
    border: none;
    background: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*Units*/
/*   VARIABLES    */
/*Mixins*/
/*Base*/
ul {
    list-style: none;
}

a:focus, a:hover {
    outline: none;
    color: inherit;
}

.close:focus, .close:hover {
    color: #fff;
}

#ui-datepicker-div {
    z-index: 99 !important;
}

/* Components */
.btn {
    padding: 5px 15px;
    background-color: white;
    border-radius: 0px;
}

    .btn a {
        color: black;
        font-size: 18px;
        font-weight: 400;
    }

.btn-hover:hover {
    background-color: #FBDC23;
    transition: all 0.3s;
}

.ui-widget-header {
    background-color: transparent;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background-color: #FBDC23;
}

.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 {
    border: 1px solid #FBDC23;
    background: #ffed81;
    font-weight: normal;
    color: #333333;
}

.heading-black {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #333333;
    border-bottom: 1px solid black;
}

.heading-white {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    border-bottom: 1px solid white;
}

.heading-inside-black {
    position: relative;
}

    .heading-inside-black::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: black;
        left: 0;
        bottom: 0;
    }

.heading-inside-white {
    position: relative;
}

    .heading-inside-white::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: white;
        left: 0;
        bottom: 0;
    }

.main-title {
    font-size: 48px;
    font-weight: bold;
}

.second-title {
    font-size: 26px;
}

h1.slogan {
    font-weight: 300;
}

@media only screen and (max-width: 999px) {
    .main-title {
        font-size: 26px;
        line-height: 26px;
    }

    .heading-black span {
        padding-bottom: 10px;
        font-size: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .heading-black span {
        padding-bottom: 10px;
        font-size: 26px;
    }
}

.last-termin-alert {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    background-color: #FBDC23;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

@media screen and (max-width: 920px) {
    .last-termin-alert {
        margin-top: 72px;
    }
}

.last-termin-alert .lm-prev, .last-termin-alert .lm-next {
    display: none !important;
}

.last-termin-alert .alert-dismissible .close {
    padding: 10px 15px;
}

.last-termin-alert .only-medium, .last-termin-alert .only-small {
    display: none;
}

button.close:focus {
    outline: none;
}

.last-minute-title {
    color: #333333;
    font-weight: 800;
    font-size: 22px;
    margin-right: 20px;
}

@media screen and (max-width: 920px) {
    .last-minute-title {
        position: absolute;
        display: block;
        top: -52px;
    }
}

@media screen and (max-width: 620px) {
    .last-minute-title {
        text-align: center;
        margin: 0;
        padding: 10px;
    }
}

@media screen and (orientation: landscape) {
    .last-minute-title {
        text-align: center;
        margin: 0;
        padding: 10px;
    }
}

.bold-gray {
    font-weight: bold;
    color: #666666;
}

.last-minute-offer {
    margin: 10px;
    border: 1px solid black;
    background-color: white;
    color: #333333;
    padding: 5px 10px;
    padding-right: 50px;
    font-size: 16px;
    position: relative;
}

@media screen and (max-width: 620px) {
    .last-minute-offer {
        display: none;
    }

        .last-minute-offer:first-of-type {
            display: block;
        }
}

.last-minute-offer .discount {
    background-color: #333333;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #FBDC23;
    height: 100%;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
}

.last-minute-name {
    font-weight: 15px;
    opacity: 0.8;
    white-space: nowrap;
}

span.last-minute-name::after {
    content: "|";
    padding: 0 5px;
}

@media screen and (max-width: 800px) {
    .last-termin-alert {
        height: auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#lm-slick {
    width: 100%;
    max-width: 60%;
    display: block;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 800px) {
    #lm-slick {
        max-width: 70%;
    }
}

@media screen and (max-width: 415px) {
    #lm-slick {
        max-width: 80%;
    }
}

#lm-slick .last-minute-date {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#lm-slick .slick-slide {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/* Features */
body,
html {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
    min-height: 100%;
    overflow: auto;
}

.container {
    box-sizing: border-box;
}

.main {
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (max-width: 574px) {
    main {
        padding: 0 10px;
    }
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

@media (min-width: 1440px) {
    .container {
        width: 1120px;
    }
}

.termin-next, .main-next {
    background-image: url(../images/next.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 50px;
    background-position: center !important;
    position: absolute;
    right: -60px;
    top: 0;
    margin: 0;
    padding-top: calc((477px - (10px * 2)) / 2) !important;
    content: "";
    height: 100%;
}

.termin-prev, .main-prev {
    background-image: url(../images/prev.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 50px;
    background-position: center !important;
    position: absolute;
    left: -60px;
    top: 0;
    margin: 0;
    padding-top: calc((477px - (10px * 2)) / 2) !important;
    content: "";
    height: 100%;
}

.title {
    border-bottom: 1px solid black;
    width: auto;
    margin: 30px 10px;
}

    .title h2 {
        margin-right: auto !important;
        border-bottom: 3px solid black;
        vertical-align: bottom;
        -webkit-align-items: self-end;
        -ms-flex-align: self-end;
        align-items: self-end;
        margin-bottom: 0;
    }

    .title a {
        text-decoration: none;
        color: black;
        font-weight: 300;
    }

.more-link {
    text-decoration: none;
    color: black;
}

.only-medium,
.only-small {
    display: none;
}

@media screen and (max-width: 920px) {
    .no-medium {
        display: none !important;
    }

    .only-medium {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 620px) {
    .no-small {
        display: none !important;
    }

    .only-small {
        display: block;
    }
}

.new-location-wrapper {
    width: 100%;
}

.new-location {
    padding: 30px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.new-location-part {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.new-location-left {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
}

    .new-location-left .new-location-images {
        width: 100%;
        height: 50%;
        margin-bottom: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .new-location-left .new-location-image {
        width: 50%;
    }

        .new-location-left .new-location-image:nth-child(1) {
            margin-right: 20px;
        }

        .new-location-left .new-location-image img {
            width: 100%;
            -o-object-fit: center;
            object-fit: center;
        }

    .new-location-left .new-location-content {
        background-color: #333333;
        color: #fff;
        padding: 10px;
    }

        .new-location-left .new-location-content p {
            font-size: 16px;
            margin: 10px 0;
        }

        .new-location-left .new-location-content .promotion {
            font-size: 20px;
        }

        .new-location-left .new-location-content .details {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

            .new-location-left .new-location-content .details .btn {
                margin-left: auto;
            }

            .new-location-left .new-location-content .details span:not(:last-child) {
                padding-right: 10px;
                color: #FBDC23;
            }

.new-location-part {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .new-location-part iframe {
        width: 100%;
        height: 100%;
    }

@media only screen and (max-width: 995px) {
    .new-location {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .new-location > div {
            width: 100%;
        }

    .new-location-part iframe {
        min-height: 380px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .new-location-part iframe {
        min-height: 250px;
    }
}

@media only screen and (max-width: 1320px) {
    .new-location-left .new-location-content .details {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.new-promo-location {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 500px;
    padding: 30px 0;
}

.left {
    width: 260px;
    margin-right: 20px;
    height: 100%;
}

    .left .image-container {
        display: block;
        height: 100%;
        width: 260px;
    }

        .left .image-container img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.right {
    width: calc( 100% - 280px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

    .right .up,
    .right .down {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 50%;
    }

    .right .new-location-content {
        width: 580px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 20px;
        background-color: #333333;
        color: #fff;
        padding: 10px;
    }

        .right .new-location-content p {
            margin: 10px 0;
            font-size: 16px;
        }

        .right .new-location-content .promotion {
            font-size: 20px;
        }

        .right .new-location-content .btn {
            margin-left: auto;
        }

        .right .new-location-content .details span:not(:last-child) {
            padding-right: 10px;
            color: #FBDC23;
        }

        .right .new-location-content .details {
            margin-top: auto;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
        }

    .right .up span.image-container {
        width: 260px;
        display: inline-block;
        height: 100%;
    }

        .right .up span.image-container img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .right .down {
        margin-top: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .right .down .image-container {
            display: inline-block;
            height: 100%;
        }

            .right .down .image-container img {
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                height: 100%;
            }

        .right .down .image-small {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-right: 20px;
        }

        .right .down .image-large {
            -webkit-flex: 2;
            -ms-flex: 2;
            flex: 2;
        }

@media only screen and (max-width: 1320px) {
    .new-promo-location {
        height: auto;
    }

    .left {
        display: none;
    }

    .right {
        width: 100%;
    }

    .up {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .right .new-location-content {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0;
        height: auto;
        width: 100%;
    }

    .right .up span.image-container {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        position: absolute;
        top: 0;
        height: 450px;
        width: 50%;
    }

    .right .down {
        margin-top: 0;
        margin-bottom: 20px;
        min-height: 450px;
        height: 450px;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 50%;
    }

        .right .down .image-large {
            -webkit-flex: initial;
            -ms-flex: initial;
            flex: initial;
            padding-top: 10px;
        }

        .right .down .image-small {
            -webkit-flex: initial;
            -ms-flex: initial;
            flex: initial;
            padding-bottom: 10px;
        }

        .right .down span.image-container {
            width: calc(100% - 20px);
            height: 50%;
            margin-left: 20px;
        }

            .right .down span.image-container img {
                width: 100%;
            }
}

@media only screen and (max-width: 1320px) {
    .right .new-location-content .details {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: left;
        -ms-flex-align: left;
        align-items: left;
    }
}

footer {
    min-height: 410px;
    background-color: #000000;
    color: #fff;
    padding: 30px;
}

@media screen and (max-width: 414px) {
    footer {
        padding: 30px 10px;
    }
}

footer .logo-container {
    width: 340px;
    margin: 0 auto;
}

    footer .logo-container img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

footer .newsletter-container {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    font-size: 20px;
    position: relative;
    margin-top: 15px;
}

    footer .newsletter-container span {
        color: #FBDC23;
    }

@media screen and (max-width: 414px) {
    footer .newsletter-container {
        text-align: center;
        width: 90%;
    }
}

@media screen and (orientation: landscape) {
    footer .newsletter-container {
        text-align: center;
        width: 55%;
    }
}

footer .newsletter-container input {
    width: 100%;
    background-color: transparent;
    color: #fff;
    height: 50px;
    padding: 15px;
    padding-right: 115px;
    margin-top: 5px;
}

    footer .newsletter-container input:valid + .placeholder {
        display: none;
    }

footer .newsletter-container .input-placeholder {
    position: relative;
}

footer .newsletter-container .placeholder {
    position: absolute;
    pointer-events: none;
    bottom: 10px;
    left: 20px;
    margin: auto;
    color: #EEEEEE;
    font-weight: 100;
}

    footer .newsletter-container .placeholder span {
        color: #fff;
        font-weight: bold;
    }

footer .newsletter-container a.news-btn {
    position: absolute;
    display: block;
    width: 115px;
    height: 50px;
    bottom: 0;
    right: 0;
    background-color: #fff;
    color: #333333;
    text-align: center;
    line-height: 50px;
}

footer .news-message {
    width: 85%;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    font-weight: 100;
    color: #FBDC23;
}

footer .footer-menu-container ul {
    display: block;
    max-width: 100%;
    font-size: 16px;
    margin: auto;
    text-align: center;
}

@media screen and (orientation: landscape) {
    footer .footer-menu-container ul {
        max-width: 90%;
        margin: auto;
    }
}

footer .footer-menu-container ul li {
    display: inline-block;
    padding: 0 10px;
    margin: 5px auto;
}

    footer .footer-menu-container ul li:not(:last-child) {
        border-right: 1px solid #fff;
    }

@media screen and (max-width: 414px) {
    footer .footer-menu-container ul li:nth-child(3) {
        border: none;
    }
}

@media screen and (orientation: landscape) {
    footer .footer-menu-container ul li:nth-child(5) {
        border: none;
    }
}

footer .social-media {
    text-align: center;
    padding: 19px;
}

    footer .social-media span {
        display: inline-block;
        width: 32px;
        height: 32px;
    }

        footer .social-media span:not(:last-child) {
            margin-right: 10px;
            font-size: 18px;
        }

    footer .social-media a {
        display: inline-block;
        line-height: 35px;
        width: 100%;
        height: 100%;
    }

    footer .social-media.social-white a {
        background-color: #fff;
        color: #000000;
    }

    footer .social-media.social-black a {
        background-color: #333333;
        color: #fff;
    }

footer .copy-right {
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding-top: 30px;
}

    footer .copy-right .sup {
        vertical-align: super;
    }

    footer .copy-right .link {
        color: #FBDC23;
    }

@media only screen and (max-width: 400px) {
    footer .logo-container {
        width: 100%;
    }
}

header {
    position: relative;
}

    header .logo-helper {
        position: absolute;
        height: 100%;
        width: 130px;
        overflow: hidden;
    }

    header .logo {
        position: absolute;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 130px;
        height: 170px;
        background-color: #fff;
        border-top-right-radius: 20%;
        border-bottom-right-radius: 66%;
        top: 20px;
    }

        header .logo img {
            width: 80%;
        }

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.dropdown-toggle:hover,
.btn-secondary.dropdown-toggle:active,
.btn-secondary.dropdown-toggle:focus,
.btn-secondary.dropdown-toggle:focus-within {
    background-color: transparent;
    color: #333333;
}

.show .btn-secondary.dropdown-toggle:hover {
    background-color: transparent;
    color: #333333;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none;
}

.header-social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    width: 100%;
    padding: 0 30px;
}

.languagepicker {
    background-color: #FFF;
    display: block;
    width: 50px;
    height: 30px;
    overflow: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 20px;
}

    .languagepicker:hover {
        /* don't forget the 1px border */
        height: auto;
    }

    .languagepicker a {
        color: #000;
        text-decoration: none;
        width: 50px;
        height: 30px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .languagepicker li {
        display: block;
        text-align: center;
        line-height: 30px;
        border-top: 1px solid #EEE;
        width: 50px;
        height: 30px;
    }

        .languagepicker li:hover {
            background-color: #EEE;
        }

    .languagepicker a:first-child li {
        border: none;
        background: #FFF !important;
    }

    .languagepicker li img {
        width: 30px;
        height: 20px;
        margin-right: 5px;
    }

header .social-media {
    padding-right: 154px;
}

    header .social-media span {
        background-color: #333333;
        padding: 10px;
        margin-right: 10px;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 36px;
        height: 36px;
    }

        header .social-media span a {
            color: white;
        }

nav {
    width: 100%;
    height: 70px;
    background-color: #333333;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 150px;
}

    nav ul {
        display: block;
        line-height: 70px;
    }

        nav ul li {
            display: inline-block;
        }

            nav ul li a {
                color: white;
            }

        nav ul.main-navigation li {
            text-transform: uppercase;
        }

            nav ul.main-navigation li:not(:last-child) {
                padding-right: 20px;
            }

    nav .login-wrapper {
        margin-left: auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: gray;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
    }

        nav .login-wrapper li:nth-child(1):after {
            content: "|";
            padding: 0 5px;
        }

        nav .login-wrapper a {
            color: #fff;
        }

            nav .login-wrapper a:hover {
                color: #FBDC23;
            }

header .hamburger-btn {
    display: none;
}

.second-header {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
}

    .second-header .second-header-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
        width: 100%;
        padding: 0 20px;
        position: relative;
    }

    .second-header .second-header-logo {
        width: 40px;
        line-height: 70px;
    }

    .second-header .search-form, .second-header .ketering, .second-header .ketering {
        top: initial;
        margin: 0;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
        max-width: 1200px;
    }

    .second-header .hamburger-btn {
        line-height: 70px;
        color: #333333;
    }

    .second-header .catering-link {
        margin: 0 5px 0px 15px;
        padding: 0;
        border-bottom: 1px solid #333333;
    }

        .second-header .catering-link:hover {
            color: #333333;
        }

    .second-header .category-items-web {
        position: absolute;
        display: none;
        width: 250px;
        background-color: rgba(255, 255, 255, 0.9);
        color: #333333;
        height: auto;
        top: 70px;
        right: 0;
    }

        .second-header .category-items-web ul.sec-main-menu {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .second-header .category-items-web ul.sec-main-menu li {
                width: 100%;
                text-align: center;
                padding: 10px;
                text-transform: uppercase;
            }

                .second-header .category-items-web ul.sec-main-menu li a {
                    width: 100%;
                    display: inline-block;
                }

                .second-header .category-items-web ul.sec-main-menu li:hover {
                    background-color: #FBDC23;
                    color: #333333;
                }

                .second-header .category-items-web ul.sec-main-menu li:not(:last-child) {
                    border-bottom: 1px solid #3333331a;
                }

        .second-header .category-items-web.open {
            display: block;
        }

    .second-header.open {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

@media only screen and (max-width: 1200px) {
    .second-header.open {
        display: none !important;
    }
}

@media only screen and (max-width: 1040px) {
    header .hamburger-btn {
        display: block;
        height: 100%;
        line-height: 70px;
    }

        header .hamburger-btn a {
            font-size: 24px;
            color: #fff;
            padding: 20px 10px;
        }

    header ul.main-navigation {
        display: none;
    }

        header ul.main-navigation.active {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            background: #333333;
            color: white;
            bottom: -350px;
            right: 0;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            z-index: 9;
            width: 100%;
            border-top: 1px solid white;
        }

            header ul.main-navigation.active li {
                text-align: center;
                padding: 0;
            }

                header ul.main-navigation.active li:not(:last-child) {
                    border-bottom: 1px solid white;
                }

    header nav {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 30px;
    }

        header nav .login-wrapper {
            background-color: initial;
            margin-left: 0;
        }
}

@media only screen and (max-width: 600px) {
    header .social-media {
        padding-right: 0;
    }

    .languagepicker {
        display: none;
    }

    header .logo {
        width: 86px;
        height: 118px;
        top: 53px;
    }

    header nav {
        padding-right: 10px;
        padding-left: 100px;
        font-size: 18px;
    }

    nav .login-wrapper {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 400px) {
    header nav {
        padding-right: 10px;
        padding-left: 100px;
        font-size: 16px;
    }
}

.sticky-filter-wrapper .btn-primary:not(:disabled):not(.disabled).active,
.sticky-filter-wrapper .btn-primary:not(:disabled):not(.disabled):active,
.sticky-filter-wrapper .show > .btn-primary.dropdown-toggle {
    background-color: white;
    color: #333333;
    border: none;
}

    .sticky-filter-wrapper .btn-primary:not(:disabled):not(.disabled).active:focus,
    .sticky-filter-wrapper .btn-primary:not(:disabled):not(.disabled):active:focus,
    .sticky-filter-wrapper .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0px 5px 5px -5px #111;
    }

.sticky-filter-wrapper .dropdown-item.active,
.sticky-filter-wrapper .dropdown-item:active {
    background-color: #FBDC23;
    color: #333333;
}

.sticky-filter-wrapper a {
    color: #333333;
}

.main-banner {
    width: 100%;
    text-align: center;
    margin-top: 27px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

    .main-banner img {
        display: block;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.slogan {
    text-align: center;
    margin: 37px 0 73px 0;
}

@media screen and (max-width: 999px) {
    .slogan {
        margin-bottom: 30px;
    }
}

.date-wrapper input:focus {
    outline: none;
}

#mainSlider .carousel-item:focus {
    outline: none;
}

#mainSlider {
    position: relative;
    overflow: hidden;
    max-height: 525px;
}

    #mainSlider .slick-slide {
        max-height: 525px;
    }

    #mainSlider img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        margin: 0;
        padding: 0;
    }

    #mainSlider .slide-card {
        border: 1px solid black;
        background: rgba(255, 255, 255, 0.5);
        display: inline-block;
        margin: auto;
        padding: 10px 62px;
        text-align: center;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 70px;
        z-index: 69;
    }

        #mainSlider .slide-card .slide-name {
            font-weight: bold;
            font-weight: bold;
            font-size: 26px;
            padding: 10px;
        }

        #mainSlider .slide-card .slide-go-to {
            background: black;
            color: white;
            border: 1px solid black;
            text-transform: uppercase;
        }

.slider-banners {
    position: absolute;
    bottom: 10%;
    z-index: 9;
    color: white;
    font-size: 24px;
    font-weight: 300;
    border: none;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
}

    .slider-banners .close {
        top: 35px;
    }

    .slider-banners.one {
        left: 176px;
        background-image: url("../images/slider-banner-one.png");
        width: 250px;
        padding: 15px;
        padding-top: 30px;
        height: 230px;
        padding-top: 70px;
        border-radius: 0;
    }

        .slider-banners.one .banner-details {
            margin-top: 10px;
            position: relative;
        }

            .slider-banners.one .banner-details .bold {
                font-weight: 400;
            }

            .slider-banners.one .banner-details .count {
                position: absolute;
                top: -40px;
                left: 47%;
                color: white;
                right: 50%;
                font-size: 46px;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .slider-banners.one > span {
            margin: 7px auto;
            display: inline-block;
            font-weight: 300;
            padding: 5px;
        }

            .slider-banners.one > span a {
                color: #00838F;
            }

        .slider-banners.one a {
            font-size: 18px;
            font-weight: 300;
            color: #00838F;
        }

    .slider-banners.two {
        right: 176px;
        width: 250px;
        padding: 15px;
        height: 170px;
        background-image: url("../images/slider-banner-two.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

        .slider-banners.two .banner-details {
            width: 75px;
            font-size: 22px;
            color: black;
            height: 100px;
            overflow: hidden;
            display: inline-block;
            float: left;
            line-height: 33px;
        }

            .slider-banners.two .banner-details .bold {
                font-weight: 400;
                font-size: 30px;
            }

        .slider-banners.two .popust {
            color: #333333;
            float: right;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            width: calc( 100% - 75px);
            font-size: 40px;
            padding: 5px;
            line-height: 33px;
            height: 100px;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .slider-banners.two .popust .bold {
                font-weight: 600;
                text-transform: lowercase;
                font-size: 26px;
                width: 100%;
                display: block;
            }

        .slider-banners.two .close {
            top: 1px;
            right: 6px;
            color: #333333;
        }

        .slider-banners.two > span {
            margin-left: 70px;
            display: inline-block;
            padding: 5px;
            background-color: #333333;
        }

            .slider-banners.two > span a {
                color: white;
                font-weight: 300;
            }

.search-form, .ketering {
    position: relative;
    top: 150px;
    z-index: 2;
    max-width: 900px;
    margin: -50px auto auto auto;
}

@media screen and (max-width: 999px) {
    .search-form, .ketering {
        top: 0;
        margin: auto;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-bottom: 30px;
    }

        .search-form .dropdown-menu, .ketering .dropdown-menu {
            width: 100%;
        }
}

.search-form select, .ketering select,
.search-form button,
.ketering button,
.search-form button.dropdown-toggle,
.ketering button.dropdown-toggle,
.search-form input,
.ketering input {
    height: 50px;
    width: 200px;
    padding: 10px;
    font-size: 20px;
    background-color: white;
    color: #333333;
    text-transform: lowercase;
    overflow: hidden;
    border: none;
    box-shadow: 0px 5px 5px -5px #111;
}

@media screen and (max-width: 999px) {
    .search-form select, .ketering select,
    .search-form button,
    .ketering button,
    .search-form button.dropdown-toggle,
    .ketering button.dropdown-toggle,
    .search-form input,
    .ketering input {
        margin: 10px auto;
        width: 350px;
    }
}

@media screen and (max-width: 440px) {
    .search-form select, .ketering select,
    .search-form button,
    .ketering button,
    .search-form button.dropdown-toggle,
    .ketering button.dropdown-toggle,
    .search-form input,
    .ketering input {
        margin: 10px auto;
        width: 250px;
    }
}

.search-form .dropdown button, .ketering .dropdown button {
    padding-right: 30px;
}

.search-form button.cta, .ketering button.cta {
    transition: all 0.3s;
    background-color: #FBDC23;
    border: none;
    text-transform: uppercase;
}

    .search-form button.cta:focus, .ketering button.cta:focus {
        outline: none;
    }

    .search-form button.cta:hover, .ketering button.cta:hover {
        color: white;
    }

.search-form input#main-date-filter::-webkit-input-placeholder, .ketering input#main-date-filter::-webkit-input-placeholder {
    color: #333333;
}

.search-form input#main-date-filter:-ms-input-placeholder, .ketering input#main-date-filter:-ms-input-placeholder {
    color: #333333;
}

.search-form input#main-date-filter::placeholder, .ketering input#main-date-filter::placeholder {
    color: #333333;
}

.search-form input#main-date-filter, .ketering input#main-date-filter {
    padding-right: 34px;
}


.search-form button.dropdown-toggle,
.ketering button.dropdown-toggle {
    text-align: left;
}

.search-form .dropdown-toggle::after, .ketering .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 23px;
}

.search-form .btn-primary:not(:disabled):not(.disabled).active, .ketering .btn-primary:not(:disabled):not(.disabled).active,
.search-form .btn-primary:not(:disabled):not(.disabled):active,
.ketering .btn-primary:not(:disabled):not(.disabled):active,
.search-form .show > .btn-primary.dropdown-toggle,
.ketering .show > .btn-primary.dropdown-toggle {
    background-color: white;
    color: #333333;
    border: none;
}

    .search-form .btn-primary:not(:disabled):not(.disabled).active:focus, .ketering .btn-primary:not(:disabled):not(.disabled).active:focus,
    .search-form .btn-primary:not(:disabled):not(.disabled):active:focus,
    .ketering .btn-primary:not(:disabled):not(.disabled):active:focus,
    .search-form .show > .btn-primary.dropdown-toggle:focus,
    .ketering .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0px 5px 5px -5px #111;
    }

.search-form .dropdown-item.active, .ketering .dropdown-item.active,
.search-form .dropdown-item:active,
.ketering .dropdown-item:active {
    background-color: #FBDC23;
    color: #333333;
}

.search-form a, .ketering a {
    color: #333333;
}

.search-form .date-wrapper, .ketering .date-wrapper {
    height: 50px;
    width: 200px;
    position: relative;
}

@media screen and (max-width: 999px) {
    .search-form .date-wrapper, .ketering .date-wrapper {
        width: 350px;
    }
}

@media screen and (max-width: 440px) {
    .search-form .date-wrapper, .ketering .date-wrapper {
        width: 250px;
    }
}

.search-form .date-icon, .ketering .date-icon {
    position: absolute;
    right: 10px;
    top: 15px;
}

@media screen and (max-width: 999px) {
    .search-form .date-icon, .ketering .date-icon {
        top: 20px;
        right: 15px;
    }
}


.search-form button,
.ketering button {
    background: transparent;
    border: 1px solid black;
}

.search-form select option:first-child, .ketering select option:first-child {
    color: grey;
    display: none;
}

.ketering {
    top: 90px;
}

    .ketering a {
        color: #333333;
        font-size: 18px;
        border-bottom: 1px solid #333333;
        line-height: 20px;
    }

    .ketering .catering-link {
        margin: 0 20px;
    }

@media screen and (max-width: 1000px) {
    .ketering .catering-link {
        display: none;
    }
}

#location,
#city,
div.date-wrapper {
    margin-right: 24px;
}

.main-next {
    right: 0;
    z-index: 1;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 100px;
}

.main-prev {
    left: 0;
    z-index: 1;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 100px;
}

@media screen and (max-width: 990px) {
    .main-next,
    .main-prev {
        width: 50px;
    }
}

.main-dot {
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

    .main-dot li {
        height: 5px;
        width: 45px;
        margin: 0 10px;
        background-color: #fff;
        display: inline-block;
        transition: background-color 0.6s ease;
        font-size: 0px;
    }

        .main-dot li.slick-active {
            background-color: #FBDC23;
        }

@media screen and (max-width: 1170px) {
    .slider-banner-holder {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .search-form, .ketering {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #location,
    #city,
    div.date-wrapper {
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 700px) {
    #mainSlider {
        margin-top: 30px;
        height: 360px;
        max-height: 360px;
    }

        #mainSlider::before {
            background: none;
        }

        #mainSlider .slide-card {
            padding: 10px 20px;
            bottom: 150px;
        }
}

@media screen and (max-width: 500px) {
    #mainSlider .slide-card {
        padding: 10px 20px;
        bottom: 60px;
    }

    #mainSlider .slick-slide {
        height: 350px;
    }

    .slogan {
        font-size: 30px;
        margin: 20px;
    }
}

@media screen and (max-width: 420px) {
    #mainSlider .slide-card {
        padding: 10px 20px;
        bottom: 20px;
    }
}

.filter-wrap {
    width: 100%;
    background: #eeeeee;
}

.filter-form .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 23px;
}

.filter-form button.filter-search-btn {
    transition: all 0.3s;
    border: none;
    text-transform: uppercase;
}

    .filter-form button.filter-search-btn:focus {
        outline: none;
    }

.filter-form {
    padding: 60px 15px 30px;
    margin: 25px auto;
}

@media screen and (max-width: 620px) {
    .filter-form {
        top: 0;
        margin: auto;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.filter-form select,
.filter-form button,
.filter-form button.dropdown-toggle,
.filter-form input {
    height: 50px;
    width: 300px;
    padding: 10px;
    font-size: 20px;
    background-color: white;
    color: #333333;
    text-transform: lowercase;
    overflow: hidden;
    border: none;
    box-shadow: 0px 5px 5px -5px #111;
}

@media screen and (max-width: 999px) {
    .filter-form select,
    .filter-form button,
    .filter-form button.dropdown-toggle,
    .filter-form input {
        margin: 10px auto;
        width: 350px;
    }
}

@media screen and (max-width: 440px) {
    .filter-form select,
    .filter-form button,
    .filter-form button.dropdown-toggle,
    .filter-form input {
        margin: 10px auto;
        width: 250px;
    }
}

.filter-form .dropdown button {
    padding-right: 30px;
    text-align: left;
}

.filter-form button.cta {
    transition: all 0.3s;
    background-color: #FBDC23;
    border: none;
    text-transform: uppercase;
}

    .filter-form button.cta:focus {
        outline: none;
    }

    .filter-form button.cta:hover {
        color: white;
    }

@media screen and (max-width: 620px) {
    .filter-form button {
        width: 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.filter-form .date-wrapper {
    height: 50px;
    max-width: 300px;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 620px) {
    .filter-form .date-wrapper {
        margin: 10px auto !important;
        width: 30%;
        -webkit-flex: 0 3 30%;
        -ms-flex: 0 3 30%;
        flex: 0 3 30%;
    }

        .filter-form .date-wrapper input {
            width: 100%;
            margin: 0;
        }
}

.filter-form .date-wrapper input {
    margin: auto !important;
}

@media screen and (max-width: 620px) {
    .filter-form .date-wrapper #main-date-filter {
        margin: 0 !important;
    }
}

.filter-form .date-wrapper .checkbox-inline {
    position: absolute;
    right: 0;
    bottom: 50px;
    white-space: nowrap;
}

    .filter-form .date-wrapper .checkbox-inline input[type='checkbox'] {
        height: auto;
        width: auto;
        margin: 5px !important;
    }

    .filter-form .date-wrapper .checkbox-inline .datepicker {
        width: 100%;
        height: auto;
    }

.filter-form .date-wrapper .date-icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px;
}

@media screen and (max-width: 620px) {
    .filter-form .date-wrapper .date-icon {
        display: none;
    }
}

.filter-form button {
    background: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 620px) {
    .filter-form button {
        max-width: calc(100% - 10px);
    }
}

.filter-form select option:first-child {
    color: grey;
    display: none;
}

#sticky-filter.fixed {
    position: fixed;
    top: 0px;
    z-index: 10;
    left: 0;
    right: 0;
}

    #sticky-filter.fixed .filter-form {
        margin: 0;
    }

.secound-filter-wrap {
    padding: 0 15px;
    max-width: 60%;
    width: 100%;
    display: inline-block;
}

@media screen and (max-width: 820px) {
    .secound-filter-wrap {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.secound-filter-wrap .dropdown-item.active, .secound-filter-wrap .dropdown-item:active {
    background-color: #FBDC23;
}

.secound-filter-wrap .main-banner {
    display: inline;
}

    .secound-filter-wrap .main-banner img {
        height: 100%;
        width: 100%;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        -o-object-fit: contain;
        object-fit: contain;
    }

.secound-filter-wrap .secound-filter-form {
    width: 100%;
    border-bottom: 2px solid #333333;
    padding: 10px;
}

@media screen and (max-width: 820px) {
    .secound-filter-wrap .secound-filter-form {
        top: 0;
        margin: auto;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

.secound-filter-wrap .secound-filter-form label {
    font-size: 18px;
    line-height: 18px;
}

    .secound-filter-wrap .secound-filter-form label input {
        margin: 0 5px;
        display: inline-block;
        vertical-align: bottom;
    }

@media screen and (max-width: 820px) {
    .secound-filter-wrap .secound-filter-form label input {
        margin: 5px auto;
    }
}

.secound-filter-wrap .secound-filter-form .checkbox-more {
    margin: 5px;
}

.secound-filter-wrap .secound-filter-form button.btn.btn-secondary.btn-sm.dropdown-toggle {
    color: #333333;
    font-size: 18px;
    padding: 0;
    margin-bottom: .5rem;
}

.secound-filter-wrap .secound-filter-form .btn-secondary:not(:disabled):not(.disabled).active, .secound-filter-wrap .secound-filter-form .btn-secondary:not(:disabled):not(.disabled):active, .secound-filter-wrap .secound-filter-form .show > .btn-secondary.dropdown-toggle {
    background-color: transparent;
}

.secound-filter-wrap .aditional-filters {
    padding: 35px 15px;
    border-bottom: 1px solid black;
}

    .secound-filter-wrap .aditional-filters:last-child {
        border-bottom: none;
        padding-right: 0;
    }

        .secound-filter-wrap .aditional-filters:last-child label {
            width: 100%;
        }

        .secound-filter-wrap .aditional-filters:last-child button {
            background: transparent;
            border: none;
            float: right;
            font-size: 26px;
            margin-top: 30px;
            padding: 3px 20px;
        }

            .secound-filter-wrap .aditional-filters:last-child button.back span {
                border-bottom: 1px solid black;
            }

            .secound-filter-wrap .aditional-filters:last-child button.go {
                background-color: #FBDC23;
            }

    .secound-filter-wrap .aditional-filters h2 {
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .secound-filter-wrap .aditional-filters .radio-filter-content {
        max-width: 70%;
    }

    .secound-filter-wrap .aditional-filters .set-aligment {
        line-height: 14px;
    }

        .secound-filter-wrap .aditional-filters .set-aligment input {
            margin-left: 0px;
        }

@media screen and (max-width: 820px) {
    .secound-filter-wrap .aditional-filters .filter-content.goodies .checkbox-inline {
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}

@media screen and (max-width: 820px) {
    .secound-filter-wrap .aditional-filters .filter-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: wor;
        -ms-flex-direction: wor;
        flex-direction: wor;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.secound-filter-wrap .aditional-filters .filter-content .checkbox-inline {
    margin: 0 10px;
}

    .secound-filter-wrap .aditional-filters .filter-content .checkbox-inline input {
        margin: 5px 5px 5px 0;
        line-height: 24px;
    }

@media screen and (max-width: 820px) {
    .secound-filter-wrap .aditional-filters .filter-content .checkbox-inline {
        margin: auto 0 !important;
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    }
}

.secound-filter-wrap .aditional-filters .filter-content .checkbox-inline:first-child {
    margin-left: 0px !important;
}

    .secound-filter-wrap .aditional-filters .filter-content .checkbox-inline:first-child input {
        margin-left: 0px !important;
    }

.secound-filter-wrap .aditional-filters #guest-count {
    position: relative;
    max-width: 60%;
}

@media screen and (max-width: 820px) {
    .secound-filter-wrap .aditional-filters #guest-count {
        max-width: 100%;
    }
}

.secound-filter-wrap .aditional-filters #guest-count.ui-slider .ui-slider-handle {
    background: #FBDC23;
    border: 1px solid #FBDC23;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    top: -11px;
    z-index: 4;
}

.secound-filter-wrap .aditional-filters #guest-count.ui-slider-horizontal .ui-slider-range {
    background: #FBDC23;
}

.secound-filter-wrap .aditional-filters #guest-count.ui-widget.ui-widget-content {
    border: 1px solid #FBDC23;
    height: 5px;
    margin-bottom: 50px;
    margin-left: 15px;
}

.secound-filter-wrap .aditional-filters #guest-count label {
    position: absolute;
    z-index: 3;
    margin: 15px 0;
    margin-left: -.6em;
    text-align: center;
    font-size: 12px;
}

    .secound-filter-wrap .aditional-filters #guest-count label:first-of-type {
        margin-left: -5px;
    }

.secound-filter-wrap .aditional-filters #guest-count .tick {
    position: absolute;
    z-index: 3;
    margin: 0 0 0 -1px;
    background: #fff;
    border: 1px solid #FBDC23;
    width: 10px;
    height: 10px;
    top: -4px;
    border-radius: 5px;
}

.secound-filter-wrap .aditional-filters #pricing {
    position: relative;
    max-width: 60%;
}

@media screen and (max-width: 820px) {
    .secound-filter-wrap .aditional-filters #pricing {
        max-width: 100%;
    }
}

.secound-filter-wrap .aditional-filters #pricing.ui-slider .ui-slider-handle {
    background: #333333;
    border: 1px solid #333333;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    top: -11px;
    z-index: 4;
}

.secound-filter-wrap .aditional-filters #pricing.ui-slider-horizontal .ui-slider-range {
    background: #333333;
}

.secound-filter-wrap .aditional-filters #pricing.ui-widget.ui-widget-content {
    border: 1px solid #333333;
    height: 5px;
    margin-bottom: 35px;
    margin-left: 15px;
}

.secound-filter-wrap .aditional-filters #pricing label {
    position: absolute;
    z-index: 3;
    margin: 15px 0;
    margin-left: -.6em;
    text-align: center;
    font-size: 12px;
}

    .secound-filter-wrap .aditional-filters #pricing label:first-of-type {
        margin-left: -5px;
    }

.secound-filter-wrap .aditional-filters #pricing .tick {
    position: absolute;
    z-index: 3;
    margin: 0 0 0 -1px;
    background: #fff;
    border: 1px solid #333333;
    width: 10px;
    height: 10px;
    top: -4px;
    border-radius: 5px;
}

.secound-last-minute .last-termin-alert {
    padding: 0;
    margin: 15px -15px;
    overflow: hidden;
}

.mapouter {
    float: right;
    max-width: 40%;
    width: 100%;
    height: 100vh;
}

    .mapouter .gmap_canvas {
        height: 100%;
    }

@media screen and (max-width: 820px) {
    .mapouter {
        display: none;
    }
}

.mapouter.fixed {
    position: fixed;
    top: 165px;
    right: 0px;
}

input[type='checkbox'] {
    -webkit-appearance: none !important;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin: 0 5px;
    display: inline-block !important;
    vertical-align: middle !important;
    outline: none;
    float: left;
}
footer .newsletter-container input[type='checkbox'] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin: 0 5px;
    display: inline-block;
    vertical-align: bottom;
    outline: none;
    width:unset;
    height:unset;
}

    input[type='checkbox']:active,
    input[type='checkbox']:checked:active {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    }

    input[type='checkbox']:checked {
        background-color: #fff;
        border: 1px solid #c7c7c7;
        color: #c7c7c7;
    }

        input[type='checkbox']:checked:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: #333333;
        }

.termin-next.slick-arrow:focus, .slick-arrow.main-next:focus, .termin-prev.slick-arrow:focus, .slick-arrow.main-prev:focus {
    outline: none;
}

.wrapper {
    width: 100%;
    text-align: center;
}

.reffer-wrapper {
    display: none;
    background: #DEDEDE;
    padding-top: 10px;
    padding-bottom: 30px;
}

reffer {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}

    reffer .title {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 0px;
    }

.title.title-row {
    margin-right: -15px;
    margin-left: -15px;
}

@media screen and (max-width: 575px) {
    .title.title-row {
        margin-right: -5px;
        margin-left: -5px;
    }
}

.reffer {
    margin: 0px auto;
    width: 1440px;
}

.reffer-wrap {
    position: relative;
}

    .reffer-wrap::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0.4) 39%, transparent 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        top: 0;
        left: 0;
    }

.reffer-wrapper .title {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    #reffer .slick-slide {
        position: relative;
        margin: 10px;
        overflow: hidden;
        max-width: 50vw;
        height: 220px !important;
    }

        #reffer .slick-slide img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
        }
}

@media screen and (min-width: 1200px) {
    #reffer .slick-slide {
        margin: 10px;
        max-height: 477px;
        height: 477px;
        overflow: hidden;
    }

        #reffer .slick-slide img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
        }

        #reffer .slick-slide p {
            width: 50%;
            margin: auto;
            padding: 20px;
        }

        #reffer .slick-slide:nth-child(4n+1) {
            width: 260px;
        }

            #reffer .slick-slide:nth-child(4n+1) img {
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
            }

            #reffer .slick-slide:nth-child(4n+1) p {
                display: none;
            }

        #reffer .slick-slide:nth-child(4n+2) {
            width: 560px;
        }

            #reffer .slick-slide:nth-child(4n+2) img {
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

            #reffer .slick-slide:nth-child(4n+2) p {
                width: 65%;
                margin: auto;
            }

        #reffer .slick-slide:nth-child(4n+3) {
            height: calc((477px - (10px * 2)) / 2);
            width: 260px;
            display: inline-block;
        }

            #reffer .slick-slide:nth-child(4n+3) p {
                display: none;
            }

            #reffer .slick-slide:nth-child(4n+3) img {
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        #reffer .slick-slide:nth-child(4n+4) {
            height: calc((477px - (10px * 2)) / 2);
            width: 260px;
            display: inline-block;
            margin-left: calc(0px - 260px - 10px);
            margin-top: calc((487px + (10px * 3)) / 2);
        }

            #reffer .slick-slide:nth-child(4n+4) p {
                display: none;
            }

            #reffer .slick-slide:nth-child(4n+4) img {
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }
}

.reffer-info {
    position: absolute;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%;
    height: auto;
    z-index: 2;
}

    .reffer-info p {
        font-size: 16px;
        font-weight: 300;
    }

    .reffer-info button {
        background: transparent;
        color: #FBDC23;
        border: 1px solid #FBDC23;
        font-weight: 300;
    }

    .reffer-info h3:after {
        display: block;
        clear: both;
        content: "";
        position: relative;
        left: 0;
        bottom: 0;
        max-width: 250px;
        height: 1px;
        width: 50px;
        /* or 100px */
        border-bottom: 1px solid #fff;
        margin: 0 auto;
        padding: 4px 0px;
    }

@media screen and (max-width: 680px) {
    #reffer .slick-slide {
        margin: 5px;
    }
}

.wrapper {
    width: 100%;
    text-align: center;
}

.offer {
    width: 90%;
    margin: 0px auto;
}

offer {
    max-height: 500px;
    overflow: hidden;
}

    offer .title {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 30px 10px 30px 0;
    }

        offer .title .heading-black {
            border: none;
        }

#offer .slick-slide {
    margin-right: 10px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 620px) {
    #offer .slick-slide {
        margin: 5px;
    }
}

#offer .slick-slide h3 {
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 620px) {
    #offer .slick-slide h3 {
        font-size: 20px;
        padding: 0 5px;
    }
}

#offer .slick-slide span {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: #FBDC23;
    position: relative;
    top: 0;
    left: 50%;
    display: inline-block;
    text-align: center;
    color: #333333;
    font-size: 24px;
    line-height: 45px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    float: inherit;
    z-index: 2;
}

#offer .slick-slide .crop {
    height: calc(300px / 3);
    width: 100%;
    overflow: hidden;
}

#offer .slick-slide img {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    margin-right: -50%;
    margin-bottom: -50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#offer .slick-slide p {
    width: 65%;
    margin: auto;
}

@media screen and (max-width: 620px) {
    #offer .slick-slide p {
        width: 100%;
    }
}

#offer .slick-slide .offer-info {
    color: #333333;
    background: #DEDEDE;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 45px;
    height: calc((300px / 3) * 2);
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(300px / 3);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#offer .slick-slide p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
}

#offer .slick-slide button {
    background: #FBDC23;
    color: #333333;
    border: 1px solid #FBDC23;
    font-weight: bold;
    max-width: 100px;
    margin: auto;
}

.offer-dot {
    position: absolute;
    right: 0;
    bottom: -25px;
}

    .offer-dot li {
        height: 5px;
        width: 45px;
        margin: 0 10px;
        background-color: #333333;
        display: inline-block;
        transition: background-color 0.6s ease;
        font-size: 0px;
    }

        .offer-dot li.slick-active {
            background-color: #FBDC23;
        }

location {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

    location .title {
        margin: 30px 0px;
    }

    location .more-conteiner {
        position: absolute;
        display: inline-block;
        top: 90%;
        left: 50%;
        right: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }

        location .more-conteiner button.more {
            background: #333333;
            color: #fff;
            border: none;
            padding: 5px 25px;
            text-transform: uppercase;
        }

    location #locations {
        position: relative;
        height: auto;
        padding: 10px 0;
        max-width: 1120px;
        display: inline-block;
    }

        location #locations:after {
            content: '';
            position: absolute;
            top: 60%;
            bottom: 0;
            left: 0;
            right: 0;
            background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 75%);
        }

.item img {
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.item:hover img {
    -webkit-filter: none;
    filter: none;
}

.item:nth-child(2n) img {
    max-height: 270px;
}

.item:nth-child(3n) img {
    max-height: 300px;
}

#locations .details {
    text-align: left;
    line-height: 35px;
}

    #locations .details .capacity {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #locations .details .capacity span {
            margin: auto;
        }

        #locations .details .capacity .icon {
            background-image: url(../images/location/capacity.png);
            background-position: center;
            background-size: cover;
            width: 24px;
            height: 24px;
            display: inline-block;
            border-radius: 50%;
            margin-right: 15px;
        }

        #locations .details .capacity b {
            margin: 0 10px;
        }

    #locations .details .price {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media screen and (max-width: 1200px) {
    #locations .details .price {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#locations .details .price span {
    margin: 0 auto 0 15px;
}

#locations .details .price .icon {
    background-image: url(../images/location/price.png);
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

@media screen and (max-width: 620px) {
    #locations .details .price .icon {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

#locations .details .price b {
    margin: 0 10px;
}

.masonry {
    /* Masonry container */
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    column-gap: 10px;
}

@media screen and (max-width: 1200px) {
    .masonry {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
}

@media screen and (max-width: 999px) {
    .masonry {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10px;
        column-gap: 10px;
    }
}

@media screen and (max-width: 770px) {
    .masonry {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 10px;
        column-gap: 10px;
    }
}

.item {
    /* Masonry bricks or child elements */
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    break-inside: avoid-column;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #333333;
    margin: 0 0 30px;
    width: 100%;
}

@media screen and (max-width: 620px) {
    .item {
        margin: 0 0 10px;
    }
}

.item h3 {
    width: 100%;
    padding: 15px 10px 0 10px;
    font-weight: bold;
    margin: 0;
}

.item .rating {
    padding: 0 10px 10px 10px;
    color: gold;
    font-size: small;
}

.item .raint-count {
    color: #333333;
}

.item .info {
    border-top: 0.5px solid #DEDEDE;
    padding: 10px;
}

    .item .info p {
        text-align: justify;
        font-weight: 300;
        font-size: 14px;
    }

@media screen and (max-width: 1200px) {
    .item h3 {
        font-size: 24px;
    }

    location #locations:after {
        top: 90%;
    }

    location .more-conteiner {
        top: inherit;
        bottom: 55px;
    }
}

@media screen and (max-width: 900px) {
    .item h3 {
        font-size: 24px;
    }

    .item img {
        -webkit-filter: none;
        filter: none;
    }
}

@media screen and (max-width: 500px) {
    .item h3 {
        font-size: 22px;
    }
}

.breadcrumbs {
    border-top: 2px solid #c7c7c7;
    min-height: 50px;
    color: #c7c7c7;
    margin: 30px auto 0 15px;
    max-width: calc(60% - 30px);
    width: 100%;
    display: inline-block;
}

@media screen and (max-width: 620px) {
    .breadcrumbs {
        max-width: 100%;
        margin: 0;
        padding: 0 15px;
        font-size: 8px;
    }
}

.breadcrumbs span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 50px;
    margin: 10px 0;
}

    .breadcrumbs span::after {
        content: ">";
        margin: 5px;
    }

    .breadcrumbs span:last-child:after {
        content: '';
    }

.results-view-control {
    position: fixed;
    bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
}

    .results-view-control .turn-map,
    .results-view-control .turn-filter {
        background-color: #fff;
        border: 1px solid #333333;
        margin: 0;
        padding: 5px;
    }

.by-calendar-wrapper {
    background: #DEDEDE;
    margin: 15px -15px;
    padding: 15px;
}

    .by-calendar-wrapper .title {
        margin: 30px 10px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .by-calendar-wrapper .title .heading-black {
            border: none;
        }

.wrapper {
    width: 100%;
    text-align: center;
}

#by-calendar {
    padding: 15px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    #by-calendar .by-calendar-wrap {
        -webkit-flex: 1.1 0 calc(30% - (3 * 45px));
        -ms-flex: 1.1 0 calc(30% - (3 * 45px));
        flex: 1.1 0 calc(30% - (3 * 45px));
        max-width: 46%;
        margin: 15px;
        background-color: #fff;
        overflow: hidden;
        /* create the ... */
    }

        #by-calendar .by-calendar-wrap .crop {
            height: 110px;
            width: 100%;
            overflow: hidden;
        }

        #by-calendar .by-calendar-wrap img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        #by-calendar .by-calendar-wrap .by-calendar-info {
            margin: 5px;
            padding-bottom: 5px;
            border-bottom: 1px solid #dadada;
            margin-bottom: 15px;
        }

            #by-calendar .by-calendar-wrap .by-calendar-info h3 {
                font-weight: bold;
                padding-top: 5px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 22px;
            }

@media screen and (max-width: 1000px) {
    #by-calendar .by-calendar-wrap .by-calendar-info h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 620px) {
    #by-calendar .by-calendar-wrap .by-calendar-info h3 {
        font-size: 18px;
    }
}

#by-calendar .by-calendar-wrap p {
    overflow: hidden;
    position: relative;
    line-height: 1em;
    max-height: 2em;
    text-align: justify;
    margin-right: -5px;
    padding-right: 15px;
    margin-bottom: 5px;
}

    #by-calendar .by-calendar-wrap p:before {
        content: '...';
        position: absolute;
        right: 5px;
        bottom: 0;
    }

#by-calendar .by-calendar-wrap .capacity {
    padding-bottom: 10px;
}

#by-calendar .by-calendar-wrap .price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}

#by-calendar .by-calendar-wrap button {
    border: none;
    background-color: #FBDC23;
    color: #333333;
    width: 100%;
    padding: 5px;
    margin: 0;
    font-size: 24px;
}

#by-calendar .by-calendar-wrap .details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
}

    #by-calendar .by-calendar-wrap .details .rating {
        white-space: nowrap;
        padding: 0 10px 10px 10px;
        color: gold;
        font-size: 12px;
    }

@media screen and (max-width: 1000px) {
    #by-calendar .by-calendar-wrap .details .rating {
        font-size: 10px;
    }
}

@media screen and (max-width: 620px) {
    #by-calendar .by-calendar-wrap .details .rating {
        font-size: 8px;
    }
}

#by-calendar .by-calendar-wrap .details .raint-count {
    color: #333333;
    font-size: 14px;
}

.by-calendar-title {
    font-size: 28px;
}

@media screen and (max-width: 1250px) {
    .sticky-filter-wrapper .filter-wrap .filter-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sticky-filter-wrapper .filter-wrap .dropdown,
    .sticky-filter-wrapper .filter-wrap .date-wrapper {
        width: 30%;
        margin-bottom: 15px;
    }

    .sticky-filter-wrapper .filter-wrap #location,
    .sticky-filter-wrapper .filter-wrap #city {
        margin-right: 10px;
    }

    .sticky-filter-wrapper .filter-wrap div.date-wrapper {
        margin-right: 0;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .sticky-filter-wrapper .filter-wrap button {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    #by-calendar {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        #by-calendar .by-calendar-wrap {
            max-width: 100%;
            width: 100%;
            margin: 5px 0;
        }

            #by-calendar .by-calendar-wrap p::before {
                content: none;
            }
}

@media screen and (max-width: 999px) {
    .filter-form select,
    .filter-form button,
    .filter-form button.dropdown-toggle,
    .filter-form input {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .sticky-filter-wrapper .filter-wrap #location,
    .sticky-filter-wrapper .filter-wrap #city,
    .sticky-filter-wrapper .filter-wrap div.date-wrapper {
        margin: 10px 0 15px 0;
    }

    .mapouter {
        display: none;
    }

    .secound-filter-wrap {
        width: 100%;
        max-width: 100%;
    }

    #by-calendar {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        #by-calendar .by-calendar-wrap {
            max-width: 50%;
            width: 50%;
            margin-right: 5px;
        }
}

@media screen and (max-width: 620px) {
    #search-results .search-results-wrap p:before {
        content: none !important;
    }

    #by-calendar {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        #by-calendar .by-calendar-wrap {
            max-width: 100%;
            width: 100%;
            margin-right: 5px;
        }

    #search-results .search-results-wrap .search-results-info p {
        overflow: initial;
        font-size: 16px;
        line-height: 18px;
        height: auto;
    }

    #search-results .search-results-wrap .search-results-info .details {
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
    }

        #search-results .search-results-wrap .search-results-info .details > div {
            margin-right: 10px;
        }
}

.search-results-wrapper {
    margin: 30px -15px;
    padding: 15px;
}

    .search-results-wrapper .title {
        margin: 30px 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .search-results-wrapper .title .heading-black {
            border: none;
        }

.wrapper {
    width: 100%;
    text-align: center;
}

#search-results {
    padding: 15px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    #search-results .search-results-wrap {
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        max-width: 46%;
        margin: 30px 15px;
        overflow: hidden;
        background-color: #fff;
        /* create the ... */
    }

@media screen and (max-width: 1000px) {
    #search-results .search-results-wrap {
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        margin: 15px auto;
        padding: 15px;
        background-clip: content-box;
    }
}

@media screen and (max-width: 620px) {
    #search-results .search-results-wrap {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin: 11px auto;
    }
}

#search-results .search-results-wrap .crop {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

#search-results .search-results-wrap img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#search-results .search-results-wrap .search-results-info {
    margin: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333333;
    margin-bottom: 15px;
}

    #search-results .search-results-wrap .search-results-info h3 {
        font-weight: bold;
        padding-top: 5px;
    }

#search-results .search-results-wrap p {
    overflow: hidden;
    position: relative;
    line-height: 1em;
    max-height: 2em;
    text-align: justify;
    margin-right: -5px;
    padding-right: 15px;
    margin-bottom: 5px;
}

    #search-results .search-results-wrap p:before {
        content: '...';
        position: absolute;
        right: 5px;
        bottom: 0;
    }

#search-results .search-results-wrap .capacity {
    padding-bottom: 10px;
}

#search-results .search-results-wrap .price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}

#search-results .search-results-wrap button {
    border: none;
    background-color: #FBDC23;
    color: #333333;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 26px;
}

#search-results .search-results-wrap .details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 14px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
}

    #search-results .search-results-wrap .details .rating {
        padding: 0 10px 10px 10px;
        color: gold;
        font-size: 12px;
    }

@media screen and (max-width: 620px) {
    #search-results .search-results-wrap .details .rating {
        font-size: 8px;
    }
}

#search-results .search-results-wrap .details .raint-count {
    color: #333333;
    font-size: 14px;
}

#search-results .additional-offers {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: -15px;
    background-color: #fdf4bd;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
}

    #search-results .additional-offers .additional-item {
        -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin: 30px 15px;
        overflow: hidden;
        background-color: #fff;
        text-align: left;
        height: 45px;
        line-height: 40px;
        padding: 2px 15px;
        border: 1px solid;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 5px 5px 5px 0 rgba(0, 0, 0, 0.19);
    }

        #search-results .additional-offers .additional-item .additional-item-name {
            font-weight: bold;
        }

            #search-results .additional-offers .additional-item .additional-item-name::after {
                content: "|";
                font-weight: normal;
                padding: 0 10px;
            }

        #search-results .additional-offers .additional-item .discount {
            background-color: #FBDC23;
            color: #333333;
            border: 1px solid #333333;
            width: 32px;
            height: 32px;
            border-radius: 16px;
            text-align: center;
            float: right;
            line-height: 32px;
            margin-top: 3px;
            font-weight: bold;
            font-size: 18px;
        }

.search-pagination .page-item .page-link {
    border: none;
    color: #333333;
    background-color: #fff;
    border-radius: 20px !important;
    height: 40px;
    width: 40px;
    line-height: 25px;
    margin: 5px;
    border: none;
    padding: 10px 15px !important;
}

    .search-pagination .page-item .page-link.active {
        background-color: #333333;
        color: #fff;
    }

.search-pagination .page-item .page-next,
.search-pagination .page-item .page-prev {
    border: 1px solid #333333 !important;
    padding: 10px 15px !important;
}

.search-pagination .page-item.disabled {
    display: none;
}

.search-pagination ul {
    width: 100%;
}

.search-pagination label {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #333333;
    padding-top: 20px;
    font-weight: 300;
}

.card-map {
    width: 100%;
    height: 100vh;
}

    .card-map .gmap_canvas {
        height: 100%;
        width: 100vw;
    }

.view-card-wrap {
    margin: 100px 15px 0 15px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: 25%;
    padding: 10px;
    /* create the ... */
}

    .view-card-wrap .crop {
        height: 300px;
        overflow: hidden;
    }

        .view-card-wrap .crop img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .view-card-wrap .fast-view {
        height: 50px;
        margin-top: -50px;
        width: 100%;
        background: rgba(254, 254, 254, 0.5);
        color: black;
        display: block;
        position: relative;
        text-align: center;
        padding-top: 7px;
    }

        .view-card-wrap .fast-view i {
            display: inline-block;
            vertical-align: super;
            font-style: normal;
            margin-left: 5px;
        }

    .view-card-wrap .search-results-info {
        margin: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #333333;
        margin-bottom: 15px;
    }

        .view-card-wrap .search-results-info h3 {
            font-weight: bold;
            padding-top: 5px;
        }

    .view-card-wrap p {
        overflow: hidden;
        position: relative;
        line-height: 1em;
        max-height: 2em;
        text-align: justify;
        margin-right: -5px;
        padding-right: 15px;
        margin-bottom: 5px;
    }

        .view-card-wrap p:before {
            content: '...';
            position: absolute;
            right: 5px;
            bottom: 0;
        }

    .view-card-wrap .capacity {
        padding-bottom: 10px;
    }

    .view-card-wrap .price {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 10px;
    }

    .view-card-wrap button {
        border: none;
        background-color: #FBDC23;
        color: #333333;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 26px;
    }

    .view-card-wrap .details {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 14px;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        white-space: nowrap;
        overflow: hidden;
    }

        .view-card-wrap .details .rating {
            padding: 0 10px 10px 10px;
            color: gold;
            font-size: 12px;
        }

@media screen and (max-width: 620px) {
    .view-card-wrap .details .rating {
        font-size: 8px;
    }
}

.view-card-wrap .details .raint-count {
    color: #333333;
    font-size: 14px;
}

.ui-loader {
    display: none;
}
