* {box-sizing: border-box;}

.mySlides {display: none;}
 .mySlides img{
	width: 100%;
	height: 450px;
	border: 5px solid black;
}

.butoane{
	margin-top: 20px;
	text-align: center;
}
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: 10px auto;
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 20px;
  width: 20px;
  margin: 0 10px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: red;
}

/* 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}
}

.fundal{
  height: 150px;
  width: 99.75%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 9px;
  color: white;
  text-shadow: 0 0 5px black;
  border: 1px solid black;
  font-size: 30px;
  text-transform: uppercase;
  background-color: rgba(70, 70, 70, 0.9);;
  border-radius: 15px 15px 15px 15px;
}