/* 
	Sticky footer styles
	http://getbootstrap.com/examples/sticky-footer/
	--------------------------------------------------
*/
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 25px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 25px;
  background-color: #FAFAFA;
  font-size:12px;
}

.footer p {
  position:relative;
  top:5px;
  margin-top:0px;
  margin-bottom:0px;
  color:#CCC;
}

/* Sharing */

.sharing {
  margin-top: 10px;
}

.shares {
  width: 220px;
  margin: 0 auto;
}

.facebook-share {
  margin-right: 10px;
}

.twitter-share {
  float: right;
}

.facebook-share {
  float: left;
}
