﻿/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */
/* BACKGROUND */
.jumbotron-bg {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.0), inset 0px 0px 0px 0px rgba(255,255,255,1.0), inset 0px 0px 45px 0px rgba(0,0,0,0.8);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,0.0), inset 0px 0px 0px 0px rgba(255,255,255,1.0), inset 0px 0px 45px 0px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.0), inset 0px 0px 0px 0px rgba(255,255,255,1.0), inset 0px 0px 45px 0px rgba(0,0,0,0.8); 
	-moz-box-shadow: 	0px 0px 5px rgba(0,0,0,0.0), inset 0px 0px 0px 0px rgba(255,255,255,1.0), inset 0px 0px 45px 0px rgba(0,0,0,0.8); 
	margin-bottom:30px;
}
/* FONT STYLES */
.carousel-caption {
	background-color: transparent;
	position: static;
	width: 80%;
	padding: 0 20px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 50px;
	z-index:999;
}
.carousel-caption h1, .carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
/* Carousel base class */
.carousel {
	margin-bottom: 20px;
		z-index:999;

}
.carousel .container {
	position: relative;
}
.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;
}
.carousel .item {
	height: 345px;
}
/* uncomment when using fullscreen background image
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 375px;
    }
    */
.carousel-caption img {
	float: right;
}
.carousel-caption .btn {
    margin-bottom:40px;
}
.carousel-caption .lead {
	margin-bottom: 20px;
}
.social-icon-fontawesome {
z-index:999;
margin-top:0px;
}
#___gcse_0{
	margin-top:25px;
}

/* RESPONSIVE CSS
    -------------------------------------------------- */
@media (max-width: 979px) {
.carousel .item {
	height: 500px;
}
.carousel img {
	width: auto;
	height: 500px;
}
}
@media (max-width: 767px) {
.carousel {
	margin-left: -20px;
	margin-right: -20px;
}
.carousel .container {
}
.carousel .item {
	height: 300px;
}
.carousel img {
	height: 300px;
}
.carousel-caption {
	width: 90%;
	padding: 0 0px;
	margin-top: 50px;
}
.carousel-caption img {
	width: 50%;
	height: auto;
	float: right;
}
.carousel-caption h1 {
	font-size: 20px;
}
.carousel-caption .lead, .carousel-caption .btn {
	font-size: 12px;
}
.carousel-control {
	position: absolute;
	top: 40%;
	left: -20px;
	margin-top: -20px;
}
.carousel-control.right {
	left: auto;
	right: -20px;
}
}
