/*******************************
 * 
 *	footer.css 
 *	written by Nathan Magrofuoco
 *
 *  last modification : 17th July 2015 by Nathan Magrofuoco
 *******************************/
 
 /*
  * COLOR SCHEME :
  * WHITE = white	60%
  * GREY = #5F5C5B	30%
  * BLUE = #304F86	10%
  *	BLACK = black	others
  */
  
footer .container {
	 background-color: white;
	 border-top: 1px solid #e7e7e7;
	 padding-top: 10px;
	 padding-bottom: 10px;
}

footer .container-fluid {
	bottom: 0;
	color: white;
	left: 0;
	position: absolute;
	right: 0;
}
 
footer p {
	 font-size: 12px;
	 line-height: 16px;
	 margin-bottom: 0;
}
 
footer .share-icon {
	 float:right;
	 font-size: 18px;
	 margin: 5px 5px 0px 0px;
}