

.carousel{
	background:#fff url('../images/bg.jpg') center top repeat-x;
    color:#FFF;
}

.carousel img{

  border-radius: 5px;
  box-shadow:0px 2px 2px #2e2e2e;
}

.imgS{
  border-radius: 5px;
  box-shadow:0px 2px 2px #2e2e2e;
}

 .footr{
    border-top:1px solid #d4d4d4;
    padding-top:10px;
    padding-bottom:10px;

 }

 
 

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.floating{
    position: fixed;
    bottom: 0;
    width: 100%;
}