#footer{
    padding-top: 75px;
    padding-bottom: 10px;
    background: #333333;

    color: #ffffff;
}
#footer .footer-line{
    margin: 50px auto 35px auto;
    height: 2px;
    background: #ca982f;
    border-radius: 50%;
}
/*#footer h3{*/
#footer header{
    width: 100%;
    font-size: 1.35em;
    font-weight: bold;
    margin-bottom: 45px;
}
#footer header *{
    margin-top: 0;
}
#footer p{
    line-height: 1.3em;
}
.icon-bar i{
    margin: 25px 12.5px;
    color: #ca982f;
    font-size: 19px;
}
.icon-bar i:first-child{
    margin-left:0;
}
.tbl-contacts tr td:nth-child(2){
    padding: 8px 0px 8px 5px;
}
.tbl-contacts tr td:nth-child(1){
    font-size: 25px;
    text-align: center;
    color: #ca982f;
}
.tbl-contacts tr td i{
    transition: all 0.4s linear 0.5s;
}

#footer .footer-nav li>a{
    padding: 7px 15px;
    font-size: 1.1em;
    font-weight: 400;
}
#footer .footer-nav li>a:hover,
#footer .footer-nav li>a:focus,
#footer .footer-nav li>a:active{
    background: none;
    color: #ca982f;
}
#footer a[href="http://voodoo.pro/"] img{
    width: 25px;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .develop-block{text-align: left;margin-top: 10px}
}
#footer .develop-block{

}
@media (min-width: 992px) {
    .pull-right-1{float: right}
    .pull-left-1{float: left}


    .tbl-contacts{
        margin: 0 auto;
    }
}
@media (max-width: 750px){
    #footer>.container>.row>div:not(:first-child){
        margin-top: 80px;
    }
}