/* Vertical Accordion Style */
.va-container{
	position:relative;
	margin:40px auto 40px auto;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.va-title{
	text-transform:uppercase;
	font-size: 40px;
	margin-left: 20px;
	text-align: left;
	color: #ff5c39;
	text-shadow: 0px 0px 1px white;
}
.va-content{
	display:none;
	margin-left: 16px;
	text-align: left;
}

.profiledescription {float: left;/* margin-top: 8px; */margin-bottom: 8px;padding: 8px;background-color: rgba(0,0,0,0.5);width: 97%;font-size: 12px;height: 100%;clear: both;}

.profilename {
	color: #cecece;
	float: left;
	margin-top: 0px;
	font-size: 24px;
	margin-bottom: 0px;
	padding: 8px;
	background-color: rgba(0,0,0,0.5);
	width: auto;
}
.va-slice .profiledescription p{color: #ddd;font-size: 15px;}
.va-slice p{
	font-size: 22px;
	text-align: left;
	color: #eee;
}
.va-slice ul{
	width: 100%;
	float: left;
	margin-top: 0px;
	padding: 0px;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
	list-style: none;
}
.va-slice ul li a{
	color:#000;
	background: #ff5c39;
	padding:3px 6px;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	font-weight: 300;
	text-transform:uppercase;
}
.va-slice ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.va-nav span{
	width:40px;
	height:25px;
	background:transparent url(../images/prev.png) no-repeat center center;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-20px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	background-image:url(../images/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:1.0;
}





@media screen and (max-width: 768px) {


.va-slice .profiledescription p{color: #ddd;font-size: 14px;}



.va-title{font-size: 30px;line-height: 24px;}



}







@media screen and (max-width: 540px) {


.va-slice .profiledescription p{color: #ddd;font-size: 13px;}



.va-title{font-size: 20px;line-height: 44px !IMPORTANT;}



}