.bx-controls-direction a {
	position: absolute;
	top: 50%;
	display: block;
	outline: none;
	text-align: left;
	z-index: 600;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bx-controls-direction a.bx-prev {
	left: 0;
}

.bx-controls-direction a.bx-next {
	right: 0;
}

.bx-controls-direction a svg {
	display: block;
	margin: 0 auto;
	padding: 0;
}

/*--------------------*/
/* Fillpath (http://www.nizuka.fr/)*/
/*--------------------*/
.color-10 { background: #f3cf3f; }

.bx-controls-direction a {
	width: 50px;
	height: 70px;
}

.bx-controls-direction .icon-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.bx-controls-direction a::before,
.bx-controls-direction a::after,
.bx-controls-direction .icon-wrap::before,
.bx-controls-direction .icon-wrap::after {
	position: absolute;
	left: 50%;
	width: 3px;
	height: 50%;
	background: #566475;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bx-controls-direction .icon-wrap::before,
.bx-controls-direction .icon-wrap::after {
	z-index: 100;
	height: 0;
	background: #fff;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.bx-controls-direction a::before,
.bx-controls-direction .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%;
}

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

.bx-controls-direction a::after,
.bx-controls-direction .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;
}

.bx-controls-direction a.bx-next::after,
.bx-controls-direction a.bx-next .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.bx-controls-direction 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;
}

.bx-controls-direction a.bx-prev h3 {
	left: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

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

.bx-controls-direction a:hover .icon-wrap::before,
.bx-controls-direction a:hover .icon-wrap::after {
	height: 50%;
}

.bx-controls-direction a:hover::before,
.bx-controls-direction a:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}

.bx-controls-direction a.bx-next:hover::before,
.bx-controls-direction a.bx-next:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}

.bx-controls-direction a:hover::after,
.bx-controls-direction a:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}

.bx-controls-direction a.bx-next:hover::after,
.bx-controls-direction a.bx-next:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}

.bx-controls-direction a:hover h3 {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}
