
ul#np_list_galerie li{
	padding: 5px;
	margin-bottom: 15px;
	margin-right: 20px;
	border-radius: 5px;
	background-color: #FFCA00;
	border: 2px solid #FFCA00;
}

ul#np_list_galerie li.active, ul#np_list_galerie li:hover{
	border: 2px solid #000;
	cursor: pointer;
}

/*******/

div#np_esp_galImg{
	box-sizing: border-box;
}

div#np_esp_galImg .npKazImg{
	padding: 5px;
}
div#np_esp_galImg .npKazImg:hover{
	cursor: pointer;
}
div#np_esp_galImg .npKazImg img{
	border-radius: 3px;
}

/*******/


/* Add Animation */
@-webkit-keyframes animatetop {
  from { opacity:0} 
  to { opacity:1}
}

@keyframes animatetop {
  from {opacity:0}
  to {opacity:1}
}



div#modalSlide{
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  overflow: auto;
  color: #EEE;
}

div#modalSlide .modal-bg{
  width: auto;
  height:100vh;
  overflow: hidden;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Next & previous buttons */
div#modalSlide .prev,
div#modalSlide .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: 3px;
  user-select: none;
  background-color: #33333366;
}
/* Position the "next button" to the right */
div#modalSlide .next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
div#modalSlide .prev:hover,
div#modalSlide .next:hover {
  background-color: rgba(0,0,0,0.8);
  text-decoration: none;
  padding: 16px 20px;
}

div#modalSlide .close {
  z-index: 120000;
  position: fixed;
  top: 0px;
  right: 30px;
  font-size: 50px;
  padding: 0 6px;
  line-height: 50px;
  font-weight: bold;
  transition: 0.6s ease;
  user-select: none;
  background-color: #33333366;
}

div#modalSlide .close:hover,
div#modalSlide .close:focus {
  background-color: #000;
  color: #900;
  text-decoration: none;
  cursor: pointer;
}


/* The dots/bullets/indicators */
div#modalSlide div.espdot{
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 60px;
  width: 100%;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  background-color: #33333366;
  text-align: center;
}

div#modalSlide .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  background-color: #EEE;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  margin: 10px 4px 0 4px;
}

div#modalSlide .active,
div#modalSlide .dot:hover {
  background-color: orange;
}

h3#title_galerie{
	border-bottom: 1px solid #777;
	text-align: center;
	margin-bottom: 10px;
	pading-bottom: 8px;
}