header .top_header{ width: calc(100% - 180px); }
header .mainmenu{ flex-direction: row; justify-content: flex-end;}
.dropdown{ position: relative; }
.dropdown .dropdown-menu{ background-color: #ccc; position: absolute; min-width: 120px; right: 0px; top:100%; display: none; }
.dropdown:hover .dropdown-menu{ display: block; }

.dropdown .dropdown-menu > li a{ padding: 8px 20px; display: inline-block; width: 100%;}

li.open .dropdown-menu .dropdown:hover .dropdown-menu {
    display: block;
    top: -25%;
    right: 100%;
}

li.open .dropdown-menu .dropdown .caret {
    display: none;
}

li.open .dropdown-menu .dropdown > a:before {
    display:block;
    content:" ";
    float:left;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 5px 5px 0;
    border-right-color:#999;
    margin-top:5px;
    margin-left:-10px;
}

.hide {
    display: none !important;
}
	
body.magnificpopupnoscroll{
    overflow-y: hidden !important;
    vertical-align: inherit!important;
}

.show-on-mobile, 
.sec__mobilemenu #mobile-menu-custom li.show-on-mobile{
    display: none;
}	
@media screen and (max-width: 480px) { 
    .show-on-mobile,
    .sec__mobilemenu #mobile-menu-custom li.show-on-mobile{
        display: block;
    } 
}
	
	
	
	