@charset "utf-8";
/* CSS Document */
/* Slideshow container */
/*.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;	
}
.slideshow-container:hover {
	cursor: pointer;
}*/

.mySlides {display: none;}
/* Next & previous buttons */
#prev-btn, #next-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 36px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: transparent;
}

img.imgfullwd {width: 100%;}

#prev-btn {left: 50px;}

/* Position the "next button" to the right */
#next-btn {
  right: 50px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#prev-btn:hover, #next-btn:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* The dots/bullets/indicators */
.dot {
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 6px;
  margin-top: 15px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  color: #fff;
  text-align: center;		
  float: left;
  text-decoration: none;	
  letter-spacing: -.05em;
}

.dot {font-family: 'Roboto Condensed', 'Helvetica Condensed', 'Arial Narrow'; font-weight: 400; font-size: 14px; line-height: 1.4em;}	
	
.active, .dot:hover {
  background-color: transparent;
	text-decoration: none;
}
		
#stripimghomeslider-wd {display: block; 
  display: inline-block;
  position: relative;
  margin-left: 0;
  left: 0;
  right:0; 
  max-width: 3009px; 
  width: 100%; 
  /*height: auto;*/
  /*margin-top: -22px; */
  } 
		
/*.striptexthldrbot{}		*/
				
#slideshow { 
  margin: -4px 0;
  margin-top: 11px;
  position: absolute; 
  max-width: 3009px; 
  width: 100%; 
  height: auto!important;
    /*height: calc(.225 * 100vw); */
  padding: 10px 0; 
	/*cusror: pointer;
	right: 2%;*/
   /* box-shadow: 0 0 20px rgba(0,0,0,0.4); -->*/
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 0px; 
    right: 0px; 
    bottom: 10px; 
    width: 100%;
}		


