<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.25); }

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.75); }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555555; }

.newsletter-alert {
  padding: 10px 25px;
  position: fixed;
  top: 25px;
  left: 50px;
  width: calc(100% - 100px);
  background: rgba(255, 255, 255, 0.75); }
  .newsletter-alert h3 {
    text-align: center;
    font-size: 25px;
    margin: 0; }
  .newsletter-alert.success h3 {
    color: #a5ff93; }
  .newsletter-alert.fail h3 {
    color: #ff6f6f; }

h1, h2, h3, h4, h5 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px; }

p {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  letter-spacing: 1px; }

.pl-30 {
  padding-left: 30px; }

.pl-45 {
  padding-left: 45px; }

.object-fit-container {
  background-size: cover;
  background-position: center; }
  .object-fit-container .object-fit-disabled-image {
    opacity: 0; }

body.modal-open {
  overflow: hidden !important; }

#phoneModalSearch {
  padding-right: 0 !important; }
  #phoneModalSearch .modal-dialog {
    margin-top: 20%; }
    #phoneModalSearch .modal-dialog .modal-content {
      box-shadow: none;
      border: none;
      background: transparent; }
      #phoneModalSearch .modal-dialog .modal-content .modal-header {
        padding: 0 !important;
        margin: 0 15px 0 15px !important;
        border: none; }
        #phoneModalSearch .modal-dialog .modal-content .modal-header .close {
          font-weight: 100;
          color: white;
          opacity: 0.75;
          font-size: 31px;
          box-shadow: none; }
      #phoneModalSearch .modal-dialog .modal-content .modal-body {
        padding: 0 !important;
        margin: 15px !important;
        margin-bottom: 0 !important; }
        #phoneModalSearch .modal-dialog .modal-content .modal-body .input-group {
          width: 100%; }
          #phoneModalSearch .modal-dialog .modal-content .modal-body .input-group input {
            border-radius: 17px;
            border: none;
            background-color: #7c7c7c;
            color: white; }
            #phoneModalSearch .modal-dialog .modal-content .modal-body .input-group input:focus, #phoneModalSearch .modal-dialog .modal-content .modal-body .input-group input:active {
              outline: none !important;
              border: none !important;
              box-shadow: none !important; }
          #phoneModalSearch .modal-dialog .modal-content .modal-body .input-group ::-webkit-input-placeholder {
            color: #ccc; }
          #phoneModalSearch .modal-dialog .modal-content .modal-body .input-group ::-moz-placeholder {
            color: #ccc; }
          #phoneModalSearch .modal-dialog .modal-content .modal-body .input-group ::-ms-placeholder {
            color: #ccc; }
          #phoneModalSearch .modal-dialog .modal-content .modal-body .input-group ::placeholder {
            color: #ccc; }
          #phoneModalSearch .modal-dialog .modal-content .modal-body .input-group .input-group-btn {
            right: 0;
            position: absolute;
            width: auto;
            z-index: 9; }
            #phoneModalSearch .modal-dialog .modal-content .modal-body .input-group .input-group-btn button {
              background-color: transparent;
              border-radius: 17px;
              width: 60px;
              border: none;
              margin-top: -1px;
              margin-right: -1px; }
              #phoneModalSearch .modal-dialog .modal-content .modal-body .input-group .input-group-btn button i {
                color: #fff;
                font-size: 18px;
                line-height: 32px; }

.narrow-container img {
  margin-bottom: 0;
  max-width: 100%; }
.narrow-container h1 {
  margin-bottom: 25px;
  color: white; }
.narrow-container h3 {
  color: white; }
.narrow-container h4 {
  color: white; }
.narrow-container p {
  color: white;
  text-align: justify;
  margin: 0 auto;
  -moz-text-align-last: center;
  text-align-last: center; }
  .narrow-container p a {
    color: white; }

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
  border-width: 2px; }

