
.skupina-animation {
	position: absolute;
	right: 30px;
	
}
 .skupina-animation:hover {
	
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	
}



/*hladilnik*/
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;}
.mySlides {display:none;

}

/* Slideshow container */
.slideshow-container {
  max-width: 120%;
  position: relative;
  margin: auto;
  text-align: center;
  background-color: transparent;
}

/* Caption text */
.text {
 display: block;
  text-align: center;
padding-left: 10px;
     margin-left: -10px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 8.5s;
  animation-name: fade;
  animation-duration: 8.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/*end hladilnik*/
/*logotipi-strank*/
.stranke-slideshow {
  height: 110px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.stranke-slideshow > div {
  height: 110px;
  width: 6171.5px;
  background: url(../en/Images/stranke-logo-01.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  
  transform: translate3d(0, 0, 0);
}
.stranke-slideshow .mover-1 {
  animation: moveSlideshow 40s linear infinite;
}
.stranke-slideshow .mover-2 {
 opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -4114.29px;
  animation: moveSlideshow 40s linear infinite;
}
.stranke-slideshow:hover .mover-2 {
  opacity: 1;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.666%);  
  }
}
/*end-logotipi-strank*/
/*logotipi-cooling*/
.stranke-slideshowB {
  
  height: 110px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.stranke-slideshowB > div {
  margin-top: 10px;
  height: 110px;
  width: 5394.54px;
  background:url(../en/Images/logotpi-strankB.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  
  transform: translate3d(0, 0, 0);
}
.stranke-slideshowB .mover-1B {
  animation: moveSlideshowB 60s linear infinite;
}
.stranke-slideshowB .mover-2B {
 opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -3596px;
  animation: moveSlideshowB 60s linear infinite;
}
.stranke-slideshowB:hover .mover-2B {
  opacity: 1;
}

@keyframes moveSlideshowB {
  100% { 
    transform: translateX(-66.666%);  
  }
}


/*citati stranke*/
.stranke {display:none}

/* Slideshow container */
.slideshow-container-stranke {
  max-width: 800px;
  position: relative;
  margin: 50px auto auto;
  padding-top: 20px;
}

/* Caption text */
.text {
  color: #222222;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
 
}


  

.active2 {
  
}

/* Fading animation */


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/*slider-battery*/
	
.slideshow-container3 {
  max-width: 100%;
  position: relative;
  margin: auto;
  float: left;
}

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



/* Fading animation */
	
 .fade3 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 4s;
  animation-name: fade;
  animation-duration: 4s;
}

@-webkit-keyframes fade3 {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade3 {
  from {opacity: .4} 
  to {opacity: 1}
}
.pop {
	
	    -webkit-animation-name: popup; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: popup;
    animation-duration: 2s;
	animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes popup {
    from {color: #ffffff;}
    to {color: #2a8a4a;
	}
	
}

/* Standard syntax */
@keyframes popup {
    from {color: #ffffff;}
    to {color: #2a8a4a;
	}
}