﻿/* -----------------------------------------
:: JUMBOTRON CAROUSEL
----------------------------------------- */
/* title */
#myCarousel{
  margin-top:100px;
}


.carousel-caption h1 {
	color: #ff712c;
	font-size: 35px;
	font-family: 'Oswald',sans-serif;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
/* description */
.carousel-caption {
	color: #000000;
	
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption p {
font-size:90%;
	background: #ffffff;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	padding: 5px;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
}
/* left / right button */
.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%);
}
/* learn more button */
.carousel-caption a.btn {
}
/* image buttons */
.carousel-indicators .active {
	background-color: #ffffff;
}
.carousel-indicators li {
	background-color: #8a8a8a;
}
/* -----------------------------------------
:: carousel
----------------------------------------- */
.carousel {
	z-index: 1;
}
.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: #efefef;
}
.carousel-indicators {
	bottom: 0px;
}
.carousel .item {
	height: 345px;
}
div.carousel-inner div.item div.container {
	background: none;
}
