@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Exo+2:200,300,300i,400,400i,600,700,900&subset=latin-ext");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  font-family: 'Exo 2', sans-serif;
}

.white {
  color: white;
}

.black {
  color: black;
}

.green {
  color: #4AA950;
}

.teal {
  color: #23A9A4;
}

.d-gray {
  color: #777;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.resp-img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.section__heading {
  text-align: center;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-top: 80px;
}

.section__heading h2 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1000px) {
  .section__heading {
    padding-top: 60px;
  }
  .section__heading h2 {
    font-size: 50px;
  }
}

.heading__h1 {
  font-size: 80px;
}

@media only screen and (max-width: 1000px) {
  .heading__h1 {
    font-size: 55px;
  }
}

.heading__h2 {
  font-size: 70px;
  font-weight: 200;
}

.heading__h3 {
  font-size: 45px;
}

.heading__h4 {
  font-size: 25px;
  line-height: 1.20;
  font-weight: 600;
}

p.text {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.imgs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.imgs-box .img-box {
  text-align: center;
  width: calc(33.333334% - 30px);
  margin: 0 15px;
}

.header {
  position: fixed;
  top: 0px;
  padding: 10px 0;
  width: 100%;
  background-color: white;
  z-index: 10000;
}

.header .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  .header h1 {
    z-index: 30;
    position: relative;
  }
  .header h1 img {
    max-width: 120px;
  }
}

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

@media only screen and (max-width: 1000px) {
  .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    width: 100%;
    background-color: white;
    left: 0;
    right: 0;
    top: 63px;
    padding: 20px 0;
    z-index: 20;
    max-height: 0;
    -webkit-transition: 200ms;
    transition: 200ms;
    padding: 0;
    overflow: hidden;
    border: 0;
    opacity: 0;
  }
}

.nav ul.active-nav {
  max-height: 400px;
  top: 63px;
  opacity: 1;
  padding: 20px 0;
  border-top: 4px solid #4AA950;
  border-bottom: 4px solid #4AA950;
}

.nav li {
  text-transform: uppercase;
  margin-right: 30px;
}

.nav li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1000px) {
  .nav li:last-child {
    margin-right: auto;
  }
}

.nav li a {
  color: black;
  -webkit-transition: color 50ms;
  transition: color 50ms;
}

.nav li a.active-link {
  color: #4AA950;
}

