div.carouselContainer {
	width: 100%;
	height: auto;
}
div.carouselContainer button:focus,
div.carouselContainer input:focus{
    outline: 0;
}

div.carousel {
	width: auto;
}

div.carousel.slick-slider {
	margin: 0
}

div.carousel .slick-prev {
	height: auto;
	left: 25px;
	z-index: 5
}

div.carousel .slick-next {
	height: auto;
	right: 25px;
	z-index: 5;
}

div.carousel .slick-prev:before {
	content: '\f104';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50%;
	color: #ed1c24;
}

div.carousel .slick-next:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 50%;
	color: #ed1c24;
}

div.carousel .slick-dots {
	bottom: 5%;
}

div.carousel .slick-dots li button:before {
	color: #f0f0f0;
	content: '\f04d';
	font-family: 'FontAwesome';
	font-size: 10px;
	line-height: 50%;
	opacity: 0.5;
}

div.carousel .slick-dots li.slick-active button:before {
	opacity: 1;
    color: #fff;
}

@media screen and (max-width: 1200px) {
	
}

@media screen and (max-width: 800px) {
	
}

@media screen and (max-width: 480px) {
	
}
