

a {
  padding-right: 0px;
  padding-left: 0px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

a:hover {
  color: rgb(120, 162, 47);
  text-decoration: none;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 33px;
}


.burger-wrap {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10vh 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.footersectiojn {
  min-height: auto;
  padding-top: 6vh;
  padding-bottom: 6vh;
  border-top: 1px solid #d4d4d4;
}



.container.fw {
  max-width: none;
}

.container.narrow {
  max-width: 1000px;
}

.col {
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.col.sliderhead {
  max-width: 700px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.fc1 {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.col.rules-tb {
  padding-top: 10px;
  padding-bottom: 20px;
  border-style: solid none;
  border-color: #d4d4d4;
}

.row-swipe-tablet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-swipe-tablet.flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-ofsett {
  position: relative;
  height: 30vh;
  margin-bottom: 20px;
  background-color: #adadad;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2vw;
  margin-left: -2vw;
  font-size: 14px;
}

.max-width-para {
  position: relative;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 16px;
  line-height: 170%;
}

.intro {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 180%;
  font-style: italic;
  font-weight: 300;
}

.intro.gl {
  color: #fff;
}

.intro.gl:hover {
  color: rgb(186, 208, 149);
}

.tile-grey {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 20px;
  background-color: #fff;
}

.row-block-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.pcenter {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

._2img-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
}

._2img-row.tall {
  height: 100%;
}

.img {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*border: 1px solid #fff;*/
  -o-object-fit: cover;
  object-fit: cover;
}

.img.greybordeer {
  border-style: none;
  border-width: 1px;
  border-color: #2f2f2f;
  background-color: hsla(0, 0%, 68%, 0);
}

.text-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 25px 0px;
  color: #fff;
}

.stickywrapp {
  position: relative;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;

}

.stickywrapp.grey {
  margin-top: 0px;
  background-color: #2f2f2f;
  color: #a9a9a9;
}

.stickywrapp.grey.cook {
  background-image: url('../images/karfjola.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.stickywrapp.grey.reg {
  background-color: #232323;
}

.stickywrapp.flip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sticky-track {
  position: relative;
  z-index: 3;
  width: 50%;
  padding-top: 0vh;
  padding-bottom: 0vh;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left:20px
}

.sticky-side {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  width: 50%;

  margin-top: 0px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.track-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;


  padding-bottom: 20px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.track-section.smallpadding {
  padding-top: 23px;
  padding-bottom: 23px;
}

.sticky-side-grid {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sticky-side-grid.vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-maxw {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2vw;
  padding-left: 2vw;
}

.flex-row-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  font-size: 13px;
}



.iconrow {
  margin-bottom: 20px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.section-mobile {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-mobile.grey-mobile {
  background-color: #2f2f2f;
  color: #fff;
}

.col-mobile {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-row-mobile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.flex-scroll-track-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-track-image {
  position: relative;
  overflow: hidden;
  width: 28vw;
  height: 20vw;
  border-style: solid;
  border-width: 1px 10px 1px 1px;
  border-color: #fff;
  background-color: #adadad;
}

.flex-track-image.recipe {
  width: 22vw;
  height: auto;
  padding-right: 5px;
  border-left-style: none;
  border-left-color: #d4d4d4;
  background-color: #fff;
}

.img-p {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: #adadad;
}



.p-img-overlay {
  display: inline-block;
  padding: 5px 10px;
  float: left;
  clear: both;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 130%;
}

.title-image {
  display: inline-block;
  padding: 5px 10px;
  float: left;
  background-color: rgb(186, 208, 149);
  font-size: 12px;
  line-height: 130%;
  font-weight: 500;
  text-transform: uppercase;
}

.separator {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 4px;
  margin-bottom: 30px;
  background-color:#FFE9B3;
}

.fw-paralax-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;

  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 10px none #fff;

  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.vert-separator {
  width: 1px;
  border-right: 1px solid #e9e9e9;
}

.tbp {
  padding-top: 33px;
  padding-bottom: 33px;
}

.more {
  width: 18px;
  height: 18px;
  margin-bottom: 20px;
}

.div-block-5 {
  max-width: 400px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.41);
  color: #fff;
}

.section2 {
  padding-top: 74px;
  padding-bottom: 74px;
}

.section2.min100vh {
  min-height: 100vh;
}

.section2.rp60 {
  padding-right: 60px;
  padding-left: 0px;
}

.row-article-narrow {
  max-width: 700px;
  margin: 50px auto;
  font-size: 16px;
  line-height: 180%;
}

.visual-wide {
  position: relative;
  height: 60vh;
  max-width: 1100px;
  margin: 60px auto;
}

.ul {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
}


.link-block {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 37px;
  border-left: 3px solid rgb(186, 208, 149);
}

.link-block.noborder-sid {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  margin-top: 20px;
  border-left-style: none;
  font-size: 14px;
  line-height: 180%;
}

.row-article-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid {
  margin-top: 40px;
}

.grid-item {
  width: 25%;
  padding: 0px 0px 40px;
  float: left;
}

.grid-item.width2 {
  width: 50%;
}

.gal-tile {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 0px 0px 15px;
  font-size: 14px;
  line-height: 150%;
}

.img-gal {
  width: 100%;
  margin-bottom: 14px;
}

.div-block-6 {
  padding-right: 0px;
  padding-left: 0px;
}

._22 {
  padding-right: 0px;
  padding-bottom: 19px;
}

.ccc {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ccc.gl {
  margin-top: 58px;
  color: #b5b5b5;
}

.ccc.gl:hover {
  color: rgb(186, 208, 149);
}

.h0 {
  margin-bottom: 4vw;
  font-size: 6vw;
  font-weight: 400;
}

.h0.h00 {
  max-width: 600px;
  margin-top: 27px;
  font-size: 50px;
  font-weight: 700;
}

.kv-section {
  padding-top: 0px;
  padding-right: 60px;
}


.logo {
  width: 163px;
  height: 68px;
  float: left;
}

.insta-row {
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 5px;
}

.insta-row.cook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.insta-col {
  position: relative;
  width: 33%;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
}

.insta-foto {
  position: relative;
  margin-bottom: 5px;
  padding-top: 100%;
  background-color: #adadad;
}

.row-recepti {
  margin-right: -5px;
  margin-left: -5px;
  padding-bottom: 40px;
}

.col-recept-side {
  width: 50%;
  padding-right: 6px;
  padding-left: 6px;
  float: left;
}

.foto-frame-a {
  position: relative;
  height: 13vw;
  margin-bottom: 20px;
  background-color: #adadad;
}

.image-2 {
  position: absolute;
  top: -62px;
  right: 0px;
  bottom: auto;
  width: 140px;
  height: 140px;
  margin-right: -37px;
  opacity: 0.35;
}

.grid-icons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px none #d4d4d4;
  text-align: center;
}

.small-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  font-size: 11px;
}

.div-block-8 {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #adadad;
  text-align: center;
}

.text-block {
  display: inline-block;
}

.div-block-10 {
  width: 1px;
  border-right: 1px solid #e9e9e9;
}

.map-tabs {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin-right: 60px;
}

.mapmenu {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding: 0px 90px 0px 32%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d4d4d4;
  background-color: #fff;
  text-align: right;
}

.mapcontent {
  height: 100%;
  padding-bottom: 120px;
}

.tpmap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
}

.tpmap.regije {
  overflow: hidden;
}


.tabmap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 2px solid #e9e9e9;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.tabmap:hover {
  border-bottom-color: rgb(186, 208, 149);
}

.tabmap.w--current {
  border-bottom-color: rgb(186, 208, 149);
  background-color: #fff;
  color: rgb(186, 208, 149);
}

.tabmap.w--current:hover {
  color: #2f2f2f;
}

.maptitleblock {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 119px;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #e9e9e9;
  background-color: #fff;
}

.mapzoom {
  position: fixed;
  left: auto;
  top: 212px;
  right: 25px;
  bottom: auto;
  z-index: 27;
  width: 10px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
}

.pin {
  position: absolute;
  z-index: 5;
  width: 5vw;
  height: 5vw;
  margin-top: 21vh;
  margin-left: 23%;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.41);
  cursor: pointer;
}

.pin:hover {
  z-index: 6;
}

.pin.p2 {
  margin-top: 52vh;
  margin-left: 13%;
  cursor: pointer;
}

.pin.p4 {
  margin-top: 12vh;
  margin-left: 28%;
}

.pin.p5 {
  margin-top: 39vh;
  margin-left: 21%;
}

.pin.p5._333 {
  margin-left: 52%;
}

.pin.p6 {
  margin-top: 37vh;
  margin-left: 85%;
}

.pin._3dpin {
  z-index: 9;
  margin-top: 20%;
  margin-left: 50%;
}

.pin._3dpin._3dpin2 {
  margin-top: 8%;
  margin-left: 22%;
}

.pin._3dpin._3p4 {
  margin-top: 29%;
  margin-left: 41%;
}

.pin.pjabolka {
  margin-top: 54vh;
  margin-left: 70%;
}

.pin.mleko {
  margin-top: 25vh;
  margin-left: 55%;
}

.pinimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 22px;
  border-radius: 50%;
  cursor: pointer;
}

.pinimage.gpi {
  padding: 15px;
  background-color: #8512a8;
}

.pinimage.gpi.wh {
  z-index: 4;
  background-color: #c29e1e;
}

.pinimage.gpi.psen {
  background-color: #a87312;
}

.pinimage.gpi.jab {
  background-color: #a81212;
}

.pinimage.gpi.mleko {
  background-color: #188cda;
}

.pinimage.gpi.meso {
  background-color: #6a1500;
}

.topnav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  height: 60px;
  padding-right: 90px;
}

.topnav.w {
  background-color: #fff;
}

.topnav-ul {
  margin-bottom: 0px;
  float: right;
}

.topnavli {
  height: 60px;
  padding-left: 20px;
  float: left;
}

.topnavlink {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.topnavlink.d {
  color: rgba(0, 0, 0, 0.8);
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pin-tooltip {
  position: absolute;
  left: auto;
  top: auto;
  right: 72%;
  bottom: 0%;
  display: block;
  width: 140px;
  min-height: 141px;
  padding: 5px 10px 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.41);
  font-size: 11px;
  line-height: 140%;
  font-weight: 400;
}

.zoom {
  position: absolute;
  left: -5px;
  top: 30%;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: rgb(186, 208, 149);
  cursor: pointer;
}

.zoom:hover {
  background-color: rgb(186, 208, 149);
}

.map-list {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 8;
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 63px;
  padding-bottom: 30px;
  padding-left: 63px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
  background-color: #fff;
}

.li-regija {
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  float: left;
  border-right: 1px solid #eee;
}

.div-block-12 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.reg-no {
  padding-right: 9px;
  float: left;
  color: rgb(186, 208, 149);
  font-weight: 700;
}

.img-map {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 120px;
  margin-top: 0px;
  background-color: #4d4d4d;
}

.img-map.jedi {
  background-color: #304f07;
  background-image: url('../images/map3333-01.svg');
  background-position: 25% 50%;
  background-size: 303vw;
}

.img-map.mapdraw {
  background-image: url('../images/map3333-01.svg');
  background-position: 57% 74%;
  background-size: 228vw;
}

.gl {
  color: rgb(186, 208, 149);
}

.grid-sizer {
  width: 25%;
}

.innerhead {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.innerhead.event {
  min-height: auto;
}

.rv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;


  padding-top: 24vw;
  padding-bottom: 5vw;
  padding-left: 60px;
  padding-right:60px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}


.image-3 {
  width: 60px;
  height: 60px;
  padding: 15px;
  background-color: #fff;
  cursor: pointer;
}

.tab-filter {
  display: inline-block;
  margin-right: 40px;
  padding: 10px 0px;
  float: left;
  border-bottom: 2px solid #e9e9e9;
  background-color: #fff;
  color: #2f2f2f;
  font-size: 15px;
  line-height: 171%;
  font-weight: 600;
}

.tab-filter.w--current {
  border-bottom-color: rgb(186, 208, 149);
  background-color: #fff;
}

.innerkv-title {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 2vw;
  color: #fff;
}

.heading-kv {
  font-size: 7vw;
  line-height: 7vw;
  letter-spacing: 3px;
}

.inner-kv-head-wrao {
  max-width: 900px;
  padding-right: 2vw;
  padding-bottom: 2px;
  padding-left: 2vw;
  float: left;
  text-align: left;
}

.row-recepti-kategorije {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -72px;
  margin-right: -20px;
  margin-left: -20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.row-recepti-kategorije.regijemap {
  margin-top: -66px;
  margin-right: 0px;
  margin-left: 0px;
}

.col-recepti-kategorije {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filterlink {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 150%;
}

.navmenu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navmenu-title {
  min-height: 63px;
  margin-bottom: 13px;
font-family:"Open Sans",sans-serif;
  font-size: 19px;
  line-height: 160%;
  font-weight: 700;
}

.logolink {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 13;
  width: 45px;
}

.stickylogo {
  position: relative;
  left: 10px;
  top: 10px;
  width: 80px;
  height: 40px;
}

.map-filters-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.food-cons-row {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 57px;
  padding-left: 57px;
}

.w {
  color: #fff;
}

.w.seftitle {
  margin-top: 20vh;
  margin-bottom: 58px;
  font-size: 84px;
  font-style: italic;
}

.wt {
  color: #fff;
}

.wt:hover {
  color: rgb(186, 208, 149);
}

.gor {
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  text-shadow: 4px 4px 17px #000;
}

.map-filters {
  max-width: 1200px;
}

.date {

  line-height: 100%;
  font-weight: 300;
}

.date.wh {
  color: #fff;
}

.text-block-2 {
  margin-top: -14px;
}

.copywrap {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 20px;
  text-align: center;
}

.borders {
  padding-top: 19px;
  padding-bottom: 19px;
  border-style: solid none;
  border-width: 1px;
  border-color: #fff;
}

.text-block-4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.navpanel-search {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(186, 208, 149);
}

.iskalnik-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  max-width: 600px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border: 1px solid #fff;
}



.ddl {
  background-color: #eee;
}



.text-block-5 {
  padding-left: 22px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: 96% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 29px;
  line-height: 65px;
}

.text-block-6 {
  font-weight: 500;
}


.mobile-section {
  padding-top: 44px;
  padding-bottom: 44px;
}

.mobile-section.tab0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mobileimagewrap {
  position: relative;
  padding-top: 50%;
  border: 5px solid #fff;
  background-color: #e9e9e9;
}

.mobileimagewrap._2cmvw {
  width: 50%;
  float: left;
}

.m-col {
  padding-right: 20px;
  padding-left: 20px;
}

.dogodek-mobile-date {
  display: inline-block;
  float: none;
  color: rgb(186, 208, 149);
  font-size: 28px;
  line-height: 171%;
}

.insta-kuhar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
  padding-bottom: 58px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.insta-portret {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: auto;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
 
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.64);
}

.insta-portret.mbl {
  box-shadow: none;
}

.ss {
  opacity: 0.65;

}

.text-block-7 {
  margin-top: 20px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d4;
  font-size: 17px;
}

.kraj {
  margin-top: 13px;
  text-transform: uppercase;
}

.insta-kuhar-copy {
  display: block;
  margin-left: 6px;
  padding-bottom: 58px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mw {
  position: relative;
  margin-bottom: 1px;
}

.image-10 {
  position: relative;
}

.pins3dwrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
}

.button-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -50px;
  width: 224px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(186, 208, 149);
  background-color: rgba(103, 168, 18, 0);
  color: #adadad;
  text-align: center;
}

.button-2:hover {
  border-color: rgb(186, 208, 149);
  color: rgb(186, 208, 149);
}

.button-2.mobile-btn2 {
  position: relative;
  bottom: 56px;
  display: block;
  width: auto;
  margin-top: 40px;
}

.image-maps-side {
  position: relative;
  height: 20vh;
}

.dogodek-kv-date {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  margin-right: 30px;
  margin-bottom: -20px;
  padding: 31px 20px;
  float: none;
  background-color: rgb(186, 208, 149);
  color: #fff;
  font-size: 28px;
  line-height: 100%;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.dashsection {
  position: relative;
  min-height: 100vh;
  padding: 25px 100px;
  background-color: #e9e9e9;
}

.dashcontainer {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.dashrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dashcol {
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pd {
  margin-top: 20px;
}

.dashlink {
  display: block;
  padding: 6px 28px 6px 0px;
  color: rgb(186, 208, 149);
  font-size: 20px;
  line-height: 171%;
}

.dashback {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 100px;
  height: 100px;
  padding: 22px;
}

.backarrow {
  width: 50px;
  height: 50px;
  float: left;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.kv-heading {
  margin-top: 7px;
  font-size: 73px;
  line-height: 65px;
  font-weight: 600;
}

.div-block-19 {
  padding-right: 16px;
}

.ii {
  margin-top: 6px;
  margin-bottom: 6px;
}

.pin-tooltip-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 72%;
  bottom: 0%;
  display: block;
  width: 140px;
  min-height: 141px;
  padding: 10px 10px 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #fff;
  font-size: 11px;
  line-height: 140%;
  font-weight: 400;
}

.pin-tooltip-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 72%;
  bottom: 0%;
  display: block;
  width: 140px;
  min-height: 141px;
  padding: 10px 10px 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #fff;
  font-size: 11px;
  line-height: 140%;
  font-weight: 400;
}

.pw {
  color: #fff;
  line-height: 130%;
}

.text-block-11 {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
}

.div-block-22 {
  padding-left: 60px;
}

.div-block-23 {
  padding-left: 60px;
}

.slider {
  height: auto;
  margin-bottom: 74px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.sarr {
  left: 20px;
  top: auto;
  right: auto;
  bottom: -80px;
  width: 50px;
  height: 50px;
  background-color: rgb(186, 208, 149);
  color: #fff;
  font-size: 16px;
}

.sarr.r {
  left: 71px;
}

.s1 {
  width: 23vw;
  margin-right: 20px;
  margin-left: 20px;
}

.sliderimagecontainer {
  height: 30vw;
}

.slide-nav {
  bottom: -77px;
  padding-left: 150px;
  font-size: 10px;
  text-align: left;
}

.paragraph-4 {
  opacity: 0.52;
}

.ul-social {
  margin-top: -1px;
}

.ul-social.large-soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.li-social {
  padding-right: 10px;
  float: left;
}

.li-social.ll {
  padding-right: 28px;
  padding-left: 28px;
  float: none;
}

.soc-icon {
  width: 40px;
  height: 40px;
  float: left;
  opacity: 1;
}

.soc-icon.l {
  width: 60px;
  height: 70px;
  min-width: 60px;
}

.footer-link-2 {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e9e9e9;
  font-weight: 600;
}

.div-block-24 {
  margin-top: 19px;
}

.fl-2 {
  padding-top: 14px;
  padding-bottom: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 18px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px;
  padding-right: 20px;
  padding-left: 20px;
}

._200vh {
  height: 200vh;
  background-color: #f0f0f0;
}

.menuimage {
  padding: 13px;
  background-color: #fff;
  cursor: pointer;
}

.sidenav2 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 60px;
  border-left: 1px solid #d4d4d4;
}

.nav-wrap-all {
  position: fixed;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navpanel-mainav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(186, 208, 149);
}

.nav-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navcol {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navpannell-title {
  margin: 15px 25px;
  font-size: 32px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
}

.navpannell-title.active {
  color: #fff;
}

.navlink4 {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 170%;
}

.navlink4:hover {
  color: #fff;
}

.navpanel-map {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(186, 208, 149);
}

.image-12 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-13 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  padding: 8px;
  cursor: pointer;
}

.logo2 {
  height: 70px;
  margin-top: 10px;
  margin-left: 10px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.heading-3 {
  text-transform: none;
}

.mobilelogo {
  display: block;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-2 {
  float: left;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.tileicon-large {
  width: 66.64930725097656px;
  height: 66.64930725097656px;
  margin-top: 28px;
}

.banner {
  padding: 19px;
  background-color: rgb(186, 208, 149);
}

.banner:hover {
  background-color: rgb(186, 208, 149);
  color: #f5f5f5;
}

.rowarticle-corpo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 180%;
}

.article-side {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #e9e9e9;
}

.div-block-28 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 50%;
  height: 100vh;
  margin-right: -60px;
  padding-right: 45px;
  float: right;
  background-image: url('../images/scheff.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-28.cheffside {
  top: 6vh;
  width: 51%;
  height: 94vh;
  background-image: url('../images/mamca-cutout.png');
  background-position: 0% 100%;
  background-size: contain;
}

.div-block-29 {
  float: left;
}

.image-15 {
  width: 52px;
  height: 52px;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.41);
  cursor: pointer;
}

.cheff-mobile {
  display: none;
}

.show-map {
  position: absolute;
  left: auto;
  top: auto;
  right: 80px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.text-block-12 {
  position: relative;
  top: 100%;
  display: block;
  padding-top: 0px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.pi {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 50%;
}

.navsep {
  width: 1px;
  margin-top: -50px;
  margin-bottom: -50px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.22);
}

.pin-tooltip-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 72%;
  bottom: 0%;
  display: block;
  width: 200px;
  min-height: 141px;
  padding: 10px 10px 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.41);
  font-size: 11px;
  line-height: 140%;
  font-weight: 400;
}

.pin-tooltip-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 72%;
  bottom: 0%;
  display: block;
  width: 140px;
  min-height: 141px;
  padding: 10px 10px 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.41);
  font-size: 11px;
  line-height: 140%;
  font-weight: 400;
}

.pin-tooltip-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 72%;
  bottom: 0%;
  display: block;
  width: 140px;
  min-height: 141px;
  padding: 5px 10px 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.41);
  font-size: 11px;
  line-height: 140%;
  font-weight: 400;
}

