/* @override 
	http://localhost:8888/tdprofiles/wp-content/plugins/jd_membership/css/gallery-to-slideshow.css?ver=1.4.6
	http://localhost:8888/totallyorebro/wp-content/plugins/premium_profiles/css/gallery-to-slideshow.css?ver=1.4.6
*/

/**
 * Gallery To Slideshow CSS
 *
 * @package  Gallery To Slideshow
 * @author   Matt Varone
 */
/* =Wrapper
-------------------------------------------------------------- */
div.gallery-to-slideshow-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	clear: both;
	display: block;
	z-index: 1;
}
/* =Header
-------------------------------------------------------------- */
.gallery-to-slideshow-header {
	overflow: hidden;
	padding: 1em;
	margin: 0 auto 1em;
	clear: both;
	display: block;
	font: bold 0.9em georgia, verdana, arial;
	text-transform: uppercase;
	letter-spacing: 0.17em;
	text-indent: 0;
	text-shadow: #fff 0 1px;
}
.gallery-to-slideshow-title {
	width:40%;
	float: left;
	clear: none;
	text-align:left;
}
.gallery-to-slideshow-caption {
	width:60%;
	float: right;
	clear: none;
	text-align:right;
}
.gallery-to-slideshow-title, .gallery-to-slideshow-caption {
	margin-bottom: 0;
}
/* =Slides
-------------------------------------------------------------- */

#premium-gal .gallery-to-slideshow .flex-viewport  {
	height: auto !important;
}

#premium-gal .gallery-to-slideshow {
	padding-bottom: 0;
}

#premium-gal .gallery-to-slideshow .slides img {
	width: 100%;
	height: auto;
}

#premium-gal .gallery-to-slideshow .pager {
	text-align: center;
	width: 92%;
	list-style: none;
	overflow: hidden;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 4%;
	padding-top: 10px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f8f8 0%, #e9eae9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e9eae9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #e9eae9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%, #e9eae9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%, #e9eae9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f8f8f8 0%, #e9eae9 100%#f8f8f8 0%,#dbdbdb 50%,#d1d1d1 100%,#e9eae9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e9eae9',GradientType=0 );
	display: none;
}

#premium-gal:hover .pager {
	display: block;	
}

#premium-gal .gallery-to-slideshow .pager li a {
	background: white;
	border: 1px solid #000;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	display: block;
	margin: 0 5px;
	opacity: 0.75;
	padding: 0;
	overflow:hidden;
	width: 70px;
	height: 50px;
	margin-bottom: 5px;
}


.flex-container a:active,
.gallery-to-slideshow a:active {
	outline: none;
}
.gallery-to-slideshow .slides {
	margin: 0; padding: 0; 
	list-style: none;
	height: 348px;
	width: 100%;
}

.gallery-to-slideshow .flex-viewport {
	height: 400px;
	max-height: 400px;
}

.gallery-to-slideshow {
	margin: 0;
	position: relative; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e9eae9',GradientType=0 );
	height: 342px;
	padding: 0;
}

.gallery-to-slideshow .slides > li {
	width: 100% !important;
	height: 100% !important;
	padding: 0px !important;
}

.gallery-to-slideshow .slides {
	float: left;
}

.gallery-to-slideshow .slides li a {
	float: left;
	height: 100%;
	padding: 0px;
	width: 100%;
	position: relative;
	border: none;
}
.gallery-to-slideshow .slides img {
	width: auto;
	min-width: 100% !important;
	height: auto;
	display: block;
	margin:0 auto;
	float: left;
	min-height: 348px;
	position: absolute;
}

.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 .overlay {
	bottom: 75px;
	display: none;
	position: absolute;
	left: 0px;
	background-image: linear-gradient(bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgba(0,0,0,0.2)),
		color-stop(1, rgba(0,0,0,0))
	);
}

.gallery-to-slideshow .pager {
	text-align: center;
	list-style: none;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	background: transparent; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e9eae9',GradientType=0 );
	float: right;
	right: 0;
	top: 0;
	margin: 0 auto;
	height: 338px;
	width: 106px;
	padding: 5px;
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-gap: 0px;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	-o-column-gap: 0px;
	background-color: rgba(0,0,0,0.5);
}

.gallery-to-slideshow .pager li {
	display: inline-block;
	vertical-align:top;
	clear: left;
	float: left;
}

.gallery-to-slideshow .pager li a {
	background: white;
	border: 1px solid #000;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	display: block;
	margin: 5px;
	opacity: 0.75;
	padding: 0;
	overflow:hidden;
	width: 3.3em;
	height: 2.9em;
}

.gallery-to-slideshow .pager li:first-child a {
	margin-top: 0;
}

.gallery-to-slideshow .pager li:last-child a {
	margin-bottom: 0;
}
.gallery-to-slideshow .pager li a img {
	opacity: 1;
	width: 100% !important;
	height: 100% !important;
	min-height: 0;
}
.gallery-to-slideshow .pager li.active a,
.gallery-to-slideshow .pager li a:hover {
	opacity: 1;
	border-color: black;
}
/* =Captions
-------------------------------------------------------------- */
.gallery-to-slideshow .slides{
	zoom: 1; 
	position: relative;
	overflow: hidden;
}
.gallery-to-slideshow .flex-caption {
	width: 100%;
	padding: 3% 0;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	text-shadow: 0 -1px 0 #666;
	font-size:0.9em;
	margin-bottom: 0 !important;
	background: #242424;
	background: -moz-linear-gradient(top, #242424 0%, #0b0b0b 17%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#242424), color-stop(17%,#0b0b0b));
	background: -webkit-linear-gradient(top, #242424 0%,#0b0b0b 17%);
	background: -o-linear-gradient(top, #242424 0%,#0b0b0b 17%);
	background: -ms-linear-gradient(top, #242424 0%,#0b0b0b 17%);
	background: linear-gradient(top, #242424 0%,#0b0b0b 17%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#0b0b0b',GradientType=0 );
}
.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;
		}
}