/*--------------------*/
/* Reveal */
/*--------------------*/


nav a.rprev {
	left: 0;
	background: url(../images/left.png) 0% 50% no-repeat;
}

nav a.rnext {
	right: 0;
	background: url(../images/right.png) 100% 50% no-repeat;
}

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

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


	overflow: hidden;
	width: 40px;
	height: 120px;
	background-color: rgba(0,0,0,0.0);
	-webkit-transition: width 0.4s, background-color 0.4s;
	transition: width 0.4s, background-color 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.nav-reveal .icon-wrap {
	position: absolute;
	z-index: 100;
	padding: 44px 4px;
	width: 40px;
}

.nav-reveal a.rprev .icon-wrap {
	left: 0;
}

.nav-reveal a.rnext .icon-wrap {
	right: 0;
}

.nav-reveal svg.icon {
	fill: #af7ac4;
}

.nav-reveal div {
	position: absolute;
	top: 0;
	padding: 0 50px;
	width: 350px;
	height: 100%;
}

.nav-reveal a.rprev div {
	left: 0;
	padding-right: 0px;
	text-align: right;
}

.nav-reveal a.rnext div {
	right: 0;
	padding-left: 0px;
	text-align: left;
}

.nav-reveal h3 {
	position: relative;
	margin: 0;
	padding: 20px 0;
	color: #fff;
	font-weight: 300;
	font-size: 1.00em;
	line-height: 1.2;
}


.nav-reveal a.rprev div h3{
	padding-right: 180px;
}

.nav-reveal a.rnext div h3{
	padding-left: 180px;
}



.nav-reveal div h3 span {
	display: block;
	padding-top: 10px;
	color: #542568;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 50%;
}

.nav-reveal img {
	position: absolute;
	top: 10px;
	height: 100px;
	width:100px;
	
}

.nav-reveal a.rprev img {
	right: 60px;
}

.nav-reveal a.rnext img {
	left: 60px;
}

.nav-reveal a:hover, .nav-reveal a:focus, .nav-reveal a:active {
	width: 300px;
	background-color: #000;
}