@font-face {
  font-family: 'fontello-mobile';
  src: url("../../fonts/mobile-icons/fontello.eot?7841021");
  src: url("../../fonts/mobile-icons/fontello.eot?7841021#iefix") format("embedded-opentype"), url("../../fonts/mobile-icons/fontello.woff?7841021") format("woff"), url("../../fonts/mobile-icons/fontello.ttf?7841021") format("truetype"), url("../../fonts/mobile-icons/fontello.svg?7841021#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
.cookies-bar {
  display: none;
  position: fixed;
  z-index: 20000;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: #828282;
  text-align: center;
  font-size: 14px;
  -webkit-box-shadow: 0px -5px 8px -2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -5px 8px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -5px 8px -2px rgba(0, 0, 0, 0.15);
  max-height: 400px;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out; }
  .cookies-bar > div {
    max-width: 700px;
    padding: 14px 70px;
    margin: 0 auto;
    position: relative; }
  .cookies-bar .accept-cookie {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
    height: 22px;
    width: 22px; }
    .cookies-bar .accept-cookie:hover:before, .cookies-bar .accept-cookie:hover:after {
      background: #00c7da; }
    .cookies-bar .accept-cookie:before, .cookies-bar .accept-cookie:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      top: 50%;
      left: 0;
      margin-top: -1px;
      background: #00a2b3;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
    .cookies-bar .accept-cookie:before {
      -webkit-transform: rotate(45deg) !important;
      -moz-transform: rotate(45deg) !important;
      -ms-transform: rotate(45deg) !important;
      -o-transform: rotate(45deg) !important;
      transform: rotate(45deg) !important;
      filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
      zoom: 1; }
    .cookies-bar .accept-cookie:after {
      -webkit-transform: rotate(-45deg) !important;
      -moz-transform: rotate(-45deg) !important;
      -ms-transform: rotate(-45deg) !important;
      -o-transform: rotate(-45deg) !important;
      transform: rotate(-45deg) !important;
      filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
      zoom: 1; }
  .cookies-bar img {
    padding: 20px; }
  .cookies-bar.hidden-cookie {
    max-height: 0; }

.rodo-modal {
    display: none;  /*Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 128px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.rodo-modal-dialog {
  /*margin: 15% auto !important; */
}

.rodo-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 90%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  overflow-y: scroll;
  height: 370px;
  border-radius: 6px; }

.rodo-modal-body {
  padding: 15px;
}

.rodo-modal-body h1 {
  font-size: 38px;
  margin-bottom: 30px;
  text-align: center; }
.rodo-modal-body p {
  text-align: justify; }
.rodo-modal-body ol {
  padding: 15px 30px;
  font-size: 13px; }
.rodo-modal-body a {
  color: #00a2b3;
  text-decoration: none;
  transition: all, 0.3s; }
.rodo-modal-body button {
  float: right;
  width: 122px;
  height: 36px;
  background-color: #00A1B2 !important;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: 'latosemibold',sans-serif;
  font-size: 14px;
  outline: none;
  margin: 4px 40px 44px;
  transition: all, 0.3s;
  background-image: none;
  border-radius: 0px; }
  .rodo-modal-body button.close {
    text-shadow: none;
    opacity: unset; }

.rodo-modal.hidden-modal {
 display: none !important;
}

.icon-car:before {
  content: '\e800'; }

.icon-glosnik:before {
  content: '\e801'; }

.fixed {
  overflow: hidden; }

.show-background {
  position: fixed;
  height: 200%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1; }

.mobile-menu-header {
  position: fixed;
  z-index: 20000;
  top: 0;
  width: 100%; }

.mobile-menu-content {
  position: relative;
  top: 0;
  margin-top: 0;
  background-color: #fff;
  -moz-transition: margin-top 0.3s ease;
  -o-transition: margin-top 0.3s ease;
  -webkit-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease; }

.menu-narrow .mobile-menu-content {
  margin-top: -68px; }

.menu-narrow .mobile-logo-cont {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }

.open {
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden; }

.open .mobile-logo-cont {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.open .mobile-menu-content {
  margin-top: 0; }

.open .mobile-nav-cont {
  padding-top: 4px;
  max-height: 90vh; }

.open .mobile-logo-cont .menu-icon #nav-icon span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%; }
.open .mobile-logo-cont .menu-icon #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.open .mobile-logo-cont .menu-icon #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.open .mobile-logo-cont .menu-icon #nav-icon span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%; }

.mobile-logo-cont {
  background-color: #00a2b3;
  height: 60px;
  position: relative;
  z-index: 20; }
  .mobile-logo-cont > a {
    background-repeat: no-repeat !important;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 180px;
    background-position: center center;
    background-size: 77%; }
  .mobile-logo-cont .menu-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 80px;
    height: 100%; }
    .mobile-logo-cont .menu-icon #nav-icon {
      width: 31px;
      height: 45px;
      left: 24px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer; }
      .mobile-logo-cont .menu-icon #nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
      .mobile-logo-cont .menu-icon #nav-icon span:nth-child(1) {
        top: 18px; }
      .mobile-logo-cont .menu-icon #nav-icon span:nth-child(2), .mobile-logo-cont .menu-icon #nav-icon span:nth-child(3) {
        top: 27px; }
      .mobile-logo-cont .menu-icon #nav-icon span:nth-child(4) {
        top: 36px; }

