

.slide {
	
	background: green;
	color: white;

}

.slideshow {

	position: relative;
	box-sizing: border-box;
	max-width: 372px;
	margin: auto;
	white-space: nowrap;
	padding: 10px;
	box-sizing: border-box;
	background: white;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: -6px 6px 6px  rgba(0,0,0,.15);
	-moz-box-shadow: -6px 6px 6px  rgba(0,0,0,.15);
	-webkit-box-shadow: -6px 6px 6px  rgba(0,0,0,.15);
	max-height: 272px;
	overflow: hidden;
	

}

/* hide large slideshow */

#owlOne {
	/*display: none;*/
}




.owl-item img {
	
    width: 100%;
    height: auto;
 
}

.results1 .owl-item img {
	
	max-height: 250px;
	
	
}

.owl-item {
	
	/*display: none;*/

}


.owl-prev, .owl-next {
	
	
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 35px;
    height: 50px;
    text-align: center;
    background-color:rgba(255, 255, 255, 0.8);
    outline: none;



}

.owl-next {
	
	border-radius: 9px 0 0 9px;
    right: 0px;

}

.owl-prev {
	
	border-radius: 0 9px 9px 0;
	left: 0;
	
}

/* Style the size of the arrows */

.leftOwlInner {
	margin-right: 2px;	
	
}

.rightOwlInner {
	margin-right: 2px;	
	
}

.leftOwlInner, .rightOwlInner {
	
	font-size: 30px;
	
}

.owl-next:hover, .owl-prev:hover {
	
	opacity: 1;	
	
}



.owlCaption {
	
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	bottom: 5px;
	box-sizing: border-box;
	left: 10%;
	width: 80%;

}

.owl-dot {
	
	background: none;
	outline: none;

}

.owl-dots {
  margin-top: 10px;

}

.owl-dots {
	
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	
}

.owl-dots .owl-dot {
	
	display: inline-block;
	zoom: 1;
	*display: inline;

}
	
.owl-dots .owl-dot span {
	
	  width: 10px;
	  height: 10px;
	  margin: 5px 7px;
	  background: #e5e5e5;
	  display: block;
	  -webkit-backface-visibility: visible;
	  transition: opacity 200ms ease;
	  border-radius: 30px;

}
      
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {

	background: #3a843f;

}

.owl-carousel, .owlSmall {

	/* display: none; */
	
}

.owl-carousel.owl-loaded {
	
   display: block;
   
}




/* Media Queries */

@media only screen and (max-width: 800px) {
	
	
	.owl-carousel img {
		width: 100%; 
	  aspect-ratio: 3 / 2; 
	  object-fit: cover; 
	}
	

	.slideshow {
			
		padding: 8px;
		box-shadow: -4px 4px 4px  rgba(0,0,0,.15);
		-moz-box-shadow: -4px 4px 4px  rgba(0,0,0,.15);
		-webkit-box-shadow: -4px 4px 4px  rgba(0,0,0,.15);
	
	}

}





@media only screen and (max-width: 600px) {
	

	
}
