﻿/* -----------------------------------------
:: carousel
----------------------------------------- */

.jumbotron-bg{
	background:url('../../../../Site/graphics/office-bg.jpg') center center;
}
.carousel {
	z-index: 1;
}
.carousel-control.right {
	background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.0) 100%);
}
.carousel-control.left {
	background-image: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.0) 100%);
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	float: right;
}
.carousel-control {
	height: 80px;
	margin-top: 45px;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	color: #2F3942;
}
.carousel-caption {
	color: #25dbf5
;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);

}
.carousel-indicators .active {
	background-color: #ccc;
}
.carousel-indicators li {
	background-color: #2F3942;
}
.carousel-indicators {
	bottom: 0px;
}
.carousel .item {
	height: 345px;
}
