ul.dropdown-menu {display: none;}
    
.navigation-bas {
bottom: 0 !important;
position: fixed !important;
left: 0px !important;
z-index: 6000 !important;
background-color: #F38C2A;
width: 350px;
height: 50px;
padding-top: 12px;
text-align: center;
}

.navigation-bas a {

color: #000000!important;
text-decoration: none;
font-weight: bold;
}

.navigation-bas img {
width:25px;
margin-right: 5px;
}

.navigation-bas a:hover {
text-decoration: none;
opacity: 0.5;
}

@media screen and (max-width: 1200px) {

.navigation-bas {
width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
}