#bootstrap-slider .carousel-caption {
	position: absolute;
	right: auto;
	bottom: auto;
	top: 30%;
	transform: translateY(-30%);
	left: auto;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	width: 100%;
}
@media(min-width:1200px) {
#bootstrap-slider .carousel-caption {
	position: absolute;
	right: auto;
	bottom: auto;
	top: 40%;
	transform: translateY(-40%);
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: left;
}
}
#bootstrap-slider .carousel-content h2 {
	font-size: 22px;
	line-height: 1.0em;
	margin-top: 0px;
	margin-bottom: 30px;
	font-family: "Roboto Slab", "Times New Roman", serif;
}
#bootstrap-slider .carousel-content p {
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 0;
}
#bootstrap-slider .btn.btn-theme {
	color: #ffffff;
	background-color: rgba(255,255,255,0.0);
	border-color: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(140,106,94,0.14), 0 3px 1px -2px rgba(140,106,94,0.2), 0 1px 5px 0 rgba(140,106,94,0.12);
	border: 1px solid #ffffff;
	transition: all .3s ease;
}
#bootstrap-slider .btn.btn-theme:hover {
	color: #8C6A5E;
	background-color: rgba(255,255,255,1.0);
	border-color: #8C6A5E;
	border: 1px solid #8C6A5E;
	border-radius:0px;
}

@media(max-width:767px) {
#bootstrap-slider a.btn.btn-lg.btn-theme {
	padding: 0.2rem 0.3rem;
}
}
#bootstrap-slider .carousel-content h2 strong {
	font-weight: 900;
}
@media(min-width:769px) {
#bootstrap-slider .carousel-content h2 {
	font-size: 4.25rem;
	line-height: 1.2em;
}
#bootstrap-slider.carousel .carousel-indicators {
	bottom: 15%;
	top: auto;
	transform: translateY(-60%);
}
#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);
}
}
#bootstrap-slider .mask.mask-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../../../Site/graphics/slider-cover.svg');
	background-attachment: scroll;
	background-position: top left;
	background-size: cover;
	opacity: 0.75;
	-webkit-animation: sliderSolidBg 10s ease;
	animation: sliderSolidBg 10s ease;
	transform: translate(-50px,0);
}
@-webkit-keyframes sliderSolidBg {
  0% {
    transform: translate(-550px,0);
  }
  30% {
  transform: translate(0px,0);

      
  }
  100% {
  transform: translate(-50px,0);
  
  }
}
