﻿
.slick-next {
	right: -10px;
	height: auto;
	z-index: 1;
}

.slick-next:before {
	content: "❯";
	font-size: 30px;
	color: #115b98;
	opacity: 1;
}

.slick-prev {
	left: -10px;
	height: auto;
	z-index: 1;
}

.slick-prev:before {
	content: "❮";
	font-size: 30px;
	color: #115b98;
	opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: .7;
	transition: 350ms opacity ease;
}

.carousel--caption {
	background-color: #e2e2e2;
	margin-left: .5%;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.slider--body {
	margin-top: 10px;
	margin-bottom: 40px;
}
.slider--body-uninitialized {
    display: none;
}

.slider--data:focus {
	outline: 0;
}

.carousel--image {
	margin-bottom:5px !important;
  width: 100%;
}

@media screen and (min-width: 798px) {

	.slick-next {
		top: auto;
		transform: none;
		bottom: 8px;
		right: 30px;
	}

	.slick-prev {
		top: auto;
		transform: none;
		bottom: 8px;
		left: 30px;
	}

	.carousel--caption {
		background-color: #f6f6f6;
	}
}
