/*
Theme Name: Flyer Bootstrap Engage Audience
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);
	@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

body{font-family: 'Lato', sans-serif;}
#myHeader {background-image: url('/files/2016/03/header_background.jpg');background-repeat: no-repeat;margin-bottom: 30px}
#myHeader h2 {
    margin: 0;
}
#myHeader h3 {
    margin: 0 0 122px 0;
}
#myHeader .row .img-responsive {
    margin: 0 auto;
}
.navbar-inverse .navbar-nav>li.btn-menu>a , .navbar-nav>li.btn-menu>a{
    color: #fff;
    background-color: #d91616;
    border-color: #c21414;
    padding:5px 10px;
}
@media (min-width: 768px) {
	.navbar-inverse .navbar-nav>li.btn-menu>a , .navbar-nav>li.btn-menu>a{
	    margin: 10px;
	}
}
.boxcall{
    color: #fff;
	background-image: url('/files/2016/03/banner_call.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	padding:170px 20px 20px 20px;
}