.promo i {
    margin: 40px 0;
    color: #29b6f6;
    font-size: 5rem;
    display: block;
    text-shadow: 3px 3px lightgrey;
}

.promo-caption {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
}

#parallax {
    position: relative;
    text-align: center;
    color: white;
}

/* Top left text */
#parallax-txt {
    position: absolute;
    top: 90px;
    left: 50px;
    color:white;
    z-index: 1;
  }

.naslov-kartice {
    font-weight: 900;
}

.hour-icon {
    vertical-align: middle !important;
    padding-bottom: 3px;
}

#flex {
  display: flex!important;
  flex-wrap: wrap!important;
  flex-direction: row!important;
  justify-content: space-evenly!important;
  flex-basis: 100%!important;
}

#flex-children {
  flex-basis: 33%!important;
}

@media (max-width: 3199px) {
    nav .input-field {
        width: 5%;
    }
    
}

@media (max-width: 1799px) {
    nav .input-field {
        width: 7%;
    }
}

@media (max-width: 1199px) {
    nav .input-field {
        width: 9%;
        }
}

@media (max-width: 1023px) {
    nav .input-field {
        width: 10%;
        }
}

@media (max-width: 769px) {
    nav .input-field {
        width: 15%;
        }
}
@media (max-width: 479px) {
    nav .input-field {
        width: 18%;
        }
    #flex-children {
      flex-basis: 100%!important;
    }
}

@media (max-width: 280px) {
    #Zastave {
        background: none!important;
    }
}

.dropdown-content li:nth-of-type(1) {
  display: none;
  
}
.dropdown-content li:nth-of-type(2) {
  font-size: 0px;
  background: url('../images/britain.png') center 35%/30% no-repeat !important;
}

.dropdown-content li:nth-of-type(3) {
    background: url('../images/croatia.png') center 35%/30% no-repeat !important;
    font-size: 0px;
}


.dropdown-content li:nth-of-type(4){
    background: url('../images/germany.png') center 35%/30% no-repeat !important;
    
    font-size: 0px;
}

.dropdown-content li:nth-of-type(5){
    background: url('../images/czech.png') center 35%/30% no-repeat !important;
    font-size: 0px;
    
}

.dropdown-content li:nth-of-type(6){
    background: url('../images/italy.png') center 35%/30% no-repeat !important;
    
    font-size: 0px;
}


.dropdown-content li:hover {
    background-color:rgb(184, 183, 183)!important;
}
.select-wrapper input.select-dropdown {
    font-size: 0px!important;
    
}

#Zastave {
    right: 0.25%!important;
}


.mljetnp {
	padding: 15px;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  overflow: hidden;
  position: relative;
  margin: auto;  
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.slideshow-container > div {
  width: 100%;
  max-width: 100%;
  height: 60vh;
}


.slideshow-container div:nth-child(1) {
  background-image: url("../slideshow/Mljet Pomena Z 2.jpg");
  background-size: cover;
  background-position: center;

}

.slideshow-container div:nth-child(2){
  background-image: url("../slideshow/Mljet Regata Pomena 9.jpg");
  background-size: cover;
  background-position: center;

}

.slideshow-container div:nth-child(3) {
  background-image: url("../slideshow/Mljet NP Panorama Cijelog Otoka.jpg");
  background-size: cover;
  background-position: center;
}


#parallax-txt > h2 {
  background-color: rgb(0,0,0,0.5);
  /* background-size: 100px; */
  /* border: 1px solid; */
  width: fit-content;
  /* border-radius: 10px; */
  padding: 4px;
}

#parallax-txt > h3 {
  background-color: rgb(0,0,0,0.5);
    background-size: initial;
    /* border: 1px solid; */
    width: fit-content;
    display: table-caption;
    margin: 0;
    /* display: inline; */
    /* border-radius: 10px; */
    padding: 4px;
}

/*#firstoption {
  display: none !important;

}*/