@charset "utf-8";
/* Styles for bxslider content */

.slideshow_wrapper_narrow {
	display: block;
	vertical-align: top;
	width: 65%;
}
#slideshow {
	z-index: 1000;
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	*/
}
#slideshow .item {
	/* max-height: 250px;
	overflow: hidden; */
	border: 3px solid #DDD;
}
#slideshow .item .slideshow_image_wrapper {
	max-height: 150px;
	overflow: hidden;
}
.bx-wrapper .bx-pager {
	padding-top: 10px !important;
	padding-bottom: 10px !important; 
}

/* The main container for the caption text */
.slide-caption-container {
	*zoom: 1;
	position: relative;
	width: 100%;
	height: auto;
	overflow: visible;
	margin-top:0px;
}


/* Wrappers to give positioning / margins to the individual lines of text lines */
.slide-caption1-wrapper, .slide-caption2-wrapper {
	display: block;
	z-index: 10;
	line-height: auto;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	width: 100%;
	margin: 0px;
}

/* The caption content as it exists within its wrapper */
.slide-caption-content {
	position: relative;
	width: 100%;
	clear: both;
	overflow: visible;
}

/* The inline-block caption text */
.slide-caption-text {
	display: block;
	position: relative;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.slide-caption1-wrapper .slide-caption-text {
	font-size: 14px;
	background: rgba(0,0,0,1.0);
}
.slide-caption2-wrapper .slide-caption-text {
	font-size: 12px;
	font-style: italic;
	background: rgba(0,0,0,1.0);
}

.slide-caption-content a, .slide-caption-content a:link, .slide-caption-content a:visited, .slide-caption-content a:hover, .slide-caption-content a:active {
	color: #FFF;
	text-decoration: none;
}

.icon-holder {
	display: none;
}
.glyphicon-apple {
	color: #CC0000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.glyphicon-grain {
	color: #81BC41;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.glyphicon-circle-arrow-right {
	color: #83C7F1;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}



/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 400px) {
}

@media (min-width: 500px) {
	#slideshow .item .slideshow_image_wrapper {
		max-height: 250px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.bx-wrapper .bx-viewport {
		/* min-height: 150px; */
	}
	#slideshow .item .slideshow_image_wrapper {
		max-height: 400px;
	}
	.slide-caption-container {
		*zoom: 1;
		position: absolute;
		right: 0px;
		bottom: 0px;
		/* bottom: 10%; */
		overflow: hidden;
	}
	.slide-caption1-wrapper {
		width: 100%;
		/* margin-bottom: 3px; */
	}
	.slide-caption2-wrapper {
		width: 85%;
	}
	.slide-caption-text {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
	.slide-caption1-wrapper .slide-caption-text {
		font-size: 21px;
		background: rgba(0,0,0,0.7);
	}
	.slide-caption2-wrapper .slide-caption-text {
		font-size: 16px;
		background: rgba(0,0,0,0.6);
	}
	.icon-holder {
		display: block;
		position: absolute;
		top: 4px;
		right: 8px;
		font-size: 24px;
		color: #AAA;
		text-align: right;
		/* opacity: 0.7; */
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.slide-caption1-wrapper .slide-caption-text {
		font-size: 19px;
	}
	.slide-caption2-wrapper .slide-caption-text {
		font-size: 17px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	/*
	.slide-caption1-wrapper .slide-caption-text {
		font-size: 24px;
	}
	.slide-caption2-wrapper .slide-caption-text {
		font-size: 19px;
	}
	*/
	.icon-holder {
		font-size: 32px;
	}
} 

