/*
Theme Name: Flyer Bootstrap Linux Club
Theme URI: http://www.flyer.it/
Description: The Bootstrap Flyer theme for WordPress is responsive, stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background.
Author: Flyer communication
Version: 1.0
License: GNU General Public License

Template: flyer-bs
*/

/* #Import CSS
================================================== */
	@import url(../flyer-bs/style.css);
.row.home img {max-width:150px;height: auto;}
.row.home .well h4 {margin-top: 0;}
.navbar-brand img {
    -webkit-filter: drop-shadow(0 0 5px #FFF);
    filter: drop-shadow(0 0 5px #FFF);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#FFF')";
	/* 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#FFF');
filter: url(shadow.svg#drop-shadow);}