.banner .main-container {
	width: 100%;
	padding: 0;
	font-family: 'bankgothic-lt-bt-light-webfont', sans-serif;
	clear: both;
}
.banner .bnr1 {
	background: url(../images/1.jpg) no-repeat center;
	background-size: cover;
}
.banner .bnr2 {
	background: url(../images/2.jpg) no-repeat center top;
	background-size: cover;
}
.banner .bnr3 {
	background: url(../images/3.jpg) no-repeat center top;
	background-size: cover;
}

.banner .bnr4 {
	background: url(../images/4.jpg) no-repeat center top;
	background-size: cover;
}


.banner .carousel-caption {
	position: relative;
	right: 0;
	bottom: 20px;
	left: 0;
	z-index: 10;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: auto;
	color: #fff;
	text-align: center;
	text-shadow: 0 6px 6px rgba(0,0,0,.8);
}
.banner .carousel-indicators {
	bottom: 0;
}
.banner .carousel-control.right, .banner .carousel-control.left {
	background-image: none;
}
.banner .carousel .item {
	min-height: 460px;
	height: 100%;
	width: 100%;
}
.banner .carousel-caption h3, .banner .carousel-caption button {
	background-color: none;
}
.banner .carousel-caption h3 {
	font-family: 'bankgothic-lt-bt-light-webfont', sans-serif;
	padding-top: 3.8em;
	padding-bottom:26px;
	font-size: 64px;
	color: #FFFFFF;
	font-weight: 500;
	text-align:center;
	text-transform:uppercase;
	line-height:1.0;	 
}
.banner .carousel-caption .button {
	font-family: 'Source Sans Pro', sans-serif;
	background: #e67d00;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	padding: 12px 24px;
	text-shadow: none;
	border: solid #fff 2px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.banner .carousel-caption .button:hover {
	text-decoration: none;
	background: #ff7e00;
}
/* Animation delays */

.banner .carousel-caption h3 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.banner .carousel-caption div {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
 @media ( max-width: 1920px) {
.banner .carousel .item {
	min-height: 460px;
	height: 100%;
	width: 100%;
}
}
 @media ( max-width: 1199px) {
.banner .carousel-caption h3 {
	padding-top: 2.2em;
	font-size: 50px;
}
}
 @media ( max-width: 1024px) {
.banner .carousel-caption h3 {
	padding-top: 4.0em;
	font-size: 40px;
}
}
 @media ( max-width: 991px) {
.banner .carousel .item {
	min-height: 380px;
	height: 100%;
	width: 100%;
}
.banner .carousel-caption h3 {
	padding-top: 4.0em;
	font-size: 32px;
}
}
 @media ( max-width: 767px) {
.banner .main-container {
	width: 100%;
	padding: 0;
}

.banner .carousel-caption h3 {
	padding-top: 5.2em;
	font-size: 30px;
}
.banner .carousel-caption .button {
	font-size: 18px;
	padding: 10px 20px;

}
.banner .carousel-caption .button:hover {
	text-decoration: none;
	background: #ff7e00;
}
}
 @media (max-width: 479px) {
.banner .carousel .item {
	min-height: 280px;
}
.banner .carousel-caption h3 {
	padding-top: 6.3em;
	font-size: 20px;
}
.banner .carousel-caption .button {
	font-size: 16px;
	padding: 6px 16px;
}
}
