/*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    */

/*@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot #iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}*/

/*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: 400;
}

@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;
  }
}

@media screen and (max-width: 620px) {
  .last-termin-alert {
    margin-top: 50px !important;
  }
}

.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;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 100%;
    text-align:center
  }
    .secound-filter-wrap .secound-last-minute {
        margin-top: 60px !important;
    }
}
#lm-slick .slick-list {
    width: 90%;
    margin: auto !important;
}
.last-termin-alert .lm-prev {
    background-image: url(../images/strelka-leva-termin-preporacuva.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 62px;
    height: 71%;
    background-position: center !important;
    position: absolute;
    display: inline-block;
    left: -20px;
    top: 7px;
    
}
.last-termin-alert .lm-prev:focus {outline:0;}
.last-termin-alert .lm-next {
    background-image: url('../images/strelka-desna-termin-preporacuva.svg');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 62px;
    height: 71%;
    background-position: center !important;
    position: absolute;
    display: inline-block;
    right: -24px;
    top: 7px;
}
.last-termin-alert .lm-next:focus {outline: 0;}
@media screen and (max-width: 620px) {
    .last-minute-title {
        text-align: center;
        margin: 0;
        padding: 10px;
        padding-right: 50px;
    }
}

@media screen and (orientation: landscape) {
  .last-minute-title {
    text-align: center;
    margin: 0;
    padding: 10px;
    padding-right:50px;
  }
}

.bold-gray {
  font-weight: bold;
  color: #666666;
}

.last-minute-offer {
  visibility: hidden;
  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;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 800px) {
  #lm-slick {
    max-width: 70%;
  }
    .lm-prev {
        top: 20px;
        left: -10%;
        display: inline-block;
        position: absolute;
    }
    .lm-next {
        top: 20px;
        right: -10%;
        display: inline-block;
        position: absolute;
    }
}

@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 {
  outline: none;
}

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: 1200px) {
  .container {
    width: 1120px;
    max-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: 400;
}

.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;
  }
    #moreFilter {
        margin-top: 100px;
    }
}

@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;
  min-height: 221px;
  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: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media only screen and (max-width: 450px) {
  .new-location-left .new-location-content .details span:nth-child(3) {
    width: 150px;
    margin-right: auto;
    margin-top: 5px;
  }
}

.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 {
  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 {
  padding-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;
    padding-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: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media only screen and (max-width: 450px) {
  .right .new-location-content .details span:nth-child(3) {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
  }
}

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;
}

@media screen and (max-width: 590px) {
  footer .newsletter-container input {
    min-width: 270px;
  }
}

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 {
  display:none;
  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 .social-media a {
  display: inline-block;
  color: white;
}

header {
  position: relative;
  padding-bottom: 30px;
}

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%;
}

#datepicker {
  cursor: pointer;
}

.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 {
  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;
}
.languagepicker {
    width: 100px;
}

.languagepicker a {
    width: 100px;
}

.languagepicker li {
    text-align: left;
    font-size: 11px;
    width: 100px;
    padding-left: 5px;
}

.languagepicker li .smalImg {
    width: 20px;
    height: 14px;
}
header .social-media {
  padding-right: 154px;
}

header .social-media a {
  display: inline-block;
  color: white;
}

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;
  color: white;
}

nav {
  width: 100%;
  height: 70px;
  background-color: #333333;
  color: #fff;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -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 ul.main-navigation li:hover {
  text-decoration: underline;
}

@media screen and (max-width: 680px) {
  nav ul.main-navigation li:hover {
    text-decoration: none;
  }
}

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;
  height: 100%;
  display: inline;
  line-height: 70px;
  vertical-align: middle;
}

.second-header .search-form, .second-header .ketering,
.second-header .ketering {
  top: 0;
  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: -325px;
    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: 680px) {
  header .social-media {
    padding-right: 0;
  }
  .languagepicker {
    display: none;
  }
  header .logo {
    width: 86px;
    height: 90px;
    top: 16px;
    border-top-right-radius: 36%;
    border-bottom-right-radius: 100%;
  }
  header .logo img {
    width: 70%;
  }
  header nav {
    padding-right: 10px;
    padding-left: 100px;
    font-size: 18px;
    height: 40px;
  }
  nav .login-wrapper {
    padding: 0 5px;
    background: none;
  }
  .header-social {
    height: 40px;
  }
  header .social-media span {
    width: 24px;
    height: 24px;
    color: white !important;
  }
  header .social-media span i {
    color: white !important;
  }
  header .social-media span a {
    color: white !important;
    font-size: 14px;
  }
  header .hamburger-btn {
    line-height: 40px;
  }
  header .hamburger-btn a {
    font-size: 20px;
    padding: 10px;
  }
  header ul.main-navigation.active {
    bottom: -325px;
  }
  nav .login {
    line-height: 40px;
  }
  nav .login li:first-child a {
    color: #FBDC23 !important;
  }
}

@media only screen and (max-width: 400px) {
  header nav {
    padding-right: 10px;
    padding-left: 100px;
    font-size: 16px;
  }
}

.dropdown-menu.show {
  max-height: 320px;
  overflow-y: scroll;
  -webkit-transform: none !important;
          transform: none !important;
  top: 100% !important;
  min-width: 100%;
}

.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;
  padding: 5px;
  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-width: 100%;
  height: auto;
  -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;
    max-height: 525px;
}

#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: 300;
}

#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;
  cursor: pointer;
}

.mainSliderWrapper {
  position: relative;
}

.slider-banner-holder {
  position: absolute;
  display: block;
  z-index: 0;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
}

.slider-banners {
  position: absolute;
  top: 250px;
  z-index: 9;
  color: white;
  font-size: 24px;
  font-weight: 00;
  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: 400;
  padding: 5px;
}

.slider-banners.one > span a {
  color: #00838F;
}

.slider-banners.one a {
  font-size: 18px;
  font-weight: 400;
  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: 400;
}

.search-form, .ketering {
  position: relative;
  top: 150px;
  z-index: 2;
  max-width: 1200px;
  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;
  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;
  padding: 0;
  line-height: 52px;
  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-sub,
#city-sub,
#location,
#city,
#municipality,
div.date-wrapper {
    margin-right: 24px;
}

.main-next {
  right: 0;
  z-index: 1;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  width: 100px;
  z-index: 250;
}

.main-prev {
  left: 0;
  z-index: 1;
  -webkit-filter: invert(100%);
          filter: invert(100%);
  width: 100px;
  z-index: 250;
}

@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);
  z-index: 250;
  cursor: pointer;
}

.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,
  #location-sub,
  #city-sub,
  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;
  }
}

.date-wrapper input {
  box-shadow: 0px 5px 5px -5px #111 !important;
}

.filter-wrap {
  width: 100%;
  background: #eeeeee;
}

.filter-wrap input {
  border-radius: 0 !important;
  opacity: 1 !important;
  color: #333 !important;
}

.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: 45px 15px 20px;
    margin: 0 auto 20px 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;
  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;
}

.filter-form .date-wrapper input {
  border-radius: 0 !important;
  opacity: 1 !important;
  box-shadow: 0px 5px 5px -5px #111 !important;
}

@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;
}

@media screen and (max-width: 550px) {
  .filter-form .date-wrapper .checkbox-inline {
    padding: 15px 0;
    right: 25px;
  }
}

.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;
}

@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#fill-with-margin {
    margin: 0;
  }
}

@media screen and (max-width: 414px) {
  .secound-filter-wrap {
    padding: 10px 0 0 0;
  }
}

.secound-filter-wrap .dropdown-item.active,
.secound-filter-wrap .dropdown-item:active {
  background-color: #FBDC23;
}

.secound-filter-wrap .main-banner {
  display: inline;
  max-height: 100px;
  padding: 5px;
}

.secound-filter-wrap .main-banner img {
  height: 100%;
  width: 100%;
  margin: auto;
  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;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.secound-filter-form {
    width: 100%;
    border-bottom: 2px solid #333333;
    padding: 10px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@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;
  margin: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.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 {
  cursor: pointer;
}

.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: 25px 15px;
  border-bottom: 1px solid black;
}

.secound-filter-wrap .aditional-filters:last-child {
  border-bottom: none;
  padding-right: 0;
}

@media screen and (max-width: 620px) {
  /*.secound-filter-wrap .aditional-filters:last-child {
    padding-bottom: 110px;
  }*/
}

