@charset "UTF-8";
/* CSS Document */


.blockrightmenu {
    position: fixed;
    bottom: 57%;
    right: -110px;
    transform: rotate(90deg);
    transform-origin: 50%;
    z-index: 1;
}


.blockrightmenu-item {
    color: #ffffff;
    text-transform: uppercase;
}
.blockrightmenu-item .uk-button-text {
    display: inline-block;
    color: #ffffff !important;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.blockrightmenu-item .uk-button-text:hover {
    color: #ffffff !important;
}
.blockrightmenu-item .uk-button-text::before {
    border-bottom-width: 3px;
    border-bottom-color: #ffffff;
}

@media only screen and (max-width: 959px) {
    .blockrightmenu {
        right: -170px;
    }
}