nav a {
	position: fixed;
	top: 140px;
	display: none;
	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-fillpath a {
	width: 50px;
	height: 50px;
}

.nav-fillpath .icon-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

a.prev .icon-wrap img {
    width: 20px;
    top: 0px;
    position: relative;
    left: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

a.next .icon-wrap img {
    width: 20px;
    top: 0px;
    position: relative;
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    right: -20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

/*.nav-fillpath a::before,
.nav-fillpath a::after,
.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
	position: absolute;
	left: 50%;
	width: 3px;
	height: 50%;
	background: #000;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.nav-fillpath .icon-wrap::before,
.nav-fillpath .icon-wrap::after {
	z-index: 100;
	height: 0;
	background: #000;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.nav-fillpath a::before,
.nav-fillpath .icon-wrap::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.nav-fillpath a.next::before,
.nav-fillpath a.next .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.nav-fillpath a::after,
.nav-fillpath .icon-wrap::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.nav-fillpath a.next::after,
.nav-fillpath a.next .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}*/

.nav-fillpath h3 {
	position: absolute;
	top: 50%;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.85em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	width: 90px;
}

.nav-fillpath a.prev h3 {
	left: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.nav-fillpath a.next h3 {
	right: 100%;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}


@media (min-width:768px){
				
	nav a {
		position: fixed;
		top: 50%;
		display: block;
	}
	.nav-fillpath a {
		width: 180px;
		height: 100%;
	}
	.nav-fillpath a:hover .icon-wrap::before,
	.nav-fillpath a:hover .icon-wrap::after {
		height: 50%;
	}
	
	.nav-fillpath a:hover::before,
	.nav-fillpath a:hover .icon-wrap::before {
		-webkit-transform: translateX(-50%) rotate(-125deg);
		transform: translateX(-50%) rotate(-125deg);
	}
	
	.nav-fillpath a.next:hover::before,
	.nav-fillpath a.next:hover .icon-wrap::before {
		-webkit-transform: translateX(-50%) rotate(125deg);
		transform: translateX(-50%) rotate(125deg);
	}
	
	.nav-fillpath a:hover::after,
	.nav-fillpath a:hover .icon-wrap::after {
		-webkit-transform: translateX(-50%) rotate(-55deg);
		transform: translateX(-50%) rotate(-55deg);
	}
	
	.nav-fillpath a.next:hover::after,
	.nav-fillpath a.next:hover .icon-wrap::after {
		-webkit-transform: translateX(-50%) rotate(55deg);
		transform: translateX(-50%) rotate(55deg);
	}
	
	.nav-fillpath a:hover h3 {
		opacity: 1;
		-webkit-transform: translateY(-50%) translateX(0);
		transform: translateY(-50%) translateX(0);
	}
	a.prev .icon-wrap img{
	    width: 40px;
	    left: 0px;
	}
	a.next .icon-wrap img{
	    width: 40px;
	    right: 0px;
	}
	
	a.prev .icon-wrap img,
	a.next .icon-wrap img{
		display: block;
		position: relative;
		z-index: 1;
		width: 60px;
		top: 50%;
		margin-top: -47px;
	}
	
	
	a.prev .icon-wrap img {
	    left: 20px;
	}
	
	.page-template-page-servicio a.prev:hover .icon-wrap img,
	.page-template-page-brand-page a.prev:hover .icon-wrap img {
	    left: -60px;
	    opacity: 0;
	}
	a.next .icon-wrap img{
	    right: inherit;
	    left: 100px;
	}
	.page-template-page-servicio a.next:hover .icon-wrap img,
	.page-template-page-brand-page a.next:hover .icon-wrap img{
	    left: 160px;
	    opacity: 0;
	}
	a.prev .thumb,
	a.next .thumb{
		content: '';
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
	}
	a.prev .thumb{
		left: -100%;
		opacity: 0;
		box-shadow: 3px 0px 19px -4px #666;
	}
	
	a.next .thumb{
		right: -100%;
		opacity: 0;
		box-shadow: -3px 0px 19px -4px #666;
	}
	
	a.prev:hover .thumb{
		left: 0%;
		opacity: 1;
	}
	a.next:hover .thumb{
		right: 0%;
		opacity: 1;
	}
	
	a.prev .thumb .brand-logo{
		position: absolute;
		left: 5%;
		top: 50%;
		width: 90%;
		margin-top: -16px;
		-webkit-transform: translate3d(100%,0,0);
		-moz-transform: translate3d(100%,0,0);
		-ms-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
		opacity: 0;
	}
	a.prev:hover .thumb .brand-logo{
		opacity: 1;
		-webkit-transform: translate3d(0%,0,0);
		-moz-transform: translate3d(0%,0,0);
		-ms-transform: translate3d(0%,0,0);
		transform: translate3d(0%,0,0);
	}
	
	a.next .thumb .brand-logo{
		position: absolute;
		left: 5%;
		top: 50%;
		width: 90%;
		margin-top: -16px;
		-webkit-transform: translate3d(-100%,0,0);
		-moz-transform: translate3d(-100%,0,0);
		-ms-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
		opacity: 0;
	}
	a.next:hover .thumb .brand-logo{
		opacity: 1;
		-webkit-transform: translate3d(0%,0,0);
		-moz-transform: translate3d(0%,0,0);
		-ms-transform: translate3d(0%,0,0);
		transform: translate3d(0%,0,0);
	}
	
	a.prev .icon-wrap img, a.next .icon-wrap img{
		opacity: .3;
	}
	a.prev .icon-wrap:hover img,
	a.next .icon-wrap:hover img{
		opacity: 1;
	}
	
	
}