.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;
}

@media screen and (max-width: 620px) {
  .secound-filter-wrap .aditional-filters:last-child button.go {
    width: 95%;
    padding: 5px;
    margin: 10px;
  }
}

.secound-filter-wrap .aditional-filters h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}

.secound-filter-wrap .aditional-filters .radio-filter-content {
  max-width: 70%;
}

.secound-filter-wrap .aditional-filters .set-aligment {
  line-height: 25px;
}

.secound-filter-wrap .aditional-filters .set-aligment input {
  margin-left: 0px;
  height: 20px;
}

.secound-filter-wrap .aditional-filters .filter-content {
  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;
}

.secound-filter-wrap .aditional-filters .filter-content.goodies .checkbox-inline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@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: 414px) {
  .secound-filter-wrap .aditional-filters .filter-content.goodies .checkbox-inline {
    padding: 20px 0;
  }
}

@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-right: 20px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}

.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%;
  }
}

@media screen and (max-width: 414px) {
  .secound-filter-wrap .aditional-filters .filter-content .checkbox-inline {
    padding: 15px 0;
  }
}

.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;
}

@media screen and (max-width: 414px) {
  .secound-filter-wrap .aditional-filters #guest-count.ui-widget.ui-widget-content {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.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;
}

@media screen and (max-width: 414px) {
  .secound-filter-wrap .aditional-filters #pricing.ui-widget.ui-widget-content {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.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;
}