.image-16 {
  border-radius: 50%;
}

.text-block-13 {
  margin-top: 74px;
}

.button-ghost {
  margin-top: 10px;
  padding: 6px 0px;
  border-bottom: 2px solid rgb(120, 162, 47);
  background-color: #fff;
  color: rgb(120, 162, 47);
  font-size: 13px;
  text-transform: uppercase;
}

.flex-grid2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-tile._2c {
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.flex-tile._2c h4 { font-size:16px;line-height: 22px;
    margin-top: 10px;

}

.first-h1 {
  font-size: 68px;
  line-height: 121%;
}

.flex-columns-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-flex {
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}

.column-b {
  padding-right: 20px;
  padding-left: 20px;
}

.icon-li {
  width: 40px;
  height: 40px;
  padding-right: 10px;
}

.dl-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.list-2 {
  padding-top: 20px;
}

.tabs-content {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.filters-row {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 0px;
}

.actions-row {
  margin-right: 20px;
  padding-bottom: 50px;
  margin-left: 20px;
  border-top: 1px solid #d4d4d4;
  text-align: center;
}

.date-filter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  float: right;
  cursor: pointer;
}

.calendar {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.div-block-31 {
  display: block;
}

.cal {
  position: absolute;
  left: auto;
  top: 18%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  width: 300px;
  margin-top: 60px;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  background-color: #fff;
}

.days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.day {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.285%;
  -ms-flex: 0 0 14.285%;
  flex: 0 0 14.285%;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  line-height: 40px;
  cursor: pointer;
}

.day:hover {
  background-color: rgba(103, 168, 18, 0.12);
  color: rgb(186, 208, 149);
}

.day.off {
  color: #d4d4d4;
  cursor: default;
}

.day.off:hover {
  background-color: #fff;
  color: #d4d4d4;
}

.day.on {
  background-color: rgb(186, 208, 149);
  color: #fff;
}

.inline-map {
  height: 70vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0.08))), url('../images/map2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), url('../images/map2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.map-section {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 0px;
}

.montx-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.dt {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-right: 1px solid #e9e9e9;
}

.ddd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.period-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cal-period {
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #e9e9e9;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.cal-period:hover {
  background-color: rgba(103, 168, 18, 0.12);
}

.ddlink {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #fff;
}

.ddlink:hover {
  background-color: rgba(103, 168, 18, 0.12);
}

.div-block-33 {
  float: left;
}

.dropdown-2 {
  float: right;
  border-right: 1px solid #e9e9e9;
}

.ddt2 {
  padding-right: 50px;
  padding-left: 20px;
  float: right;
}

.ddl2 {
  top: 63px;
}

.ddlink2 {
  background-color: #fff;
}

.ddlink2:hover {
  background-color: #eaf4de;
  color: rgb(186, 208, 149);
}

.menu2 {
  max-width: 1400px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.block-quote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 90px;
  border-style: solid none;
  border-width: 1px;
  border-color: #e9e9e9;
  background-position: 0px 42px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  font-size: 38px;
  line-height: 58px;
  font-style: italic;
  text-align: left;
}

.rules {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 5px;
  border-style: solid none;
  border-width: 1px;
  border-color: #d4d4d4;
}

.rules.cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tb-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.ul-tb {
  margin-bottom: 0px;
}

.icon-tl {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.icon-tl.kapa {
  width: 20px;
  height: 40px;
  margin-right: 4px;
}

.icon-tl.kapa.ks {
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.icon-tl.s {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ul-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 160%;
}

.li-grid-3col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 0px 20px 0px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #d4d4d4;
  font-size: 13px;
  text-align: left;
}

.li-grid-3col.s {
  margin-right: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  border-right-color: #e8e8e8;
  font-size: 11px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.rate-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  float: left;
  border-style: solid;
  border-width: 3px;
  border-color: rgb(186, 208, 149);
  border-radius: 15px;
}

.rate-icon.s {
  background-color: rgb(186, 208, 149);
}

.pcenter {
  text-align: center;
}

.ul-results {
  padding-top: 40px;
  padding-bottom: 40px;
}

.li-result {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.r2c {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rtc {
  padding-right: 27px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.div-block-36 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marker {
  position: relative;
  z-index: 2;
}

.pin-wrap {
  position: relative;
  width: 60px;
  height: 60px;
}

.div-block-38 {
  position: absolute;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 38px;
  padding: 0px 0px 24px;
  background-color: #fff;
}

.pin-image {
  width: 200px;
  height: 100px;
}

.image-pin {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pin-content {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 13px;
  line-height: 140%;
}

.map-tab-text {
  margin-bottom: 5px;
  font-size: 12px;
}

.div-block-39 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 60px;
}

.dogodek-kv {
  position: relative;
  max-width: 1100px;
  margin: 60px auto;
}

.dogodek-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  padding: 35px;
  color: #fff;
}

.kraj-tag {
  display: inline-block;
  margin-bottom: 18px;
  font-weight: 300;
}

.filterswrap {
  float: right;
}

.lang-desktop {
  width: 60px;
  height: 60px;
  padding: 15px;
  background-color: #fff;
  cursor: pointer;
}

.navpanel-map-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(186, 208, 149);
}

.ddl-2 {
  background-color: #eee;
}

.image-17 {
  width: 60px;
  height: 60px;
  padding: 15px;
  background-color: #fff;
  cursor: pointer;
}

.navpanel-search-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(186, 208, 149);
}

.navpanel-mainav-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(186, 208, 149);
}

.menuimage-2 {
  width: 59px;
  height: 59px;
  padding: 13px;
  background-color: #fff;
  cursor: pointer;
}

.dropdown-3 {
  width: 135px;
  float: left;
  border-left: 1px none #d4d4d4;
}

.text-block-14 {
  padding-left: 22px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/icons8-search-2.svg');
  background-position: 96% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 29px;
  line-height: 65px;
}

.iskalnik-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  max-width: 600px;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border: 1px solid #fff;
}

