.toggle-menu {
    display: none;


}

html.large-less .toggle-menu {
    display: block;
    height: 40pt;
    width: 40pt;
    margin: 10pt;
    border: none;
    outline: none;
    font-size: 18pt;

}

html.large-less .toggle-menu:active {
    background-color: #8d4362;
    color: #fff;

}

html.large-less .menu {
    height: 60pt
}

html.large-less .menu ul.right {
    position: fixed;
    top: 0;
    right: -200%;
    bottom: 0;
    background: #fff;
    max-width: 80%;
    width: 400pt;
    z-index: 50;
    box-shadow: 0 0 20pt rgba(0, 0, 0, 0.5);
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
}

html.large-less .menu ul.right li {
    display: block;

}

html.large-less .menu ul.right li a {
    margin-bottom: 5pt;
}

html.large-less .menu ul.right li .fe {
    float: right;
    transform: rotate(-90deg);
    margin-top: 5pt;

}

html.large-less .menu ul.right.show {
    right: 0;
}

html.medium-less .logo img {
    height: 40pt;
}