@media screen and (max-width: 414px) {
  .secound-filter-wrap .aditional-filters .filter-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    border-top: 1px solid black;
    z-index: 10;
  }
}

.secound-filter-wrap .secound-last-minute {
  margin-top: 35px;
}

.secound-last-minute .last-termin-alert {
  padding: 0;
  margin: auto -15px;
}

@media screen and (max-width: 414px) {
  .secound-last-minute .last-termin-alert {
    margin: auto 0;
  }
}

.mapouter {
  float: right;
  max-width: 40%;
  width: 100%;
  height: 100vh;
}

.mapouter.transparent {
  opacity: 0.6;
}

.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;
}

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;
  padding: 2px;
}

input[type='checkbox']:checked:after {
  font-family: "FontAwesome";
  content: '\f00c';
  font-size: 14px;
  float: left;
  line-height: 14px;
  color: #333333;
}

.filter-controlls {
  width: 100%;
  border-bottom: 1px solid black;
  width: 100%;
  position: fixed;
  padding: 15px 20px;
  border-bottom: 1px solid black;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  text-align: center;
  z-index: 10;
}

.filter-controlls span {
  color: #c7c7c7;
}

.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: 680px) {
  .reffer-wrapper .title {
    margin: 15px -5px;
  }
}

@media screen and (max-width: 575px) {
  .reffer-wrapper .title {
    margin: 15px -5px;
  }
}

@media screen and (max-width: 1200px) {
  #reffer .slick-slide {
    position: relative;
    margin: 10px;
    max-height: calc(477px / 1.5);
    height: 477px;
    overflow: hidden;
  }
  #reffer .slick-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    margin-right: -50%;
    margin-bottom: -50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #reffer .slick-slide p {
    display: none;
    width: 50%;
    margin: auto;
    padding: 20px;
  }
}

@media screen and (min-width: 576px) {
  #reffer .slick-slide {
    max-width: calc((540px - (2 * 10px)) / 2);
  }
}

@media screen and (min-width: 768px) {
  #reffer .slick-slide {
    max-width: calc((720px - (2 * 10px)) / 2);
  }
}

@media screen and (min-width: 992px) {
  #reffer .slick-slide {
    max-width: calc((960px - (2 * 10px)) / 2);
  }
}

@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) {
    max-width: calc((1120px - (4 * 10px)) / 4);
  }
  #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) {
        max-width: calc((1120px - (4 * 10px)) / 2);
        min-width: 524px;
    }
  #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);
    max-width: calc((1120px - (4 * 10px)) / 4);
    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);
    max-width: calc((1120px - (4 * 10px)) / 4);
    display: inline-block;
    margin-left: calc(0px - ((1120px - (4 * 10px)) / 4) - 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: 400;
}

.reffer-info button {
  background: transparent;
  color: #FBDC23;
  border: 1px solid #FBDC23;
  font-weight: 400;
}

.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: 10px;
  }
}

.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;
}

@media screen and (max-width: 414px) {
  offer .title {
    margin: 30px 5px 30px 5px;
    width: auto;
  }
}

offer .title .heading-black {
  border: none;
}

.offer .slick-slide {
  margin-right: 20px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 414px) {
  .offer .slick-slide {
    height: 220px;
  }
}

@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;
}

@media screen and (max-width: 414px) {
  .offer .slick-slide .crop {
    height: calc(220px / 3);
  }
}

.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;
}

@media screen and (max-width: 414px) {
  .offer .slick-slide .offer-info {
    height: calc((220px / 3) * 2);
    top: calc(220px / 3);
    padding-top: 25px;
  }
}

.offer .slick-slide p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
}

@media screen and (max-width: 414px) {
  .offer .slick-slide p {
    padding: 0 5px;
    font-size: 13px;
  }
}