.pagination-wrapper {
  text-align: center; }
  .pagination-wrapper ul.pagination li.disabled {
    display: none; }
  .pagination-wrapper ul.pagination li span, .pagination-wrapper ul.pagination li a {
    border-radius: 50%;
    margin: 0 4px; }
  .pagination-wrapper ul.pagination li a {
    background-color: #232323;
    color: white; }
  .pagination-wrapper ul.pagination li.active span {
    background-color: white;
    color: #232323; }

header {
  padding: 0 20px;
  position: relative;
  background: #232323 url("/images/frontend/shapes/color_fill_2.png") no-repeat center; }
  header .header-top {
    padding: 25px 0 15px; }
    header .header-top img.logo {
      margin: auto; }
  header .header-middle:before {
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    bottom: 15px;
    height: 54px;
    background-image: url("/images/frontend/shapes/shape_2.png");
    background-position: center; }
  header .header-middle .header-social a {
    display: inline-block;
    vertical-align: bottom;
    line-height: 30px;
    text-decoration: none; }
    header .header-middle .header-social a:last-of-type i {
      margin-bottom: -2px; }
    header .header-middle .header-social a i {
      padding: 0 3px;
      color: #7c7c7c;
      line-height: 30px;
      vertical-align: bottom;
      font-size: 21px; }
    header .header-middle .header-social a img {
      height: 21px; }
    header .header-middle .header-social a:hover, header .header-middle .header-social a:focus {
      text-decoration: none; }
      header .header-middle .header-social a:hover i, header .header-middle .header-social a:focus i {
        color: #bdbdbd; }
  header .header-middle ul.desktop-nav, header .header-middle ul.phone-nav {
    margin-top: 0;
    margin-bottom: 12px;
    text-align: center;
    padding: 0; }
    header .header-middle ul.desktop-nav li, header .header-middle ul.phone-nav li {
      display: inline-block;
      list-style: none;
      vertical-align: middle;
      min-width: 113px;
      text-align: center;
      /*ul {
        display: none;
      }*/ }
      header .header-middle ul.desktop-nav li a, header .header-middle ul.phone-nav li a {
        font-family: "Oswald", sans-serif !important;
        font-size: 20px;
        padding: 0 10px;
        letter-spacing: 2px;
        color: #bdbdbd;
        line-height: 30px;
        position: relative; }
        header .header-middle ul.desktop-nav li a:hover, header .header-middle ul.desktop-nav li a:focus, header .header-middle ul.phone-nav li a:hover, header .header-middle ul.phone-nav li a:focus {
          color: white;
          font-size: 22px;
          text-decoration: none; }
          header .header-middle ul.desktop-nav li a:hover:after, header .header-middle ul.desktop-nav li a:focus:after, header .header-middle ul.phone-nav li a:hover:after, header .header-middle ul.phone-nav li a:focus:after {
            opacity: 1; }
        header .header-middle ul.desktop-nav li a:after, header .header-middle ul.phone-nav li a:after {
          opacity: 0;
          transition: 0.2s;
          content: '';
          position: absolute;
          bottom: -11px;
          left: 0;
          height: 24px;
          width: 100%;
          background: url("/images/frontend/shapes/color_fill_5.png") no-repeat center/contain; }
      header .header-middle ul.desktop-nav li.shown &gt; a, header .header-middle ul.desktop-nav li.active &gt; a, header .header-middle ul.phone-nav li.shown &gt; a, header .header-middle ul.phone-nav li.active &gt; a {
        color: white;
        font-size: 22px; }
        header .header-middle ul.desktop-nav li.shown &gt; a:after, header .header-middle ul.desktop-nav li.active &gt; a:after, header .header-middle ul.phone-nav li.shown &gt; a:after, header .header-middle ul.phone-nav li.active &gt; a:after {
          content: '';
          position: absolute;
          bottom: -11px;
          left: 0;
          opacity: 1;
          height: 24px;
          width: 100%;
          background: url("/images/frontend/shapes/color_fill_5.png") no-repeat center/contain; }
  header .header-middle .header-search {
    margin-top: 5px;
    position: absolute;
    /* &amp;:before {
       content: url('/images/frontend/icons/lupa.png');
       position: absolute;
       left: 5px;
       pointer-events: none;
       top: 4px;
       transition: .2s;
       z-index: 1;
     }*/
    float: right;
    padding-right: 10px; }
    header .header-middle .header-search.focus:before {
      opacity: 0; }
    header .header-middle .header-search.focus input {
      width: 160px;
      outline: none; }
    header .header-middle .header-search input {
      color: #bdbdbd;
      background-color: #373737;
      border-radius: 10px;
      height: 20px;
      padding: 0 10px;
      width: 40px;
      -moz-appearance: none;
      -webkit-appearance: none;
      border: none;
      transition: 0.2s; }
      header .header-middle .header-search input:focus, header .header-middle .header-search input:active {
        outline: none !important;
        border: none !important;
        box-shadow: none !important; }
  header .header-middle .header-mutations {
    padding-top: 5px;
    float: right; }
    header .header-middle .header-mutations a {
      font-family: 'Oswald', sans-serif;
      color: #7e7e7e;
      font-size: 18px;
      display: inline-block;
      letter-spacing: 2px;
      line-height: 18px;
      padding: 0 4px;
      text-decoration: none; }
      header .header-middle .header-mutations a:first-of-type {
        border-right: 2px solid #7e7e7e;
        padding-right: 6px; }
      header .header-middle .header-mutations a:hover, header .header-middle .header-mutations a.active {
        text-decoration: none;
        color: #bdbdbd; }
  header .main-navigation {
    position: initial !important;
    position: static;
    background: transparent; }
    header .main-navigation ul {
      position: initial !important;
      position: static;
      width: 100% !important; }
      header .main-navigation ul li:nth-of-type(2) .submenu li:nth-of-type(1) {
        min-width: 105px; }
      header .main-navigation ul li:nth-of-type(2) .submenu li:nth-of-type(2) {
        min-width: 90px; }
      header .main-navigation ul li:nth-of-type(2) .submenu li:nth-of-type(3) {
        min-width: 135px; }
      header .main-navigation ul li:nth-of-type(3) .submenu li:nth-of-type(1) {
        min-width: 80px; }
      header .main-navigation ul li:nth-of-type(3) .submenu li:nth-of-type(2) {
        min-width: 145px; }
      header .main-navigation ul li:nth-of-type(3) .submenu li:nth-of-type(3) {
        min-width: 105px; }
      header .main-navigation ul li:nth-of-type(3) .submenu li:nth-of-type(4) {
        min-width: 95px; }
      header .main-navigation ul li:nth-of-type(3) .submenu li:nth-of-type(5) {
        min-width: 118px; }
      header .main-navigation ul li {
        float: none;
        transition: 0.2s; }
        header .main-navigation ul li a {
          height: 30px; }
        header .main-navigation ul li.active &gt; .submenu {
          display: block;
          opacity: 1; }
        @media screen and (min-width: 992px) {
          header .main-navigation ul li:hover .submenu {
            display: block !important;
            opacity: 1 !important; } }
        header .main-navigation ul li.active .submenu {
          z-index: 999 !important; }
        header .main-navigation ul li .submenu {
          margin-top: 11px;
          opacity: 0;
          display: none;
          z-index: 9999 !important;
          height: 43px;
          background: #232323; }
          header .main-navigation ul li .submenu li {
            min-width: 133px;
            list-style: none;
            display: inline-block;
            line-height: 18px;
            overflow: hidden;
            height: 43px; }
            header .main-navigation ul li .submenu li a {
              font-family: 'Oswald', sans-serif;
              color: #fff;
              letter-spacing: 2px;
              padding: 0 6px;
              font-size: 16px;
              text-decoration: none;
              line-height: 43px;
              display: inline-block; }
              header .main-navigation ul li .submenu li a:hover {
                color: #04c9b7;
                font-size: 18px; }
              header .main-navigation ul li .submenu li a:after {
                content: none !important; }
            header .main-navigation ul li .submenu li.active a {
              color: #04c9b7;
              font-size: 18px; }
  header .header-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #232323;
    top: 190px; }
    header .header-bottom ul {
      display: none;
      padding: 10px 0;
      margin: 0;
      text-align: center; }
      header .header-bottom ul li {
        min-width: 133px;
        list-style: none;
        display: inline-block;
        line-height: 18px;
        overflow: hidden;
        height: 18px; }
        header .header-bottom ul li a {
          font-family: 'Oswald', sans-serif;
          color: #fff;
          letter-spacing: 2px;
          padding: 0 6px;
          font-size: 16px;
          text-decoration: none;
          line-height: 18px;
          display: inline-block; }
          header .header-bottom ul li a:hover {
            color: #04c9b7;
            font-size: 18px; }
        header .header-bottom ul li.active a {
          color: #04c9b7;
          font-size: 18px; }

header .select2 {
  width: auto !important; }
  header .select2 .select2-selection {
    color: #bdbdbd;
    background-color: #373737;
    border-radius: 10px !important;
    height: 20px;
    padding: 0 10px;
    width: 0;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    transition: 0.2s;
    min-height: 0;
    border: none !important;
    margin-left: -20px;
    overflow: hidden; }
    header .select2 .select2-selection:focus, header .select2 .select2-selection:active {
      outline: none !important;
      border: none !important;
      box-shadow: none !important; }
    header .select2 .select2-selection input.select2-search__field {
      height: 20px;
      line-height: 20px;
      margin: 0;
      padding: 0 6px;
      width: 100%; }
    header .select2 .select2-selection .select2-selection__choice {
      display: inline-block;
      height: 18px;
      margin-top: 1px;
      border-radius: 9px;
      background: #232323;
      padding: 2px 6px;
      border: none;
      line-height: 1;
      color: #bdbdbd; }
      header .select2 .select2-selection .select2-selection__choice .select2-selection__choice__remove:hover {
        color: white; }
    header .select2 .select2-selection .select2-selection__rendered {
      padding: 0 0px 0 4px;
      line-height: 20px;
      color: #bdbdbd; }
    header .select2 .select2-selection .select2-search--inline {
      display: none; }
    header .select2 .select2-selection .select2-selection__arrow {
      height: 20px;
      width: 4px;
      right: 8px; }

.select2-container--open .select2-dropdown--below {
  width: auto !important;
  background: #232323;
  color: white;
  border: none;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3); }
  .select2-container--open .select2-dropdown--below li {
    line-height: 1;
    padding: 3px 6px;
    text-align: center;
    color: #bdbdbd; }
  .select2-container--open .select2-dropdown--below .select2-results__option--highlighted[aria-selected] {
    background: #373737;
    color: white; }
.select2-container--open .select2-results__option[aria-selected=true] {
  background-color: #373737 !important; }

@media screen and (min-width: 992px) {
  .wow {
    visibility: hidden; } }
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  #projekt-body.commerc .col-sm-8 {
    width: 66.666667% !important; }
  #projekt-body.commerc .col-sm-4 {
    width: 33.333333% !important; } }
@media screen and (max-width: 1400px) {
  #projekt-uvod {
    height: auto !important; }
    #projekt-uvod .description-left {
      /*  display: block;
        width: 100%!important;
        position: relative!important;
        padding: 15px!important;
        top: unset!important;
        left: unset!important;*/ }
      #projekt-uvod .description-left h1 {
        text-align: left !important; }
    #projekt-uvod .description-right .back {
      line-height: 50px; }
    #projekt-uvod #projekt-body {
      padding-bottom: 15px; } }
