html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  
body.compensate-for-scrollbar {
    overflow: visible !important;
    margin-right: 0;
}

svg.download-vector-icon {
    display: inline-block;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    width: 18px;
    margin-left: 5px;
    fill: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:hover svg.download-vector-icon {
    fill: #20aa80;
}

body {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  color: #565e5c;
  background: #fff;
  line-height: 1.5; }
  
  body.modal-open {
        overflow: visible !important;
        padding-right: 0 !important;
    }

h1,
h2,
h3,
h4,
h5,
a,
button {
  font-family: "Palanquin", sans-serif; }

h1,
h2,
h3,
h4,
h5 {
  color: #26ab82;
  font-weight: 700; }

h2 {
  font-size: 36px;
  margin-bottom: 55px; }
  @media only screen and (max-width: 991px) {
    h2 {
      font-size: 34px; } }
  @media only screen and (max-width: 767px) {
    h2 {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 400px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 30px; }
  @media only screen and (max-width: 991px) {
    h3 {
      font-size: 28px; } }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 25px; } }
  @media only screen and (max-width: 400px) {
    h3 {
      font-size: 23px; } }

p {
  font-size: 14px;
  font-weight: 600; }
  
.post table td {
  font-size: 14px;
  font-weight: 400; 
  color: #565e5c;
  }

