.navbar-dvore-nav-505 .nav-link span:after{
	background-color: #ffffff !important;
}
.navbar-dvore-nav-505 .nav-left .dropdown-menu a {
    color: #000000;
}
.navbar-dvore-nav-505 .btn.btn-secondary {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.navbar-dvore-nav-505{
	padding: 10px 0px;
}
.navbar.mv_sticky_active .navbar-dvore-nav-505 .mv_menu_logo img {
    height: 80px;
}
.navbar-dvore-nav-505 .mv_menu_logo img {
    height: 110px;
    transition: height 0.3s ease-in-out;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
}
.navbar.mv_sticky_active .navbar-dvore-nav-505{
	padding: 5px 0px;
}
.navbar-dvore-nav-505 .nav-link:focus,
.navbar-dvore-nav-505 .nav-link:hover {
    background-color: transparent;
}
.navbar-dvore-nav-505 .nav-link span{
	position: relative;
	
}
.navbar-dvore-nav-505 .nav-link span:after{
	content: "";
	position: absolute;
	display: block;
	width: 0%;
	right: 0px;
	bottom: -5px;
	height: 1px;
	background-color: #000000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.navbar-dvore-nav-505 .nav-link:hover span:after{
	width: 50%;
}

.navbar-dvore-nav-505 .dropdown-menu a.dropdown-item{
	color: #000000 !important;
}


@media (max-width: 1150px){
	.navbar-dvore-nav .nav-link {
	    padding: 10px 10px;
	    font-size: 12px;
	}
	.navbar-default .hamburger .hamburger-bar, .navbar-default .hamburger:after, .navbar-default .hamburger:before {
	    background: #ffffff;
	}
}

@media (max-width: 768px){
	.navbar-dvore-nav-505{
		padding: 10px 15px;
	}
	.navbar.mv_sticky_active .navbar-dvore-nav-505 {
	    padding: 5px 10px;
	}
	.navbar-dvore-nav-505 .nav-link{
		color: #000000 !important;
	}
	.navbar-dvore-nav-505 .nav-link.dropdown-toggle:after{
		display: none;
	}
	.navbar-dvore-nav-505 .dropdown-menu{
		position: relative;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	.navbar-dvore-nav-505 .nav-item.dropdown .dropdown-menu{
	    display: block !important;
	    width: 100%;
	    box-shadow: none;
	    border: none;
	    font-size: 12px !important; 
	}
	.navbar-dvore-nav-505 .navbar-dvore-collapse-offcanvas .hamburger .hamburger-bar,
	.navbar-dvore-nav-505 .navbar-dvore-collapse-offcanvas .hamburger:after,
	.navbar-dvore-nav-505 .navbar-dvore-collapse-offcanvas .hamburger:before {
	    background: #000 !important;
	}

}

@media (max-width: 600px){
	.navbar-dvore-nav-505 .dropdown-item{
	    margin: 0px;
	}
	.navbar-dvore-nav-505 .dropdown-menu{
	    margin: 0px;
	    padding: 0px;
	}
}