@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,700);
#about-tabs {
	margin-top: 80px;
	background-color: #111;
	height: 300px;
	overflow: hidden;
}
#about nav {
	float: left;
	width: 100px;
}
#about-tabs .tab {
	list-style: none;
	text-align: center;
	background-color: black;
	height: 70px;
	width: 70px;
	padding: 15px;
	color: white;
	cursor: pointer;
}
#about-tabs .tab:hover {
	background-color: #333;
}
#about-tabs .tab.active {
	background-color: #DDD;
	color: black;
}
#about-info-wrapper {
	overflow-y: hidden;
	overflow-x: scroll;
	height: 110%;
}
.info-stripe {
	height: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: none;
}
.info-stripe.active {
	display: block;
}
.info-stripe li {
	height: 260px;
	width: 260px;
	list-style: none;
	padding: 20px;
	background-size: cover;
	background-position: center;
	white-space: normal;
	display: inline-block;
	vertical-align: top;
}
.info-stripe li>h3, .info-stripe li>p {
	margin: 0;
	padding: 5px;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	text-shadow: 1em 1em 1em #000;
	color: white;
}
.hscrollbar {
	height: 4px;
	width: 50%;
	border-radius: 2px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	top: 295px;
	left: 0;
}
#photo1 {
	margin-top: 220px;
	top: 21.6px;
}
#photo2 {
	margin-top: 150px;
	top: 51.6px;
}
#photo3 {
	margin-top: 0px;
}
#photo4 {
	margin-top: 400px;
}
#photo5 {
	margin-top: 0px;
}
#about p {
	margin: 0 inherit;
}
.list-item{ overflow:hidden; clear:both; padding-left:2em;}
.list-item ul{ padding:0px; margin:0px; list-style:none;}
.list-item li{ padding:1px 0 1px 20px; background:url(../images/v-icon.png) no-repeat left 3px;}

.awardSBOX{ overflow:hidden; clear:both; padding-left:1em;}
.awardSBOX ul{ padding:0px; margin:0px; list-style:none;}
.awardSBOX li{ padding:5px 0 10px 0px;}
.awardSBOX li strong{ font-family: 'Raleway', sans-serif; color:#0bdbcd; font-size:18px;}

