.footer-links{
    margin-bottom: 25px;
}
.footer-links h2,
.footer-links h2 a,
.footer-links h3,
.footer-links h3 a,
.footer-links h4,
.footer-links h4 a{
    font-size: 16px;
    line-height: 34px;
    font-family: 'HelveticaNeueLTStd-Bd';
    color: #666666;   
    margin-top: 0px;
    
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer-links p,
.footer-links p a{
    font-size: 12px;
    line-height: 16px;
    font-family: 'HelveticaNeueLTStd-Roman';
    color: #666666;  
}
.footer-links h2 a:hover,
.footer-links h2 a:active,
.footer-links h3 a:hover,
.footer-links h3 a:active,
.footer-links h4 a:hover,
.footer-links h4 a:active,
.footer-links p a:hover,
.footer-links p a:active{
    text-decoration: none;
    color: #f39100;    
}
.footer-links h2 a:focus,
.footer-links h3 a:focus,
.footer-links h4 a:focus,
.footer-links p a:focus{
    text-decoration: none;
}
.footer-links ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-links ul li,
.footer-links ul li a{
    font-size: 12px;
    line-height: 16px;
    font-family: 'HelveticaNeueLTStd-Roman';
    color: #666666;  
    margin-bottom: 10px;
}
.footer-links ul li a:hover,
.footer-links ul li a:active{
    text-decoration: none;
    color: #f39100;   
}
.footer-links ul li a:focus{
    text-decoration: none;
}



@media (max-width: 767px) {
    .footer-links{
        padding: 0 20px;
        margin-bottom: 0px;
    }
    .footer-links h2, 
    .footer-links h3, 
    .footer-links h4{
        background: url('images/show.png') no-repeat center right;
    } 
    .footer-links.opened h2, 
    .footer-links.opened h3, 
    .footer-links.opened h4{
        color: #f39100;
        background: url('images/show-orange.png') no-repeat center right;
    } 
    .footer-links p{
        display: none;
        margin-left: 20px;
    }
    .footer-links ul{
        display: none;
        margin-left: 20px;
    }
}