.page_wrapper {
  background: #fff;
}
  @media (max-width: 991px) {
    .page_wrapper {
      } }
  .page_wrapper.chef {
    padding-top: 10px; }

.footer_wrapper {
  background: #fff;  }

.featherlight .featherlight-content {
  padding: 0;
  border-bottom: 0; }
  .featherlight .featherlight-content iframe {
    width: 100vw; }
  .featherlight .featherlight-content .featherlight-close {
    background: #bad095;
    width: 50px;
    height: 50px;
    color: #bad095;
    font-size: 1px; }
    .featherlight .featherlight-content .featherlight-close:before {
      font-family: 'webflow-icons' !important;
      content: '\e900';
      font-size: 14px;
      color: #fff; }

.featherlight-next, .featherlight-previous {
  top: 0;
  right: 0; }
  .featherlight-next:hover, .featherlight-previous:hover {
    background: none; }
  .featherlight-next span, .featherlight-previous span {
    display: block;
    text-shadow: none; }

.featherlight-next span {
  right: 0; }
  .featherlight-next span .sarr.r {
    left: auto;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
.featherlight-next:hover span .sarr.r {
  right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.featherlight-previous {
  left: 0; }
  .featherlight-previous span {
    left: 0; }
    .featherlight-previous span .sarr.l {
      right: auto;
      left: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .featherlight-previous:hover span .sarr.l {
    left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

@media (max-width: 767px) {
  .div-block-23 {
    padding-left: 0 !important; } }

@media (max-width: 767px) {
  .mask {
    padding-left: 0; } }

@keyframes opacityVideo {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }
.innerhead {
  overflow: hidden; }
  .innerhead.home {
    height: 100vh; }
  .innerhead .background.static {
    width: calc(100% - 60px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: 50% 50%;
    background-size: cover; }
    @media (max-width: 991px) {
      .innerhead .background.static {
        width: 100vw; } }
  .innerhead .videoBg {
    left: 0;
    padding-top: 56.3%;
    width: 100%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

@media (max-width: 767px) {
  #video-player {
    display: none; } }

#video-player,
#video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

@media (min-aspect-ratio: 16 / 9) {
  #video-player {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  #video-player {
    width: 300%;
    left: -100%; } }
@media (min-aspect-ratio: 16 / 9) {
  .innerhead:not(.home) #video-player {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  .innerhead:not(.home) #video-player {
    height: 300%;
    top: -100%;
    width: 100%;
    left: auto; } }

.playVideoMobile {
  display: none; }
  @media (max-width: 767px) {
    .playVideoMobile {
      display: inline-block;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      padding: 10px; }
      .playVideoMobile i {
        margin-right: 10px; } }

.topnav {
  width: 100vw !important; }

.img {
  position: relative; }

.grid div:nth-child(2) {
  width: 50%; }

.grid div div:nth-child(2) {
  width: 100%; }

.dogodek .topnavlink {
  color: #2f2f2f !important; }

.sticky-side-grid img {
  border: 1px solid #fff; }

.rate-icon.h {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#67a812+50,ffffff+50 */
  background: #67a812;
  /* Old browsers */
  background: -moz-linear-gradient(left, #67a812 50%, white 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #67a812 50%, white 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #67a812 50%, white 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67a812', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */ }

.navpanel-search-2 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .navpanel-search-2.show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.searchW:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }
.searchW input[type="text"] {
  display: block;
  width: calc(100% - 50px);
  background: none;
  border: none;
  color: white;
  float: left;
  height: 60px;
  outline: none; }
  .searchW input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white; }
  .searchW input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  .searchW input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: white; }
  .searchW input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: white; }
.searchW input[type="submit"] {
  display: block;
  width: 50px;
  background: none;
  border: none;
  color: white;
  float: left;
  text-indent: -9999px;
  height: 60px;
  outline: none; }

.mobilesearch-flex input[name="s"] {
  color: white; }

.dropdown {
  width: auto; }

.map_wrapper {
  height: 100%;
  position: relative; }
  @media (max-width: 991px) {
    .map_wrapper {
      width: 100vw !important;
      height: 100% !important;
      position: relative; }
      .zemljevid.inside .map_wrapper {
        height: auto !important; } }

.map_container {
  height: 100%;
  width: calc(100% - 520px); }
  @media (max-width: 991px) {
    .map_container {
      width: 100% !important;
      float: none !important;
      height: 100vh !important; } }

.map_results {
  float: right;
  width: 520px;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 100%;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  background-color: #f8f7f6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .map_results .filtersCopy {
    position: absolute;
    top: 65px;
    left: 0;
    background: white;
    z-index: 1000;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
    .map_results .filtersCopy h3 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 25px; }
    .map_results .filtersCopy .filterBox {
      margin-bottom: 15px; }
      .map_results .filtersCopy .filterBox a {
        display: inline-block;
        color: blue;
        width: 30%;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        margin-bottom: 20px; }
        .map_results .filtersCopy .filterBox a.map-marker-filter-postopki_priprave, .map_results .filtersCopy .filterBox a.map-marker-filter-sestavine {
          display: none; }
        .map_results .filtersCopy .filterBox a .checkbox {
          display: block;
          border: 2px solid orange;
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 2px;
          margin-right: 7px; }
          .map_results .filtersCopy .filterBox a .checkbox i {
            display: none; }
        .map_results .filtersCopy .filterBox a:hover {
          color: #000; }
          .map_results .filtersCopy .filterBox a:hover .checkbox {
            border-color: #bad095; }
        .map_results .filtersCopy .filterBox a[data-class="checked"] {
          color: #000; }
          .map_results .filtersCopy .filterBox a[data-class="checked"] .checkbox {
            border-color: #bad095;
            background: #bad095;
            text-align: center; }
            .map_results .filtersCopy .filterBox a[data-class="checked"] .checkbox i {
              color: #fff;
              display: block; }
  .map_results .filterButtons {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle; }
    .map_results .filterButtons a.map-marker-filter-all {
      padding: 15px 0;
      font-size: 15px;
      display: inline-block;
      margin-bottom: 0; }
  .map_results .filterButton {
    padding: 10px 25px;
    position: absolute;
    margin: 50px 0 0 20px; }
    @media (max-width: 991px) {
      .map_results .filterButton {
        display: none !important; } }
    .map_results .filterButton.close {
      display: none; }
    .map_results .filterButton svg path {
      fill: black; }
    .map_results .filterButton svg path:first-child {
      fill: none; }
  .map_results .map_detail {
    background-color: white;
    position: absolute;
    width: 190px;
    height: 290px;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -moz-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    -o-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .map_results .map_detail.closed {
      pointer-events: none; }
    .map_results .map_detail .map_details_close {
      position: absolute;
      top: -15px;
      right: -15px;
      background: #bad095;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 25px;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 3px 0 0 0;
      z-index: 2; }
      .map_results .map_detail .map_details_close:hover {
        color: white; }
    .map_results .map_detail .result_item_detail {
      position: relative;
      width: 190px;
      height: 290px;
      overflow-y: scroll;
      -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
      z-index: 1; }
      .map_results .map_detail .result_item_detail .map_image_wrapper {
        width: 190px;
        position: relative;
        height: 150px;
        overflow: hidden; }
        .map_results .map_detail .result_item_detail .map_image_wrapper img {
          position: absolute;
          top: 50%;
          left: 50%;
          height: 100%;
          width: auto;
          max-width: 2000px;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          z-index: 1; }
        .map_results .map_detail .result_item_detail .map_image_wrapper .ocena_wrap {
          display: none;
          position: absolute;
          z-index: 2;
          top: 7px;
          left: 7px; }
          .map_results .map_detail .result_item_detail .map_image_wrapper .ocena_wrap .ocena {
            display: inline-block;
            vertical-align: middle;
            background: #bad095;
            color: white;
            border-radius: 50px;
            padding: 5px 5px 5px 10px;
            font-size: 14px;
            font-weight: 500;
            line-height: 16px; }
            .map_results .map_detail .result_item_detail .map_image_wrapper .ocena_wrap .ocena i {
              background: #fff;
              color: #bad095;
              width: 16px;
              height: 16px;
              text-align: center;
              line-height: 16px;
              font-size: 12px;
              border-radius: 50%;
              text-align: center;
              margin-left: 5px; }
      .map_results .map_detail .result_item_detail .map_content {
        padding: 15px; }
        .map_results .map_detail .result_item_detail .map_content a {
          color: black;
          display: block;
          font-weight: bold; }
          .map_results .map_detail .result_item_detail .map_content a h3 {
            font-size: 18px;
            font-weight: 700;
            line-height: 25px;
            margin: 0; }
        .map_results .map_detail .result_item_detail .map_content p {
          font-size: 12px;
          line-height: 16px; }
  .map_results.detail_open .map_detail {
    -webkit-transform: translateX(-50%) translateY(-110%);
    -moz-transform: translateX(-50%) translateY(-110%);
    -ms-transform: translateX(-50%) translateY(-110%);
    -o-transform: translateX(-50%) translateY(-110%);
    transform: translateX(-50%) translateY(-110%);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .map_results .map_listings {
    margin-top: 150px;
    height: calc(100% - 150px);
    position: relative;
    transform-style: preserve-3d;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    overflow-y: auto; }
    .map_results .map_listings .slick-prev {
      display: none !important; }
    .map_results .map_listings .slick-next {
      display: none !important; }
    @media (max-width: 991px) {
      .map_results .map_listings {
        margin-top: 0;
        height: 150px;
        overflow: hidden; } }
    .map_results .map_listings .map_listings_results .result_item1 {
      background: white;
      border-radius: 5px;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      min-height: 145px; }
      @media (max-width: 991px) {
        .map_results .map_listings .map_listings_results .result_item1 {
          margin: 0 7px; } }
      .map_results .map_listings .map_listings_results .result_item1:hover {
        -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .map_results .map_listings .map_listings_results .result_item1 .map_image_wrapper {
        width: 140px;
        position: relative;
        height: 145px;
        overflow: hidden; }
        .map_results .map_listings .map_listings_results .result_item1 .map_image_wrapper img {
          position: absolute;
          top: 50%;
          left: 50%;
          height: 100%;
          width: auto;
          max-width: 2000px;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          z-index: 1; }
        .map_results .map_listings .map_listings_results .result_item1 .map_image_wrapper .ocena_wrap {
          display: none;
          position: absolute;
          z-index: 2;
          top: 7px;
          left: 7px; }
          .map_results .map_listings .map_listings_results .result_item1 .map_image_wrapper .ocena_wrap .ocena {
            display: inline-block;
            vertical-align: middle;
            background: #bad095;
            color: white;
            border-radius: 50px;
            padding: 5px 5px 5px 10px;
            font-size: 14px;
            font-weight: 500;
            line-height: 16px; }
            .map_results .map_listings .map_listings_results .result_item1 .map_image_wrapper .ocena_wrap .ocena i {
              background: #fff;
              color: #bad095;
              width: 16px;
              height: 16px;
              text-align: center;
              line-height: 16px;
              font-size: 12px;
              border-radius: 50%;
              text-align: center;
              margin-left: 5px; }
      .map_results .map_listings .map_listings_results .result_item1 .map_content {
        padding: 0 0 0 20px;
        width: calc(100% - 145px); }
        .map_results .map_listings .map_listings_results .result_item1 .map_content .category {
          font-weight: 300;
          margin-bottom: 7px; }
        .map_results .map_listings .map_listings_results .result_item1 .map_content a.btn {
          font-size: 14px; }
          .map_results .map_listings .map_listings_results .result_item1 .map_content a.btn svg {
            height: 16px; }
        .map_results .map_listings .map_listings_results .result_item1 .map_content a.mapTitleLink {
          color: black; }
          .map_results .map_listings .map_listings_results .result_item1 .map_content a.mapTitleLink h3 {
            font-size: 20px;
            font-weight: 500;
            height: 77px; }
            @media (max-width: 991px) {
              .map_results .map_listings .map_listings_results .result_item1 .map_content a.mapTitleLink h3 {
                font-size: 17px; } }

#mapFilterNavigation {
  position: absolute;
  height: auto;
  top: 20px !important;
  left: 20px !important;
  background: white;
  width: 330px;
  border: 1px solid #d4d4d4; }
  @media (max-width: 991px) {
    #mapFilterNavigation {
      top: 0 !important;
      left: 0 !important;
      width: 100%;
      border: none;
      height: 100%;
      display: none; } }
  #mapFilterNavigation h5 {
    padding: 11px 15px;
    margin: 0;
    font-size: 11px;
    margin: 0; }
  #mapFilterNavigation.minimized {
    overflow: hidden !important; }
    #mapFilterNavigation.minimized h5 {
      font-weight: normal; }
  #mapFilterNavigation .filter_minimize {
    cursor: pointer; }
  #mapFilterNavigation a {
    display: block;
    padding: 8px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    text-align: left; }
    #mapFilterNavigation a img {
      padding-right: 10px; }
    #mapFilterNavigation a.active, #mapFilterNavigation a:hover {
      background-color: #eaf4de;
      color: #558d0a; }
    #mapFilterNavigation a.map-marker-filter-all {
      text-align: center; }
    #mapFilterNavigation a:before {
      content: '';
      background: none;
      border: 1px solid black;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }
    #mapFilterNavigation a.active:before {
      content: '';
      border: 1px solid #477508;
      background: #558d0a; }
  #mapFilterNavigation .filterButtons a:before {
    display: none; }
  #mapFilterNavigation .dropdown.w-dropdown {
    width: 100%; }
    #mapFilterNavigation .dropdown.w-dropdown .w-dropdown-list {
      display: none; }
    #mapFilterNavigation .dropdown.w-dropdown .ddt2 {
      width: 100%;
      float: none;
      font-size: 15px;
      border-top: 1px solid #d4d4d4;
      font-weight: 500;
      font-size: 15px;
      padding: 13px 20px; }
      #mapFilterNavigation .dropdown.w-dropdown .ddt2:hover {
        background-color: #eaf4de;
        color: #558d0a; }
  #mapFilterNavigation .clickCheck.showLater {
    display: none; }
  #mapFilterNavigation .clickCheck:first-child .dropdown.w-dropdown .ddt2 {
    border-top: none; }
  #mapFilterNavigation .filterButtons {
    float: left;
    width: 100%;
    text-align: right;
    border-top: 1px solid #d4d4d4;
    font-weight: 400;
    font-size: 15px;
    display: none; }
    #mapFilterNavigation .filterButtons a {
      text-align: right;
      padding: 13px 20px; }
      #mapFilterNavigation .filterButtons a:hover {
        background-color: #eaf4de;
        color: #558d0a; }
  #mapFilterNavigation .ddl2.w-dropdown-list {
    top: 0;
    position: relative;
    font-weight: 400;
    font-size: 15px; }
    #mapFilterNavigation .ddl2.w-dropdown-list a {
      padding: 13px 20px; }
      #mapFilterNavigation .ddl2.w-dropdown-list a:hover {
        background-color: #eaf4de;
        color: #558d0a; }

