* {
/*	outline: 1px #999999 solid;*/
}

/* Slideshow container */
.slideshow-container {
  max-width: 1400px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mojSlider {
    display: none;
}

/* za prvog da se vidi */
.mojSlider div:first-child{
  display: block;
}

.mojSlider a,.mojSlider a:link, .mojSlider a:visited{
	color:white
}

/* Next & previous buttons */
.prev, .next {
/*	outline: 1px solid #f00;*/
  position: absolute;
  top: 0;
	height: 400px;
  width: auto;
  font-weight: bold;
	padding:0 5px;
  font-size: 58px;
  transition: 0.6s ease;
/*	opacity: 0.5;*/
}

.prev svg, .next  svg {
	margin-top: 176px;
}


/* Position the "next button" to the right */
.next {
	/*color:#479509;*/
  right: -5px
}

.prev {
	/*color:#479509;*/
  left: -3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
 opacity: 1;
  cursor: pointer;	
	
}

a:hover svg{
  fill: #479509;
  transition: 0.3s;
}

/* 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;*/
}


.fotka_kontrolni_broj {
	display:none;	
}

.kontrolni_broj_kartice:hover + img {
	display:block;
}

/* kosarica.cfm */
#pogledajUvjetePoslovanja{
    text-align: center;
    margin-top: 40px;
    font-size: 1.7vh;
    margin-bottom: 20px;
}

/* Uvjeti poslovanja*/
#DigiCertClickID__MWg3tw9{
        max-width: 20%;
        }
    

/* 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}
}



