
/* Sticky footer styles
-------------------------------------------------- */

html 
{
  position: relative;
  min-height: 100%;
}
body 
{
  /* Margin bottom by footer height */
  margin-bottom:60px;

}
.footer 
{
  position: absolute;
  bottom: 0;
  width: 100%;
  height:80px!important;
  color:#ffffff;
  background-color: #212121;/*#06a6df;/*28c3d5*/
  text-align:center;

}
body > .container {
  padding-bottom:60px;
  margin-bottom:0px!important; /*60*/
}

.text-muted
{
  text-align:center;
  padding-top:10px!important;
  margin: 10px 0 0 0;
  color:#ffffff!important;
}


















/*

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height
  margin-bottom: 60px;
}
.footer {
  position: absolute;
   padding: 30px 15px;
  bottom: 0;
  margin-top:0px;
  width: 100%;
  /* Set the fixed height of the footer here 
  height: 80px;
  background-color: #28c3d5;
  color:#ffffff;
  text-align:center;	
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. 

footer.container {
  width: auto;
  padding: 10px 15px;
}
.container .text-muted {
  margin: 20px 0;
}


@media screen and (max-width: 480px)
{
	.footer {
  position: relative;
  padding: 20px 0 15px 0;
  bottom: 0;
  margin-top:0;
  width: 100%;
  /* Set the fixed height of the footer here 
  height: 80px;
  background-color: #28c3d5;
  color:#ffffff;
  text-align:center;	
}
	
	
}








