﻿/* side controls */
/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l, .jssora12r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 30px;
	height: 46px;
	cursor: pointer;
	
	overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }
/* side controls */



nav a {
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

nav a.prev {
	left: 0;
}

nav a.next {
	right: 0;
}

nav a svg {
	display: block;
	margin: 0 auto;
	padding: 0;
}




.nav-slit .icon-wrap {
	position: relative;
	display: block;
	padding: 45px 5px;
	background-color: #939a9f;
}



.nav-slit div {
	position: absolute;
	top: 0;
	width: 200px;
	height: 100%;
	background-color: #939a9f;
}




.nav-slit h3 {
	position: absolute;
	top: 100%;
	margin: 0;
	padding: 0 20px;
	width: 80%;
	height: 30%;
	background: #34495e;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 0.75em;
	line-height: 2.75;
}

.nav-slit img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}







.nav-slit a:hover h3 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}