﻿.carousel .slick-next, .carousel .slick-prev {
	position: absolute;
	z-index: 1;
	top: 40%;
	display: block;
	padding: 0;
	width: 32px;
	height: 32px;
	border: 0;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: transparent;
	background: url("/_res/img/slider-sprite.png");
}

.carousel .slick-next {
	right: 28px;
	right: 2rem;
	background-position: 0 -40px;
}

.carousel .slick-prev {
	left: 28px;
	left: 2rem;
	background-position: 0 -8px;
}

.slider-image-mobile {
	display: none !important;
	max-height: 300px;
	max-width: inherit;
}

.slider-image-desktop {
	display: block !important;
	max-height: 300px;
}

figure {
	margin: 0;
}

	figure img {
		display: block;
		width: 100%;
	}

.carousel.slick-initialized .caption-light {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#33596064', endColorstr='#66596064');
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(89,96,100,.2)),color-stop(100%,rgba(89,96,100,.4)));
	background: -moz-linear-gradient(top,rgba(89,96,100,.2),rgba(89,96,100,.4));
	background: -webkit-linear-gradient(top,rgba(89,96,100,.2),rgba(89,96,100,.4));
	background: linear-gradient(to bottom,rgba(89,96,100,.2),rgba(89,96,100,.4));
}

.carousel.slick-initialized .caption-medium {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#4D414649', endColorstr='#99414649');
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(65,70,73,.3)),color-stop(100%,rgba(65,70,73,.6)));
	background: -moz-linear-gradient(top,rgba(65,70,73,.3),rgba(65,70,73,.6));
	background: -webkit-linear-gradient(top,rgba(65,70,73,.3),rgba(65,70,73,.6));
	background: linear-gradient(to bottom,rgba(65,70,73,.3),rgba(65,70,73,.6));
}

.carousel.slick-initialized .caption-heavy {
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#33596064', endColorstr='#66596064');
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…Igd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
	background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(89,96,100,.5)),color-stop(100%,rgba(89,96,100,.8)));
	background: -moz-linear-gradient(top,rgba(89,96,100,.5),rgba(89,96,100,.8));
	background: -webkit-linear-gradient(top,rgba(89,96,100,.5),rgba(89,96,100,.8));
	background: linear-gradient(to bottom,rgba(89,96,100,.5),rgba(89,96,100,.8));
}

.carousel.slick-initialized figcaption.caption-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.carousel.slick-initialized figcaption.caption-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.carousel figcaption.caption-bottom {
	padding: 1em 0;
	border-top: 1px solid #eee;
	color: #fff;
	background-color: #999;
}

.carousel figcaption.caption-top {
	padding: 1em 0;
	border-bottom: 1px solid #eee;
	color: #fff;
	background-color: #999;
	height: 4em;
}

.carousel.slick-initialized figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.carousel-caption-bc {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.carousel-caption-wrapper {
	padding: 0 2rem;
	margin: 0 auto;
}

	.carousel-caption-wrapper h3 {
		display: inline;
	}

		.carousel-caption-wrapper h3.large {
			font-size: 175%;
		}

		.carousel-caption-wrapper h3.medium {
			font-size: 140%;
		}

		.carousel-caption-wrapper h3.small {
			font-size: 115%;
		}

.slick-slide {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.carousel figcaption.caption-top {
		height: 6em;
	}

	.slick-next {
		display: none !important;
	}

	.slick-prev {
		display: none !important;
	}

	.slider-image-mobile {
		display: block !important;
		height: 300px;
	}

	.slider-image-desktop {
		display: none !important;
		height: 300px;
	}
}
