.icon-arrow.left{
	position: absolute;
	left: 0px;
	top: 338px;
	font-size: 46px;
	color: #53baa9;
	z-index: 4;
	display: none;
	transition-property: all;
	transition-duration: 0.5s;
}

.icon-arrow.left:hover{
	color: #c6c6c6;
}

.icon-arrow.right{
	position: absolute;
	left: 977px;
	top: 338px;
	font-size: 46px;
	color: #53baa9;
	z-index: 4;
	transition-property: all;
	transition-duration: 0.5s;

	-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.icon-arrow.right:hover{
	color: #c6c6c6;
}