@media only screen and (max-width: 1000px) {
  .nav li {
    margin-right: 0px;
    width: 90%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
}

.nav-li--lang {
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  padding-left: 30px;
}

.nav-li--lang a:last-child {
  margin-left: 5px;
}

@media only screen and (max-width: 1000px) {
  .nav-li--lang {
    padding-left: 0px;
    border-left: 0px;
  }
  .nav-li--lang a:last-child {
    margin-left: 15px;
  }
}

.active-lang {
  color: #4AA950 !important;
}

.hero__content {
  padding: 145px 0 60px;
  background-image: url("../images/header_slika.jpg");
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1000px) {
  .hero__content {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1000px) {
  .hero__content {
    padding: 0;
    background-image: none;
  }
}

@media only screen and (max-width: 600px) {
  .hero__content {
    overflow: hidden;
  }
}

.hero__content .hero-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1000px) {
  .hero__content .hero-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 1000px) {
  .hero__content .hero-content-wrapper {
    width: 100%;
  }
}

.app-link {
  display: block;
  height: 65px;
  width: 246px;
  font-weight: bold;
  line-height: 65px;
  border: 4px solid black;
  border-radius: 30px 0 30px 0;
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  position: relative;
  z-index: 1;
  -webkit-transition: 150ms;
  transition: 150ms;
  color: #000;
}

@media only screen and (max-width: 1000px) {
  .app-link {
    margin-bottom: 40px;
  }
}

.app-link.bijeliback::before {
  content: " ";
  background-color: #fff;
  border-radius: 30px 0 30px 0;
  opacity: .4;
  display: block;
  height: 65px;
  width: 246px;
  position: absolute;
  z-index: -1;
}

.app-link:hover {
  background-color: #4AA950;
  color: white;
  width: 256px;
}

.app-link:hover::before {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .smallHeader {
    height: 400px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-image: url("../images/header_slika_manja_1.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
  }
}

@media only screen and (max-width: 1000px) {
  .smallHeader:after {
    content: " ";
    display: block;
    height: 400px;
    width: 100%;
    background-image: url("../images/header_slika_manja_linije.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .smallHeader .app-link {
    margin-bottom: 50px;
  }
}

.hero-form {
  max-width: 380px;
  width: 380px;
  display: block;
}

@media only screen and (max-width: 1000px) {
  .hero-form {
    width: 100%;
    max-width: 100%;
  }
}

.hero-form h2 {
  font-size: 24px;
  font-weight: 300;
}

.hero-form .form-header {
  padding: 30px;
  background-color: #23A9A4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  .hero-form .form-header {
    width: 100%;
  }
}

.hero-form .form-header .form-header__icon {
  margin-right: 15px;
}

.hero-form .form-header .form-header__text-box h2 {
  margin-bottom: 8px;
}

.hero-form .form-header .form-header__text-box a {
  text-transform: uppercase;
}

.hero-form .form-header .form-header__or-box {
  background-color: white;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  bottom: 0px;
  -webkit-transform: translatey(50%);
          transform: translatey(50%);
  font-style: italic;
}

.hero-form .form-body {
  padding: 40px 30px 30px 30px;
  background-color: #EDEDED;
  width: calc(100% - 60px);
}

@media only screen and (max-width: 1000px) {
  .hero-form .form-body {
    padding: 40px 40px 30px 40px;
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 1000px) {
  .hero-form .form-body input[type="submit"] {
    width: auto;
    padding: 14px 60px;
  }
}

.hero-form .form-body h3 {
  margin-bottom: 8px;
}

.hero-form .form-body label {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.hero-form .form-body label input, .hero-form .form-body label textarea, .hero-form .form-body label select {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 3px;
  background-color: white;
  color: #777;
  padding: 14px 8px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 200ms;
  transition: -webkit-box-shadow 200ms;
  transition: box-shadow 200ms;
  transition: box-shadow 200ms, -webkit-box-shadow 200ms;
  font-family: 'Exo 2', sans-serif;
}

.hero-form .form-body label input:focus, .hero-form .form-body label textarea:focus, .hero-form .form-body label select:focus {
  outline: none;
  -webkit-box-shadow: 1px 1px 24px -1px rgba(0, 5, 0, 0.34);
  box-shadow: 1px 1px 24px -1px rgba(0, 5, 0, 0.14);
}

.hero-form .form-body label select {
  height: 47px;
}

.hero-form .form-body label textarea {
  height: 100px;
  margin-bottom: 30px;
}

.hero-form .form-body label input[type="submit"] {
  background-color: #4AA950;
  color: white;
  position: relative;
  -webkit-transition: background-color 200ms;
  transition: background-color 200ms;
}

.hero-form .form-body label input[type="submit"]:hover {
  background-color: #23A9A4;
}

.nav-btn {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .nav-btn {
    display: block;
    margin-right: 0;
    margin-left: auto;
    padding: 15px 0;
    -webkit-transition: 50ms;
    transition: 50ms;
  }
}

.nav-btn.active-nav-btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mastercard .neki-text {
  padding: 25px;
  color: white;
  text-align: center;
  background-color: #4AA950;
}

.mastercard .mastercard-wrapper {
  padding: 140px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  .mastercard .mastercard-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0;
  }
}

.mastercard .image-box, .mastercard .text-box {
  width: calc(50% - 0px);
}

@media only screen and (max-width: 1000px) {
  .mastercard .image-box, .mastercard .text-box {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .mastercard .image-box {
    text-align: center;
  }
}

.mastercard .text-box h3 {
  margin-bottom: 20px;
}

.mastercard .text-box h4 {
  margin-bottom: 30px;
}

.mastercard .text-box p.green {
  font-weight: 600;
}

@media only screen and (max-width: 1000px) {
  .mastercard .text-box {
    margin-top: 40px;
  }
}

.prices-slider {
  background: #3ba96e;
  background: -webkit-gradient(linear, left top, left bottom, from(#3ba96e), color-stop(33%, #36a976), color-stop(33%, #36a976), to(#299392));
  background: linear-gradient(to bottom, #3ba96e 0%, #36a976 33%, #36a976 33%, #299392 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba96e', endColorstr='#299392',GradientType=0 );
  padding: 70px 0 0;
  position: relative;
}

.prices-slider h2 {
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .prices-slider {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}

.slider {
  max-width: 1000px;
  margin: 0 auto;
}

.slide .slide__image-box, .slide__prices-cities .slide__image-box {
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;
}

.slide .slide__image-box img, .slide__prices-cities .slide__image-box img {
  display: inline-block;
}

.slide .slide__city-name, .slide__prices-cities .slide__city-name {
  display: block;
  padding: 20px 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  color: #4AA950;
  text-align: center;
}

.slide .slide__city-name h3, .slide__prices-cities .slide__city-name h3 {
  font-size: 28px;
}

.slide .slide__prices-ul, .slide__prices-cities .slide__prices-ul {
  list-style-type: none;
}

.slide .slide__prices-ul li, .slide__prices-cities .slide__prices-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
  font-size: 18px;
  padding: 20px 0;
  border-bottom: 1px solid white;
}

.slide .slide__prices-ul li .row-name, .slide__prices-cities .slide__prices-ul li .row-name {
  color: black;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: auto;
  width: calc(100% / 3);
  padding-left: 50px;
  font-weight: 600;
}

.slide .slide__prices-ul li .row-price, .slide__prices-cities .slide__prices-ul li .row-price {
  color: white;
  margin: 0 auto;
  width: calc(100% / 3);
  text-align: center;
}

.slide .slide__prices-ul li .row-desc, .slide__prices-cities .slide__prices-ul li .row-desc {
  margin-left: auto;
  margin-right: 0;
  width: calc(100% / 3);
  text-align: right;
  padding-right: 50px;
  color: white;
}

.slide__city-name--text {
  displaY: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide__city-name--text img {
  max-height: 35px;
  margin-right: 10px;
}

.prices__cities {
  padding: 120px 0;
  background-color: #EBEBEB;
}

@media only screen and (max-width: 1000px) {
  .prices__cities {
    padding: 60px 0;
  }
}

.slide__prices-cities {
  max-width: 900px;
  margin: 0 auto;
}

.slide__prices-cities .slide__city-name {
  background-color: #4AA950;
  font-size: 32px;
  color: black;
  font-weight: 600;
  font-style: italic;
}

.slide__prices-cities .slide__image-box {
  padding-top: 0px;
}

.slide__prices-cities .prices-ul__li {
  border-bottom: 1px solid #4AA950 !important;
}

.slide__prices-cities .prices-ul__li .row-name, .slide__prices-cities .prices-ul__li .row-price, .slide__prices-cities .prices-ul__li .row-desc {
  color: #4AA950 !important;
}

.slide__naslovnica .top-image {
  width: 200px;
  height: 200px;
}

.slide__naslovnica .slide__city-name {
  background-color: transparent;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  font-size: 20px;
  padding-bottom: 10px;
}

.slide__naslovnica .slide__city-phone-num {
  padding: 20px 0;
  border-bottom: 1px solid white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide__naslovnica .slide__city-phone-num .slide__city-phone-num--icon {
  height: 35px;
  width: 35px;
  display: inline-block;
  margin-right: 10px;
}

.slide__naslovnica .slide__city-phone-num .slide__city-phone-num--icon img {
  max-width: 100%;
  height: auto;
}

.slide__naslovnica .slide__city-phone-num p {
  margin-bottom: 0px;
  font-weight: 600;
}

.app-link__slider {
  border-color: white;
  color: white;
  border: 2px solid white;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 50px;
  height: 45px;
  width: 150px;
  line-height: 45px;
  cursor: pointer;
  font-weight: 300;
  font-style: italic;
  display: block;
}

.app-link__slider:hover {
  width: 160px;
}

.slider-pattern {
  background-image: url("../images/strelica_patt.png");
  background-size: contain;
  background-repeat: repeat-x;
  height: 35px;
  width: 100%;
  margin-top: 50px;
}

.eko-app {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ebebeb+100 */
  background: white;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ebebeb));
  background: linear-gradient(to bottom, white 0%, #ebebeb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
  /* IE6-9 */
}

.app-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  margin-top: 120px;
}

@media only screen and (max-width: 1000px) {
  .app-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}

.app-content .image-box {
  margin: 0 40px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
}

.app-content .image-box img {
  bottom: 0px;
}

.app-content .image-box a {
  border: 0px;
  display: block;
  position: absolute;
  bottom: 0px;
  width: 57.664%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  height: 11.928%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  opacity: 0;
}

.app-content .image-box .google-play-link {
  bottom: 23.529%;
}

.app-content .image-box .app-store-link {
  bottom: 7.68%;
}

@media only screen and (max-width: 1000px) {
  .app-content .image-box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.app-content .text-box {
  max-width: 500px;
}

@media only screen and (max-width: 1000px) {
  .app-content .text-box {
    margin: 0 auto;
  }
}

.app-content .text-box .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .app-content .text-box .article {
    margin-bottom: 40px;
  }
}

.app-content .text-box .article.first-article {
  margin-top: 60px;
}

@media only screen and (max-width: 1000px) {
  .app-content .text-box .article.first-article {
    margin-top: 0px;
  }
}

.app-content .text-box .article .number {
  width: 35px;
  height: 35px;
  background-color: #4AA950;
  color: black;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
}

.app-content .text-box .article .content-box {
  width: calc(100% - 45px);
}

.app-content .text-box .article .content-box h4 {
  margin-bottom: 10px;
}

.article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}

@media only screen and (max-width: 1000px) {
  .article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

.article .number {
  margin-right: 0;
  margin-left: 15px;
}

@media only screen and (max-width: 1000px) {
  .article .number {
    margin-left: 0;
    margin-right: 15px;
  }
}

.o-nama {
  background-color: #EBEBEB;
  background-image: url("../images/linija.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  .o-nama {
    padding-bottom: 80px;
    background-image: none;
  }
}

.right-img-box {
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 50%;
  -webkit-transform: translate(10%);
          transform: translate(10%);
}

@media only screen and (max-width: 1000px) {
  .right-img-box {
    display: none;
  }
}

.onama-wrapper {
  margin-top: 120px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .onama-wrapper {
    margin-top: 60px;
  }
}

.onama-wrapper .toggler .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .onama-wrapper .toggler .tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 30px;
  }
}

.onama-wrapper .toggler .tabs .tab {
  font-size: 32px;
  background-color: white;
  color: black;
  margin-right: 20px;
  padding: 10px 25px;
  border-radius: 30px 0 30px 0;
  -webkit-transition: color 100ms, background-color 100ms;
  transition: color 100ms, background-color 100ms;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .onama-wrapper .toggler .tabs .tab {
    font-size: 20px;
    margin-right: 15px;
    text-align: center;
  }
  .onama-wrapper .toggler .tabs .tab:last-child {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .onama-wrapper .toggler .tabs .tab {
    font-size: 16px;
    margin-right: 15px;
    text-align: center;
  }
}

.onama-wrapper .toggler .tabs .tab:hover {
  background-color: #f9f9f9;
}

.onama-wrapper .toggler .tabs .tab.active-tab {
  background-color: #4AA950;
  color: white;
}

.onama-wrapper .toggler .content {
  position: relative;
  overflow: hidden;
  padding-right: 30px;
  width: 50%;
}

@media only screen and (max-width: 1000px) {
  .onama-wrapper .toggler .content {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding-right: 0;
  }
}

.onama-wrapper .toggler .content .text {
  opacity: 0;
  -webkit-transform: translatey(-100%);
          transform: translatey(-100%);
  position: relative;
  -webkit-transition: opacity 400ms, -webkit-transform 400ms;
  transition: opacity 400ms, -webkit-transform 400ms;
  transition: opacity 400ms, transform 400ms;
  transition: opacity 400ms, transform 400ms, -webkit-transform 400ms;
  margin-bottom: 40px;
}

.onama-wrapper .toggler .content .text.active-text {
  opacity: 1;
  -webkit-transform: translatey(0);
          transform: translatey(0);
  -webkit-transition: -webkit-transform 50ms opacity 30ms;
  transition: -webkit-transform 50ms opacity 30ms;
  transition: transform 50ms opacity 30ms;
  transition: transform 50ms opacity 30ms, -webkit-transform 50ms opacity 30ms;
}

.onama-wrapper .toggler .content .text.text-2, .onama-wrapper .toggler .content .text.text-3 {
  position: absolute;
  top: 0px;
}

.onama-wrapper .toggler .link-podaci {
  text-decoration: underline;
  font-weight: 600;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}

@media only screen and (max-width: 1000px) {
  .onama-wrapper .toggler .link-podaci {
    text-align: center;
    display: block;
  }
}

.onama-wrapper .toggler .link-podaci:hover {
  color: #23A9A4;
}

.usluge {
  position: relative;
}

.usluge .usluge-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 120px 0;
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 1220px) {
  .usluge .usluge-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.usluge .usluge-wrapper .item {
  width: calc(100% / 4);
  padding: 35px;
  border-radius: 50px 0 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 20px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background-color: #2DC0D0;
}

.usluge .usluge-wrapper .item .img-box {
  height: 115px;
  margin: 0 auto 20px;
}

.usluge .usluge-wrapper .item h4 {
  margin-bottom: 15px;
}

.usluge .usluge-wrapper .item:last-child {
  border-right: none;
}

@media only screen and (max-width: 1220px) {
  .usluge .usluge-wrapper .item {
    width: calc(50% - 40px);
    margin-bottom: 80px;
  }
  .usluge .usluge-wrapper .item:nth-child(2) {
    border-right: none;
  }
}

@media only screen and (max-width: 680px) {
  .usluge .usluge-wrapper .item {
    width: 100%;
    border-right: none;
    padding: 30px;
    max-width: 320px;
    margin: 0 auto 50px;
  }
  .usluge .usluge-wrapper .item .img-box {
    margin-bottom: 20px;
  }
}

.slick-arrow {
  position: absolute;
  top: 150px;
}

.slick-arrow.slick-next {
  right: 100px;
}

@media only screen and (max-width: 515px) {
  .slick-arrow.slick-next {
    right: 15px;
  }
}

.slick-arrow.slick-prev {
  left: 100px;
  z-index: 200;
}

@media only screen and (max-width: 515px) {
  .slick-arrow.slick-prev {
    left: 15px;
  }
}

.oglasavanje {
  background-color: #EBEBEB;
}

.oglasavanje .section__heading {
  max-widtH: 800px;
  margin: 0 auto;
}

.oglasavanje .image-box {
  text-align: center;
  margin: 80px auto 0;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1000px) {
  .oglasavanje .image-box {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}

.oglasavanje .image-box img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.form-drive {
  padding: 0;
  background-image: url("../images/karta_ilustracija.png");
  background-size: contain;
  background-position: center;
  position: relative;
}

.form-drive:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2fc1d2;
  z-index: -1;
}

.form-drive .sub-heading-form {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 27px;
  margin-top: 50px;
}

.form-drive label {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.form-drive label input, .form-drive label textarea, .form-drive label select {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 3px;
  background-color: white;
  color: #777;
  padding: 14px 8px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 200ms;
  transition: -webkit-box-shadow 200ms;
  transition: box-shadow 200ms;
  transition: box-shadow 200ms, -webkit-box-shadow 200ms;
  font-family: 'Exo 2', sans-serif;
  border: 1px solid #EBEBEB;
}

.form-drive label input:focus, .form-drive label textarea:focus, .form-drive label select:focus {
  outline: none;
  -webkit-box-shadow: 1px 1px 24px -1px rgba(0, 5, 0, 0.34);
  box-shadow: 1px 1px 24px -1px rgba(0, 5, 0, 0.14);
}

.form-drive label select {
  height: 47px;
}

.form-drive label textarea {
  height: 150px;
  margin-bottom: 30px;
}

.form-drive label input[type="submit"] {
  background-color: black;
  color: white;
  position: relative;
  -webkit-transition: background-color 200ms, color 200ms;
  transition: background-color 200ms, color 200ms;
  max-widtH: 300px;
}

.form-drive label input[type="submit"]:hover {
  background-color: white;
  color: black;
}

.form-drive__naslovnica {
  background-clip: white;
  background-image: none;
  padding: 85px 0;
}

.form-drive__naslovnica input[type="submit"] {
  background-color: #4AA950 !important;
}

.form-drive__naslovnica input[type="submit"]:hover {
  background-color: #23A9A4 !important;
  color: white !important;
}

@media only screen and (max-width: 1000px) {
  .form-drive__naslovnica {
    padding: 0px 0 45px;
  }
}

.form-drive__naslovnica:before {
  background-color: white;
}

.form-drive__slider-pattern {
  margin-top: 90px;
}

@media only screen and (max-width: 1000px) {
  .form-drive__slider-pattern {
    margin-top: 40px;
  }
}

.forma-napomena {
  font-size: 13px !important;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #333;
}

.forma-napomena a {
  font-weight: bold;
  color: #333;
}

.forma-napomena a:hover {
  color: #fff;
}

.forma-napomena.alt a:hover {
  color: #23A9A4;
  /*color:#4AA950;*/
}

footer .footer-top {
  background-color: black;
  padding: 30px 0;
}

footer .footer-top .copy {
  text-transform: uppercase;
  color: white;
}

footer .footer-top .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  footer .footer-top .social p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  footer .footer-top .social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .footer-top .social a {
  margin-left: 20px;
}

@media only screen and (max-width: 1000px) {
  footer .footer-top .social a {
    margin-left: 0px;
    margin: 20px 0;
  }
  footer .footer-top .social a:last-child {
    margin-top: 0px;
  }
}

footer .wrapper__footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  footer .wrapper__footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

footer .footer-bottom {
  background: #3ba96e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3ba96e), color-stop(33%, #36a976), color-stop(33%, #36a976), to(#299392));
  background: linear-gradient(to bottom, #3ba96e 0, #36a976 33%, #36a976 33%, #299392 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba96e', endColorstr='#299392', GradientType=0 );
}

footer .footer-bottom .wrapper__footer-bottom {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-bottom .wrapper__footer-bottom a {
  color: black;
}

footer .footer-bottom .wrapper__footer-bottom a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  footer .footer-bottom .wrapper__footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .footer-bottom .info {
  width: calc(34% - 1px);
  border-right: 1px dashed black;
  padding-right: 30px;
}

@media only screen and (max-width: 1000px) {
  footer .footer-bottom .info {
    width: 50%;
    border-right: 0;
    text-align: center;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 500px) {
  footer .footer-bottom .info {
    width: 100%;
    margin-bottom: 40px;
  }
}

footer .footer-bottom .info .box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 25px 45px;
  border-radius: 80px 0 80px 0;
  display: inline-block;
}

footer .footer-bottom .info .box p:nth-child(2), footer .footer-bottom .info .box p:nth-child(4) {
  margin-bottom: 0px;
}

footer .footer-bottom .info .box p b {
  font-weight: 600;
}

@media only screen and (max-width: 1000px) {
  footer .footer-bottom .info .box p {
    text-align: left;
  }
}

footer .footer-bottom .napomena {
  width: calc(34% - 1px);
  border-right: 1px dashed black;
  padding: 0 30px;
}

footer .footer-bottom .napomena p.text {
  font-size: 16px;
}

@media only screen and (max-width: 1000px) {
  footer .footer-bottom .napomena {
    width: 50%;
    border-right: none;
    padding: 0px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 500px) {
  footer .footer-bottom .napomena {
    width: 100%;
    border-right: none;
    padding: 0px;
    padding-left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

footer .footer-bottom .add-info {
  width: 52%;
  padding-left: 30px;
}

footer .footer-bottom .add-info p.text {
  font-size: 16px;
}

@media only screen and (max-width: 1000px) {
  footer .footer-bottom .add-info {
    width: 100%;
    border-right: none;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 20px;
  }
}

footer .wrapper-image {
  margin-top: 30px;
  padding-bottom: 60px;
}

footer .wrapper-image .image-box {
  width: 42%;
  margin-left: auto;
  margin-right: 0;
}

footer .wrapper-image .image-box img {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  footer .wrapper-image .image-box {
    width: 100%;
    text-align: center;
  }
  footer .wrapper-image .image-box img {
    margin-left: auto;
  }
}

.cities__header {
  margin-top: 85px;
  padding: 180px 0;
  background-color: #000;
  background-image: url("/images/header_gradovi.png");
  background-size: cover;
  background-position: center;
}

.cities__header .heading__h1 {
  text-align: center;
  text-shadow: 1px 0px 18px black;
}

.cities__header .heading__h1.heading__h1--grad {
  text-transform: uppercase;
  /*text-shadow: 1px 0px 16px rgba(0, 0, 0, 0.56);*/
}

@media only screen and (max-width: 1000px) {
  .cities__header {
    padding: 120px 0;
    margin-top: 75px;
  }
}

.wrapper__cities-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0;
}

.wrapper__cities-grid .img-box {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.wrapper__cities-grid a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wrapper__cities-grid a:hover .img-box {
  -webkit-transform: scale(1.13);
          transform: scale(1.13);
}

@media only screen and (max-width: 1000px) {
  .wrapper__cities-grid {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 700px) {
  .wrapper__cities-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wrapper__cities-grid .column-cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% / 3);
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .wrapper__cities-grid .column-cities {
    width: 100%;
  }
}

.wrapper__cities-grid .column-cities span {
  color: white;
}

.wrapper__cities-grid .column-cities .big-box, .wrapper__cities-grid .column-cities .small-box {
  position: relative;
}

.wrapper__cities-grid .column-cities .text-box {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 20px;
}

@media only screen and (max-width: 700px) {
  .wrapper__cities-grid .column-cities .text-box {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: 20px;
  }
}

.wrapper__cities-grid .column-cities .big-box {
  background-color: gray;
  padding: 140px 0;
}

.wrapper__cities-grid .column-cities .small-box {
  background-color: gray;
  padding: 70px 0;
}

.wrapper__cities-grid .right .big-box, .wrapper__cities-grid .left .big-box {
  margin-bottom: 10px;
}

.wrapper__cities-grid .mid {
  margin: 0 10px;
}

.wrapper__cities-grid .mid .small-box {
  margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
  .wrapper__cities-grid .mid {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 700px) {
  .wrapper__cities-grid .big-box, .wrapper__cities-grid .small-box {
    padding: 40px 0 20px !important;
    margin-bottom: 10px;
  }
}

.back-cities__container {
  text-align: center;
}

.back-cities__container .back-cities__link {
  width: 160px;
  height: 50px;
  display: block;
  line-height: 50px;
  margin: 80px auto 0;
  border-color: #4AA950;
  color: #4AA950;
}

.back-cities__container .back-cities__link:hover {
  color: white;
}

.solograd {
  width: 200px;
}

.gradnaslov {
  font-size: 1.1em;
  line-height: 1.4;
  padding-bottom: 10px;
  font-weight: bold;
}

.gradopis {
  font-size: 1.1em;
  line-height: 1.4;
  padding-bottom: 30px;
}

.gradnaslov, .gradopis {
  text-align: center;
}

.poslovni-intro {
  padding: 200px 0 0;
  position: relative;
  overflow: hidden;
  background-color: #EBEBEB;
}

@media only screen and (max-width: 1000px) {
  .poslovni-intro {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 600px) {
  .poslovni-intro .poslovni-intro .image-left {
    display: none;
  }
}

.poslovni-intro .right {
  max-width: 600px;
  margin-left: auto;
  margin-right: 0px;
}

.poslovni-intro .right .main-heading {
  margin-left: 65px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-style: italic;
}

@media only screen and (max-width: 1000px) {
  .poslovni-intro .right {
    margin: 0 auto;
  }
}

.poslovni-intro .image-left {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 55%;
  max-widtH: 756px;
}

@media only screen and (max-width: 1000px) {
  .poslovni-intro .image-left {
    opacity: 0.2;
    right: 30%;
  }
}

.poslovni-intro .right {
  padding-bottom: 80px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .poslovni-intro .right {
    padding-bottom: 60px;
  }
}

.poslovni__header {
  background-image: url("../images/Poslovni_korisnici_slika_1.jpg");
}

.radnamjesta__header {
  background-image: url("../images/Radna_mjesta_slika_1.jpg");
}

.article-poslovni {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

.article-poslovni h4 {
  margin-bottom: 15px;
}

.article-poslovni .number {
  width: 35px;
  height: 35px;
  background-color: #4AA950;
  color: black;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.article-poslovni a {
  color: #4AA950;
}

.dio-tima h4 {
  margin-bottom: 30px;
  font-weight: 600;
}

.dio-tima .left-box {
  width: 50%;
}

@media only screen and (max-width: 1000px) {
  .dio-tima .left-box {
    margin: 0 auto;
    width: 100%;
  }
}

.positions {
  padding-bottom: 120px;
}

.positions .tabulator {
  margin-top: 80px;
}

.tabulator .job-tab {
  cursor: pointer;
}

.tabulator .job-tab a {
  color: #4AA950;
}

.tabulator .job-tab a:hover {
  color: #333;
}

.tabulator .job-tab ul {
  margin-top: 15px;
  margin-bottom: 20px;
}

.tabulator .job-tab ul li {
  line-height: 1.5;
}

.tabulator .job-tab:first-child {
  border-top-left-radius: 30px;
  overflow: hidden;
}

.tabulator .job-tab:last-child {
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.tabulator .job-tab .tab-top {
  background-color: #4AA950;
  padding: 20px 40px;
  border-bottom: 1px solid #F8F8F8;
  position: relative;
}

.tabulator .job-tab .tab-top h4 {
  font-size: 22px;
  font-weight: 300;
}

.tabulator .job-tab .tab-top .tab-arrow {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.tabulator .job-tab .tab-content {
  background-color: #F8F8F8;
  overflow: hidden;
  padding: 0px 40px;
  max-height: 500px;
  -webkit-transition: 200ms;
  transition: 200ms;
  overflow: hidden;
  max-height: 0px;
}

.tabulator .job-tab .tab-content h5 {
  color: black;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}

.tabulator .job-tab .tab-content p {
  margin-bottom: 0px;
  -webkit-column-count: 2;
          column-count: 2;
}

@media only screen and (max-width: 590px) {
  .tabulator .job-tab .tab-content p {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.job-tab-active .tab-content {
  max-height: 500px !important;
  padding: 20px 40px !important;
}

.job-tab-active .tab-arrow {
  -webkit-transform: translatey(-50%) rotate(-180deg) !important;
          transform: translatey(-50%) rotate(-180deg) !important;
}

.anchor {
  height: 20px;
  widtH: 20px;
  background-color: blue;
  position: absolute;
  top: -83px;
  opacity: 0;
}

@media only screen and (max-width: 1000px) {
  .anchor {
    top: -63px;
  }
}

.anchor.anchor-hero {
  background-color: red;
}

.anchor.anchor-prices {
  background-color: red;
  top: -83px;
}

@media only screen and (max-width: 1000px) {
  .anchor.anchor-prices {
    top: -63px;
  }
}

.povucidole {
  margin-top: 85px;
  padding: 180px 0;
}

@media only screen and (max-width: 1000px) {
  .povucidole {
    padding: 120px 0;
    margin-top: 75px;
  }
}

.cookiepolicy {
  background-color: #EBEBEB;
}

.novitypo a {
  color: #4AA950;
}

.novitypo a:hover {
  color: #333;
}

.novitypo h1 {
  font-size: 50px;
  padding-bottom: 40px;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .novitypo h1 {
    font-size: 35px;
    padding-bottom: 30px;
  }
}

.novitypo h2 {
  font-size: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .novitypo h2 {
    font-size: 25px;
  }
}

.novitypo h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.novitypo p {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.3;
  padding-bottom: 20px;
}

.novitypo ul {
  margin-top: 15px;
  margin-bottom: 20px;
}

.ftlinks_small {
  color: #888;
  line-height: 1.5;
  font-size: .9em;
}

.ftlinks_small a {
  color: #888;
}

.ftlinks_small a:hover {
  color: #ccc;
}
/*# sourceMappingURL=style.css.map */