.container {
    margin-top: 20px;
}

/* Carousel Styles */

.carousel-indicators {
	display: none;
}
.carousel-indicators .active {
    background-color: #ffce00;
	opacity: 1;
	filter: alpha(opacity=100);
	border: 0px;
}

.carousel-inner img {
    width: 100%;
    max-height: 425px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none; 
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 15px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 15px;
}


.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 span {
	font-size: 50px;
	font-family: 'Open Sans';
}

.header-text h3 span {
		font-size: 20px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    margin-top: 20px;
	color: #2a36a9;
    background-color: #ffce00;
    border: 0px solid #fff;
	font-size: 20px;
	padding: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.btn-theme:hover {
    background-color: #ffbd00;
}


@media (max-width: 992px){
.header-text h3 {display: none; }
.header-text h2 span { font-size: 35px; }
.header-text { top: 10%;}
.btn-theme {margin-top: 10px; 	padding: 5px; 	font-size: 15px;}

}

