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

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

/* Slideshow container */
.slideshow-container {
  width:100%;
  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;
	 
	
}

.slider-content table {
	/*display:block;*/
	
}

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

/* 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 !important;
}


/* Caption text */
.slider-content .text {
 /*position:relative;
 text-align: center;
 margin-left:1rem;*/
 max-width:50%;
 float:left;
}

/*.slider-content .text p {
 line-height:130%;

vertical-align: middle;
    font-size:inherit;
}*/


.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, .numbertext1 {
  color: inherit;
  font-size: inherit;
  position: absolute;
  /*padding: 8px 12px;*/
  top:0%;
    left:83%;
    margin: 10px;
    float:right;

}

.numbertext1 {
  left:85% !important;
top:85%;
}

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

.active_slider, .dot:hover, .dot2:hover, .dot3:hover, .dot4: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 !important;
}

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