/* -> Slick
================================ */
.slick-prev,
.slick-next {
	display: none!important;
}
/* ============================= */



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

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

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

.navbar-brand {
	height: 60px;
}

	.navbar-collapse{
		border-top: 1px solid #f5f5f5;
        background-color: #000;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	}

	.navbar ul li{
		margin: 0;
    	padding-left: 15px;
	}

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

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

		.navbar ul li a{
		    line-height: 35px;
		}
/* ============================= */