.offer .slick-slide button {
  background: #FBDC23;
  color: #333333;
  border: 1px solid #FBDC23;
  font-weight: 500;
  max-width: 100px;
  width: 100%;
  white-space: nowrap;
  max-width: 120px;
  margin: 0 auto;
  font-size: 18px;
}

.offer-dot {
  position: absolute;
  right: 0;
  cursor: pointer;
  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;
}

locations {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

locations .title {
  margin: 30px 0px;
}

locations .more-conteiner {
  position: absolute;
  display: inline-block;
  bottom: 25px;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250px;
}

locations .more-conteiner button.more {
  background: #333333;
  color: #fff;
  border: none;
  padding: 5px 25px;
  text-transform: uppercase;
}

locations .more-conteiner button.more:focus {
  outline: none;
}

locations #locations {
  position: relative;
  height: auto;
  padding: 10px 0;
  max-width: 1120px;
  margin-bottom: 30px;
}

locations #locations:after {
  content: '';
  position: absolute;
  top: 80%;
  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/kapacitet.svg);
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

#locations .details .capacity b {
  margin: 0 10px;
}

#locations .details .price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  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 span:last-child {
  margin: 0;
  overflow: hidden;
}

#locations .details .price .icon {
  background-image: url(../images/location/cena.svg);
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

@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;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 4;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}

@media screen and (max-width: 1024px) {
  .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;
  }
}

@media screen and (max-width: 680px) {
  .masonry {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.location-item-wrapper {
  /* Masonry bricks or child elements */
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: avoid-column;
  /* Firefox */
  padding: 0 0 20px;
}

@media screen and (max-width: 620px) {
  .location-item-wrapper {
    padding: 0 0 20px;
  }
    #moreFilter .filter-actions .go {
        width: 80%;
        margin: auto;
        display: block;
        float: none !important;
        margin-top: 15px !important;
    }
}

.edge .location-item-wrapper {
  -webkit-column-break-inside: initial;
  -moz-column-break-inside: initial;
  -moz-page-break-inside: initial;
  break-inside: initial;
}

.explorer .location-item-wrapper {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  break-inside: auto;
}

.item {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #333333;
  width: 100%;
}

.item h3 {
  width: 100%;
  padding: 15px 10px 10px 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: 400;
  font-size: 14px;
}

@media screen and (max-width: 414px) {
  .item .info p {
    width: auto;
    padding: 0;
  }
}

@media screen and (max-width: 1200px) {
  .item h3 {
    font-size: 24px;
  }
  locations #locations:after {
    top: 90%;
  }
  locations .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: 770px) {
  #locations .item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .item h3 {
    font-size: 22px;
  }
  #locations .item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.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: 16px;
  line-height: 50px;
  margin: 10px 0;
}

.breadcrumbs span::after {
  content: ">";
  margin: 5px;
}

.breadcrumbs span:last-child:after {
  content: '';
}

@media screen and (max-width: 922px) {
  .breadcrumbs {
    display: none;
  }
}

.results-view-control {
    position: fixed;
    bottom: 15px;
    width: 150px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 414px) {
  .results-view-control {
    bottom: 20px;
  }
  .results-view-control.card-controls {
    bottom: 15px !important;
  }
}

.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;
}

@media screen and (max-width: 414px) {
  .by-calendar-wrapper {
    margin: 15px 0;
    padding: 15px 0;
  }
}

.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 {
  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 30%;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  max-width: 30%;
  margin: 0 10px;
  overflow: hidden;
  background-color: #fff;
  /* create the ... */
}

@media screen and (max-width: 1330px) {
  #by-calendar .by-calendar-wrap:last-child {
    margin: 15px;
    display: none;
  }
    #by-calendar .by-calendar-wrap {
        max-width: 46%;
    }
}

@media screen and (max-width: 1000px) {
  #by-calendar .by-calendar-wrap {
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 15px;
    background-clip: content-box;
  }
}

@media screen and (max-width: 620px) {
  #by-calendar .by-calendar-wrap {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  #by-calendar .by-calendar-wrap:last-child {
    margin: 0px;
    margin-right: 0;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

#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;
  font-size: 16px;
}

#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,
  .sticky-filter-wrapper .filter-wrap #location-sub,
  .sticky-filter-wrapper .filter-wrap #city-sub {
    margin-right: 10px;
  }
  .sticky-filter-wrapper .filter-wrap div.date-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .sticky-filter-wrapper .filter-wrap button {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}

.search-form input#main-date-filter, .ketering input#main-date-filter {
  cursor: pointer;
}

