
#footer_holder {
    height: 400px;
    background: rgb(58, 58, 58);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1024px;
}
#footer {
    background-color: rgb(58, 58, 58);
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 14px;
    margin: 0 auto;
    color: #fff;
}
#footer a {
    color: #76cae4;
    text-decoration: none;
}

#footer a:hover{
    opacity: 0.6;
}

#footer #social_media_buttons {
    margin-left: 35px;
    margin-top: 10px;
}

#footer .explore {
    float: left;
    background-color: rgb(229, 48, 41);
    height: 400px;
    width: 260px;
    margin-top: 0px;
    margin: 0 0;
}
div#footer_logo {
    margin-top: 40px;
    margin-left: 50px;
    background-image: url(../../img/sona2015/gno_logo_footer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}
#footer .copyright {
    font-size: 13px;
    width: 170px;
    margin-top: 12px;
    margin-left: 50px;
    text-transform: uppercase;
}
.logo span {
    position: absolute;
    top: 100%;
}
#footer .col {
    float: left;
    margin: 50px 10px 0px;
    text-transform: uppercase;
    text-align: center;
}
#footer h2 {
    font-family: Helvetica, Arial;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}
#footer li {
    font-size: 13px;
    line-height: 18px;
    list-style: none;
}
#footer a {
    color: #777;
    text-decoration: none;
}
#footer * {
    padding: 0;
    margin: 0;
}
@media (max-width: 1010px){
    .explore{
        margin: 0px 0px;
    }
    #footer .col {
        float: left;
        margin: 50px 0px 0px;
    }
}