@media screen and (max-width: 1100px) {
  #projekt-uvod .description-left {
    display: block;
    width: 100% !important;
    position: relative !important;
    padding: 15px !important;
    top: unset !important;
    left: unset !important;
    margin-top: 43px; }
  #projekt-uvod .description-right {
    top: 1px !important; }
  #projekt-uvod iframe {
    margin-top: 0 !important; } }
@media screen and (max-height: 900px) {
  header .header-top {
    padding: 10px 0 5px; }
  header .header-bottom {
    top: 165px; } }
@media screen and (max-height: 800px) {
  #contact-uvod #contact-kontakt {
    padding: 25px 0;
    position: relative !important;
    top: 0 !important;
    transform: none !important; } }
@media screen and (max-width: 1140px) {
  header .header-middle ul.desktop-nav li, header .header-middle ul.phone-nav li {
    min-width: 100px; }
    header .header-middle ul.desktop-nav li a, header .header-middle ul.phone-nav li a {
      padding: 0 5px; } }
@media screen and (max-height: 910px) {
  #news-uvod .single-slide {
    height: calc(100vh - 191px) !important; }
    #news-uvod .single-slide img {
      height: calc(100vh - 191px) !important; }

  .object-fit-container:not(.box) {
    height: calc(100vh - 191px) !important; }
    .object-fit-container:not(.box) &gt; img {
      height: calc(100vh - 191px) !important; }

  #about-us-uvod {
    overflow-y: auto;
    overflow-x: hidden; } }
