#home-top-sidebar .gss-container {
margin-bottom: 0;
position:relative;
z-index:1;
}
#home-top-sidebar .gss-info {
width: 33%;
position: absolute;
background-color: transparent;
color: #fff;
font-size: 1.3rem;
font-weight: lighter;
line-height: 1.3;
overflow: auto;
top: 0;
left: 50%;
padding: 25px;
margin-left: -50%;
z-index: 500;
}
#home-top-sidebar #gslideshow_captions.gss-captions h2,
#home-top-sidebar #gslideshow_captions.gss-captions h2 a {
	font-family:"proxima-nova-condensed",Arial,sans-serif;
	text-transform:uppercase;
	font-weight:600;
	color:#ff7003;
}
#home-top-sidebar #gslideshow_captions.gss-captions  {
	font-family: 'adobe-caslon-pro',Georgia,serif;
	text-transform:none;
	font-weight:normal;
	color:#fff;
}
.gss-pager .cycle-pager-active, .gss-pager .cycle-pager-active:hover {
background-color: #ff7003;
}
.gss-pager {
}
#home-top-sidebar .gss-nav {
display:none;
}
@media only screen and (max-width: 1140px) {
	#home-top-sidebar .gss-info {
	font-size:1.0rem;
	}
}

@media only screen and (max-width: 960px) {
	#home-top-sidebar .gss-info {
	width: 45%;
	padding:15px;
	}
#home-top-sidebar #gslideshow_captions.gss-captions  {
	padding:0;
}
}
@media only screen and (max-width:640px) {
	#home-top-sidebar .gss-info {
	width:100%;
	top:100%;
	font-size:1.0rem;
	line-height:1.2;
	padding:0;
	background-color:#336699;

	}
	#home-top-sidebar #gslideshow_captions.gss-captions  {
	visibility:hidden;
	padding:5px;
	}
	#home-top-sidebar #gslideshow_captions.gss-captions h2 {
	visibility:visible;
	margin:0;
	padding:0;
	color:#fff;
	}
	#home-top-sidebar #gslideshow_captions.gss-captions h2 a {
		color:#fff;
	}
#home-top-sidebar .gss-container {
	margin-bottom: 3.0rem;
	padding:0;
	
}

}