.Menu, .MenuMobile{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0px;
    z-index: 9;
    background-color: white;
    box-shadow: -1px -1px 6px rgb(200, 200, 200) , -1px -1px 6px rgb(200, 200, 200);
}
.Menu a{
    height: 45px;
    display: block;
    float: right;
    text-decoration: none;
    text-align: center;
    padding: 9px 13px;
    font-size: 15px;
    color: rgb(50, 50, 100);
    font-weight: bold;
    margin-left: 15px;
    margin-top: 18px;
}
.Menu a:hover{
    color: rgb(0, 80, 199);
    border-bottom: 3px solid rgb(0, 80, 199);
}
.SpanMenu{
    width: 140px;
    height: 60px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.SpanMenu p{
    width: 100%;
    color: rgb(50, 50, 100);
    direction: ltr;
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: bold;
}
.SpanMenu p:last-child{
    margin-top: 3px;
    margin-bottom: 0px;
}
.Menu i{
    font-size: 17px;
    vertical-align: middle;
}
.DivLogo{
    width: 200px;
    height: 65px;
    float: right;
    margin-top: 7px;
    margin-right: 50px;
    margin-left: 60px;
    background-image: url("../Pictures/LogoBox.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.EndLineMenu{
    width: 100%;
    height: 5px;
    position: fixed;
    top: 80px;
    background-image: url("../Pictures/Line.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.BackEndLogoMenu{
    width: 100%;
    height: 28px;
    position: fixed;
    top: 85px;
}
.EndLogoMenu{
    width: 70px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../Pictures/EndLogo.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/* border-color: rgb(0, 100, 255); */

/* Mobile Menu */
.MenuMobile{
    display: none;
}
.DivLogoMobile{
    width: 200px;
    height: 65px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 7px;
    background-image: url("../Pictures/LogoBox.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;  
}
.NavbarMenuPhone, .UserMenuPhone{
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
}
.NavbarMenuPhone{right: 0;}
.UserMenuPhone{left: 0;}
.MenuMobile button, .LoginButton{
    width: 100%;
    height: 100%;
    display: block;
    color: rgb(50, 50, 100);
    background-color:transparent;
    padding: 19px 19px;
    border: none;
}
.LoginButton{
    padding-top: 25px;
}
.UserMenuPhone i{
    font-size: 24px;
}
.NavbarMenuPhone i{
    font-size: 26px;
}

.FehrestMenuPhone{
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
    top: 80px;
    z-index: 9;
    display: none;
}
.NavBarFMP{
    width: 100%;
    height: 100%;    
}
.SotonRFMP{
    width: 50%;
    height: 100%;
    float: right; 
}
.SotonLFMP{
    width: 50%;
    height: 100%;
    float: left;  
}
.SotonRFMP div , .SotonLFMP div{
    width: 94%;
    height: 110px;
    border: 3px solid rgb(60, 60, 80);
    margin-right: auto;
    margin-left: auto;
    margin-top: 12px;
}
.FehrestMenuPhone a{
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: block;
    color: rgb(80, 80, 100);
    text-align: center;
    padding-top: 15px;
    text-decoration: none;   
}
.FehrestMenuPhone i{
    font-size: 40px;
}

@media only screen and (max-width:965px){
    .Menu{
        display: none;
    }
    .MenuMobile{
        display: block;
    }
}