/*!
 * Start Bootstrap - Blog Post HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    *margin: 50px 0;
	padding:10px 0px;
}
footer .logo-footer{
	*border:1px solid yellow;
	float:left;
	margin-right:15px;
}
footer .logo-footer img{
	height:40px;
}