@charset "utf-8";
/* CSS Document */
@font-face { font-family: Gotham-Light; font-weight: normal;font-style: normal; src: url('Gotham-Light.otf'); }
.accordion-wrapper {
	overflow:hidden;
	display:block;
	position:relative;
	display:inline-block;
    width: 400px !important;
    float: right;
    border-right: 3px solid #FFFFFF !important;
}
.slide {
	overflow: hidden;
	display:block;
    border-left: 3px solid #fff;
	position:absolute;
	cursor: pointer;
	float:left;
	display: inline-block;
	zoom: 1;
}
/*.accordion-wrapper div:first-child.slide {border-left: none;}
.slide.active {border: none !important;}
*/
.slide img {
	position:relative;
}
.caption {
	position:absolute;
	background:rgba(1, 1, 1, 0.4);
	padding:20px;
	left:0;
}
.caption p {
	color:#FFF;
	font-family:'Gotham-Light', Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size:14px;
    line-height: normal;
}
.caption h1 {
	color:#fff;
	font-size:24px;
	font-weight:normal;
	font-family:'Gotham-Light', Helvetica, sans-serif;
	margin-bottom:10px;
    text-transform: uppercase;
}
.caption a {
	text-decoration:none;
}
