html, body { height: 100%;}
.carousel, .item, .active { height: 100%; }
.carousel-inner { height: 100%; background-color:#f1f1f1; }
.carousel-small { height:70%}
.fill { width: 100%; height: 100%; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; position: absolute; }




.sliderLogo {
	max-width: 180px;
	margin-bottom: 60px;
}
.carousel .bgSlider1{
background-image:url('../images/slider/slider1.jpg');
}

@media (max-width: 580px) {
	.carousel .bgSlider1{
	background-image:none;
	}
}

