* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container, .slideshow-container2i {
  _max-width: 900px;
	
  position: relative;
  margin: auto;
	
	width: 70vw; height:60vh; display: block;  
}

.mySlides, .mySlides2i {
    display: none;
	
	/*padding: 50px 50px 30px 50px;*/
	font-size: 16px;
	text-align: left;
	
	width: 70vw; height:60vh; 
}

.mySlides2i .textSlide {width: 100%; height:60vh; padding: 45px; float: left; line-height: 1.125rem; font-size: 0.975rem; color: #ffffff; text-align: left; position: absolute; bottom: 0; background-color:rgba(0, 0, 0, 0.5);}




/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
	font-size: 32px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
	text-decoration: none !important;
	
	
	
	 background-color: transparent !important
}

.prev {
left:-50px;
}

/* Position the "next button" to the right */
.next {
  right: -8vw;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(213,213,213,0.80);
	text-decoration: none !important;
	
	
	
	font-size: 32px;
	

	
	
}

.prev span {
  
	padding-left: 5px;
	padding-right: 0px;
	/*color: #000000;*/
	
	-webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;   
  transition: all 1s;

	
	
}
.prev:hover span {
  
	padding-left: 0px;
	padding-right: 5px;
	/*color: #56b038;*/
	

	
	
}


.next span {
  
	padding-left: 0px;
	padding-right: 5px;
	color: #56b038;
	
	-webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;   
  transition: all 1s;

	
	
}
.next:hover span {
  
	padding-left: 5px;
	padding-right: 0px;
	color: #56b038;
	

	
	
}






/* Caption text */
.text {
  color: #ffffff;
	background-color: #000000;
    font-size: 0.8vw;
    line-height: 0.9vw;
	
  padding: 5px 2.2vw 5px 1.0vw;
  position: absolute;
  bottom: 0px;
	left: 0vw;
  width: 100%;
  text-align: left;
	
	opacity: 0.95;
	

	
	
}


.text ul li {

    list-style-image: url('../img/arrow_right.png') !important;
   
    font-size: 0.8vw;
    line-height: 0.9vw;

}




.textBig {
  color: #ffffff;
	background-color: #49a72d;
   font-size: 0.8vw;
    line-height: 0.9vw;
  padding: 12px;
  position: absolute;
  bottom: 0px;
  width: 99.9%;
  text-align: center;
	opacity: 0.95;
	
		display: none !important;
	
}

.textBigVisible {
  color: #ffffff;
	background-color: #000000;
 font-size: 0.8vw;
    line-height: 0.9vw;
  padding: 12px;
  position: absolute;
  bottom: 0px;
  width: 99.9%;
  text-align: left;
	opacity: 0.90;
	
	
	
}

.textBigVisible ul li {

    list-style-image: url('../img/arrow_right.png') !important;
   
    font-size: 0.8vw;
    line-height: 0.9vw;

}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot, .dot2i {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #717171;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover, .dot2i:hover {
  background-color: #df3d3d;
	
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.2s;
  animation-name: fade;
  animation-duration: 1.2s;
}

@-webkit-keyframes fade {
  from {opacity: 0.25}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.25}
  to {opacity: 1}
}

.slideshowBg {position: relative; width: 70vw; height:60vh; padding: 0; margin: 0;    -webkit-box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.15);     -moz-box-shadow: 6px 6px 6px 0px ; rgba(0,0,0,0.15);    box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.15)}