.ucwords {
  text-transform: capitalize; }

.slick-dots > li {
  display: inline-block; }
.slick-dots > li:only-child {
  display: none !important; }

.mobileFilters {
  display: block;
  padding: 130px 0 10px 0;
  background: #f8f7f6; }
  @media (min-width: 991px) {
    .mobileFilters {
      display: none !important; } }
  .mobileFilters .filtersCopy {
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    background: #f8f7f6;
    z-index: 1000;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    overflow-y: scroll; }
    .mobileFilters .filtersCopy h3 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 25px; }
    .mobileFilters .filtersCopy .filterBox {
      margin-bottom: 15px; }
      .mobileFilters .filtersCopy .filterBox a {
        display: inline-block;
        color: blue;
        width: 30%;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        margin-bottom: 20px; }
        .mobileFilters .filtersCopy .filterBox a.map-marker-filter-postopki_priprave, .mobileFilters .filtersCopy .filterBox a.map-marker-filter-sestavine {
          display: none; }
        .mobileFilters .filtersCopy .filterBox a .checkbox {
          display: block;
          border: 2px solid orange;
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          height: 20px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 2px;
          margin-right: 7px; }
          .mobileFilters .filtersCopy .filterBox a .checkbox i {
            display: none; }
        .mobileFilters .filtersCopy .filterBox a:hover {
          color: #000; }
          .mobileFilters .filtersCopy .filterBox a:hover .checkbox {
            border-color: #bad095; }
        .mobileFilters .filtersCopy .filterBox a[data-class="checked"] {
          color: #000; }
          .mobileFilters .filtersCopy .filterBox a[data-class="checked"] .checkbox {
            border-color: #bad095;
            background: #bad095;
            text-align: center; }
            .mobileFilters .filtersCopy .filterBox a[data-class="checked"] .checkbox i {
              color: #fff;
              display: block; }
  .mobileFilters .filterButtons {
    border-top: 1px solid rgba(255, 165, 0, 0.3);
    border-bottom: 1px solid rgba(255, 165, 0, 0.3);
    padding: 20px; }
    .mobileFilters .filterButtons:after {
      content: ".";
      display: block;
      height: 0;
      font-size: 0;
      clear: both;
      visibility: hidden; }
    .mobileFilters .filterButtons a.btn {
      float: right;
      color: white !important;
      padding: 15px 30px;
      display: inline-block;
      width: auto;
      margin-bottom: 0; }
      .mobileFilters .filterButtons a.btn svg {
        height: 16px;
        margin-left: 10px;
        margin-right: 0;
        display: inline-block;
        vertical-align: middle; }
    .mobileFilters .filterButtons a.map-marker-filter-all {
      color: black;
      padding: 15px 0;
      font-size: 16px;
      display: inline-block;
      margin-bottom: 0; }
  .mobileFilters .filterButtonW {
    text-align: center; }
  .mobileFilters .filterButton {
    padding: 10px 25px;
    color: blue; }
    .mobileFilters .filterButton.close {
      display: none; }
    .mobileFilters .filterButton svg path {
      fill: black; }
    .mobileFilters .filterButton svg path:first-child {
      fill: none; }

.zemljevid {
  width: calc(100% - 60px);
  height: 80vh;
  top: 0;
  left: 0;
  margin-top: 60px; }
  .zemljevid.inside {
    margin-top: 0;
    height: 70vh; }
  .zemljevid .map {
    position: relative;
    height: 100%; }

#map {
  width: 100%;
  height: 100%; }
  @media (max-width: 991px) {
    .zemljevid.inside #map {
      height: 70vh !important; } }

.filterButtonsW {
  display: none; }
  .zemljevid.inside .filterButtonsW {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0; }

#mapFilterNavigation .filterBox {
  display: none;
  float: left;
  width: 100%; }
  #mapFilterNavigation .filterBox a {
    font-size: 15px;
    font-weight: 400;
    font-size: 15px;
    padding: 13px 20px; }
  #mapFilterNavigation .filterBox .checkbox {
    display: none; }

