﻿#foot-wrapper {
    position: absolute;
    width: 102%;
    max-height: 18%;
    bottom: 0;
    margin: -1px;
    border: 1px solid #ddd;
    z-index: 9999;
}
#foot-wrapper .row {
    margin: 0;
}

#foot-wrapper .more-lares {
    background: #096325;
    font-size: 12px;
}
#foot-wrapper .more-lares a {
    text-decoration: none;
    color: #fff;
}
#foot-wrapper .more-lares a:hover{
    color: #81d945;
    text-decoration: underline;
}
#foot-wrapper .about-lares {
    background: #ddd;
    padding: 5px;
}

#foot-wrapper .img-responsive {
    width: 150px;
    margin: 0;
}
#foot-wrapper .row a {
    display: inline-block;
    padding: 10px;
}

#foot-wrapper .row .lares_srl_link a, 
#foot-wrapper .row .valora_mapa a {
    padding: 0 !important;
}
#foot-wrapper .row .valora_mapa {
    display: inline-block;
}
#foot-wrapper .row .valora_mapa button,
#foot-wrapper .row .valora_mapa span {
    font-size: 12px;
    padding: 2px;
}
#foot-wrapper .row .valora_mapa span i {
    padding: 2px;
}
#foot-wrapper .row .valora_mapa .fa-star {
    color: #c6a700;
}
#foot-wrapper .row .valora_mapa .fa-comments {
    color: #00701a;
}

#foot-wrapper .row .social-content a {
    padding: 0 3px !important;
}

#foot-wrapper .about-lares .form-group {
    display: inline-block;
    margin-bottom: 0;
}

.btn-default-lares {
    background: #CC663A;
    color: #fff;
}

.fixed-bottom {
    bottom: 0;
}
.social {
    width:24px;
    height:24px;   
}

/*-------------------------------*/
/*         Media Queries         */
/*-------------------------------*/

@media(max-width:640px) {
    #foot-wrapper {
        display: none;
    }
    
    .nav-footer {
        background: #ddd;
    }
    .nav-footer .valora_mapa,
    .nav-footer .social-content,
    .nav-footer .subscribe {
        padding: 20px 20px 0px 20px;
    }
    .nav-footer .img-responsive {
        width: 150px;
    }
    .nav-footer .more-lares {
        background: #096325;
        font-size: 12px;
    }
    .nav-footer .more-lares a {
        text-decoration: none;
        color: #fff;
    }
    .nav-footer .more-lares a:hover {
        color: #81d945;
        text-decoration: underline;
        background-color: #096325;
    }

    .nav-footer .social-content div {
        display: inline;
    } 

    .nav-footer .valora_mapa button,
    .nav-footer .valora_mapa span {
        font-size: 12px;
        padding: 2px;
    }
    .nav-footer .valora_mapa span i {
        padding: 2px;
    }
    .nav-footer .valora_mapa .fa-star {
        color: #c6a700;
    }


}