.carousel-inner>.item>img, .carousel-inner>.item>a>img {
 margin: 0 auto;
}
#carousel-example-generic .item {
 height: 600px;
}
#carousel-example-generic .item img {
 max-height: 100%;
}
#carousel-example-generic-left .item > a {
 height: 200px;
 display: block;
}
#carousel-example-generic-left .item img {
 max-height: 100%;
}

#carousel-example-generic-left .carousel-control .icon-prev, #carousel-example-generic-left .carousel-control .icon-next, #carousel-example-generic-left .carousel-control .glyphicon-chevron-left, #carousel-example-generic-left .carousel-control .glyphicon-chevron-right {top: 100px;}

#carousel-example-generic-left .carousel-inner .slide-text h3 {   height: 60px;    overflow: hidden; } 
.max_90 {
	height: 90px;
	overflow: hidden;
	display: block;
}
@media (max-width:1199px) {
#carousel-example-generic .item {
 height: 400px;
}
}
.navbar-toggle .icon-bar {
background: #000;
}