@media screen and (min-width: 993px) and (max-width: 1199px) {
  #team-uvod .content h4 {
    font-size: 23px !important; } }
@media screen and (max-width: 993px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  header {
    background-size: cover; }
    header .header-top {
      padding-top: 15px !important; }
      header .header-top a img {
        height: 80px; }
    header .menu-wrapper-sm {
      position: relative; }
      header .menu-wrapper-sm ul.phone-nav li {
        min-width: unset; }
        header .menu-wrapper-sm ul.phone-nav li a {
          padding: 0;
          width: 25px;
          display: inline-block;
          height: 30px;
          text-align: center; }
          header .menu-wrapper-sm ul.phone-nav li a i {
            height: 30px; }
        header .menu-wrapper-sm ul.phone-nav li a:hover:after, header .menu-wrapper-sm ul.phone-nav li a:active:after, header .menu-wrapper-sm ul.phone-nav li a:focus:after, header .menu-wrapper-sm ul.phone-nav li a:after {
          display: none !important; }
      header .menu-wrapper-sm ul.desktop-nav {
        display: none;
        position: absolute !important;
        z-index: 9;
        left: 0;
        width: 100%;
        background: #232323;
        padding: 10px 0; }
        header .menu-wrapper-sm ul.desktop-nav.open {
          display: block !important; }
        header .menu-wrapper-sm ul.desktop-nav li {
          display: block; }
          header .menu-wrapper-sm ul.desktop-nav li .submenu {
            margin-top: 0 !important; }
            header .menu-wrapper-sm ul.desktop-nav li .submenu a {
              line-height: 30px !important;
              color: #bdbdbd; }
            header .menu-wrapper-sm ul.desktop-nav li .submenu ul {
              opacity: 1 !important; }
              header .menu-wrapper-sm ul.desktop-nav li .submenu ul li {
                opacity: 1 !important; }
          header .menu-wrapper-sm ul.desktop-nav li.has-children {
            position: relative; }
            header .menu-wrapper-sm ul.desktop-nav li.has-children a {
              display: block;
              position: relative; }
              header .menu-wrapper-sm ul.desktop-nav li.has-children a i {
                position: absolute;
                right: 10px;
                font-size: 22px;
                color: #bdbdbd;
                line-height: 32px;
                padding: 0 15px; }
              header .menu-wrapper-sm ul.desktop-nav li.has-children a:hover {
                font-size: 22px !important; }
            header .menu-wrapper-sm ul.desktop-nav li.has-children .submenu {
              position: relative !important;
              height: auto;
              display: block !important;
              opacity: 1 !important; }
              header .menu-wrapper-sm ul.desktop-nav li.has-children .submenu ul {
                transition: none !important;
                visibility: visible !important; }
                header .menu-wrapper-sm ul.desktop-nav li.has-children .submenu ul li {
                  transition: none !important;
                  display: block;
                  height: auto; }
                  header .menu-wrapper-sm ul.desktop-nav li.has-children .submenu ul li a {
                    height: 30px;
                    padding: 0 10px !important;
                    margin: 3px 0 !important;
                    font-size: 20px !important; }
                    header .menu-wrapper-sm ul.desktop-nav li.has-children .submenu ul li a:hover {
                      font-size: 22px !important; }
                  header .menu-wrapper-sm ul.desktop-nav li.has-children .submenu ul li.active a {
                    color: white !important;
                    font-size: 22px !important; }
                header .menu-wrapper-sm ul.desktop-nav li.has-children .submenu ul li:first-of-type a {
                  margin-top: 0 !important; }
                header .menu-wrapper-sm ul.desktop-nav li.has-children .submenu ul li:last-of-type a {
                  margin-bottom: 0 !important; }
          header .menu-wrapper-sm ul.desktop-nav li.active a:after {
            display: block !important; }
          header .menu-wrapper-sm ul.desktop-nav li:not(.active) &gt; a:hover, header .menu-wrapper-sm ul.desktop-nav li:not(.active) &gt; a:focus, header .menu-wrapper-sm ul.desktop-nav li:not(.active) &gt; header .menu-wrapper-sm ul.desktop-nav li.shown a, header .menu-wrapper-sm ul.desktop-nav li.active ul li a, header .menu-wrapper-sm ul.desktop-nav li.shown ul li a {
            font-size: 22px;
            padding: 0 10px;
            letter-spacing: 2px;
            color: #bdbdbd;
            line-height: 30px; }
            header .menu-wrapper-sm ul.desktop-nav li:not(.active) &gt; a:hover:after, header .menu-wrapper-sm ul.desktop-nav li:not(.active) &gt; a:focus:after, header .menu-wrapper-sm ul.desktop-nav li:not(.active) &gt; header .menu-wrapper-sm ul.desktop-nav li.shown a:after, header .menu-wrapper-sm ul.desktop-nav li.active ul li a:after, header .menu-wrapper-sm ul.desktop-nav li.shown ul li a:after {
              display: none !important; }
          header .menu-wrapper-sm ul.desktop-nav li a {
            padding: 0 10px !important;
            margin: 3px 0 !important;
            display: block;
            position: relative; }
            header .menu-wrapper-sm ul.desktop-nav li a:after {
              height: 2px !important;
              bottom: -1px !important; }
            header .menu-wrapper-sm ul.desktop-nav li a:after {
              display: none !important; }
          header .menu-wrapper-sm ul.desktop-nav li ul {
            padding-left: 0; }
            header .menu-wrapper-sm ul.desktop-nav li ul.open {
              display: block !important; }
    header .header-bottom {
      display: none; }

  #about-us-uvod {
    margin-bottom: 0 !important; }
    #about-us-uvod &gt; img {
      position: relative !important;
      box-shadow: 0 10px 25px black; }
    #about-us-uvod &gt; .row {
      margin: 0; }
    #about-us-uvod #about-us-content {
      background: #232323 !important;
      padding: 40px 15px 30px 15px !important; }
      #about-us-uvod #about-us-content h3 {
        margin-top: 0; }
      #about-us-uvod #about-us-content .gallery-container {
        overflow: hidden;
        padding-top: 0 !important; }

  body {
    height: auto !important;
    overflow: visible !important; }
    body #contact-kontakt, body #jobs-body, body #comercials-list {
      padding-bottom: 40px; }
    body #projekt-body .pl-45 {
      padding-left: 15px; }

  #team-uvod .overlay {
    position: relative !important;
    bottom: 0 !important;
    top: 0 !important;
    left: 0 !important;
    background-color: transparent !important;
    opacity: 1 !important; }
    #team-uvod .overlay .content {
      position: relative !important;
      bottom: 0 !important;
      left: 0 !important;
      padding: 0 5px; }
      #team-uvod .overlay .content h4 {
        font-size: 22px !important;
        margin-top: 0 !important;
        padding-top: 10px !important; }
      #team-uvod .overlay .content h5 {
        margin-bottom: 0 !important;
        padding-bottom: 10px !important; } }