@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% !important;
  }
}

@media screen and (max-width: 620px) {
  #by-calendar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #by-calendar .by-calendar-wrap {
    max-width: 100%;
    width: 100%;
  }
  #search-results .search-results-wrap .search-results-info p {
    font-size: 16px;
    line-height: 18px;
    height: auto;
  }
  #search-results .search-results-wrap .search-results-info .details > div {
    margin-right: 10px;
  }
}

.search-results-wrapper {
  margin: 30px -15px;
  padding: 15px;
}

@media screen and (max-width: 414px) {
  .search-results-wrapper {
    margin: 15px 0;
  }
}

.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;
  }
}

@media screen and (max-width: 414px) {
  #search-results .search-results-wrap {
    padding: 10px;
  }
}

#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;
  font-size: 16px;
  font-weight: 400;
}

#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;
  padding: 0 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 1140px) {
  #search-results .additional-offers {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 1000px) {
  #search-results .additional-offers {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media screen and (max-width: 520px) {
  #search-results .additional-offers {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

#search-results .additional-offers .additional-item {
  -webkit-flex: 1 1 30%;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  margin: 15px;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  height: 45px;
  line-height: 40px;
  padding: 2px 15px;
  border: 1px solid;
  max-width: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 5px 5px 5px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 1570px) {
  #search-results .additional-offers .additional-item {
    display: none;
  }
  #search-results .additional-offers .additional-item:nth-child(1) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #search-results .additional-offers .additional-item:nth-child(2) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 860px) {
  #search-results .additional-offers .additional-item {
    margin-bottom: 10px;
  }
  #search-results .additional-offers .additional-item:first-child {
    margin-top: 10px;
  }
}

@media screen and (max-width: 520px) {
  #search-results .additional-offers .additional-item {
    margin: 0;
    margin-bottom: 15px;
    width: 80%;
  }
}

#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;
  margin-left: auto;
}

#search-results .additional-offers .additional-item:hover {
  background-color: #333333;
  color: #fff;
}

.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: 8px 16px !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: 400;
}

/*@media screen and (max-width: 1549px) {
  #search-results .search-results-wrap:last-child {
    display: none;
  }
}*/

.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;
  bottom: 60px;
  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;
}
/*style for ripple efect*/
/*.c-button {
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    overflow: visible;
}

.c-button:hover, .c-button:focus {
    outline: 0;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}

.c-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.c-ripple__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.c-ripple.is-active .c-ripple__circle {
    -webkit-animation: a-ripple 0.4s ease-in;
    animation: a-ripple 0.4s ease-in;
}
/*end of-style for ripple efect*/
@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;
}

/* for languagepicker */
.languagepicker {
    width: 100px;
}
.languagepicker a {
    width: 100px;
}
.languagepicker li {
    text-align: left;
    font-size: 11px;
    width: 100px;
    padding-left: 5px;
}
.languagepicker li .smalImg {
    width: 20px;
    height: 14px;
}
.f-r {
    float: right;
}

/*Dopolnitelen css*/

.month-picker {
    width: 16em;
}
.month-picker-month-table .ui-button {
    display: block;
    width: 94% !important;
}
#main-date-filter, #main-date-filterMonth, #chooseTermin {
    background: #fff url(../../Images/date.png) 95% 50% no-repeat;
    cursor:pointer;
}
#search-results .search-results-wrap .button {
    border: none;
    background-color: #FBDC23;
    color: #333333;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 26px;
    text-align:center;
    cursor:pointer
}
#search-results .search-results-wrap .button a {
    
}
/*za najaven profil divot na header*/
.logged-in {
    width: 10%;
    float: right;
    position: absolute;
    background-color: dimgray;
    right: 0px;
    height: 70px;
}

    .logged-in p {
        display: inline-block;
        margin-right: 20px;
        margin-top: 20px;
        margin-left: 20px;
        color: white;
    }

    .logged-in > img {
        height: 40px;
        width: 40px;
        vertical-align: central;
        margin-right: 10px;
    }

    .logged-in a {
        background: none;
        border: none;
    }

.dropdownMenuNajaven {
    background-color: dimgray;
    color: white;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
}
.last-minute-offer {
    cursor: pointer;
}

@media only screen and (max-width: 1500px) {
    .logged-in p {
        margin-right: 5px;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 1230px) {
    .logged-in > img {
        height: 30px;
        width: 30px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 1040px) {
    .logged-in {
        width: 130px;
        padding-right: 0;
        margin-right: 31px;
    }
}