@charset "UTF-8";


#slidegallerybox {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
	z-index: 99;
}


#slidegallerybox .clearout {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}



/*------- PHOTO CONTENT -----------*/

#slidegallery {
	position: relative;
	clear: both;
}

#slidegallery #slidegalleryshell {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0;
}

#slidegallery div.galleryslide {
	position: relative;
	display: block;
	float: left;
	width: 30%;
	height: auto;
	min-height: 300px;
	font-size: 0;
	line-height: 0;
	margin: 0px 3% 3% 0px;
	padding: 0px;
	border: 1px #000 solid;
	overflow: hidden;
}


#slidegallery div.galleryslide .galleryitem {
	/*position: relative;
	display: block;*/
}

#slidegallery div.galleryslide .galleryitem a {
	text-decoration: none;
	outline: none;
}

#slidegallery .galleryitem img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	bottom: 0;
	left: -40;
	right: 0;
	object-fit: cover;
	object-position: center;
}

#slidegallery .galleryitem img:hover {
	opacity: .7;
}






/*------- TEXT CONTENT-----------*/


#slidegallery #slidegallerycontent {
	display: none;
	position: relative;
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 20px;
	overflow: hidden;
	border: none;
}

#slidegallery #slidegallerycontent div.ss_content {
	position: relative;
	/*width: 60%;
	margin: 0px auto 0px auto;*/
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-family: "Source Sans Pro", "SourceSans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #222222;
	border-width: 0px 0px 1px 0px;
	border-color: #ad1a1f;
	border-style: solid;
}

#slidegallery #slidegallerycontent h3,
#slidegallery #slidegallerycontent .title {
	font-family: "Source Sans Pro", "SourceSans", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #ad1a1f;
	font-weight: 100;
	line-height: .9em;
	letter-spacing: 0px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#slidegallery #slidegallerycontent div.ss_text {
}

#slidegallery #slidegallerycontent .ss_caption {
	margin: 1.5em 0px 0px 0px;
	overflow: hidden;
	font-family: "Source Sans Pro", "SourceSans", Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	font-style: italic;
	line-height: 12px;
	text-align: left;
	color: #FFFFFF;
}





/* -------------------------------------------- MOBILE ONLY  STYLES ------------------------------------ */


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

/* ---- Slideshow/Carousel Styles (Slick) ------ */
.slideshow { position: relative; display: block; width: 100%; height: auto; margin: 30px 0; padding: 0; }
.slideshow .content { position: relative; display: block; width: 85%; height: auto; margin: 0 auto; padding: 0; }

	
#slidegallery {
	width: 100%;
	margin: 0 auto;
	float: none;
	clear: both;
}

#slidegallery div.galleryslide {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	height: auto;
	min-height: 350px;
	font-size: 0;
	line-height: 0;
	margin: 0px 0 5% 0px;
	padding: 0px;
	border: 1px #000 solid;
	overflow: hidden;
}

	#slidegallery #slidegallerycontent {
		width: 80%;
	}

}



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

	#slidegalleryshell {
		margin: 20px 0px 20px 0px;
	}

	#slidegallery div.galleryslide .galleryitem {
		transform: initial;
	}

	#slidegallery div.galleryslide .galleryitem img {
		border-width: 0px;
	}


	#slidegallery #slidegallerycontent {
		width: 100%;
	}

}







