/* -> MENU
================================ */
.navbar,
.navbar.scrolled{
    height: 60px;
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.navbar > .container{
    height: 60px;
}

#pre-nav{
    display: none;
}

.navbar-toggler {
    padding: 0.15rem 0.50rem;
    background-color: #be1519;
    position: absolute;
    right: 15px;
    top: 12px; 
}

	.navbar-toggler-icon {
	    background-image: url(../img/toggle.svg);
	}

.navbar-brand {
	line-height: 60px;
    padding: 0;
    height: 60px;
	padding-left: 15px;
}

	.navbar-brand img{
        height: 37px;
        filter: none;
	}

	.navbar-collapse{
        border-top: 1px solid #ddd;
        position: relative;
        left: 0;
        right: 0;
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        padding: 0px 15px 10px 15px;
	}

	.navbar ul li{
		margin: 0;
	}

	.navbar ul li:first-child{
		margin-top: 5px;
	}

	.navbar ul li:last-child{
		margin-bottom: 5px;
	}

		.navbar ul li a{
            display: block;
            text-align: center;
            color: #000;
        }

        .navbar ul > li > a.btn{
            padding: 10px 15px;
            margin-top: 5px;
        }
/* ============================= */