.mobile-buttons {
  height: 64px;
  padding-top: 4px;
  overflow: hidden; }
  .mobile-buttons ul#visible-menu {
    display: table;
    width: 100%; }
    .mobile-buttons ul#visible-menu > li {
      text-decoration: none;
      position: relative;
      width: 50%;
      vertical-align: middle;
      display: table-cell;
      text-align: center;
      height: 60px;
      background-color: #00a2b3; }
      .mobile-buttons ul#visible-menu > li:after {
        position: absolute;
        height: 60px;
        display: block;
        line-height: 1em;
        width: 60px;
        background-color: #018998;
        color: #fff;
        top: 0;
        font-family: fontello-mobile; }
      .mobile-buttons ul#visible-menu > li:first-child {
        border-right: 4px solid #fff; }
        .mobile-buttons ul#visible-menu > li:first-child a {
          margin-left: 60px; }
        .mobile-buttons ul#visible-menu > li:first-child:after {
          content: '\e800';
          font-size: 27px;
          padding: 13px 0;
          left: 0; }
      .mobile-buttons ul#visible-menu > li:last-child a {
        margin-right: 60px; }
      .mobile-buttons ul#visible-menu > li:last-child:after {
        content: '\e801';
        color: #fff;
        font-size: 30px;
        padding: 15px 0;
        right: 0; }
      .mobile-buttons ul#visible-menu > li > a {
        display: block;
        margin: 0;
        vertical-align: middle;
        font-size: 16px;
        font-family: 'latobold', sans-serif;
        color: #fff;
        line-height: normal;
        padding: 0 5px;
        position: relative; }
        @media screen and (max-width: 350px) {
          .mobile-buttons ul#visible-menu > li > a {
            font-size: 14px;
            line-height: 1.1em; } }

.mobile-nav-cont {
  width: 100%;
  max-height: 0;
  -moz-transition: max-height 0.3s ease, padding-top 0.3s ease;
  -o-transition: max-height 0.3s ease, padding-top 0.3s ease;
  -webkit-transition: max-height 0.3s ease, padding-top 0.3s ease;
  transition: max-height 0.3s ease, padding-top 0.3s ease;
  overflow: hidden; }
  .mobile-nav-cont ul, .mobile-nav-cont #header-menu {
    background-color: #00a2b3;
    padding: 30px 0; }
    .mobile-nav-cont ul li, .mobile-nav-cont #header-menu li {
      list-style-type: none; }
      .mobile-nav-cont ul li:active, .mobile-nav-cont #header-menu li:active {
        background-color: #018998; }
      .mobile-nav-cont ul li a, .mobile-nav-cont #header-menu li a {
        font-family: 'latoregular', sans-serif;
        display: block;
        text-align: center;
        color: #fff;
        padding: 10px 13px;
        background-color: transparent; }

.itemListCategory {
  display: none;
}

/*# sourceMappingURL=mobileMenu.css.map */
