﻿footer {
    padding-left: 85px;
    color: #FFF8F8;
    background-color: #006876;
    text-align: center;
    font-size: 12px;
    color: #CCCCCC;
    height: 150px;
    width: 100%;
    z-index: -1;
}

    footer #language-switch {
        display: inline-block;
    }

        footer #language-switch img {
            cursor: pointer;
            max-height: 20px;
            -moz-filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%)
        }

            footer #language-switch img:hover {
                filter: none;
            }

        footer #language-switch .selected-language {
            -moz-filter: none;
            -webkit-filter: none;
            filter: none;
            box-shadow: 0 0 10px #CCCCCC;
        }

    footer #loacation-map {
        margin: 5px;
        float: right;
        width: 100%;
        height: 140px;
        z-index: -1;
    }