input, textarea {
  border: none;
  outline: none;
  background: none;
  width: 100%;
}

/* mixin for multiline */
.float-container, .half-container {
  overflow: hidden;
}

.half {
  width: 50%;
  float: left;
}
@media (max-width: 899px) {
  .half {
    width: 100%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  animation: 0.3s fadeIn forwards;
}

.collapse h6 {
  cursor: pointer;
}

.delayed:nth-child(1) {
  animation-delay: 0.25s !important;
}

.delayed:nth-child(2) {
  animation-delay: 0.5s !important;
}

.delayed:nth-child(3) {
  animation-delay: 0.75s !important;
}

.delayed:nth-child(4) {
  animation-delay: 1s !important;
}

.delayed:nth-child(5) {
  animation-delay: 1.25s !important;
}

.delayed:nth-child(6) {
  animation-delay: 1.5s !important;
}

.delayed:nth-child(7) {
  animation-delay: 1.75s !important;
}

.delayed:nth-child(8) {
  animation-delay: 2s !important;
}

.delayed:nth-child(9) {
  animation-delay: 2.25s !important;
}

.delayed:nth-child(10) {
  animation-delay: 2.5s !important;
}

.delayed:nth-child(11) {
  animation-delay: 2.75s !important;
}

.delayed:nth-child(12) {
  animation-delay: 3s !important;
}

.delayed:nth-child(13) {
  animation-delay: 3.25s !important;
}

.delayed:nth-child(14) {
  animation-delay: 3.5s !important;
}

.delayed:nth-child(15) {
  animation-delay: 3.75s !important;
}

.delayed:nth-child(16) {
  animation-delay: 4s !important;
}

.delayed:nth-child(17) {
  animation-delay: 4.25s !important;
}

.delayed:nth-child(18) {
  animation-delay: 4.5s !important;
}

.delayed:nth-child(19) {
  animation-delay: 4.75s !important;
}

.delayed:nth-child(20) {
  animation-delay: 5s !important;
}

.delayed:nth-child(21) {
  animation-delay: 5.25s !important;
}

.delayed:nth-child(22) {
  animation-delay: 5.5s !important;
}

.delayed:nth-child(23) {
  animation-delay: 5.75s !important;
}

.delayed:nth-child(24) {
  animation-delay: 6s !important;
}

.slider-container {
  position: relative;
}
.slider-container .respect-the-city {
  position: absolute;
  width: 150px;
  top: 20px;
  right: 65px;
}
@media (max-width: 899px) {
  .slider-container .respect-the-city {
    right: 35px;
    width: 120px;
  }
}
.slider-container .respect-the-city:hover img {
  opacity: 1;
}
.slider-container .respect-the-city img {
  opacity: 0.75;
  width: 100%;
}
.slider-container .promet-uzivo {
  position: absolute;
  cursor: pointer;
  top: 120px;
  right: 65px;
  width: 150px;
}
@media (max-width: 899px) {
  .slider-container .promet-uzivo {
    display: none;
  }
}
@media (max-height: 850px) {
  .slider-container .promet-uzivo {
    display: none;
  }
}
.slider-container .promet-uzivo:hover img {
  opacity: 1;
}
.slider-container .promet-uzivo img {
  opacity: 0.75;
  width: 100%;
}
.slider-container .year-of-orlando {
  position: absolute;
  width: 150px;
  top: 20px;
  left: 65px;
}
@media (max-width: 899px) {
  .slider-container .year-of-orlando {
    left: 35px;
    width: 120px;
  }
}
.slider-container .year-of-orlando:hover img {
  transform: translateY(-5px);
}
.slider-container .year-of-orlando img {
  width: 100%;
}
.slider-container .gis {
  position: absolute;
  width: 270px;
  top: 120px;
  left: 65px;
}
@media (max-width: 899px) {
  .slider-container .gis {
    display: none;
  }
}
.slider-container .gis:hover img {
  transform: translateY(-5px);
}
.slider-container .gis img {
  width: 100%;
}

.tab-items-container {
  background: #0E3A55;
  position: relative;
}

.tab-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.tab-items .tab-item {
  height: 100px;
  text-transform: uppercase;
  flex: 0 0 150px;
  margin: 0 5px;
  color: white;
  font-size: 16px;
  position: relative;
  text-align: center;
}
.tab-items .tab-item .tab-item-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.tab-items .tab-item .tab-item-inner img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin: 10px;
}
.tab-items .tab-item .tab-item-inner span {
  vertical-align: middle;
  font-size: 12px;
  display: inline-block;
  max-width: 80px;
  text-align: left;
}
.tab-items .tab-item .tab-item-inner:after:not(:last-child) {
  position: absolute;
  right: 0;
  top: 30%;
  bottom: 30%;
  width: 1px;
  content: "";
  display: block;
  background: #818181;
}
.tab-items .tab-item .tab-item-inner:hover img {
  transform: scale(1.1);
}
.tab-items .people-counter {
  position: absolute;
  right: 50px;
  bottom: calc(100% + 20px);
  width: 250px;
}
@media (max-width: 899px) {
  .tab-items .people-counter {
    right: 35px;
    width: 100px;
    text-align: right;
  }
}
.tab-items .people-counter.corona-counter {
  bottom: calc(100% + 150px);
}
.tab-items .people-counter img {
  width: 120px;
  height: 120px;
  vertical-align: middle;
}
@media (max-width: 899px) {
  .tab-items .people-counter img {
    width: 35px;
    height: 35px;
  }
}
.tab-items .people-counter .people-counter-content {
  width: 80px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.tab-items .people-counter .people-counter-content span {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 499px) {
  .tab-items .people-counter .people-counter-content span {
    font-size: 10px;
  }
}
.tab-items .people-counter .people-counter-content .counter {
  margin-top: 5px;
  background: #C1161C;
  min-width: 40px;
  border-radius: 9px;
  font-size: 16px;
  text-align: center;
  color: white;
  padding: 5px 8px;
  font-weight: 900;
  display: inline-block;
}
.tab-items .people-counter .people-counter-content .counter img {
  width: 12px;
  height: 12px;
}

.news-container {
  background: #F2F2F2;
}
.news-container .float-container {
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
}
.news-container .float-container .news-item {
  margin-bottom: 25px;
}
.news-container .float-container .news-item:not(:nth-child(3n)) {
  margin-left: 2%;
}

.announcements, .biddings {
  padding: 100px 10%;
  height: 100%;
}
.announcements .section-title, .biddings .section-title {
  margin-bottom: 50px;
}

.announcements {
  background: #EDEDED;
}
.announcements.blue {
  background: #0E3A55;
}
.announcements.blue .section-title {
  color: white;
}
.announcements.blue .announcement-item .arrow-area svg path {
  fill: #0E3A55;
}

.biddings {
  background: #0E3A55;
}

.projects {
  padding: 100px 0;
  background: #F2F2F2;
}
.projects .project-items {
  margin-top: 100px;
}

.cameras .section-title {
  margin: 32px 0;
}
.cameras .row {
  padding-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.cameras .row .camera-col {
  flex: 0 0 32%;
}
@media (max-width: 499px) {
  .cameras .row .camera-col {
    flex: 0 0 100%;
  }
}
.cameras .row .camera-col .zdcam {
  padding-top: 56.25%;
  position: relative;
}
.cameras .row .camera-col .zdcam iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 899px) {
  .news-item {
    width: 80%;
    margin: 20px auto !important;
    max-width: 400px;
    float: none;
  }
}

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