#footer{
    position: fixed;
    width:100%;
    height: 235px;
    bottom: 0px;
    background-color: #000;
    overflow: hidden;
}
#footer-content{
    position: absolute;
    left:50%;
    margin-left: -495px;
    width:990px;
    height: 163px;
    border-bottom: #2f3032 solid 1px;
}
.footer-content-punct{
    position: relative;
    float: left;
    top:27px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    margin-right: 115px;
}
.footer-content-punct span{
    font-weight: 700;
}
.footer-content-punct a{
    text-decoration: none;
    color:#fff;
    border-bottom:#333 solid 1px;
}
.footer-content-punct a:hover{
    color:#f47321;
    border-bottom: #f47321 solid 1px;
}

#footer-socials{
    position: absolute;
    right:0px;
    top:27px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    text-align: right;
}
#footer-social-puncts{
    position: absolute;
    right:0px;
    top:35px;
    width:120px;
    height: 27px;
}
.footer-social{
    position: relative;
    display: inline-block;
    margin-left: 5px;
    width:27px;
    height: 27px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background: url(../img/top_socials.png);
    cursor: pointer;
}
.footer-social.fb{
    background-color: #2f3032;
    background-position: 0px -27px;
}
.footer-social.tw{
    background-color: #2f3032;
    background-position: -27px -27px;
}
.footer-social.gg{
    background-color: #2f3032;
    background-position: -54px -27px;
}
.footer-social.fb:hover{
    background-color: #448ccb;
    background-position: 0px 0px;
}
.footer-social.tw:hover{
    background-color: #00bff3;
    background-position: -27px 0px;
}
.footer-social.gg:hover{
    background-color: #ff5747;
    background-position: -54px 0px;
}

#footer-bottom{
    position: absolute;
    left:50%;
    margin-left: -495px;
    width:990px;
    height: 72px;
    top:154px;
}
#footer-bottom-info{
    position: absolute;
    left:0px;
    top:35px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
}
#footer-bottom-info a{
    text-decoration: none;
    color:#fff;
    border-bottom:#333 solid 1px;
}
#footer-bottom-info a:hover{
    color:#f47321;
    border-bottom: #f47321 solid 1px;
}
#footer-bottom-social{
    position: absolute;
    right:0px;
    top:36px;
    width:454px;
    height: 20px;
    background: url(../img/footer_socials.png);
}


#white-hider{
    position: fixed;
    left:0px;
    top:0px;
    width:100%;
    height:0px;
    z-index: 9991;
    background-color: #fff;
    overflow: hidden;
}