@media screen and (max-width: 767px) {
  header ul.phone-nav li a i {
    font-size: 26px; }

  #about-us-uvod {
    height: auto !important;
    background: none !important; }
    #about-us-uvod #about-us-bg {
      object-fit: unset !important;
      height: auto !important;
      opacity: 1 !important; }
    #about-us-uvod #phone-gallery {
      padding-bottom: 30px;
      padding-left: 5px !important;
      padding-right: 5px !important; }
      #about-us-uvod #phone-gallery img {
        width: 12.5% !important; }

  .menu-wrapper-sm {
    position: static !important; }
    .menu-wrapper-sm .phone-nav {
      position: relative; }

  #comercials-list .row &gt; div, #visuals-list .row &gt; div {
    padding-top: 15px; }
    #comercials-list .row &gt; div:nth-of-type(odd), #visuals-list .row &gt; div:nth-of-type(odd) {
      padding-right: 7px; }
    #comercials-list .row &gt; div:nth-of-type(even), #visuals-list .row &gt; div:nth-of-type(even) {
      padding-left: 7px; }

  #contact-kontakt {
    padding: 20px 0;
    height: 100%; }

  #works-1.reels-overlay-content {
    height: auto !important; }
    #works-1.reels-overlay-content &gt; img.visible-xs {
      height: auto !important;
      object-fit: contain !important; }

  #jobs-body {
    bottom: 15px !important; } }
