/**
 * Gallery To Slideshow CSS
 *
 * @package  Gallery To Slideshow
 * @author   Matt Varone
 */
/* =Wrapper
-------------------------------------------------------------- */
div.gallery-to-slideshow-wrapper {
	width: 100%;
	border: 1px solid #D2D6DB;
	overflow: hidden;
	padding: 1.5em 1em 0 0;
	margin: 0 auto 2.5em auto;
	position: relative;
	background: #fdfdfd;
	clear: both;
	display: block;
	border-top-right-radius: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;
}
/* =Header
-------------------------------------------------------------- */
.gallery-to-slideshow-header {
	display:none;
}
.gallery-to-slideshow-title {
	display:none;
}
.gallery-to-slideshow-caption {
	display:none;
}
.gallery-to-slideshow-title, .gallery-to-slideshow-caption {
	margin-bottom: 0;
}
/* =Slides
-------------------------------------------------------------- */
.gallery-to-slideshow .flex-container a:active,
.gallery-to-slideshow a:active {
	outline: none;
}
.gallery-to-slideshow .slides {
	margin: 0; padding: 0; 
	list-style: none;
} 
.gallery-to-slideshow {
	width: 95%; 
	margin: 0 auto; 
	padding: 0 0 0 12px;
}
.gallery-to-slideshow .slides > li {
	display: none;
}
.gallery-to-slideshow .slides img {
	max-width: 100%; 
	max-height: 400px;
	display: block; 
	height:auto;
	width:auto;
	margin: 0 auto;
}
.gallery-to-slideshow  .slides:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 
html[xmlns] .gallery-to-slideshow .slides {
	display: block;
} 
* html .gallery-to-slideshow  .slides {
	height: 1%;
	}
.no-js .gallery-to-slideshow  .slides > li:first-child {
	display: block;
}
/* =Pager
-------------------------------------------------------------- */
.gallery-to-slideshow .pager {
margin:0;
padding:0;
	text-align: center;
	margin: 1em auto 0 auto;
	width: 100%;
	list-style: none;
	overflow: hidden;
}

.gallery-to-slideshow .pager li {
	display: inline-block;
	vertical-align:top;
	padding:0;
	margin:0;
	margin-bottom:1em;
}
.gallery-to-slideshow .pager li a {
	background: white;
	border: 1px solid #c8cdd3;
	display: block;
	height: 2.9em;
	width: 3em;
	margin-right: 0.5em;
	opacity: 0.5;
	padding: 0.4em;
	overflow:hidden;
}
.gallery-to-slideshow .pager li a img {
    max-width: 3em; 
	max-height: 2.9em;
	width: auto;
	height: auto;
	vertical-align:middle;
}
.gallery-to-slideshow .pager li.active a {
	opacity: 1;
	border-color: lightgrey;
}
/* =Captions
-------------------------------------------------------------- */
.gallery-to-slideshow .slides{
	zoom: 1; 
	position: relative;
}
.gallery-to-slideshow .flex-caption {
display:none;
}
.gallery-to-slideshow .flex-caption span {
  padding: 0 2%;
}
/* =Small
-------------------------------------------------------------- */
@media ( max-width: 959px ) {
	.gallery-to-slideshow-title {
		width: 100%;
		text-align: center;
		}
	.gallery-to-slideshow-caption {
		display: none;
		}
}