/* Mobile landscape */
@media only screen and (min-width : 480px) and (max-width : 767px) {
	.navbar-default {padding: 10px 0 30px 0px;}
	.navbar-brand img {height: 50px; }
	.lislider {	background-image:url('../img/bk_home.jpg'); }
	.flex-caption { font-size: 30px !important; }
}
/* Mobile */
@media only screen and (min-width : 320px) and (max-width : 479px) {
	.titulo_panel { 
    font-size: 20pt;
    line-height: 25pt;
	}
	.overlay nav {	font-size: 30pt; }
	.overlay ul li { height:auto; min-height: 10px; }
	.overlay ul li a { font-size: 16pt; }
	.flex-caption { font-size: 30pt; }
	.navbar-brand img {height: 70px; }
	.lislider {background-image:url('../img/bk_home_mobile.jpg');
}

