@charset "utf-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  background-color: #DDD;  /*vm*/
  
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 200px;
  
}

.footer { 
  position: absolute;
  left:0; /*vm*/
  background-color: #DDD;
  
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 200px;
  
  
}

.footer p{
	color:#333;
}
 
 
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
 
.container {

  /*width: auto;
  max-width: 1024px;
  padding: 0 15px;*/
}

.footer .text-muted {
  margin: 0 0 30px 0;
}

.footer .bgcolor-fff{
	/*background-color: #DDD;*/
}

@media (max-width: 767px) {
  .footer .text-muted {
    margin: 15px 0 30px 0;
  }
}



