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

/** {box-sizing:border-box}
.mySlides {display:none}*/

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

/*css declaration only for firefox*/

.text_slideshow {
  margin-top: -80px;
}

/*css declaration only for Chrome/Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.text_slideshow {
  margin-top: 0px;
}
}


.slider-content {width:80%;
		margin-left:10%;
	display: inline-block;
	
}


.slider-content img {
      
	 width:40%;
	 float:left;
	 margin-right:5px;
	/* display: inline-table;*/
	overflow:hidden;
	 
	
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color:#666;
  font-weight: bold;
  font-size:36px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  background-color: #eaeaea;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  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(0,0,0,0.8);
color:#fff;
}


/* Caption text */
.slider-content .text {
 position:relative;
 text-align: center;
 margin:5%;

}

.slider-content .text p {
 line-height:130%;
padding-left:35px;
vertical-align: middle;
}


.text_left {
	text-align: left;
}

.text_small {
  font-size:70%;
  
}


.text_medium {
  font-size:80%;
  
}

.text_long {
  /*color: #f2f2f2;*/
  font-size:150%;
  padding: 8px 30px;
  position: relative;
  bottom:0px;
  max-width:80%;
  text-align: center;
  /*background-color:#333;*/
  /*overflow:hidden;*/
  margin:10% 15%;
  line-height:130%;
    
}




/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot, .dot2 {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active_slider, .dot:hover, .dot2:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
	opacity:inherit;
}

@-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) {
  .prev, .next,.text {font-size: 11px}
}