.filtersCopy .clickCheck {
  vertical-align: middle;
  display: none; }
  .filtersCopy .clickCheck:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }
  .filtersCopy .clickCheck.showNow {
    display: inline-block; }

.map_btn_custom {
  display: none; }

a, a:active, a:focus {
  outline: none; }

.tripadvisorRaiting {
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

@media (max-width: 767px) {
  .stickywrapp.kuharjiMargin {
    margin-top: 0px; } }

@media (max-width: 500px) {
  .w-inline-block {
    width: 100%; } }

@media (max-width: 500px) {
  html, body {
    width: 100vw;
    overflow-x: hidden; } }

.topnavFix .logo2 {
  height: 70px;
  width: 143.609px !important; }

.gmIconList {
  display: inline-block;
  vertical-align: middle;
  height: 22px; }

.gmLetnicaList {
  display: inline-block;
  vertical-align: middle;
  height: 18px; }

.gmLogoList {
  display: inline-block;
  vertical-align: middle;
  height: 18px; }

.gmIconItem {
  display: inline-block;
  vertical-align: middle;
  height: 40px; }

.gmLetnicaItem {
  display: inline-block;
  vertical-align: middle;
  height: 35px; }

.gmLogoItem {
  display: inline-block;
  vertical-align: middle;
  height: 35px; }

.container-p {
  padding: 20px 20px 0 20px; }

.maFormElement label {
  font-weight: normal;
  font-size: 17px; }
.maFormElement input[type="text"] {
  margin-top: 20px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d4;
  font-size: 17px;
  margin-left: 20px;
  width: 100%;
  max-width: 350px; }
  @media (max-width: 767px) {
    .maFormElement input[type="text"] {
      margin-top: 10px;
      margin-left: 0; } }
.maFormElement .formCheckboxLabel {
  font-size: 15px;
  margin-left: 30px; }
  .maFormElement .formCheckboxLabel input {
    margin-left: -23px;
    margin-right: 10px; }
  .maFormElement .formCheckboxLabel .consAcc {
    display: none; }
  .maFormElement .formCheckboxLabel .consMore {
    color: #78a22f; }
    .maFormElement .formCheckboxLabel .consMore:hover {
      text-decoration: underline; }
.maFormElement .formRequiredLabel {
  display: inline; }
.maFormElement .formCheckboxListLabel .formRequiredLabel {
  float: left;
  margin-top: 5px; }
.maFormElement button {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 25px;
  background-color: #78a22f !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white; }

.map_results {
  height: 0 !important; }

.zemljevid.inside .map_detail {
  margin-top: 100px;
  display: none !important; }

.datepickerMask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.marker-cluster-small {
  background-color: rgba(181, 226, 140, 0.6) !important; }

.marker-cluster-small div {
  background-color: rgba(110, 204, 57, 0.6) !important; }

.marker-cluster-medium {
  background-color: rgba(241, 211, 87, 0.6) !important; }

.marker-cluster-medium div {
  background-color: rgba(240, 194, 12, 0.6) !important; }

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.6) !important; }

.marker-cluster-large div {
  background-color: rgba(241, 128, 23, 0.6) !important; }

.sorodne_vsebine_bg {
  background-color: #232323; }
  .sorodne_vsebine_bg h1, .sorodne_vsebine_bg h4, .sorodne_vsebine_bg a {
    color: white !important; }
  .sorodne_vsebine_bg p {
    color: #a9a9a9; }

.imgBadgeWrap {
  display: block;
  margin-bottom: 14px;
  position: relative; }
  .imgBadgeWrap .img-gal {
    margin-bottom: 0; }

.imgBadge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  height: auto; }

.znacilneJediLinkFix .imgBadgeWrap {
  overflow: hidden; }
.znacilneJediLinkFix .img-gal-hover {
  position: absolute;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s; }
.znacilneJediLinkFix:hover {
  color: rgba(0, 0, 0, 0.8); }
  .znacilneJediLinkFix:hover .img-gal-hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s; }

.imgBadgeHero {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: auto; }
  @media (max-width: 991px) {
    .imgBadgeHero {
      width: 150px; } }

.logo_taste_slovenia {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 50%;
  height: auto; }

.quote-name {
  font-size: 20px;
  letter-spacing: 2px;
  display: block;
  text-align: right;
  line-height: 1.2em;
  margin-top: 10px; }

.page_wrapper p a {
  color: #78a22f; }
  .page_wrapper p a:hover {
    text-decoration: underline; }

.chefIcon {
  margin-top: 20px; }
  .chefIcon img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 20px; }
  .chefIcon .iconName {
    display: inline-block;
    vertical-align: middle;
    color: #bad095;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
    width: calc(100% - 85px); }

.stickywrapp.grey.cook .containerChefHero {
  width: 100%;
  max-width: 1200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .stickywrapp.grey.cook .containerChefHero.show {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  @media (max-width: 500px) {
    .stickywrapp.grey.cook .containerChefHero {
      max-width: 90vw; } }
  .stickywrapp.grey.cook .containerChefHero p.intro {
    width: 100%;
    max-width: 800px; }

#datepicker {
  outline: none;
  width: 1px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  opacity: 0;
  filter: alpha(opacity=0); }

#ui-datepicker-div {
  border-radius: 0 !important;
  padding: 0 !important;
  border: none !important; }
  #ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
    display: none; }
  #ui-datepicker-div .ui-datepicker-header {
    border-right: 1px solid #e9e9e9 !important;
    border-left: 1px solid #e9e9e9 !important;
    border-top: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    background: none !important; }
    #ui-datepicker-div .ui-datepicker-header select {
      background: none;
      border: 1px solid #e9e9e9;
      border-radius: 0; }
  #ui-datepicker-div .custombar {
    border: 1px solid #e9e9e9 !important; }
    #ui-datepicker-div .custombar:after {
      content: ".";
      display: block;
      height: 0;
      font-size: 0;
      clear: both;
      visibility: hidden; }
    #ui-datepicker-div .custombar a {
      float: left;
      width: 25%;
      text-align: center;
      font-weight: 300;
      font-size: 14px;
      border-right: 1px solid #e9e9e9;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #ui-datepicker-div .custombar a:last-child {
        border-right: 0; }
  #ui-datepicker-div .ui-datepicker-title {
    margin: 0 !important; }
  #ui-datepicker-div table {
    margin: 0 !important; }
  #ui-datepicker-div th {
    font-weight: normal !important;
    border: 1px solid #e9e9e9 !important;
    padding: 0.2em !important;
    color: #d4d4d4; }
  #ui-datepicker-div td {
    border: 1px solid #e9e9e9 !important;
    padding: 0 !important; }
    #ui-datepicker-div td a {
      border: none !important;
      background: none !important;
      text-align: center !important; }
      #ui-datepicker-div td a.ui-state-default.ui-priority-secondary {
        color: #d4d4d4; }
      #ui-datepicker-div td a.ui-state-highlight {
        background: #bad095 !important;
        color: white !important; }

