


/* ***********************SLIDESHOW************* */

.ImageSize{
width:100%;
max-height:550px;
}





* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {

  position: relative;
top:-5px;
  left:0px;
max-width: 100%;
  margin: auto;
text-align:center;
}

/* Caption text */
.text {
  position: absolute;
  bottom: 8px;
left:25px;
  width: 95%;
  color: #0000FF;
  font-size: 15px;
font-weight:bold;
  padding: 8px 12px;
  text-align: center;

background:rgba(215, 215, 215, 0.50);
	
}

/* Number text (1/3 etc) */
.numbertext {
  position: absolute;
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  bottom: 0;
}

/* The dots/bullets/indicators */

.dot{

}

.dotposition{
position: relative;
border:2px solid #000fff;
border-radius:10px;
height:auto;
left:0px;
padding:5px;
text-align:center;
width:100%;
}

.active {
position: relative;
top:10px;
z-index:1;
}

/* 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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}