@media screen and (max-width: 560px) {
  #team-uvod .col-xs-4 {
    width: 50% !important; }

  header .header-social, header .menu-wrapper-sm {
    padding-top: 5px; }
  header .header-mutations {
    text-align: center;
    padding-top: 0;
    line-height: 30px; }
  header .header-search {
    position: relative !important;
    padding-right: 0 !important;
    padding-bottom: 0;
    line-height: 26px; }
    header .header-search.focus input {
      width: 100% !important; }

  #life-of-aliens-uvod .content {
    left: 25px !important;
    top: 25px !important;
    right: unset !important;
    bottom: unset !important;
    text-align: left !important; }

  #contact-kontakt #map {
    width: 300px !important; }
    #contact-kontakt #map .marker {
      right: 8px !important;
      top: 19px !important; }

  #projekt-uvod {
    overflow: hidden; }
    #projekt-uvod &gt; iframe {
      margin: 0 0 -3px 0 !important; } }
@media screen and (max-width: 480px) {
  #news-uvod .content {
    transform: translateY(-50%) !important; }
    #news-uvod .content h1 {
      font-size: 45px !important; }
    #news-uvod .content p {
      font-size: 22px !important; }

  .menu-wrapper-sm {
    padding-left: 5px;
    padding-right: 5px; }

  #projekt-uvod {
    overflow-x: hidden; }

  #works-1 h1 {
    font-size: 45px !important; }
  #works-1 p {
    font-size: 22px !important; } }
@media screen and (max-width: 440px) {
  header .col-xs-5:last-of-type {
    padding-left: 0; }
  header .col-xs-5:first-of-type {
    padding-right: 0; }

  #about-us-uvod #phone-gallery img {
    width: 25% !important; }

  #comercials-list .row &gt; div, #visuals-list .row &gt; div {
    width: 100%;
    padding: 15px 15px 0 15px !important; }

  #team-uvod h4 {
    line-height: 1.3; }
  #team-uvod h5 {
    line-height: 1.2; } }
@media screen and (max-width: 440px) {
  .header-middle .row &gt; div:nth-of-type(1) {
    padding-left: 0; }
  .header-middle .row &gt; div:nth-of-type(2) {
    padding-right: 0;
    text-align: center; }
    .header-middle .row &gt; div:nth-of-type(2) &gt; div {
      float: none; } }

/*# sourceMappingURL=importer.css.map */
</pre></body></html>