.dropdown-toggle-2 {
  display: block;
  border-right: 1px solid #d4d4d4;
  background-color: #fff;
  color: #838383;
}

.text-block-15 {
  background-color: #fff;
  line-height: 59px;
  text-align: center;
}

.kvtext-l {
  font-size: 66px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.kvtext-l.small {
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.burger-wrap {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.body {
  background-color: #a4a4a4;
}

.mobilenav-frame {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 110;
  display: none;
  padding: 0px;
  background-color: rgb(186, 208, 149);
}

.mobile-nav-ul {
  padding-right: 20px;
  padding-left: 20px;
}

.mobile-nav-li {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
}

.mobilenavlink {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #2f2f2f;
  font-size: 25px;
  line-height: 130%;
}

.mobilenavlink:hover {
  color: #fff;
  text-decoration: underline;
}

.mobilenavlink.w--current {
  color: #2f2f2f;
}

.mobilenavlink.w--current:hover {
  text-decoration: none;
}

.closemobilenav {
  position: fixed;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 45px;
  height: 45px;
}

.mobilenav-ul2 {
  margin-top: -30px;
  padding-right: 20px;
  padding-left: 20px;
}

.mobile-li2 {
  padding-left: 20px;
  float: right;
}

.mobilenav-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: rgb(186, 208, 149);
  color: #fff;
}

.mobilenav-icon:hover {
  border-color: #2f2f2f;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mobilesearch-flex {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.submit-button {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  background-color: #fff;
  background-image: url('../images/search.svg');
  background-position: 50% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  color: rgb(186, 208, 149);
}

.mobile-search-field {
  height: 60px;
  border: 1px solid #fff;
  background-color: rgb(186, 208, 149);
  font-size: 18px;
}

.mobile-search-field:focus {
  border-color: #fff;
}

.mobile-search-field::-webkit-input-placeholder {
  color: #fff;
}

.mobile-search-field:-ms-input-placeholder {
  color: #fff;
}

.mobile-search-field::-ms-input-placeholder {
  color: #fff;
}

.mobile-search-field::placeholder {
  color: #fff;
}

.select-field {
  height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#558d0a), to(#558d0a));
  background-image: linear-gradient(180deg, #558d0a, #558d0a);
  font-size: 19px;
}

.select-field:focus {
  border: 1px none #000;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-nav-wrap {
  padding: 84px 20px 20px;
  background-color: #558d0a;
}

@media (max-width: 991px) {
  h1 {
    line-height: 121%;
  }
  h3 {
    font-size: 27px;
  }
  .burger-wrap {
    z-index: 100;
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-top: 10px;
    margin-right: 5px;
    padding: 5px;
    background-color: hsla(0, 0%, 100%, 0);
    cursor: pointer;
  }
  .section {
    min-height: auto;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
  .container {
    width:100%;
    padding-right: 15px;
    padding-left: 10px;
  }
  .col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-swipe-tablet {
    padding-right: 0px;
    border-right: 1px solid #e9e9e9;
  }
  .row-swipe-tablet.flexrow {
    display: block;
  }
  .row-swipe-tablet.fot {
    padding-left: 23px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .img-ofsett {
    width: auto;
  }
  .row-2 {
    display: block;
  }
  .max-width-para {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .intro {
    margin-bottom: 40px;
  }
  .tile-grey {
    margin-bottom: 20px;
  }
  .row.pcenter {
    text-align: left;
  }
  ._2img-row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .stickywrapp.grey.cook {
    padding-bottom: 95px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .stickywrapp.flip {
    display: block;
  }
  .sticky-track {
    display: block;
    width: auto;
    padding-top: 4vh;
    padding-bottom: 4vh;
    float: none;
  }
  .sticky-side {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 31px 50px;
    float: none;
  }
  .sticky-side.xm {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .track-section {
    display: block;
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .track-section.instagrid {
    margin-right: -20px;
    margin-left: -20px;
  }
  .sticky-side-grid {
    position: relative;
  }
  .sticky-side-grid.vc {
    height: auto;
    padding: 0px;
  }
  .col-maxw {
    max-width: none;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .desktop {
    display: block;
  }
  .mobile {
    display: none;
    max-width: none;
  }
  .section-mobile {
    padding: 20px 30px;
  }
  .flex-row-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-top: 40px;
    margin-right: -30px;
    margin-bottom: 0px;
  }
  .flex-scroll-track-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .flex-track-image {
    width: 40vw;
    height: 60vw;
    border-right: 1px solid #fff;
    background-color: #adadad;
  }
  .flex-track-image.recipe {
    width: 30vw;
    padding-right: 10px;
  }
  .img-p.s-zgodba1 {
    border-width: 1px;
    border-color: #000;
  }
  .img-p.szgodba2.rborder {
    border-right: 1px solid #fff;
  }
  .separator.fw {
    width: 100%;
  }
  .fw-paralax-home {
    margin-right: 0px;
  }
  .tbp {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .section2 {
    padding: 30px 19px;
  }
  .section2.rp60 {
    padding-right: 0px;
  }
  .row-article-narrow {
    max-width: none;
  }
  .grid-item {
    width: 33.3333%;
  }
  .grid-item.width2 {
    width: 33.333%;
  }
  .h0 {
    font-size: 50px;
  }
  .kv-section {
    padding-right: 0px;
  }
  .key-visual {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Untitled-8_0000s_0001_fabrizio-magoni-boaDpmC-_Xo-unsplash.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Untitled-8_0000s_0001_fabrizio-magoni-boaDpmC-_Xo-unsplash.jpg');
    background-attachment: scroll, scroll;
  }
  .insta-row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .insta-row.cook {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .row-recepti {
    margin-right: 0px;
    margin-left: 0px;
  }
  .foto-frame-a {
    height: 26vw;
  }
  .small-icon {
    width: 20px;
    height: 20px;
  }
  .mapmenu {
    overflow: auto;
    padding-right: 97px;
    padding-left: 43%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tabmap {
    margin-left: 14px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    background-image: none;
  }
  .maptitleblock {
    width: 40%;
    border-right: 1px none #adadad;
    background-image: none;
  }
  .pin {
    width: 80px;
    height: 80px;
  }
  .pin.p5._333 {
    width: 80px;
    height: 80px;
  }
  .topnav {
    display: none;
  }
  .topnav.w {
    display: none;
  }
  .topnav-ul {
    display: none;
  }
  .background-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .map-list {
    overflow: auto;
    height: 100vh;
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .img-map.mapdraw {
    background-size: 276vw;
  }
  .innerhead.event {
    min-height: auto;
  }
  .rv.corpo {
    padding-top: 135px;
    padding-right: 1px;
    padding-left: 1px;
  }
  .image-3 {
    width: 60px;
    height: 60px;
    float: right;
  }
  .heading-kv {
    font-size: 60px;
    line-height: 60px;
  }
  .w.seftitle {
    margin-top: -161px;
    text-align: right;
  }
  .mobileimagewrap {
    border-style: solid;
    border-width: 5px;
  }
  .button-2.mobile-btn2 {
    padding-top: 33px;
    padding-bottom: 33px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .dashsection {
    padding-right: 52px;
    padding-left: 52px;
  }
  .s1 {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .ul-social {
    margin-top: 31px;
  }
  .fl-2 {
    padding-right: 24px;
    font-size: 16px;
  }
  .div-block-25 {
    display: block;
    padding-left: 45px;
  }
  .menuimage {
    width: auto;
    height: 60px;
    padding: 14px;
    float: right;
  }
  .sidenav2 {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-left-style: none;
  }
  .nav-wrap-all {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navpanel-mainav {
    overflow: auto;
    padding-top: 132px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-row {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .navcol {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .navpannell-title {
    margin-top: 42px;
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
  }
  .navlink4 {
    margin-bottom: 9px;
  }
  .navpanel-map {
    overflow: auto;
    width: 100vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-12 {
    display: none;
    width: 100vw;
    max-width: none;
  }
  .image-14 {
    width: 102.57500457763672px;
    height: 50px;
    margin-left: 10px;
  }
  .mobilelogo {
    display: block;
  }
  .div-block-26 {
    width: 100vw;
  }
  .div-block-27 {
    padding: 53px 0px;
  }
  .div-block-28.cheffside {
    display: none;
  }
  .cheff-mobile {
    display: block;
    width: 70%;
    line-height: 170px;
  }
  .show-map {
    right: 20px;
  }
  .navsep {
    display: none;
  }
  .first-h1 {
    font-size: 48px;
  }
  .flex-columns-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .column-flex {
    margin-bottom: 0px;
  }
  .mask {
    padding-left: 20px;
  }
  .div-block-39 {
    margin-top: 0px;
    padding-right: 0px;
  }
  .lang-desktop {
    width: 60px;
    height: 60px;
    float: right;
  }
  .navpanel-map-2 {
    display: none;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-17 {
    width: 60px;
    height: 60px;
    float: right;
  }
  .navpanel-search-2 {
    display: none;
  }
  .navpanel-mainav-2 {
    display: block;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    padding-top: 132px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menuimage-2 {
    width: auto;
    height: 60px;
    padding: 14px;
    float: right;
  }
  .text-block-15 {
    width: 60px;
    height: 60px;
  }
  .burger-wrap {
    z-index: 100;
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-top: 10px;
    margin-right: 5px;
    padding: 5px;
    background-color: hsla(0, 0%, 100%, 0);
    cursor: pointer;
  }
  .mobilenav-frame {
    display: block;
  }
  .mobile-nav-ul {
    margin-bottom: 40px;
  }
  .mobilenavlink {
    color: #2f2f2f;
    font-weight: 700;
  }
  .closemobilenav {
    cursor: pointer;
  }
  .mobile-li2 {
    float: right;
  }
  .mobile-search-field {
    border-radius: 0px;
  }
  .select-field {
    float: none;
  }
  .select-field:hover {
    color: #fff;
  }
  .flex-tile._2c {
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 20%;
  flex: 0 0 33%;
}

}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 128%;
    font-weight: 700;
  }
  .section {
    padding: 1vh 20px;
  }
  .col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-swipe-tablet {
    display: block;
    border-right-style: none;
  }
  .row-swipe-tablet.flexrow {
    display: block;
  }
  .row-swipe-tablet.fot {
    padding-right: 0px;
    padding-left: 0px;
    clear: both;
  }
  .max-width-para {
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .tile-grey {
    margin-bottom: 10px;
  }
  ._2img-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .img {
    height: 100%;
    border-width: 1px;
  }
  .img.zgodbemobile {
    width: 50%;
    padding-top: 236px;
  }
  .text-overlay {
    padding: 10px;
  }
  .stickywrapp {
    padding-right: 49px;
    padding-left: 49px;
  }
  .sticky-track {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
  .sticky-side {
    width: auto;
    margin-right: -60px;
    margin-left: -60px;
  }
  .sticky-side-grid {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sticky-side-grid.vc {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }
  .flex-row-mobile {
    margin-top: 20px;
  }
  .flex-track-image {
    background-color: #fff;
  }
  .flex-track-image.recipe {
    width: 40vw;
  }
  .img-p {
    border-bottom-style: none;
    border-bottom-width: 1px;
  }
  .img-p.szgodba2.rborder {
    border-right: 1px solid #fff;
  }
  .tbp {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .more {
    margin-bottom: 10px;
  }
  .button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .grid-item {
    width: 50%;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
  }
  .grid-item.width2 {
    width: 50%;
  }
  .gal-tile {
    margin-right: 0px;
    margin-left: 0px;
    padding: 6px 0px;
    border-top-style: none;
    border-left-style: none;
  }
  .h0 {
    margin-top: 82px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 40px;
  }
  .kv-section {
    padding-right: 0px;
  }
  .key-visual {
    height: auto;
    padding-top: 116px;
    padding-bottom: 50px;
  }
  .insta-row {
    padding-top: 0px;
  }
  .insta-col {
    padding-right: 1px;
    padding-left: 1px;
  }
  .insta-foto {
    border-right: 2px solid #fff;
  }
  .small-icon {
    width: 20px;
    height: 20px;
  }
  .mapmenu {
    overflow: auto;
    height: 70px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mapcontent {
    padding-bottom: 70px;
  }
  .tabmap {
    width: 24%;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .maptitleblock {
    display: none;
  }
  .topnav {
    display: none;
    padding-right: 149px;
  }
  .img-map {
    bottom: 70px;
  }
  .innerhead.event {
    min-height: auto;
  }
  .rv {
    margin-right: 0px;
    padding-left: 20px;
  }
  .image-3 {
    display: block;
    float: left;
  }
  .heading-kv {
    font-size: 60px;
    line-height: 60px;
  }
  .row-recepti-kategorije {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .map-filters-overlay {
    overflow: auto;
    padding-top: 152px;
  }
  .map-filters-overlay.regije {
    padding-top: 117px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .w.seftitle {
    margin-top: -131px;
    font-size: 70px;
    line-height: 70px;
  }
  .copywrap {
    padding-right: 70px;
    padding-left: 70px;
  }
  .xm {
    display: none;
  }
  .mobilekv1 {
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .mobile-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobileimagewrap {
    border-width: 1px;
  }
  .insta-kuhar {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-17 {
    width: 100%;
    height: auto;
  }
  .mw {
    margin-bottom: 104px;
  }
  .dogodek-kv-date {
    font-size: 19px;
  }
  .dashsection {
    padding: 43px 0px;
  }
  .dashrow {
    display: block;
  }
  .dashcol {
    padding-left: 0px;
  }
  .dashlink {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 20px;
    line-height: 170%;
  }
  .dashback {
    width: 70px;
    height: 70px;
    padding: 12px;
  }
  .kv-heading {
    font-size: 55px;
    line-height: 120%;
  }
  .s1 {
    width: 100%;
  }
  .sliderimagecontainer {
    height: 64vw;
  }
  .fl-2 {
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    float: none;
    clear: both;
  }
  .div-block-25 {
    display: block;
    padding-left: 20px;
  }
  .navpanel-mainav {
    padding-right: 41px;
    padding-left: 41px;
  }
  .navpannell-title {
    font-size: 30px;
    line-height: 40px;
  }
  .navpanel-map {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-12 {
    margin: 32px 32px 32px 0px;
  }
  .image-14 {
    width: 82.0625px;
    height: 40px;
  }
  .rowarticle-corpo {
    display: block;
  }
  .article-side {
    width: auto;
  }
  .cheff-mobile {
    width: auto;
    height: 500px;
  }
  .first-h1 {
    font-size: 39px;
  }
  .flex-columns-row {
    overflow: auto;
    margin-right: -20px;
  }
  .column-flex {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43%;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
  }
  .date-filter {
    margin-left: 5px;
  }
  .inline-map {
    height: 320px;
  }
  .map-section {
    margin: 0px -20px;
    padding-right: 0px;
  }
  .menu2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .block-quote {
    padding: 85px 0px 20px;
    background-position: -1% 6%;
    font-size: 31px;
    line-height: 39px;
  }
  .rules.cols {
    display: block;
  }
  .filterswrap {
    margin-top: 24px;
    float: left;
    clear: both;
  }
  .lang-desktop {
    display: block;
    float: left;
  }
  .navpanel-map-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-17 {
    display: block;
  }
  .navpanel-mainav-2 {
    padding-right: 41px;
    padding-left: 41px;
  }
  .kvtext-l {
    font-size: 50px;
  }
  .kvtext-l.small {
    font-size: 40px;
  }
  .flex-tile._2c {
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 20%;
  flex: 0 0 50%;
}

}

@media (max-width: 479px) {
  h1 {
    font-size: 27px;
    line-height: 30px;
  }
  h5 {
    font-size: 14px;
  }
  .section {
    padding: 2vh 0px;
  }
  .section.footersectiojn {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .section.signupgreen {
    background-color: rgb(186, 208, 149);
  }
  .row-swipe-tablet.flexrow {
    display: block;
  }
  .img-ofsett {
    margin-right: -25px;
  }
  .row-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .max-width-para {
    padding-right: 20px;
    padding-left: 20px;
  }
  .intro {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 150%;
  }
  .row-block-mobile {
    display: block;
  }
  .img {
    border-width: 1px;
  }
  .img.zgodbemobile {
    padding-top: 171px;
  }
  .stickywrapp {
    padding: 0px;
  }
  .stickywrapp.grey.cook {
    padding-top: 33px;
  }
  .sticky-track {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sticky-side {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex-row-2 {
    display: block;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 12px;
    line-height: 150%;
  }
  .flex-row-2.xm {
    display: none;
  }
  .section-mobile {
    padding: 0px;
  }
  .section-mobile.grey-mobile {
    padding-top: 36px;
    padding-bottom: 11px;
  }
  .flex-row-mobile {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .flex-track-image {
    width: 70vw;
    height: 80vw;
    border-right-width: 5px;
  }
  .flex-track-image.recipe {
    width: 60vw;
  }
  .img-p.szgodba2.rborder {
    border-right: 1px solid #fff;
  }
  .fw-paralax-home {
    height: 420px;
    margin-right: 0px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .tbp {
    padding-bottom: 0px;
  }
  .div-block-5 {
    margin-top: 0px;
    margin-right: 0px;
  }
  .button {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .button.wh {
    background-color: #fff;
  }
  .section2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .visual-wide {
    height: 420px;
  }
  .link-block.noborder-sid {
    padding-right: 17px;
  }
  .grid-item {
    width: 50%;
    padding-bottom: 0px;
  }
  .gal-tile {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
    border-top-style: none;
    border-left-style: none;
    font-size: 11px;
  }
  .img-gal {
    margin-bottom: 14px;
  }
  .ccc {
    padding-right: 0px;
    padding-left: 0px;
  }
  .kv-section {
    padding-right: 0px;
  }
  .key-visual {
    padding-top: 128px;
  }
  .insta-row {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 1px;
  }
  .insta-row.cook {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .insta-col {
    padding-right: 1px;
    padding-left: 1px;
  }
  .insta-foto {
    margin-bottom: 0px;
    border-bottom: 2px solid #fff;
    border-right-width: 1px;
  }
  .row-recepti {
    padding-bottom: 17px;
  }
  .col-recept-side {
    width: auto;
  }
  .foto-frame-a {
    height: 59vw;
    margin-right: -20px;
    margin-left: -20px;
  }
  .small-icon {
    width: 20px;
    height: 20px;
  }
  .mapmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top-style: none;
    background-color: #fff;
  }
  .tabmap {
    width: auto;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-style: none;
  }
  .tabmap.w--current {
    color: rgb(186, 208, 149);
  }
  .tabmap.w--current:hover {
    color: #fff;
  }
  .mapzoom {
    z-index: 1;
  }
  .pin.p5._333 {
    z-index: 12;
  }
  .topnav {
    display: none;
  }
  .map-list {
    padding-top: 81px;
    padding-right: 21px;
    padding-left: 21px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .li-regija {
    margin-top: 4px;
    margin-right: 12px;
    margin-bottom: 4px;
    padding-right: 10px;
    float: none;
    border-right-style: none;
  }
  .img-map.mapdraw {
    background-position: 50% 50%;
    background-size: 475vw;
  }
  .rv {
    padding-top: 52vw;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-3 {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .tab-filter {
    margin-right: 0px;
  }
  .inner-kv-head-wrao {
    padding-left: 10px;
  }
  .row-recepti-kategorije {
    display: block;
    margin-top: 85px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .map-filters-overlay {
    position: static;
    overflow: auto;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .map-filters-overlay.regije {
    height: 100vh;
    padding-top: 124px;
    padding-bottom: 71px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .w.seftitle {
    margin-top: -98px;
    font-size: 40px;
    line-height: 40px;
  }
  .date {
    position: relative;
    bottom: -57px;
    z-index: 2;
    display: inline-block;
    padding-right: 9px;
    padding-left: 9px;
    background-color: #fff;
    font-size: 34px;
    font-weight: 400;
  }
  .copywrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .iskalnik-wrap {
    margin-right: 21px;
    margin-left: 21px;
  }
  .dropdown {
    width: auto;
  }
  .text-block-5 {
    width: 100%;
    padding-left: 14px;
    font-size: 21px;
  }
  .mobilekv1 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .mobileimagewrap {
    border-bottom-width: 2px;
  }
  .m-col {
    overflow: hidden;
  }
  .m-col.green {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: rgb(186, 208, 149);
    color: #fff;
  }
  .dogodek-mobile-date {
    font-size: 21px;
    line-height: 170%;
  }
  .insta-kuhar {
    display: block;
  }
  .insta-portret {
    margin-bottom: 32px;
  }
  .div-block-16 {
    margin-right: -24px;
    margin-left: -20px;
  }
  .insta-kuhar-copy {
    display: block;
    width: 62%;
    padding-bottom: 0px;
    text-align: center;
  }
  .mw {
    margin-bottom: 15px;
  }
  .button-2.mobile-btn2 {
    position: relative;
    bottom: 0px;
    display: block;
    width: auto;
    margin-top: -4px;
    margin-bottom: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }
  .dogodek-kv-date {
    font-size: 16px;
  }
  .dashsection {
    padding: 74px 0px 9px;
  }
  .dashcol {
    padding-right: 5px;
    padding-left: 5px;
  }
  .dashlink {
    padding: 6px 0px;
    font-size: 18px;
    line-height: 170%;
  }
  .kv-heading {
    margin-top: 1px;
    font-size: 46px;
  }
  .div-block-22 {
    padding-left: 0px;
  }
  .div-block-23 {
    padding-left: 0px;
  }
  .sliderimagecontainer {
    height: 92vw;
  }
  .li-social.ll {
    padding-right: 13px;
    padding-left: 13px;
  }
  .div-block-25 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menuimage {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .sidenav2 {
    width: 150px;
  }
  .navpanel-mainav {
    padding-top: 84px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .navcol {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 20px;
  }
  .navpannell-title {
    margin-top: 12px;
    font-size: 28px;
    line-height: 60px;
    font-weight: 700;
  }
  .navpannell-title.active {
    color: #fff;
  }
  .navlink4 {
    font-size: 14px;
    line-height: 170%;
  }
  .image-12 {
    width: 300vw;
  }
  .image-13 {
    position: fixed;
  }
  .div-block-26 {
    width: 300vw;
  }
  .div-block-27 {
    padding-right: 2px;
    padding-left: 2px;
  }
  .cheff-mobile {
    height: 300px;
  }
  .flex-grid2 {
    display: block;
  }
  .flex-tile._2c {
    padding-right: 20px;
    padding-left: 20px;
  }
  .first-h1 {
    font-size: 36px;
  }
  .column-flex {
    margin-bottom: 0px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .column-b {
    margin-right: 3px;
  }
  .filters-row {
    padding-top: 0px;
  }
  .map-section {
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-2 {
    width: 100%;
    float: right;
    border-right-style: none;
  }
  .ddt2 {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ul-results {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lang-desktop {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .image-17 {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .navpanel-mainav-2 {
    padding-top: 84px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .menuimage-2 {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .dropdown-3 {
    width: auto;
  }
  .text-block-14 {
    width: 100%;
    padding-left: 14px;
    font-size: 21px;
  }
  .iskalnik-wrap-2 {
    margin-right: 21px;
    margin-left: 21px;
  }
  .text-block-15 {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .kvtext-l {
    font-size: 40px;
  }
  .kvtext-l.small {
    font-size: 30px;
  }
  .mobile-nav-li {
    float: none;
  }
  .mobilenavlink {
    font-size: 23px;
  }
  .mobilesearch-flex {
    display: block;
  }
  .mobile-search-field {
    margin-bottom: 0px;
  }
  .select-field {
    width: 100%;
    height: 39px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 1px none #000;
    color: #fff;
    font-size: 13px;
  }
  .flex-tile._2c {
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 20%;
  flex: 0 0 100%;
}

}

.mobilenav-frame {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 110;
  display: none;
  padding: 0px;
  background-color: rgb(186, 208, 149);
}

.mobile-nav-ul {
  padding-right: 20px;
  padding-left: 20px;
}

.mobile-nav-li {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
}

.mobilenavlink {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #fff;
  font-size: 25px;
  line-height: 130%;
}

.mobilenavlink:hover {
  color: #fff;
  text-decoration: underline;
}

.mobilenavlink.w--current {
  color: #2f2f2f;
}

.mobilenavlink.w--current:hover {
  text-decoration: none;
}

.closemobilenav {
  position: fixed;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  width: 45px;
  height: 45px;
}

.mobilenav-ul2 {
  margin-top: -30px;
  padding-right: 20px;
  padding-left: 20px;
}

.mobile-li2 {
  padding-left: 20px;
  float: right;
}

.mobilenav-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: rgb(186, 208, 149);
  color: #fff;
}

.mobilenav-icon:hover {
  border-color: #2f2f2f;
}


.flex-tile h4:hover {color:#0066CC}


.full-height{height:100%}
#subheader{overflow:hidden; margin-bottom:30px}.subheader{width:100%;background-size:cover; background-position:center center;position:relative}.subheader-content{position:absolute;height:80px;margin-left:15rem;color:#fff;line-height:3rem;bottom:10px}.subheader-content .subheader-content-inner{width:auto;margin-left:2rem}
@media only screen and (min-width:768px){.subheader-content .subheader-content-inner{margin-left:9rem}}
@media only screen and (min-width:1450px){.subheader-content .subheader-content-inner{margin-left:12rem}}
.subheader-content .subheader-caption{margin-top:.5rem;font-size:1.4rem;font-weight:700;padding:1rem;margin-left:1rem}
@media only screen and (min-width:768px){.subheader-content .subheader-caption{margin-left:8rem}}
@media only screen and (min-width:1200px){.subheader-content .subheader-caption{margin-left:0;float:right;display:inline-block;max-width:30%}}
@media only screen and (min-width:1630px){.subheader-content .subheader-caption{margin-right:14rem;font-size:1.6rem}}
.subheader-content .subheader-caption p{margin-bottom:0}div.subheader-title{text-transform:uppercase}div.subheader-title h1{font-size:2rem; color:#FFFFFF; margin-top:0px; margin-bottom:0px}
@media only screen and (min-width:768px){div.subheader-title {font-size:2rem;}}
div.subheader-title h1 span{padding:0 0 0 15px;margin:0;font-size:.6em;display:block}
@media only screen and (min-width:768px){div.subheader-title h1 span{display:inline-block;padding:0 0 9px 15px;margin:13px 0 0 15px;font-size:.6em}}
@media only screen and (min-width:1450px){div.subheader-title h1 span{padding:8px 0 9px 28px;margin:13px 0 0 28px;font-size:.4em}}


.subheader-content{width:100%;margin-left:0;bottom:0;left:0;background:rgba(0,0,0,.5);background:-moz-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);background:-webkit-gradient(left top,right top,color-stop(0%,rgba(0,0,0,.5)),color-stop(100%,rgba(0,0,0,0)));background:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);background:-o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);background:-ms-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);background:linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=1)}.subheader-content-inner{width:auto;display:inline-block;margin-left:15rem}span.simcal-event-title{font-size:10px;color:#000}
@media only screen and (min-width:1200px){.subheader-content .subheader-content-inner{width:50%}}
.subheader-content .subheader-title{margin-top:20px}.subheader-content .subheader-description{padding-top:2rem}.subheader-title h1 span{display:inline-block;font-size:.4em;padding:8px 0 9px 28px;border-left:solid 3px #fff;font-weight:600;vertical-align:top;margin:13px 0 0 28px;position:relative}#subheader.page-title{position:relative}#subheader.page-title:before{width:100%;font:600 6em/normal ;color:#fff;text-align:center;content:attr(data-title);position:absolute;top:50%;left:0;z-index:2;opacity:.23;white-space:nowrap;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}#subheader.dark_title h1,#subheader.dark_title:before,#subheader .subheader-title h1.dark_title{color:#222}