@charset "utf-8";
/* CSS Document */

{box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width:100%;
  position: relative;
  margin: auto;
}

/* Make the images invisible by default */
.Containers {
  display: none;
}

/* forward & Back buttons */
.Back, .forward {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -23px;
  padding: 17px;
  color: grey;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

/* Place the "forward button" to the right */
.forward {
  right: 0;
  border-radius: 4px 0 0 4px;
}

/*when the user hovers,add a black background with some little opacity */
.Back:hover, .forward:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption Info */
.Info {
  color: #e3e3e3;
  font-size: 16px;
  padding: 10px 14px;
  position: absolute;
  bottom:50px;
  text-align:left;
}
.Info1 a{
  color:#C93;
  font-size:14px;
  padding: 100px 4px 0px 100px;
  position: absolute;
  display:block;
  background:#CC3;
  text-align:left;
}
/* Worknumbering (1/3 etc) */
.MessageInfoslid {
	color:#090;
	font-size:36px;
  padding: 10px 64px;
  position:absolute;
  top:40;
}
.MessageInfoslid11 {
  color:#666;
  font-size:30px;
  margin: 35px 14px 0px 50px;
  position: absolute;
  font:Verdana, Geneva, sans-serif;
  font-weight:bold;
}
.MessageInfoslid2{
color:#0C0;
  font-size:35px;
  font-style:italic;
  margin: 70px 14px 0px 20px;
  position: absolute;
  font:Verdana, Geneva, sans-serif;
  font-weight:bold;
}
.MessageInfoslid3{
color:#FC0;
  font-size:25px;
  margin:120px 14px 0px 50px;
  position: absolute;
  font:Verdana, Geneva, sans-serif;
  font-weight:bold;
}
.MessageInfoslid4 a{
color:#fff;
  font-size:20px;
  margin: 200px 14px 0px 100px;
  position: absolute;
  font:Verdana, Geneva, sans-serif;
  font-weight:bold;
  display:block;
  background:#0C0;
  padding:10px 10px;
}

.MessageInfoslid4 a:hover{
color:#fff;
  background:#FC0;
}


/* The circles or bullets and indicators */
.dots {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 3px;
  background-color: #acc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.enable, .dots:hover {
  background-color: #717161;
}

/* Faint animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}

@-webkit-keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}

@keyframes fade {
  from {opacity: .5}
  to {opacity: 2}
}