/* ========================================== */
/*    5. Logo and Partners Content Area       */
/* ========================================== */

.logo-partners {
    position:absolute;
    bottom:20%;
    width: 100%;
    padding:1px 0;
    margin:0 0 0 0;
    background:rgba(255,255,255,1);
}
.logo-area {
    text-align:left;
}
.logo-area img {
    width:auto;
    max-width:250px;
}
.partners-area {
    text-align:right;
    font-size:14px;
    color:#333333;
}
.partners-area span {
    font-weight:900;
    color:#000000;
}
.partners {
    padding:0 0 0 0;
    margin:0 0 0 0;
    list-style:none;
    display:inline-table;
    font-size:14px;
    line-height:24px;
    text-align:center;
    color:#000000;
}
.partners span {
    font-weight:300;
    font-size:60px;
    line-height:52px;
    text-align:center;
    display:block;
    color:#000000;
}
.partners li {
    padding:0 20px;
    margin:0 0 0 0;
    list-style:none;
    display:inline-table;
    border-left:1px solid rgba(4,4,4,0.1);
    text-align:center;
}
.partners li:first-child {
    border-left:0px;
}

.desktop {
    display: block;
}
.mobile {
    display: none;
}
.mobile-logo :first-child {
    width: auto;
}
.mobile-part:first-child {
    padding-top: 50px;
}
.mobile-part {
    padding-top: 37px;
}
.morada {
    float: right;
    width: 100%;
    font-weight: normal !important;
    text-align:right;
    font-size:13px;
    color:#444;
    margin-top: 15px;
}
.email > a {
    float: right;
    width: 100%;
    font-weight: normal !important;
    text-align:right;
    font-size:11px;
    color:red;
    margin-top: 5px;
}

/* Footer Area Styles */
.social li a:hover {
    border:1px solid #ffffff;
    color:#000000;
    background:#ffffff;
}


@media (max-height: 660px) and (min-width: 991px) {
    .logo-partners {
        position:relative;
        bottom:0;
    }
}
@media (max-height: 615px) and (min-width: 768px) {
    .logo-partners {
        position:relative;
        bottom:0;
    }
}
@media (max-height: 570px) and (min-width: 480px) {
    .logo-partners {
        position:relative;
        bottom:0;
    }
}
@media (max-height: 545px) and (max-width: 480px) {
    .logo-partners {
        position:relative;
        bottom:0;
    }
}
@media (max-width: 765px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}
@media (max-width: 530px) {
    .mobile-morada {
        width: 100%;
    }
    .morada {
        float:left;
        text-align:center;
    }
    .email a {
        float:left;
        width: 100%;
        text-align:center;
    }
    .mobile-logo {
        display: none;
    }
}