.noEvents {
  text-align: center;
  padding: 60px; }

.w.seftitle {
  margin-bottom: 10px;
  margin-top: 15vh;
  font-size: 73px;
  line-height: 65px;
  font-weight: 600;
  font-style: normal; }

.restavracijaChefaTitle {
  color: #bad095;
  font-size: 40px;
  margin-bottom: 30px;
  display: block; }
  .restavracijaChefaTitle:hover {
    text-decoration: underline;
    color: #bad095; }

.socialNew {
  margin-top: 0;
  margin-bottom: 0; }
  .socialNew a {
    background: #feba2d;
    color: #333;
    display: inline-block;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    border: 1px solid #feba2d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .socialNew a:hover {
      border: 1px solid #fff;
      background: #fff;
      color: #feba2d; }

.grid-item .gal-tile a:hover .nohover {
  color: #333; }

.infoWindow {
  width: 200px;
  height: auto; }
  .infoWindow img {
    max-width: 100%;
    height: auto; }
  .infoWindow .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: 2px 0 10px 0;
    display: block; }
  .infoWindow .infoWindowContent {
    padding: 10px; }

.gm-style-iw-d {
  overflow: hidden !important; }

.gm-style-iw.gm-style-iw-c {
  padding-top: 0;
  padding-left: 0;
  border-radius: 0;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1); }

.gdprBG {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  z-index: 90; }
  @media (max-width: 991px) {
    .gdprBG {
      width: 100%; } }

.privacySettings {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 120px);
  max-width: 1200px;
  height: auto;
  z-index: 91;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
  @media (max-width: 991px) {
    .privacySettings {
      width: calc(100% - 30px); } }
  .privacySettings.inside {
    position: relative;
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    left: 0;
    right: 0;
    max-width: 100vw;
    width: 200%;
    margin-left: -50%;
    z-index: 1; }
    .privacySettings.inside h2 {
      color: #333; }
    .privacySettings.inside .btns .notice {
      color: #333; }
    .privacySettings.inside .btns .saveSettings {
      font-weight: bold;
      font-size: 15px;
      width: 340px;
      margin: 0 0 5px 0;
      background: #78a02e !important;
      line-height: 1.4 !important;
      color: #000;
      display: inline-block;
      color: #fff !important;
      font-size: 16px;
      position: relative;
      text-decoration: none;
      padding: 15px 0; }
    @media (max-width: 991px) {
      .privacySettings.inside form .row {
        height: auto;
        overflow: visible; } }
    @media (max-width: 1330px) {
      .privacySettings.inside {
        width: 90vw;
        margin-left: -15vw; } }
    @media (max-width: 991px) {
      .privacySettings.inside {
        width: 100%;
        margin-left: 0; } }
  .privacySettings h2 {
    color: white;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 500;
    font-size: 35px; }
    .privacySettings h2 img {
      margin-right: 20px; }
  .privacySettings a i, .privacySettings a span {
    color: #bad095; }
  .privacySettings .btns {
    position: relative;
    text-align: center; }
    .privacySettings .btns .links {
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 10px; }
      @media (max-width: 991px) {
        .privacySettings .btns .links {
          position: relative; } }
      .privacySettings .btns .links a {
        color: #a2a2a2;
        margin-right: 10px;
        font-size: 13px; }
    .privacySettings .btns .enableAll {
      font-weight: bold;
      font-size: 15px;
      width: 340px;
      margin: 0 0 5px 0;
      background: #78a02e !important;
      line-height: 1.4 !important;
      color: #000;
      display: inline-block;
      color: #fff !important;
      font-size: 16px;
      position: relative;
      text-decoration: none;
      padding: 15px 0; }
    .privacySettings .btns .notice {
      display: block;
      font-size: 12px; }
  .privacySettings form {
    color: white; }
    .privacySettings form .row {
      background: #3f4443;
      padding-bottom: 25px; }
      @media (max-width: 991px) {
        .privacySettings form .row {
          max-height: 60vh;
          overflow-y: scroll; } }
      @media (max-width: 991px) {
        .privacySettings form .row {
          display: block; } }
      .privacySettings form .row .col-sm-3 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        flex-grow: 1;
        flex-basis: 0; }
        .privacySettings form .row .col-sm-3 .positionWrap {
          position: relative;
          height: 100%; }
        @media (max-width: 991px) {
          .privacySettings form .row .col-sm-3 {
            width: 100%;
            padding-top: 10px;
            padding-bottom: 0; } }
        .privacySettings form .row .col-sm-3 h3 {
          font-weight: 500;
          font-size: 18px; }
          @media (max-width: 991px) {
            .privacySettings form .row .col-sm-3 h3 {
              margin-bottom: 5px; } }
        .privacySettings form .row .col-sm-3 p {
          font-size: 14px;
          letter-spacing: 0;
          line-height: 18px;
          margin-bottom: 25px; }
          @media (max-width: 991px) {
            .privacySettings form .row .col-sm-3 p {
              margin-bottom: 0; } }

.cookiesSwitch {
  display: block;
  background: #bdbdbd;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .cookiesSwitch:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }
  @media (max-width: 991px) {
    .cookiesSwitch {
      position: relative;
      margin-top: 10px; } }
  .cookiesSwitch .on, .cookiesSwitch .off {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    width: 50%;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase; }
  .cookiesSwitch .bg {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 50%;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .cookiesSwitch.allow .bg {
    background: #78a02e;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .cookiesSwitch.notallow .bg {
    background: #d7000b;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .cookiesSwitch input {
    display: none; }

.termsPopup {
  display: none; }

.featherlight-inner.termsPopup {
  display: block;
  max-width: 1000px;
  padding: 60px; }
  .featherlight-inner.termsPopup a {
    color: #bad095; }
    .featherlight-inner.termsPopup a:hover {
      text-decoration: underline; }

.legalMenuWrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 13px 0; }
  .legalMenuWrap ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .legalMenuWrap ul li a {
      display: inline-block;
      margin-right: 7px;
      padding-right: 7px;
      border-right: 1px solid #e9e9e9;
      font-weight: 500; }
    .legalMenuWrap ul li:last-child a {
      padding-right: 0;
      margin-right: 0;
      border-right: none; }

table.cookielist {
  width: 100%;
  font-size: 13px; }
  table.cookielist thead td {
    background: #bad095;
    color: white; }
  table.cookielist td {
    width: auto !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px; }

.search_result .category_title {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  display: block; }
.search_result h4 {
  margin-top: 0; }

.myWay span {
  color: #bad095; }

body .w-dropdown {
  z-index: 70; }

@media (max-width: 991px) {
  .containerChefHero .w.seftitle {
    text-align: left; } }
body .flex-grid2 {
  padding-right: 5px; }
body ._2img-row .img {
  padding: 2px; }
body .kuharjiMargin .sticky-track .track-section {
  padding-top: 200px;
  padding-bottom: 120px; }
  @media (max-width: 991px) {
    body .kuharjiMargin .sticky-track .track-section {
      padding-top: 0;
      padding-bottom: 0; } }
@media (max-width: 991px) {
  body .kuharjiMargin .sticky-track {
    width: 100vw;
    overflow-x: scroll;
    padding-top: 15px;
    padding-left: 15px;
    margin-left: -15px;
    -webkit-overflow-scrolling: touch; } }
  @media (max-width: 991px) and (max-width: 500px) {
    body .kuharjiMargin .sticky-track {
      margin-left: 15px; } }
@media (max-width: 991px) {
    body .kuharjiMargin .sticky-track .col {
      padding-left: 0; }
    body .kuharjiMargin .sticky-track .track-section {
      min-width: 2000px; }
      body .kuharjiMargin .sticky-track .track-section .insta-kuhar.w-inline-block {
        width: 70%;
        max-width: 250px;
        display: inline-block;
        vertical-align: top;
        margin-left: 0;
        margin-right: 30px; } }

.dogodkiFix .column-flex {
  border-right: 1px solid #e9e9e9;
  padding-bottom: 0; }
  .dogodkiFix .column-flex:last-child {
    border-right: none; }
  .dogodkiFix .column-flex .date {
    line-height: 170%;
    font-size: 46px; }
    @media (max-width: 500px) {
      .dogodkiFix .column-flex .date {
        font-size: 30px; } }
  .dogodkiFix .column-flex .column-b {
    padding-top: 33px;
    padding-bottom: 33px; }


  .socialCol .li-social {
    padding-bottom: 5px;
    padding-top: 5px; }

.rightCol {
  flex: auto;
  letter-spacing: -0.5px;
  border-right: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 991px) {
    .rightCol {
      border-right: none; } }
  .rightCol .tbp {
    padding-top: 10px;
    padding-bottom: 10px; }

.footerSeperator {
  border-top: 1px solid #d4d4d4;
  margin-top: 70px;
  width: 100%;
  height: 1px; }
  @media (max-width: 991px) {
    .footerSeperator {
      width: 100%; } }

.removePaddingFooter {
  padding-bottom: 55px;
  padding-top: 55px; }
  .removePaddingFooter .row-swipe-tablet {
    align-items: center;
    justify-content: center; }

.menu-legal-container {
  margin-bottom: 20px; }

.copyNew a {
  font-weight: bold; }

.date-filter {
  float: left;
  margin-left: 0; }

.section2.smallerBottomPadding {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0; }

.tabs-content {
  width: 1400px;
  max-width: calc(100% - 120px); }
  @media (max-width: 991px) {
    .tabs-content {
      max-width: 100%; } }

.logo2 {
  width: auto !important; }

.mobileColumnFix {
  flex-wrap: wrap; }
  @media (max-width: 500px) {
    .mobileColumnFix .col {
      flex: auto;
      flex-basis: calc(50% - 12px); } }

@media (max-width: 500px) {
  .date.inside {
    position: relative;
    bottom: auto;
    display: block;
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    font-size: 24px;
    font-weight: 300; } }

.best50, .michelinIconList {
  height: 19px; }

.best50Inside, .michelinIconItem {
  height: 40px; }

.michelinOpis {
  color: #BD2333;
  font-weight: 300;
  letter-spacing: 0;
  margin-left: 5px;
  font-size: 9px;
  line-height: 11px;
  width: 55px; }

.michelinOpisInside {
  color: #BD2333;
  font-weight: 300;
  letter-spacing: 0;
  margin-left: 10px; }

.restaurantIcons .li-grid-3col {
  padding-right: 4px;
  margin-right: 4px;
  margin-bottom: 10px; }

.w-dropdown-link:hover {
  color: #78a22f; }

.uvodni_tekst_margin {
  margin-top: 0 !important; }

@media (min-width: 991px) {
  .hideDesktop {
    display: none !important; } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.visual-wide.video {
  height: auto !important; }
  .visual-wide.video .videoWrapper {
    padding-bottom: 56.2%;
    /* 16:9 */
    padding-top: 0; }

.button_light_green {
  background: #bad095; }

.separator.myWayS {
  width: 170px;
  max-width: 50%;
  height: 6px; }

.greyBg {
  background: #232323;
  color: white;
  position: relative;
  z-index: 11; }
  .greyBg a {
    color: white; }
    .greyBg a:hover {
      color: #78a22f; }

.legalMenuWrap {
  line-height: 1.1em;
  margin-top: 0; }

.footerCopy {
  font-size: 12px;
  line-height: 17px;
  margin-top: 30px; }
  .footerCopy .copyright {
    display: inline;
    border-right: 1px solid #e9e9e9;
    margin-right: 4px; }
  .footerCopy ul {
    display: inline; }
    .footerCopy ul li {
      border-right: 1px solid #e9e9e9;
      margin-right: 4px; }
      .footerCopy ul li a {
        padding: 0;
        margin: 0;
        border-right: none; }
      .footerCopy ul li:last-child {
        border-right: none; }

.countdown-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 8px;
  margin-left: 0px;
  padding: 20px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.countdown-wrapper.vert {
  display: block;
  margin-bottom: 1px;
  padding: 0px; }

.number-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.number {
  margin-bottom: 11px;
  font-size: 5vw;
  line-height: 1;
  font-weight: 500;
  text-align: center; }

.number.v {
  min-width: 120px;
  margin-bottom: 0px;
  color: #cfb68f;
  font-size: 86px;
  font-weight: 700;
  text-align: left; }

.label {
  margin-bottom: 9px;
  padding-left: 10px;
  background-color: transparent;
  font-size: 17px;
  line-height: 1;
  font-weight: 200;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase; }

.separator-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  -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;
  color: #cfb68f; }

.separator-cd {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 5px;
  background-color: #cfb68f;
  color: #cfb68f; }

.michelin-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 65px;
  padding-left: 40px; }

.michelin-section.side {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  background-color: #2f2f2f; }

.michelin-col {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.michelin-col.countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 26px;
  padding-bottom: 26px;
  -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 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  border-left: 15px solid #fff;
  background-color: #2f2f2f;
  color: #cfb68f; }

.michelin-col.countdown.narrow {
  padding: 0px 35px 0px 40px;
  -webkit-flex-basis: 33vw;
  -ms-flex-preferred-size: 33vw;
  flex-basis: 33vw;
  border-left-width: 0px; }

.michelin-col.expand {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.div-block-42 {
  width: 263px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center; }

.vert-sep {
  height: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-top: 1px solid #cfb68f;
  opacity: 0.32; }

.vert-sep.nb {
  border-top-style: none; }

@media screen and (max-width: 991px) {
  .michelin-section {
    display: block; }

  .michelin-section.side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px; }

  .michelin-col {
    padding-right: 0px;
    padding-left: 0px; }

  .michelin-col.countdown.narrow {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%; } 
	.newH1 {
  font-weight: 600;
  font-size: 26px;}}
@media screen and (max-width: 767px) {
  .michelin-section {
    padding-right: 0px;
    padding-left: 0px; }

  .michelin-section.side {
    display: block;
    padding-top: 23px;
    padding-bottom: 23px; }

  .michelin-col {
    width: 100%; }

  .michelin-col.countdown {
    border-left-style: none; }

  .michelin-col.countdown.narrow {
    width: 100%;
    padding-top: 26px;
    padding-bottom: 26px; }

  .michelin-col.expand {
    width: 100%; }

  .div-block-42 {
    padding-right: 0px;
    padding-left: 0px;
    width: 90%; } }
.button.gold-fw {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #cfb68f;
  background-color: #2f2f2f;
  color: #cfb68f; }

.button.gold-fw:hover {
  background-color: #cfb68f;
  color: #2f2f2f; }

.button.gold-fw.invert {
  background-color: #cfb68f;
  color: #2f2f2f; }

.button.gold-fw.invert:hover {
  background-color: #c6b78a; }

.change_hover_color .insta-kuhar:hover h4 {
  color: #bad095; }

.newH1 {
  font-weight: 600;
  font-size: 35px; }

.newH2 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px; }

@media (max-width: 767px) {
  .instagramTitleImage {
    max-width: 230px; } 
	.newH1 {
  font-weight: 500;
  font-size: 24px; }}

.more {
  width: 30px;
  height: 30px; }
  .grid-item .more {
    margin-bottom: 0; }

.removeBottomMargin {
  margin-bottom: 0; }

.removeBottomPadding {
  padding-bottom: 0; }
  .removeBottomPadding .actions-row {
    padding-bottom: 0; }

@media (max-width: 1130px) {
  .topnavli {
    padding-left: 15px; }

  .topnavlink {
    font-size: 14px;
    letter-spacing: 0; } }
.kontakti-wrap {
  display: block;
  margin-bottom: 60px; }

.tripadvisor_new li {
  min-height: 41px; }

.ul-tb-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0 7px 0 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ul-tb-copy li {
    padding-top: 5px;
    padding-bottom: 5px; }

.link-kontakt {
  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;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.link-kontakt:hover {
  -webkit-filter: none;
  filter: none; }

.lionk-tripadvisor {
  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-right: 20px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 178%; }

.tb-li.clear {
  clear: left; }

.ul-tb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 7px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.icon-tl {
  width: 30px;
  height: 31px;
  margin-top: 5px;
  margin-right: 8px;
  margin-bottom: 5px; }

.icon-tl.kapa {
  width: 24px;
  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: 32px;
  height: 32px;
  margin-top: 0px;
  margin-bottom: 0px; }

.map-filters-mobile {
  display: none; 
  .newH1 {
  font-weight: 600;
  font-size: 32px; width:70% }}

@media (max-width: 991px) {
  .mapfilter-icon-close, .f-close {
    display: none; }

  .map-filters-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 110;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #d4d4d4;
    border-radius: 0px;
    background-color: #fff; }
    .zemljevid.inside .map-filters-mobile {
      position: absolute;
      top: 100%;
      bottom: auto; }

  .mapfilter-icon {
    width: 50px;
    height: 50px;
    padding: 11px; }

  .div-block-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .filter-open {
    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;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%; }

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

  .filter-close {
    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; }

  .mapfilter-icon-close {
    width: 50px;
    height: 50px;
    padding: 11px; } }
.zemljevidpage .topnavlink {
  color: black !important; }

.mojaSlovenija h2 {
  letter-spacing: 0;
  font-weight: 600;
  font-size: 61px; }
  @media (max-width: 500px) {
    .mojaSlovenija h2 {
      font-size: 11vw; } }
.mojaSlovenija h1 {
  font-size: 41px;
  font-weight: 500;
  line-height: 40px;
  margin-top: -15px; }
  @media (max-width: 500px) {
    .mojaSlovenija h1 {
      font-size: 7vw;
      line-height: 1.3em; } }

.fw-paralax-home .div-block-5 {
  right: 0; }
  .fw-paralax-home .div-block-5 p {
    margin-bottom: 0; }

.badgeWrap {
  position: relative; }
  .badgeWrap .greenSafe {
    width: 200px;
    position: absolute;
    top: 40px;
    right: 105%; }
    @media (max-width: 1170px) {
      .badgeWrap .greenSafe {
        width: 180px;
        right: 100%; } }
    @media (max-width: 991px) {
      .badgeWrap .greenSafe {
        position: relative;
        right: auto;
        top: auto;
        width: 50%;
        max-width: 250px; } }

body .filterswrap .ddl2 {
  right: -1px; }

@media (max-width: 767px) {
  body.dogodki .filterswrap .ddl2 {
    left: -10px;
    right: auto; }
    body.dogodki .filterswrap .ddl2 a.w-dropdown-link {
      padding-left: 30px; } }

@media (max-width: 767px) {
  body .flex-columns-row {
    -webkit-overflow-scrolling: touch; } }
.ikonaLevo {
  width: auto;
  height: 30px !important;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px 5px 0; }

@media (max-width: 767px) {
  .menu2 {
    padding-right: 5px;
    padding-left: 5px; }

  .filterswrap .ddl2.w-dropdown-list.w--open {
    position: relative;
    float: none;
    top: 0;
    margin-top: 40px;
    margin-bottom: 10px; }

  .filterswrap .ddl2.w-dropdown-list.w--open a {
    text-align: left;
    padding: 5px 30px; }

  .filterswrap .dropdown-2 {
    width: 100%; }

  .sticky-track.mscroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }

  .sticky-track.mscroll .track-section {
    width: 1500px;
    margin-left: -10px; }

  .sticky-track.mscroll .track-section .flex-tile._2c {
    flex: 1;
    padding-right: 10px;
    padding-left: 10px; } }
@media (max-width: 479px) {
  .sticky-track.mscroll .track-section {
    margin-left: 10px; }

  .sticky-track.mscroll .track-section .flex-grid2 {
    display: flex;
    flex-wrap: nowrap; }

  .sticky-track.mscroll .foto-frame-a {
    margin-left: 0;
    margin-right: 0;
    height: 35vw; } }
@media (max-width: 767px) {
  .ddt2 {
    width: 100%; }

  .filterswrap {
    width: 100%; }

  .filterswrap .dropdown-2 {
    border-bottom: 1px solid #e9e9e9;
    border-right: none; } }
.tabs_wrap .tabs_content .tab {
  display: none; }
  .tabs_wrap .tabs_content .tab.selected {
    display: block; }
.tabs_wrap .aligncenter {
  height: auto; }
  @media (min-width: 991px) {
    .tabs_wrap .aligncenter {
      width: 164%;
      max-width: 164%;
      margin-left: -32%; } }
  @media (max-width: 991px) {
    .tabs_wrap .aligncenter {
      width: calc(100% + 40px);
      max-width: calc(100% + 40px);
      margin-left: -20px; } }

.infografika .mapa {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .infografika .mapa .plus {
    content: "+";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #78a22f;
    color: white;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 100; }
    @media (min-width: 991px) {
      .infografika .mapa .plus {
        display: none; } }
    .infografika .mapa .plus.plus1 {
      top: 30%;
      left: 75%; }
    .infografika .mapa .plus.plus2 {
      top: 30%;
      left: 10%; }
    .infografika .mapa .plus.plus3 {
      top: 50%;
      left: 35%; }
    .infografika .mapa .plus.plus4 {
      top: 70%;
      left: 20%; }
  .infografika .mapa svg path {
    position: relative; }
    .infografika .mapa svg path.forceselected {
      fill: #9FA1A1; }
    .infografika .mapa svg path.selected {
      fill: #c4381b; }
    .infografika .mapa svg path.cls-1.selected {
      fill: #C08111; }
    .infografika .mapa svg path.cls-2.selected {
      fill: #3F742E; }
    .infografika .mapa svg path.cls-3.selected {
      fill: #c4381b; }
    .infografika .mapa svg path.cls-4.selected {
      fill: #2174A0; }
.infografika .tooltip {
  display: none; }
  .infografika .tooltip .close {
    display: none; }
    @media (max-width: 991px) {
      .infografika .tooltip .close {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 30px; } }
  .infografika .tooltip:after {
    content: " ";
    position: absolute;
    top: 100%;
    /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: white transparent transparent transparent; }
  .infografika .tooltip.show {
    display: block;
    position: absolute;
    background-color: white;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 350px;
    border: 1px solid rgba(0, 0, 0, 0.05); }
    @media (max-width: 991px) {
      .infografika .tooltip.show {
        top: auto !important;
        left: 0 !important;
        width: 100%;
        max-width: 100%;
        bottom: 70%; } }
  .infografika .tooltip .icons {
    display: flex; }
    .infografika .tooltip .icons .icon_w {
      flex: 1; }
      .infografika .tooltip .icons .icon_w .icon {
        margin-bottom: 10px; }
      .infografika .tooltip .icons .icon_w .green {
        color: #bad095;
        font-weight: bold;
        font-size: 0.9em; }
      .infografika .tooltip .icons .icon_w .black {
        color: black;
        font-weight: bold;
        font-size: 0.9em;
        line-height: 1.3em; }
  .infografika .tooltip[data-tooltip="alpska_slovenija"] {
    top: -20%;
    left: 0; }
  .infografika .tooltip[data-tooltip="termalna_panonska_slovenija"] {
    top: -1%;
    left: 42%; }
  .infografika .tooltip[data-tooltip="mediteranska_kraska_slovenija"] {
    top: 24%;
    left: 0%; }
  .infografika .tooltip[data-tooltip="ljubljana_osrednja_slovenija"] {
    top: 4%;
    left: 15%; }

.tabs_nav {
  border-bottom: 1px solid #78a22f;
  margin: 70px 0; }
  @media (max-width: 991px) {
    .tabs_nav {
      padding: 0 20px; } }
  .tabs_nav .container {
    display: flex; }
    @media (max-width: 991px) {
      .tabs_nav .container {
        display: block; } }
    .tabs_nav .container a {
      flex: 1;
      text-align: center;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 1.3em;
      padding: 10px 15px;
      font-size: 0.9em;
      display: flex;
      align-items: center; }
      .tabs_nav .container a span {
        display: block;
        width: 100%;
        text-align: center; }
      @media (max-width: 991px) {
        .tabs_nav .container a {
          display: block;
          width: 100%; } }
      @media (min-width: 991px) {
        .tabs_nav .container a:hover {
          background: #78a22f;
          color: white; } }
      .tabs_nav .container a.selected {
        background: #78a22f;
        color: white; }

.slika_levo_new {
  position: relative; }
  .slika_levo_new .border {
    border: 1px solid #E3E4E5;
    position: absolute;
    top: 40px;
    left: 40px;
    width: calc(100% - 40px);
    height: calc(100% - 80px);
    z-index: 20;
    pointer-events: none; }
    @media (max-width: 991px) {
      .slika_levo_new .border {
        top: 15px;
        left: 15px;
        width: calc(100% - 30px);
        height: calc(100% - 30px); } }
  .slika_levo_new .positioning:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden; }
  .slika_levo_new .img_wrap {
    float: left;
    width: 50%;
    position: absolute;
    height: 100%;
    z-index: 10;
    overflow: hidden; }
    @media (max-width: 991px) {
      .slika_levo_new .img_wrap {
        position: relative;
        width: 100%;
        height: 40vh; } }
    .slika_levo_new .img_wrap img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      max-width: 300%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
      @media (max-width: 991px) {
        .slika_levo_new .img_wrap img {
          position: relative;
          width: 100%;
          height: auto; } }
  .slika_levo_new .tekst {
    float: left;
    width: 50%;
    margin-left: 50%; }
    @media (max-width: 991px) {
      .slika_levo_new .tekst {
        margin-left: 0;
        width: 100%; } }
    .slika_levo_new .tekst h4 {
      font-weight: normal;
      letter-spacing: 2px; }
    .slika_levo_new .tekst h3 {
      font-size: 30px; }
    .slika_levo_new .tekst a, .slika_levo_new .tekst span {
      display: block;
      padding: 80px 40px 60px 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 991px) {
        .slika_levo_new .tekst a, .slika_levo_new .tekst span {
          padding: 30px; } }

@media (max-width: 479px) {
  .innerhead .kv-heading {
    font-size: 43px; } }
.ploscice_wrap {
  width: calc(100% - 60px);
  margin-top: -35px;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .ploscice_wrap {
      width: 100%;
      margin-top: -15px; } }
  .ploscice_wrap .ploscice {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 5px; }
    @media (max-width: 991px) {
      .ploscice_wrap .ploscice {
        display: block; } }
    .ploscice_wrap .ploscice .ploscica {
      flex: 1;
      margin: 5px;
      height: 100px;
      display: block;
      position: relative; }
      @media (max-width: 991px) {
        .ploscice_wrap .ploscice .ploscica {
          height: 60px; } }
      .ploscice_wrap .ploscice .ploscica .overlay {
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center; }
        .ploscice_wrap .ploscice .ploscica .overlay svg {
          width: 30px;
          margin-right: 25px; }
          .ploscice_wrap .ploscice .ploscica .overlay svg path {
            fill: white; }
          @media (max-width: 1025px) {
            .ploscice_wrap .ploscice .ploscica .overlay svg {
              margin-right: 15px; } }
        .ploscice_wrap .ploscice .ploscica .overlay .text {
          display: block;
          width: calc(100% - 50px);
          text-align: left;
          color: white;
          font-size: 18px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 15px 25px; }
          @media (max-width: 1025px) {
            .ploscice_wrap .ploscice .ploscica .overlay .text {
              font-size: 16px;
              padding: 15px; } }
        .ploscice_wrap .ploscice .ploscica .overlay:hover .text {
          color: #78a22f; }
        .ploscice_wrap .ploscice .ploscica .overlay:hover svg path {
          fill: #78a22f; }

.vodic_popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  z-index: 999999; }
  .vodic_popup_wrap .popup_center {
    width: 100%;
    text-align: center; }
  .vodic_popup_wrap .maFormFieldTypeStandardText {
    display: inline-block;
    width: 50%; }
    @media (max-width: 991px) {
      .vodic_popup_wrap .maFormFieldTypeStandardText {
        display: block;
        width: 100%; } }
    .vodic_popup_wrap .maFormFieldTypeStandardText input[type="text"] {
      width: 95%;
      margin-left: 0;
      margin-top: 10px; }
      @media (max-width: 991px) {
        .vodic_popup_wrap .maFormFieldTypeStandardText input[type="text"] {
          padding: 7px;
          margin-top: 5px;
          margin-bottom: 0;
          width: 100%;
          max-width: 100%; } }
    .vodic_popup_wrap .maFormFieldTypeStandardText input[type="email"] {
      width: 95%;
      margin: 10px 0 0 0; }
  .vodic_popup_wrap .vodic_popup {
    background: white;
    width: 100vw;
    max-height: 100vh;
    max-width: 650px;
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 35px 35px 15px 35px; }
    @media (max-width: 991px) {
      .vodic_popup_wrap .vodic_popup {
        padding: 30px 15px 0 15px; } }
    @media (max-width: 767px) {
      .vodic_popup_wrap .vodic_popup {
        display: block;
        height: 100vh; } }
    .vodic_popup_wrap .vodic_popup .scroll {
      max-height: 80vh;
      overflow-y: auto; }
      @media (max-width: 991px) {
        .vodic_popup_wrap .vodic_popup .scroll {
          max-height: calc(100vh - 30px); } }
    .vodic_popup_wrap .vodic_popup .title_vodic {
      font-size: 2.2em;
      line-height: 1em; }
      @media (max-width: 991px) {
        .vodic_popup_wrap .vodic_popup .title_vodic {
          font-size: 1.8em; } }
    .vodic_popup_wrap .vodic_popup .center_image {
      text-align: center; }
      @media (max-width: 991px) {
        .vodic_popup_wrap .vodic_popup .center_image img {
          max-width: 70%; } }
    .vodic_popup_wrap .vodic_popup p {
      font-size: 1.1em;
      line-height: 1.4em; }
      @media (max-width: 991px) {
        .vodic_popup_wrap .vodic_popup p {
          font-size: 1em;
          line-height: 1.4em;
          margin-bottom: 7px; } }
    .vodic_popup_wrap .vodic_popup .close {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px; }
      .vodic_popup_wrap .vodic_popup .close svg {
        width: 20px; }
      .vodic_popup_wrap .vodic_popup .close:hover svg polygon {
        fill: #78a22f; }
    .vodic_popup_wrap .vodic_popup .form .labelText, .vodic_popup_wrap .vodic_popup .form .formRequiredLabel {
      display: inline; }
      @media (max-width: 991px) {
        .vodic_popup_wrap .vodic_popup .form .labelText, .vodic_popup_wrap .vodic_popup .form .formRequiredLabel {
          font-size: 0.8em; } }
    .vodic_popup_wrap .vodic_popup .form button {
      margin-top: 10px; }
    .vodic_popup_wrap .vodic_popup .form input[name="email"] {
      display: block;
      max-width: 100%;
      margin-left: 0;
      margin-top: 10px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .vodic_popup_wrap .vodic_popup .form input[name="email"] {
          padding: 7px;
          margin-top: 5px;
          margin-bottom: 10px; } }
    @media (max-width: 991px) {
      .vodic_popup_wrap .vodic_popup .form .formCheckboxLabel {
        margin-left: 30px;
        font-size: 0.7em;
        line-height: 1.4em; } }
    .vodic_popup_wrap .vodic_popup .form .consAcc p {
      font-size: 1em; }
    .vodic_popup_wrap .vodic_popup .form .maFormFieldTypeStandardCheckbox .formRequiredLabel {
      margin-top: -4px; }

.obvestilo {
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 33px;
  box-sizing: border-box;
  max-width: 900px !important; }
  @media (max-width: 991px) {
    .obvestilo {
      padding: 5px 20px;
      margin-top: 40px; } }

.row-article-narrow img {
  height: auto; }
  .row-article-narrow img.gmIconList {
    display: inline-block;
    vertical-align: middle;
    height: 22px; }
  .row-article-narrow img.gmLetnicaList {
    display: inline-block;
    vertical-align: middle;
    height: 18px; }
  .row-article-narrow img.gmLogoList {
    display: inline-block;
    vertical-align: middle;
    height: 18px; }
  .row-article-narrow img.gmIconItem {
    display: inline-block;
    vertical-align: middle;
    height: 40px; }
  .row-article-narrow img.gmLetnicaItem {
    display: inline-block;
    vertical-align: middle;
    height: 35px; }
  .row-article-narrow img.gmLogoItem {
    display: inline-block;
    vertical-align: middle;
    height: 35px; }

.dve_vsebini {
  margin-top: 70px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .dve_vsebini .row-article-columns {
      display: block; }
      .dve_vsebini .row-article-columns .col {
        margin-bottom: 50px; } }
  .dve_vsebini .col {
    position: relative; }
    .dve_vsebini .col .tbp {
      padding-top: 0;
      padding-bottom: 10px; }
    .dve_vsebini .col .border {
      position: absolute;
      top: 0;
      left: 30px;
      width: calc(100% - 60px);
      height: 100%;
      z-index: 50;
      pointer-events: none;
      border: 1px solid #E3E4E5; }
      @media (max-width: 991px) {
        .dve_vsebini .col .border {
          width: calc(100% - 40px);
          left: 20px; } }
    .dve_vsebini .col .below_image {
      padding: 15px 35px 0 35px;
      display: block; }
      @media (max-width: 991px) {
        .dve_vsebini .col .below_image {
          padding: 20px 15px 0 20px; } }
  .dve_vsebini .img_wrap {
    display: block;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden; }
    @media (max-width: 991px) {
      .dve_vsebini .img_wrap {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px; } }
    .dve_vsebini .img_wrap img {
      position: absolute;
      top: 50%;
      left: 50%;
      height: auto;
      width: 100%;
      max-width: 300%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }

.button2 {font-size: 14px;
    padding: 10px 20px; 
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    color: #000;
    background-color:#fff20e ;width:120px}
	

	.button2 a:hover{color:#333;background-color:#fff}
	.button2:hover{color:#333;background-color:#fff}