a {
  font-size: 16px;
  position: relative;
  color: #26ab82;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

a:hover {
  text-decoration: none;
  color: #ff7830; }

section {
  padding: 53px 0 55px; }
  @media only screen and (max-width: 767px) {
    section {
      padding: 40px 0 50px; } }

.arrow-title {
  position: relative;
  display: inline-block;
  padding-right: 60px; }
  @media only screen and (max-width: 575px) {
    .arrow-title {
      padding-right: 0;
      text-align: center;
      display: block; } }
  .arrow-title img {
    position: absolute;
    width: 40px;
    height: auto;
    right: 0;
    bottom: -33px; }
    @media only screen and (max-width: 575px) {
      .arrow-title img {
        display: none; } }

a,
button {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none; }
  a.btn,
  button.btn {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Palanquin", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 8px;
    padding: 8px 34px 10px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    @media only screen and (max-width: 767px) {
      a.btn,
      button.btn {
        font-size: 16px;
        padding: 8px 18px 10px; } }
    a.btn:focus,
    button.btn:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    a.btn.btn-main,
    button.btn.btn-main {
      border: 2px solid #20aa80;
      background: #20aa80;
      color: #fff; }
      a.btn.btn-main:hover,
      button.btn.btn-main:hover {
        background: #fff;
        color: #20aa80; }
    a.btn.btn-sub,
    button.btn.btn-sub {
      border: 2px solid #ff7830;
      background: #ff7830;
      color: #fff; }
      a.btn.btn-sub:hover,
      button.btn.btn-sub:hover {
        background: #fff;
        color: #ff7830; }

.button-container {
  margin: 45px 0 0;
  display: block;
  text-align: center; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  @media only screen and (max-width: 991px) {
    header {
      background: #fff;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
      padding: 0 0 15px; } }
  @media only screen and (max-width: 767px) {
    header {
      padding: 30px 0 10px; } }
  header .top ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    header .top ul li {
      list-style: none;
      margin: 0 10px; }
      header .top ul li:last-child {
        margin-right: 0; }
      header .top ul li a {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        color: #fff;
        padding: 0 20px;
        height: 38px;
        line-height: 38px; }
        header .top ul li a img {
          width: 25px;
          margin-right: 15px;
          margin-top: 2px; }
        header .top ul li a.facebook img {
          width: 10px;
          height: auto;
          margin: 0; }
      header .top ul li:nth-child(1) a {
        background: #ff7830; }
        header .top ul li:nth-child(1) a svg {
          width: 25px;
          margin-right: 10px; }
          header .top ul li:nth-child(1) a svg .st0 {
            fill: #FFFFFF;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
        header .top ul li:nth-child(1) a:hover {
          background: #fff;
          color: #ff7830; }
          header .top ul li:nth-child(1) a:hover .st0 {
            fill: #ff7830; }
      header .top ul li:nth-child(2) a {
        background: #20aa80; }
        header .top ul li:nth-child(2) a:hover {
          background: #fff;
          color: #20aa80; }
      header .top ul li:nth-child(3) a {
        background: #4267b2; }
        header .top ul li:nth-child(3) a svg {
          width: 13px; }
          header .top ul li:nth-child(3) a svg .st0 {
            fill: #FFFFFF;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
        header .top ul li:nth-child(3) a:hover {
          background: #fff; }
          header .top ul li:nth-child(3) a:hover svg .st0 {
            fill: #4267b2; }
  @media only screen and (max-width: 767px) {
    header .top {
      display: none; } }
  header nav.navbar.navbar-expand-lg {
    font-family: "Palanquin", sans-serif;
    font-weight: 700;
    margin-top: -20px; }
    header nav.navbar.navbar-expand-lg .nav-item {
      margin: 5px 18px; }
      @media only screen and (max-width: 1199px) {
        header nav.navbar.navbar-expand-lg .nav-item {
          margin: 5px 8px; } }
      header nav.navbar.navbar-expand-lg .nav-item a.nav-link {
        font-weight: 700;
        color: #565e5c;
        font-size: 18px;
        padding: 5px 0; }
        @media only screen and (max-width: 1199px) {
          header nav.navbar.navbar-expand-lg .nav-item a.nav-link {
            font-size: 16px; } }
        header nav.navbar.navbar-expand-lg .nav-item a.nav-link.active, header nav.navbar.navbar-expand-lg .nav-item a.nav-link:hover {
          color: #ff7830; }
      @media only screen and (min-width: 768px) {
        header nav.navbar.navbar-expand-lg .nav-item.small {
          display: none; } }
      header nav.navbar.navbar-expand-lg .nav-item.small a.nav-link {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 5px;
        color: #fff; }
        header nav.navbar.navbar-expand-lg .nav-item.small a.nav-link img {
          width: 20px; }
      header nav.navbar.navbar-expand-lg .nav-item.small.prijavi {
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        padding-top: 20px; }
        header nav.navbar.navbar-expand-lg .nav-item.small.prijavi a.nav-link {
          background: #ff7830; }
          header nav.navbar.navbar-expand-lg .nav-item.small.prijavi a.nav-link img {
            margin-right: 10px; }
      header nav.navbar.navbar-expand-lg .nav-item.small.kontakt a.nav-link {
        background: #20aa80; }
      header nav.navbar.navbar-expand-lg .nav-item.small.facebook a.nav-link {
        background: #4267b2;
        padding: 5px 12px; }
        header nav.navbar.navbar-expand-lg .nav-item.small.facebook a.nav-link img {
          width: 8px; }
    header nav.navbar.navbar-expand-lg .navbar-brand img {
      width: 240px;
      height: auto; }
      @media only screen and (max-width: 767px) {
        header nav.navbar.navbar-expand-lg .navbar-brand img {
          width: 180px; } }
      @media only screen and (max-width: 310px) {
        header nav.navbar.navbar-expand-lg .navbar-brand img {
          width: 150px; } }
    header nav.navbar.navbar-expand-lg ul.navbar-nav {
      margin-top: -8px; }
      @media only screen and (max-width: 991px) {
        header nav.navbar.navbar-expand-lg ul.navbar-nav {
          margin: 5px 0 0; } }
    header nav.navbar.navbar-expand-lg .navbar-toggler {
      background: #fff;
      outline: none;
      width: 60px;
      margin-bottom: -15px; }
      @media only screen and (max-width: 767px) {
        header nav.navbar.navbar-expand-lg .navbar-toggler {
          margin: 0; } }
      header nav.navbar.navbar-expand-lg .navbar-toggler:focus {
        outline: none; }
      header nav.navbar.navbar-expand-lg .navbar-toggler span {
        display: block;
        width: 100%;
        height: 6px;
        margin: 4px 0;
        background: #20aa80;
        border-radius: 2px;
        opacity: 1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        @media only screen and (max-width: 767px) {
          header nav.navbar.navbar-expand-lg .navbar-toggler span {
            height: 5px;
            margin: 5px 0; } }
      header nav.navbar.navbar-expand-lg .navbar-toggler[aria-expanded="true"] span:last-child {
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0; }
      header nav.navbar.navbar-expand-lg .navbar-toggler[aria-expanded="true"] span:first-child {
        -webkit-transform: rotate(45deg) translate(6px, 5px);
        -ms-transform: rotate(45deg) translate(6px, 5px);
        transform: rotate(45deg) translate(6px, 5px); }
      header nav.navbar.navbar-expand-lg .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        -webkit-transform: rotate(-45deg) translate(2px, -1px);
        -ms-transform: rotate(-45deg) translate(2px, -1px);
        transform: rotate(-45deg) translate(2px, -1px); }

footer {
  background: #fff;
  padding: 55px 0 120px; }
  @media only screen and (max-width: 991px) {
    footer {
      padding: 55px 0; } }
  footer.subpage-footer {
    border-top: 1px solid #f5f5f5; }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 55px; }
    @media only screen and (max-width: 991px) {
      footer ul {
        margin: 0 0 20px; } }
    footer ul li {
      list-style: none;
      margin: 0 35px; }
      footer ul li:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 991px) {
        footer ul li:nth-child(2) {
          margin-right: 0; } }
      footer ul li:last-child {
        margin-right: 0; }
        @media only screen and (max-width: 991px) {
          footer ul li:last-child {
            margin-top: 10px; } }
      footer ul li a {
        display: block; }
        footer ul li a img {
          max-width: 100%;
          height: auto; }
      @media only screen and (max-width: 470px) {
        footer ul li {
          width: 100%;
          text-align: center;
          margin: 0; } }
  footer .text {
    display: block;
    text-align: center;
    max-width: 650px;
    margin: 0 auto; }
    footer .text p {
      font-size: 12px;
      font-weight: 400;
      color: #696a69;
      margin: 0 0 3px;
      line-height: 1.6; }
      footer .text p a {
        display: inline-block;
        font-weight: 600;
        color: #696a69;
        font-size: 12px; }
        footer .text p a:hover {
          color: #ff7830; }
      footer .text p.top {
        font-weight: 700; }
        footer .text p.top.separate {
          margin: 0 0 25px; }
        footer .text p.top span {
          font-size: 13px;
          text-transform: uppercase; }
  footer .futuro-container {
    margin-top: -90px; }
    @media only screen and (max-width: 991px) {
      footer .futuro-container {
        margin-top: 25px; } }

/* Futuro potpis */
.futuro,
.futuro span,
.futuro strong {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.futuro {
  position: relative;
  right: 30px;
  float: right;
  width: 25px;
  height: 25px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.futuro.right {
  right: auto; }

.futuro.neutral,
.futuro.neutral:hover {
  text-shadow: 1px 1px #333; }

.futuro.light,
.futuro.light:hover {
  color: #333; }

.futuro span {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 10;
  background: #1d1d1d url("https://www.futuro.hr/img/potpis/futuro.png") center 5px no-repeat;
  background-size: 18px auto;
  border-radius: 50%; }

.futuro.neutral.alt span {
  background-color: #666; }

.futuro.dark.alt span,
.futuro.light.alt span {
  background-color: #999; }

.futuro.dark.alt2 span {
  background: transparent url("https://www.futuro.hr/img/potpis/futuro2.png") center -1px no-repeat;
  background-size: 30px auto; }

.futuro.dark.alt2:hover span {
  background-color: #d5261e; }

.futuro strong {
  display: block;
  position: absolute;
  top: 4px;
  left: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  opacity: 0; }

.futuro.right strong {
  left: -20px; }

.futuro:hover {
  color: #fff;
  text-decoration: none;
  overflow: visible; }

.futuro:hover span,
.futuro.alt:hover span {
  background-color: #d5261e;
  border-radius: 6px; }

.futuro:hover strong {
  left: 30px;
  opacity: 1; }

.futuro.right:hover strong {
  left: -40px; }

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 50px; }
  .pagination li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid rgba(0,0,0,.2);
        padding: 0;
    }
    
    .pagination li:first-child {
        border-right: none;
    }
    .pagination li:last-child {
        border-left: none;
    }
    
    .pagination li a{
        font-size: 16px;
        color: #565e5c;
        font-weight: 700;
        font-family: "Palanquin", sans-serif;
    }
    
    .pagination li.active {
        font-size: 16px;
        font-weight: 700;
        font-family: "Palanquin", sans-serif;
        background: #26ab82;
        color: #fff;
    }

.banner {
  background: url("../img/png/banner-bg.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 145px 0 58px; }
  @media only screen and (max-width: 767px) {
    .banner {
      padding: 100px 0 58px; } }
  .banner .image-container {
    position: relative;
    display: block;
    max-width: 945px;
    margin: 0 auto 40px; }
    @media only screen and (max-width: 991px) {
      .banner .image-container {
        padding: 0 20px; } }
    @media only screen and (max-width: 767px) {
      .banner .image-container {
        height: 660px; }
        .banner .image-container .moto-img-cont {
          overflow-x: hidden;
          max-width: 700px;
          margin: 0 auto;
          border-bottom-left-radius: 10px;
          border-bottom-right-radius: 10px; } }
    @media only screen and (max-width: 767px) and (max-width: 725px) {
      .banner .image-container .moto-img-cont {
        margin-top: -50px; } }
    @media only screen and (max-width: 609px) {
      .banner .image-container {
        height: 795px; } }
    @media only screen and (max-width: 350px) {
      .banner .image-container {
        height: 745px; } }
    .banner .image-container img {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .banner .image-container img.moto-image {
          width: 727px;
          margin-left: -10px; } }
      @media only screen and (max-width: 470px) {
        .banner .image-container img.moto-image {
          margin-left: -100px; } }
      @media only screen and (max-width: 390px) {
        .banner .image-container img.moto-image {
          margin-left: -180px; } }
    .banner .image-container ul.eu-cont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: absolute;
      padding: 0;
      right: 0;
      top: 95px; }
      @media only screen and (max-width: 991px) {
        .banner .image-container ul.eu-cont {
          position: relative; } }
      @media only screen and (max-width: 725px) {
        .banner .image-container ul.eu-cont {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          max-width: 225px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          padding: 10px;
          background: rgba(255, 255, 255, 0.9);
          -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          margin-left: auto; } }
      .banner .image-container ul.eu-cont li {
        list-style: none;
        margin-right: 15px; }
        .banner .image-container ul.eu-cont li span {
          font-size: 10px;
          font-weight: 700;
          display: block;
          max-width: 170px;
          margin-top: 8px;
          line-height: 1.2; }
        .banner .image-container ul.eu-cont li:last-child {
          margin: 0; }
    .banner .image-container ul.icons {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      right: -20px;
      left: -20px;
      top: 180px; }
      @media only screen and (max-width: 1199px) {
        .banner .image-container ul.icons {
          left: 5px;
          right: 5px; } }
      @media only screen and (max-width: 991px) {
        .banner .image-container ul.icons {
          top: 210px;
          max-width: 800px;
          margin: 0 auto; } }
      @media only screen and (max-width: 800px) {
        .banner .image-container ul.icons {
          top: 180px; } }
      @media only screen and (max-width: 767px) {
        .banner .image-container ul.icons {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          top: unset;
          bottom: -15px; } }
      @media only screen and (max-width: 609px) {
        .banner .image-container ul.icons {
          max-width: 440px;
          bottom: -5px; } }
      .banner .image-container ul.icons li {
        list-style: none;
        display: block;
        width: 210px;
        height: 210px;
        background: rgba(255, 120, 48, 0.8);
        border-radius: 50%;
        text-align: center; }
        @media only screen and (max-width: 1199px) {
          .banner .image-container ul.icons li {
            width: 180px;
            height: 180px; } }
        @media only screen and (max-width: 991px) {
          .banner .image-container ul.icons li {
            width: 150px;
            height: 150px; } }
        @media only screen and (max-width: 767px) {
          .banner .image-container ul.icons li {
            width: 130px;
            height: 130px; } }
        @media only screen and (max-width: 350px) {
          .banner .image-container ul.icons li {
            width: 100px;
            height: 100px; } }
        .banner .image-container ul.icons li img {
          display: block;
          max-width: 106px;
          height: auto;
          margin: 25px auto 0; }
          @media only screen and (max-width: 1199px) {
            .banner .image-container ul.icons li img {
              max-width: 80px; } }
          @media only screen and (max-width: 991px) {
            .banner .image-container ul.icons li img {
              max-width: 70px;
              margin-top: 10px; } }
          @media only screen and (max-width: 350px) {
            .banner .image-container ul.icons li img {
              max-width: 50px;
              margin-top: 5px; } }
        .banner .image-container ul.icons li span {
          font-family: "Palanquin", sans-serif;
          font-weight: 700;
          font-size: 24px;
          color: #fff;
          display: block;
          max-width: 120px;
          margin: 12px auto 0;
          line-height: 1.1; }
          @media only screen and (max-width: 1199px) {
            .banner .image-container ul.icons li span {
              font-size: 22px;
              margin: 8px auto 0; } }
          @media only screen and (max-width: 991px) {
            .banner .image-container ul.icons li span {
              font-size: 20px;
              margin: 8px auto 0; } }
          @media only screen and (max-width: 767px) {
            .banner .image-container ul.icons li span {
              font-size: 18px;
              margin: 0 auto; } }
          @media only screen and (max-width: 350px) {
            .banner .image-container ul.icons li span {
              font-size: 15px; } }
        .banner .image-container ul.icons li:first-child, .banner .image-container ul.icons li:last-child {
          margin-top: 65px; }
          @media only screen and (max-width: 767px) {
            .banner .image-container ul.icons li:first-child, .banner .image-container ul.icons li:last-child {
              margin: 0 10px; } }
          @media only screen and (max-width: 609px) {
            .banner .image-container ul.icons li:first-child, .banner .image-container ul.icons li:last-child {
              margin: 5px 10px 0; } }
        @media only screen and (max-width: 767px) {
          .banner .image-container ul.icons li {
            margin: 0 10px; } }
        @media only screen and (max-width: 609px) {
          .banner .image-container ul.icons li {
            margin: 5px 10px 0; } }
  .banner .title {
    position: absolute;
    bottom: 33px;
    left: 0;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .banner .title {
        bottom: 140px;
        padding: 0 30px;
        max-width: 800px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media only screen and (max-width: 609px) {
      .banner .title {
        bottom: 290px; } }
    @media only screen and (max-width: 350px) {
      .banner .title {
        bottom: 235px; } }
    .banner .title h1 {
      margin: 0;
      font-family: "Palanquin", sans-serif;
      font-weight: 700;
      font-size: 36px;
      text-transform: uppercase;
      color: #fff; }
      @media only screen and (max-width: 991px) {
        .banner .title h1 {
          font-size: 33px;
          padding: 0 30px; } }
      @media only screen and (max-width: 859px) {
        .banner .title h1 {
          padding: 0 80px; } }
      @media only screen and (max-width: 767px) {
        .banner .title h1 {
          font-size: 30px; } }
      @media only screen and (max-width: 575px) {
        .banner .title h1 {
          padding: 0; } }
      @media only screen and (max-width: 415px) {
        .banner .title h1 {
          font-size: 25px; } }
  .banner h5 {
    font-size: 16px;
    color: #565e5c;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .banner h5 {
        font-size: 14px;
        margin: 10px 0 5px;
        text-align: center} }
  .banner .opcine {
    display: block;
    margin-top: 5px; }
    @media only screen and (max-width: 767px) {
      .banner .opcine {
        margin-top: 20px;
        text-align: center;
        padding: 0 15px;} }
    @media only screen and (max-width: 1199px) {
      .banner .opcine img {
        max-width: 100%;
        height: auto; } }

.news {
  background: #ebf7f3; }
  .news a.news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .news a.news-link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
        padding-bottom: 10px; } }
    .news a.news-link .image {
      max-width: 360px;
      max-height: 240px;
      overflow: hidden;
      border-radius: 2px;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media only screen and (max-width: 767px) {
        .news a.news-link .image {
          max-width: 100%;
          width: 100%;
          max-height: 280px; }
          .news a.news-link .image img {
            width: 100%; } }
    .news a.news-link .text {
      max-width: calc(100% - 360px);
      padding: 0 15px 0 25px;
      margin-top: -8px; }
      @media only screen and (max-width: 767px) {
        .news a.news-link .text {
          max-width: 100%;
          padding: 10px 0 0; } }
      .news a.news-link .text h3 {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin-bottom: 16px; }
      .news a.news-link .text time,
      .news a.news-link .text p {
        font-size: 14px;
        color: #565e5c;
        font-weight: 600; }
      .news a.news-link .text time {
        font-weight: 700; }
      .news a.news-link .text p {
        font-family: "Open Sans", sans-serif;
        line-height: 1.7; }
    .news a.news-link:hover .image {
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); }
    .news a.news-link:hover .text h3 {
      color: #ff7830; }
  .news a.sub-links {
    display: block;
    margin: 0 0 10px; }
    @media only screen and (max-width: 991px) {
      .news a.sub-links {
        max-width: 370px;
        margin: 20px auto 0; } }
    .news a.sub-links .text time {
      font-size: 13px;
      color: #565e5c;
      font-weight: 700; }
    .news a.sub-links .text h5 {
      font-size: 18px;
      font-weight: 700;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      line-height: 1.4; }
    .news a.sub-links:hover .text h5 {
      color: #ff7830; }

section.trash-cans {
  background: #f8eee9; }
  section.trash-cans h2 {
    color: #ff7830;
    margin-bottom: 45px; }
    @media only screen and (max-width: 767px) {
      section.trash-cans h2 {
        margin-bottom: 30px; } }
  section.trash-cans .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px; }
    section.trash-cans .box.green-waste-bin {
      margin-top: -35px; }
      @media only screen and (max-width: 991px) {
        section.trash-cans .box.green-waste-bin {
          margin-top: 0; } }
    section.trash-cans .box .image {
      width: 60px;
      margin-top: 7px;
      text-align: right; }
      @media only screen and (max-width: 991px) {
        section.trash-cans .box .image img {
          width: 40px; } }
    section.trash-cans .box .text {
      width: calc(100% - 60px);
      padding-left: 40px; }
      @media only screen and (max-width: 400px) {
        section.trash-cans .box .text {
          padding-left: 20px; } }
      section.trash-cans .box .text h3 {
        padding-bottom: 18px; }
        @media only screen and (max-width: 1199px) {
          section.trash-cans .box .text h3 {
            padding-bottom: 0; } }
        section.trash-cans .box .text h3 span {
          text-transform: uppercase; }
      section.trash-cans .box .text p {
        line-height: 1.7;
        color: #565e5c;
        margin: 0; }
  section.trash-cans .button-container {
    margin: 0; }

section.green-islands {
  background: #20aa80; }
  section.green-islands h2 {
    color: #fff;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      section.green-islands h2 {
        margin-bottom: 30px;
        text-align: center; } }
  section.green-islands a.image-link {
    display: block;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    max-width: 555px;
    overflow: hidden;
    position: relative; }
    section.green-islands a.image-link img {
      max-width: 100%;
      height: auto; }
    section.green-islands a.image-link::before, section.green-islands a.image-link::after {
      position: absolute;
      content: "";
      background: rgba(255, 255, 255, 0.9);
      top: 0;
      bottom: 0;
      width: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    section.green-islands a.image-link::before {
      left: 0; }
    section.green-islands a.image-link::after {
      right: 0; }
    section.green-islands a.image-link span {
      font-family: "Palanquin", sans-serif;
      font-weight: 700;
      font-size: 30px;
      position: absolute;
      top: 55%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      padding: 0 30px;
      z-index: 1;
      opacity: 0;
      color: #20aa80;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    section.green-islands a.image-link:hover::before, section.green-islands a.image-link:hover::after {
      width: 50%; }
    section.green-islands a.image-link:hover span {
      opacity: 1;
      top: 50%;
      -webkit-transition: .3s ease-in-out .3s;
      -o-transition: .3s ease-in-out .3s;
      transition: .3s ease-in-out .3s; }
  section.green-islands a.btn.btn-sub {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    background: #fff;
    border-color: #fff;
    color: #20aa80;
    padding: 10px 20px; }
    section.green-islands a.btn.btn-sub:hover {
      background: #20aa80;
      color: #fff; }
  section.green-islands .button-container {
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      section.green-islands .button-container.aplikacija {
        margin: 25px 0 60px; } }

.subpage {
  padding: 200px 0 0;
  min-height: calc(100vh - 370px);
  background: url("../img/png/banner-bg.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .subpage {
      padding: 150px 0 0; } }
  .subpage .subpage-title {
    text-align: center;
    display: block;
    margin: 0 0 50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .subpage .subpage-title {
        margin: 50px 0; } }
    @media only screen and (max-width: 767px) {
        .subpage .subpage-title {
            margin: 0 0 30px;
        }
      .subpage .subpage-title h1 {
        font-size: 36px; } }

.google-map {
  display: block;
  width: 100%;
  height: calc(100vh - 250px);
  margin: 50px 0 0; }
  .google-map #map {
    width: 100%;
    height: 100%; }
    .google-map #map #mapBodyContent {
      padding: 10px 10px 0;
      text-align: center; }
      
      .google-map #legend {
        background: #fff;
        padding: 8px 22px;
        margin: 10px;
        border:1px solid rgba(0,0,0,.1);
        border-radius: 2px;
      }
      .google-map #legend h3 {
        font-size: 15px;
        padding: 2px 8px 10px;
        border-bottom: 1px solid rgba(0,0,0,.2);
        margin-bottom: 12px;
      }
      .google-map #legend img {
        vertical-align: middle;
        width: 35px;
        height: auto;
        margin-right: 5px;
        margin-bottom: 10px;
      }
      
      .google-map #legend div {
           font-weight: 600;  
       }

.subpage a.news-link {
  display: block;
  margin: 0 auto 70px; }
  @media only screen and (max-width: 767px) {
    .subpage a.news-link {
      margin: 0 auto 50px; } }
  @media only screen and (max-width: 575px) {
    .subpage a.news-link {
      max-width: 350px; } }
  .subpage a.news-link .content {
    padding: 5px 0 0; }
    .subpage a.news-link .content p,
    .subpage a.news-link .content time {
      font-size: 14px;
      color: #565e5c;
      font-weight: 600; }
    .subpage a.news-link .content time {
      font-weight: 700; }
    .subpage a.news-link .content p {
      font-family: "Open Sans", sans-serif;
      line-height: 1.7; }
      @media only screen and (max-width: 767px) {
        .subpage a.news-link .content p {
          display: none; } }
    .subpage a.news-link .content h3 {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .subpage a.news-link .image {
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 220px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    
    .subpage a.news-link .image img {
        max-width: 100%;
        height: auto;
    }
    @media only screen and (max-width: 767px) {
      .subpage a.news-link .image img {
        max-width: 100%;
        height: auto; } }
  .subpage a.news-link:hover .image {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); }
  .subpage a.news-link:hover .content h3 {
    color: #ff7830; }

.subpage.post a.badge {
  display: block;
  background: #26ab82;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 5px 11px;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 70px; }
  @media only screen and (max-width: 767px) {
    .subpage.post a.badge {
      margin-top: 0; } }
  .subpage.post a.badge:hover {
    background: #fff;
    color: #26ab82; }

.subpage.post .date-title {
  display: block;
  padding: 20px 0 10px;
  margin: 0 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 767px) {
    .subpage.post .date-title {
      margin: 0 0 20px; } }
  .subpage.post .date-title time {
    font-size: 16px;
    color: #565e5c;
    font-weight: 700;
    font-family: "Palanquin", sans-serif; }
  @media only screen and (max-width: 767px) {
    .subpage.post .date-title h1 {
      font-size: 35px; }
    .subpage.post .date-title time {
      font-size: 14px; } }

.subpage.post .raw-content {
  display: block;
  padding: 0 0 50px;
  line-height: 1.6; }
  .subpage.post .raw-content p {
    line-height: 1.6;
    font-weight: 400; }

.subpage.post a.main-image {
  display: block;
  text-align: right;
  overflow: hidden;
  max-width: 360px;
  margin-left: auto;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0); }
  @media only screen and (max-width: 991px) {
    .subpage.post a.main-image {
      margin: 20px auto 20px 0; } }
  @media only screen and (max-width: 767px) {
    .subpage.post a.main-image {
      margin: 20px auto 0 0; } 
      .subpage.post .raw-content {
           padding: 0 0 30px;
       }
      }
  .subpage.post a.main-image:hover {
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); }
  .subpage.post a.main-image img {
    max-width: 100%;
    height: auto;
    border-radius: 2px; }

.subpage.post .post-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 60px -5px; }
  @media only screen and (max-width: 575px) {
    .subpage.post .post-gallery {
         margin: 0 -5px 30px -5px    
    }
}
  @media only screen and (max-width: 419px) {
    .subpage.post .post-gallery {
      margin: 0 0 30px 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .subpage.post .post-gallery a {
    width: calc(96% / 4);
    overflow: hidden;
    max-height: 170px;
    margin: 5px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0); }
    @media only screen and (max-width: 1199px) {
      .subpage.post .post-gallery a {
        width: calc(95% / 4); } }
    @media only screen and (max-width: 991px) {
      .subpage.post .post-gallery a {
        width: calc(95% / 3); } }
    @media only screen and (max-width: 767px) {
      .subpage.post .post-gallery a {
        width: calc(95% / 2); } }
    @media only screen and (max-width: 419px) {
      .subpage.post .post-gallery a {
        width: 100%;
        text-align: center;
        max-width: 280px; } }
    .subpage.post .post-gallery a:hover {
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); }
    .subpage.post .post-gallery a img {
      max-width: 100%;
      height: auto;
      border-radius: 2px; }

.subpage.post .more-news {
  display: block;
  background: #f5f5f5;
  margin-top: 50px;
  padding: 40px 0; }
  .subpage.post .more-news h3 {
    margin: 0 0 30px; }
    @media only screen and (max-width: 767px) {
      .subpage.post .more-news h3 {
        margin: 0 0 40px; } }
    @media only screen and (max-width: 575px) {
      .subpage.post .more-news h3 {
        text-align: center; } }
  .subpage.post .more-news .list a.news-link {
    display: block;
    margin: 0 auto 60px; }
    @media only screen and (max-width: 767px) {
      .subpage.post .more-news .list a.news-link {
        margin: 0 auto 40px; } }
    .subpage.post .more-news .list a.news-link .image {
      display: block;
      width: 100%;
      max-height: 200px;
      overflow: hidden; }
      .subpage.post .more-news .list a.news-link .image img {
        max-width: 100%;
        height: auto; }
    .subpage.post .more-news .list a.news-link .text {
      padding-top: 10px; }
      .subpage.post .more-news .list a.news-link .text h5 {
        margin-top: -2px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .subpage.post .more-news .list a.news-link .text time {
        font-size: 16px;
        color: #565e5c;
        font-weight: 700;
        font-family: "Palanquin", sans-serif; }
    .subpage.post .more-news .list a.news-link:hover .text h5 {
      color: #ff7830; }
  .subpage.post .more-news .button-cont {
    display: block;
    text-align: center;
    margin: 0 0 20px; }


@media only screen and (max-width: 767px) {
    #share {
        text-align: center
    }    
}

textarea.form-control:focus,
input.form-control:focus,
.custom-select:focus {
    background-color: #fff;
    border-color: #4b912a;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(75,145,42,.2);
} 

textarea.form-control {
    border-radius: 2px;
}