/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;

}
body {
  /* Margin bottom by footer height */ 
  
}
.footer {
	float:left;
	position:relative;
  padding:20px 0;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  color:#FFF;
  background-color: #343434;
}
.img{ float:left; width:100px; height:auto;}
 

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
	
  padding: 0px 15px 0px;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height:100%;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  max-height: 1013px;
  background-color: #777;
}
.carousel-inner > .item > img {
	position:relative;
	top: 0px;
	left: 0;
	min-width: 100%;
	height: 100%;

}
