footer {
    background:#222;
    color:rgba(255,255,255,0.6);
    padding:30px 0 0 0;
}
footer h3{
    font-size:16px;
    font-weight:600;
    color:#fff;
    text-transform:uppercase;
}
footer a{
    color:rgba(255,255,255,0.6);
    text-decoration:none;
}
footer a:hover{
    color:rgba(255,255,255,1);
    text-decoration:none;
}
footer #logo_footer{
    margin:12px 0 15px 0;
}
footer ul{
    margin:0;
    padding: 0 0 20px 0;
    list-style:none;
}

footer #social_footer{
    text-align:center;
    border-top:1px dotted rgba(255,255,255,0.2);
    padding-top:30px;
    margin-top:10px;
}
footer #social_footer p{
    font-size:12px;
    color:#8c8c8c;
}
footer #social_footer ul{
    margin:0;
    padding:0 0 10px 0;
    text-align:center;
}
footer #social_footer ul li{
    display:inline-block;
    margin:0 5px 10px 5px;
}
footer #social_footer ul li a{
    color:#fff;
    text-align:center;
    line-height:36px;
    display:block;
    font-size:16px;
    width:35px;
    height:35px;
    background-color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-decoration:none;
}
footer #social_footer ul li a:hover{
    background:#fff;
    color:#FF3333;
    text-decoration:none;
}

footer ul#contact_details_footer{
    list-style:none;
    margin:0 0 20px 0;
    padding:0;
}
footer ul#contact_details_footer li:first-child{
    margin-bottom:20px;
}
footer #copy{
    background-color:#1e1e1e;
    padding:10px 0;
    text-align:center;
    color:rgba(255,255,255,0.5);;
    font-size:12px;
}

@media (min-width: 993px) {
    
    html,
    body{
        height:100%
    }
    
    body > section{
        position:relative;
        padding-bottom:350px;
        min-height:100%;
    }
    
    footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media (max-width: 992px) {
    
    footer{
        text-align:center;
    }

}