/* KONTEJNER SLIKE VELIKE************************/
/* KONTEJNER SLIKE VELIKE************************//* KONTEJNER SLIKE VELIKE************************//* KONTEJNER SLIKE VELIKE************************/
.container {
  
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px; 
  align-items:center;
  position: relative;
  text-align: center;

}
.next2 {
  right: 0px;
  
}

.prev2 {
  left: 0px;
  
}
.prev2,
.next2 {
  display: block;
  
  cursor: pointer;
  /*position: absolute; OVO JE RANIJE
  /* top: 40%;  CHANGE ako ima naslov iznad slajdova */ /* CHANGE ako ima naslov iznad slajdova */ /* CHANGE ako ima naslov iznad slajdova */
  width: auto;
  padding:0px;

  border-radius: 0 3px 3px 0;
  
  user-select: none;
  -webkit-user-select: none;
   /* CHANGE */
  color: white;
  font-weight: bold;
  font-size:30px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;


}

.prev2:hover, .next2:hover {
  transition: 0.5s;
  /* CHANGE */
  color: #000000;
  
}

@media screen and (max-width: 960px) {
  
    .container{
      /* CHANGE display: block;*/
      display: block;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
   
      }

      .Galerija2 img{
        vertical-align: middle;
        position: relative;
      
      }

      .container img{
        display: flex;
        width: 100%;
        position: relative;
      
       
    
        
        }
        .prev2,
        .next2 {
          
          top: 0%;  /* CHANGE ako ima naslov iznad slajdova */
        
        }


}

/* NAZIVI SLIKA******************************* */

.LArrow{
  color:rgb(255, 155, 49);
  text-align: left;
}
.RArrow{

text-align: right;
color:rgb(255, 155, 49);}
.CArrow{
  width: 80%;
  
}
.caption-container2 {
 position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
       /* dovde novo 
      display: block;
 align-items: center;
 justify-content: center;
  /* dovde novo */
 
 
 width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 960px) {

    .caption-container2{
    position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
       /* dovde novo */
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    
      }

}


/* KONTEJNER THUMBS*******************************/
.Row2{
  width: 960px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
   /* CHANGE */
   background-color: #F5EABF;
}
@media screen and (max-width: 960px) {
  
  .Row2{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: -10;
    }
    

}
/* STRELICE*************************************/

.Row2:after {
  content: "";
  display: table;
  clear: both;
}

/* Red */
.Column2 {
  float: left;
  /* width: 16.66%; */
}

.Demo2 {
  opacity: 0.6;
}
.Active2, .Demo2:hover {
  opacity: 1;
  transition: 0.5s;
}
.Galerija2 {
  display: none;
}
.Galerija2 img{
  vertical-align: middle;
  
}
.cursor2 {
  cursor: pointer;
}

.thumbSlideTitle {
  font-size: 18px;
  font-weight: bold;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px; 
	text-align: center;
  }

  @media screen and (max-width: 960px) {
	.thumbSlideTitle {
		width: 100%;	
		text-align: center;


	}


}






