
footer{
	
	bottom: 0;
	margin: 0;
}
section{
	
	bottom: 0;
	margin: 0;
}



.footer-main-area{
	
	
  padding: 0 10px;
  margin-top: 80px;
  margin-left: 20px;
  /*min-width: 420px;*/
   background: black;
  color: #fff;   
  text-align: center;
  border-top: 3px solid #C63D4E;
  border-radius: 3px;
  box-shadow: 0 1px 6px #e1e1e1;  
	    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
	
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
	background: rgba(0, 0, 0, 0.6) /* Green background with 30% opacity */
}

.containerf {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}