﻿#bootstrap-slider .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
}
#bootstrap-slider .carousel-content h2 {
	font-size:40px;
	line-height: 1.0em;
	margin-top: 300px;
	margin-bottom: 0px;
	font-family: 'Herculanum', cursive;
}
#bootstrap-slider .carousel-content p.bs-slider-desc1 {
	font-size: 30px;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'Herculanum', cursive;
}

@media(min-width:769px) {
#bootstrap-slider .carousel-content h2 {
	font-size: 4.25rem;
	line-height: 1.5em;
}
#bootstrap-slider .carousel-content p.bs-slider-desc1 {
	font-size: 30px;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: 'Herculanum', cursive;
}

#bootstrap-slider.carousel .carousel-indicators {
	bottom: auto;
	bottom: 10%;
}
#bootstrap-slider.carousel .carousel-indicators li {
	margin: 11px 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.0), 0 3px 1px -2px rgba(0, 0, 0, 0.0), 0 1px 5px 0 rgba(0, 0, 0, 0.0);
}
#bootstrap-slider.carousel .carousel-indicators .active {
	transform: scale(1.0);
	background: rgba(255,255,255,0.99);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.0), 0 1px 10px 0 rgba(0, 0, 0, 0.0), 0 2px 4px -1px rgba(0, 0, 0, 0.0);
}
}
.slider-top-cover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.slider-bottom-cover {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
}
#bootstrap-slider {
margin-bottom:-100px;
}
