/* Global slide wrap, this will keep slides/arrows/pips from z-indexing over fixed bars and other content ******************************************************* */
.slideshow-wrap{ position:relative; z-index:1; margin-top:-15px}
.slideshow-slide{ width:100%; height: 100% }

/* Homepage Slideshow Styles ************************************************************************************************************************************ */

/* Homepage Pips **************************************************************************************************************************************** */
#slideshow-4 .slideshow-pager.top.text-r{
	position:absolute;
	top:1em;
	right:2em;
	z-index:2;
	opacity:.75;
}
#slideshow-4 .slideshow-pager > div{ background-color: #008f90; box-shadow: 0 0 5px #ccc; }
#slideshow-4 .slideshow-pager > div:hover, #slideshow-4 .slideshow-pager > div.cycle-pager-active{ background-color: #29568f; }
#body-wrap #slideshow-4{ margin:0 auto; }
#body-wrap > #content-container{ margin-top:0; }
/* Homepage Slides ************************************************************************************************************************************** */
#slideshow-4 .slideshow-block-wrap{ z-index:1; }
#slideshow-4 .slideshow-slide img{ max-width:100%!important; }

/* Homepage Slideshow Arrows **************************************************************************************************************************** */
#slideshow-4 #prevBtn{
	left:.5em;
}
#slideshow-4 #nextBtn{
	right:.5em;
}
#slideshow-4.slideshow-wrap:hover .slide-arrow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
}
#slideshow-4.slideshow-wrap:hover .slide-arrow:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
/* Homepage Slideshow Caption Block ********************************************************************************************************************* */

.slide-caption-block{
	position:absolute;
	margin:0 2em;
	width:60%;
	box-shadow:0 0 5px #ccc;
	max-height:100%;
	overflow:hidden;
	bottom:20px;
}
#slideshow-4 .caption-bg{
	background: #000;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
	z-index:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    -khtml-opacity: .75;
	opacity:.75;
}
#slideshow-4 .caption-wrap{
	position:relative;
	padding:1em;
	color:#fff;
	z-index:2;
	text-shadow:2px 2px 5px #000;
}
#slideshow-4 .slide-title a{
	font-size: 30px;
	font-weight:bold;
	color:#ebb600;
	display:block;
	text-align:left;
	border-bottom:3px dotted #fff;
	padding-bottom:5px;
	margin-bottom:5px;
	text-decoration:none;
	font-family:Georgia, serif;
}
#slideshow-4 .slide-title a:hover{
	color:#bdcb6b;	
}
#slideshow-4 .slide-caption p{
	font-size:22px;
}
#slideshow-4 .slide-caption a{
	color:#bdcb6b;
	text-decoration:none;
	font-size:22px;	
	font-weight:bold;
}
#slideshow-4 .slide-caption a:hover{
	color:#fff;
}

@media(max-width: 991px){
	.slide-caption-block{ position:relative; width: 100%; bottom:auto; margin-left:0; }
	#slideshow-4 .caption-bg{ opacity: 1; }
}