.language-uk-icon,
.language-es-icon,
.language-de-icon,
.language-pt-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    float: none !important;
    height: 32px;
    margin: 2px 5px;
    text-indent: -9999px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    width: 32px;
}
.language-uk-icon:hover,
.language-de-icon:hover,
.language-es-icon:hover,
.language-pt-icon:hover {
    background-color: rgba(46, 50, 53, 0.3);
    height: 31px;
    margin: 8px 5px;
    width: 31px;
}
.language-uk-icon {
    background: url("/assets//images/uk.png") center center no-repeat #fff;
}
.language-de-icon {
    background: url("/assets//images/de.png") center center no-repeat #fff;
}
.language-es-icon {
    background: url("/assets/images/es.png") center center no-repeat #fff;
}
.language-pt-icon {
    background: url("/assets/images/pt.png") center center no-repeat #fff;
}
#language-icons {
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: 0 0 6px #939393;
    -moz-box-shadow: 0 0 6px #939393;
    -ms-box-shadow: 0 0 6px #939393;
    -o-box-shadow: 0 0 6px #939393;
    box-shadow: 0 0 6px #939393;
    left: 0;
    padding: 10px 0;
    position: fixed;
    text-align: center;
    top: 15%;
    width: 48px;
    z-index: 2;
}
#language-icons.right {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    left: auto;
    right: 0;
}
#language-icons p {
    margin: 0 !important;
}
@media (max-width: 1320px) {
    #language-icons {
        bottom: 5px;
        top: auto;
    }
}
.language-icons {
    display: none !important;
}