/* 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) {

.navbar {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.4);
    background: rgba(0,0,0,0.7);
    transition: all ease-in-out 0.70s;
}

	.titulo_panel { 
		font-size: 15px;
		line-height: 15pt;
	}
	.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');
}

