/* Must include Font Awesome (here: https://fortawesome.github.io/Font-Awesome/get-started/) for icons to show up */

.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    bottom: 20px;
    color: #d5122f;
    border: 0;
    background: none;
    z-index: 1;
}

.slick-prev {
    left: 20px;
}

.slick-prev:after {
	  content: "\f0d9";
    font: 80px/1 'FontAwesome';
    padding-left: 80px;
}

.slick-next {
    right: 20px;
    text-align: right;

}

.slick-next:after {
	   content: "\f0da";
     font: 80px/1 'FontAwesome';
     padding-right: 80px;

}
/*
.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}*/
