footer .heading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 0;
}
footer .heading span {
    border-left: 3px solid #18b3e5;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
footer{
    font-size: 13px;    
    line-height: 20px;
    color: #fff;
    border-top: 10px solid #000;
    background-color: #1a1a1a;
}
footer .content{
    padding: 30px 0 45px;
    border-bottom: 1px solid #333;
}
footer p{
    margin-bottom: 15px;
}
footer a{
    color: #18b3e5;
}
footer a:hover{
    color: #f07e3b;
}
footer ul{
    list-style: none;
}
footer ul li{
    margin-bottom: 10px;
}
footer .copy{
    padding: 30px 0 15px;
}
footer .copy img{
    margin-right: 10px;
}
footer img{
    vertical-align: middle;
}
footer .social a{
    text-decoration: none;
}