.content{
    height: 100%;
}

footer {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px -14px 35px -25px rgba(0, 0, 0, 0.4);
    margin-top: 90px;
    /*position: relative;
    top: 130px;*/
}

.inner-footer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
}

.top-footer, .bottom-footer {
    width: 100%;
    float: left;
    position: relative;
}

.top-footer {
    border-bottom: 1px solid #afafaf;
    box-sizing: border-box;
    padding: 7px;
}

.footer-menu {
    width: 30%;
    float: left;
    padding: 12px 0;
}

.footer-menu span {
    color: #4a4a4a;
    border-bottom: 1px solid #008ed2;
    padding: 4px 0;
    text-transform: capitalize;
    font-family: firaMedium;
}

.footer-menu ul {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.footer-menu ul li {
    width: 50%;
    float: left;
}

.footer-menu ul li a {
    color: #959595;
    font-size: 14px;
}

.footer-menu ul li.active a, .footer-menu ul li a:hover {
    color: #008ed2;
}

.donwold-app {
    width: 47%;
    float: left;
    text-align: right;
    padding-top: 12px;
}

.donwold-app a {
    float: right;
    padding-right: 10px;
}

.donwold-app-right {
    float: left;
    width: 22%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.donwold-app-right img {
    width: 100%;
    float: left;
}

.donwold-app p {
    color: #008ed2;
    font-size: 18px;
    padding: 10px;
}

.copy-right {
    width: 40%;
    float: left;
    color: #303030;
    padding: 10px 7px;
}

.change-lang {
    width: 152px;
    float: right;
}

.de, .en {
    padding-left: 25px;
}

.de:before {
    width: 20px;
    content: " ";
    position: absolute;
    background-image: url(../images/de.png);
    height: 20px;
    left: 10px;
    background-size: 87%;
    background-repeat: no-repeat;
    top: 4px;
}

.en:before {
    width: 20px;
    content: " ";
    position: absolute;
    background-image: url(../images/en.png);
    height: 20px;
    left: 10px;
    background-size: 87%;
    background-repeat: no-repeat;
    top: 4px;
}

.cd-dropdown ul {
    top: -60px !Important;
    z-index: 1 !Important;
}

.cd-dropdown span {
    z-index: 1 !Important;
}

.cd-dropdown ul li[data-value="bg"] {
    top:0 !Important;
}

.cd-dropdown ul li[data-value="de"] {
    top:0 !Important;
}

.cd-dropdown ul li[data-value="en"] {
    top:30px !Important;
}

.cd-dropdown > span:after {
    color: #e4e4e4 !Important;
    top: -5px !Important;
}

.cd-dropdown > span {
    padding-left: 9px !Important;
}

.cd-dropdown > span img {
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.cd-active.cd-dropdown > span, .cd-dropdown > span {
    background: #fff !Important;
    color: #878787 !Important;
    border-radius: 7px;
    font-size: 12px !Important;
}

.cd-dropdown > span, .cd-dropdown ul li {
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1) !Important;
}

.cd-dropdown ul li span {
    background: #d6d6d6 !Important;
    color: #878787 !Important;
}

.cd-active.cd-dropdown ul li span:hover {
    background: #fff !Important;
}

a.facebook-footer {
    float: right;
    padding: 12px;
    padding-left: 2px;
}

@media (max-width: 960px) {
    .donwold-app-right {
        width: 200px;
    }
    .donwold-app img {
        width: 130px;
    }
    .donwold-app {
        width: 45%;
    }
}

@media (max-width: 760px) {
    .donwold-app img {
        width: 100px;
    }
    .donwold-app {
        width: 39%;
    }
}

@media (max-width: 640px) {
    .donwold-app-right, .footer-menu {
        display: none;
    }
    .donwold-app img {
        width: 120px;
    }
    .donwold-app {
        width: 100%;
        padding: 0 5%;
        text-align: center;
    }
    .copy-right {
        width: 51%;
        padding: 15px 7px;
        font-size: 12px;
    }
    .change-lang {
        width: 115px;
        float: right;
    }
    .donwold-app a {
        float: none;
    }
    a.facebook-footer {
        float: right;
        padding: 12px 5px;
        padding-left: 2px;
    }
    .cd-dropdown, .cd-select {
        position: relative;
        width: 97% !Important;
    }
    @media (max-width: 319px) {
        .donwold-app img {
            width: 100px;
        }
    }
}
