@charset "UTF-8";
/* CSS Document */

	
.slick-slide {
  	margin: 0px 20px;
}

.slick-slide img {
  	width: 100%;
}

/*.slick-arrow::before {
        display: none;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
      }*/

.slick-prev:before{
	content: "\f0d9" !important;
	font-family: "FontAwesome" !important;
	font-weight: 900 !important;
    color: #26356b !important;
}

.slick-next:before { 	
    content: "\f0da" !important;
    font-family: "FontAwesome" !important;
	font-weight: 900 !important;
    color: #26356b !important;
}

.slick-slide {
  	transition: all ease-in-out .3s;
  	opacity: 1;
}

.slick-active {
  	opacity: 1;
}

.slick-current {
  	opacity: 1;
}

.slider {
  	width: 80%;
  	margin: 20px auto 40px auto;
}