/* Vertical Accordion Style */
.va-container{
	position:relative;
	margin:0;
}
.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-size: cover !important;
}
.va-slice:hover{
}
.va-slice-1{
	background-color: #000;
	background-image: url(../images/showreel/akihiro_ichikawa.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.va-slice-2{
	background-color: #000;
	background-image: url(../images/showreel/joji_hirota.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.va-slice-3{
	background-color: #000;
	background-image: url(../images/showreel/hide_takemoto.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.va-slice-4{
	background-color: #000;
	background-image: url(../images/showreel/keccc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.va-slice-5{
	background-color: #000;
	background-image: url(../images/showreel/shamisen_berlin.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.va-slice-6{
	background-color: #000;
	background-image: url(../images/showreel/akari_mochizuki.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.va-slice-7{
	background-color: #000;
	background-image: url(../images/showreel/misanodesign.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.va-slice-color-1{
	background-color:#97c5eb;
}
.va-slice-color-2{
	background-color:#68ace5;
}
.va-slice-color-3{
	background-color:#0072cf;
}
.va-slice-color-4{
	background-color:#0039a6;
}
.va-slice-color-5{
	background-color:#00338e;
}
.va-slice-color-6{
	background-color:#002c76;
}
.va-slice-color-7{
	background-color:#97c5eb;
}
.va-title{
	font-family: "SF Display","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size:30px;
	color:#fff;
	margin: 0;
	padding-left:50px;
}
.va-title > span{
	padding: 10px;
	font-weight: normal;
    font-family: "SF Display","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size:48px;
	color:#445b74;
	margin: 0;
	margin-right: 20px;
}
.va-content{
	display:none;
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.va-slice .va-subtitle{
	color:#fff;
	font-size: 21px;
	font-family: "SF Display","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: normal;
	line-height: 28px;
}
.va-slice ul{
	margin-top:20px;
	list-style: none;
	padding: 0;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
}
.va-slice ul li a{
	color:#fff;
	padding:10px 20px;
	font-size:16px;
    font-family: "SF Display","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.va-slice ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.va-nav span {
    background: url("../images/showreel/prev.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: none;
    height: 40px;
    left: 0px;
    margin-left:80px;
    opacity: 1;
    position: absolute;
    text-indent: -9000px;
    top: 11px;
    width: 40px;
    z-index: 100;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.va-nav span.va-nav-next{
	background-image:url(../images/showreel/next.png);
    	top: 11px;
    	margin-left: 40px;
}
.va-nav span:hover{
	opacity:0.7;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.va-nav{
	height: 60px;
	width: 100%;
}
