/* Style Sheet */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #647522;
}
.footer a{
	color:#fff;
}
@media (max-width:767px){
	body {
	margin-bottom:300px;
}
	.footer {
	height:260px;
}
a.mobile_footer {
	display:block;padding:12px;background:#6f2035;color:#fff;border-radius:6px;margin:3px 0;
}
}