.footer {
    height: 50px;
    bottom: 0px;
    width: 100%;
    position: fixed;
    z-index: 995;
}

.footer-menu-opened {
    z-index: 999;
}

.footer-toggle {
    width: 32px;
    height: 32px;
    z-index: 1004;
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: none;
    cursor: pointer;
    background: url(../../images/graphic/Buttons.png) no-repeat -233px -186px;
}

.footer-toggle-closed {
    background: url('../../images/graphic/Buttons.png') no-repeat -186px -188px;
}

@media (max-height: 645px) and (orientation:landscape)
{
   .footer-toggle {
       display: flex;
   }
}

.footer-content {
    height: 50px;
    width: 100%;
    z-index: 1001;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: rgb(157,157,157);
    background-color: white;
    position: absolute;
    bottom: 0px;
    /*transition:
        background-color .1s linear,
        color .1s linear,
        border-top-color .1s linear;*/
}

.footer-lang-selected {
    display: flex;
    padding-left: 15px;
}

.footer-lang-selected-icon {
    width: 45px;
    height: 45px;
    background: url('../../images/graphic/Buttons.png') no-repeat -90px -132px;
    cursor: pointer;
}

.footer-lang-selected-icon-opened {
    background: url('../../images/graphic/Buttons.png') no-repeat -90px -87px;
}

.footer-lang-button {
    line-height: 45px;
    font-weight: normal;
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease-in;
}

.footer-lang-button:not(.footer-lang-button-selected):hover {
    opacity: .6;
}

.footer-lang-button-selected {
	color: #333333;
}

.footer-lang-button-menu-opened.footer-lang-button-selected {
	color: white;
}

.footer-lang-combobox {
    display: none;
    flex-direction: column;
    position: fixed;
    bottom: 50px;
    background-color: #EEE;
    box-shadow: 0px 0px 6px #C4C4C4;
    padding: 5px 15px 5px 15px;
}

.footer-lang-combobox-menu-opened {
    background-color: #414141;
    box-shadow: 0px 0px 6px #333;
}

.footer-lang-combobox-opened {
    display: flex;
}

.footer-version { 
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    width: auto;
    visibility: hidden;
    position: absolute;
    right: 0px;
    margin-bottom: 28px;
    margin-right: 30px;
}

.footer-version-menu-opened { 
    visibility: visible;
}

.footer-em-copyright {
    height: 50px;
    width: auto;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    margin: 0px 30px 0px 30px;
}

.footer-share {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 365px;
    right: 0px;
    bottom: 0px;
    margin: 1px;
    height: 65px;
    box-shadow: 0px 0px 7px #DDD;
    background-color: #FFF;
    z-index: -1;
    padding: 30px;
    opacity: 0;
    transition: opacity .35s;
}

.footer-share-opened {
    opacity: 1;
    z-index: 9999;
}

.footer-share-icons {
    height: 20px;
    width: 109px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: -8px;
    padding-bottom: 20px;
}

.footer-share nav {
    opacity: .5;
    transition: opacity .2s ease-in;
}

.footer-share nav:hover {
    opacity: 1;
}

.footer-share-icon {
    width: 45px;
    height: 45px;
    background: url('../../images/graphic/Buttons.png') no-repeat;
    cursor: pointer;
}

.footer-share-google {
    background-position: -135px -365px;
}

.footer-share-fb {
    background-position: -180px -365px;
}

.footer-share-twitter {
    background-position: -225px -365px;
}

.footer-share-close {
    background: url('../../images/graphic/Buttons.png') no-repeat -45px -45px;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
}

.footer-share-link {
    height: 10px;
    font-size: 12px;
    line-height: 10px;
    margin: 0px 2px 0px 2px;
    border: 1px solid #CCC;
    border-radius: 6px;
    box-shadow: 0px 0px 1px;
    padding: 6px 4px 6px 10px;
    background-color: #FFF;
    font-style: italic;
    display: flex;
}

.footer-share-link-url {
    width: calc(100% - 20px);
}

.footer-share-link-separator {
    height: 20px;
    width: 10px;
    font-size: 16px;
    font-style: normal;
    color: rgb(220,220,220);
}

.footer-share-link-copy {
    width: 25px;
    height: 20px;
    margin-top: -4px;
    font-size: 16px;
    font-style: normal;
    color: rgb(180,180,180);
    background: url('../../images/graphic/Buttons.png') no-repeat -237px -424px;
    cursor: pointer;
}

.footer-buttons {
    display: flex;
    margin-right: 30px;
    width: auto;
    position: absolute;
    right: 0px;
    bottom: 2px;
    font-size: 14px;
}

.footer-buttons-hoverable {
    cursor: pointer;
    opacity: .75;
    transition: opacity .2s ease-in;
}

.footer-buttons-hoverable:hover {
    opacity: 1;
}

.footer-donate-button {
    height: 45px;
    width: auto;
    line-height: 45px;
    visibility: visible;
    margin-right: 10px;
    color: #F06E00;
    display: flex;
    flex-direction: row;
}

.footer-donate-button-icon {
    width: 45px;
    height: 45px;
    margin-top: -6px;
    background: url('../../images/graphic/Buttons.png') no-repeat -135px -225px;
}

.footer-donate-button-menu-opened {
    visibility: hidden;
}

.footer-social-button {
    height: 45px;
    width: auto;
    visibility: visible;
    line-height: 45px;
    margin-left: 10px;
}

.footer-social-button-menu-opened {
    visibility: hidden;
}

/* .footer-share-button {
    background: url('../../images/graphic/Buttons.png') no-repeat -225px -275px;
    height: 45px;
    width: 45px;
    visibility: visible;
}

.footer-share-button-menu-opened {
    visibility: hidden;
} */

.footer-content aside {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    line-height: 50px;
}

.footer-content-language {
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    width: 90px;
}

.footer-content section a {
    color: inherit;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    margin-left: 3px;
}

.footer-content-menu-opened {
    background-color: #414141;
    color: #BBB;
    z-index: 999;
}

.footer-menu-opened .download-popup-section {
    display: none;
}

.footer-button-separator {
    width: 3px;
    height: 40px;
    position: relative;
    opacity: .50;
}

.footer-button-separator:after {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 2px);
    margin: 10px 0px 10px 0px;
    border-left: 1px solid #BBB;
}