/*Footer CSSs*/
#footer-container{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #1C1C26;
    /*opacity: 0.1;*/
}
#footer-container h3{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    /* identical to box height, or 131% */
    color: #FFFFFF;
}
#footer-container p{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom: 7px;
}
#footer-container p a{
    color: #FFFFFF;
}
#footer-container p a:hover,
#footer-container p a:active,
#footer-container p a:focus{
    color: #fff;
}
#footer-container .footer-links-box ul{
    margin: 0;
    padding: 0;
    padding-left: 0px;
}
#footer-container .footer-links-box ul li{
    display: inline-block;
    padding-bottom: 0px;
    width: 49.5%;
    vertical-align: top;
}
#footer-container .footer-links-box ul li a{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255,255,255, 0.70);
} 
#footer-container .footer-links-box ul li a:hover,
#footer-container .footer-links-box ul li a:active,
#footer-container .footer-links-box ul li a:focus{
    color: rgba(255,255,255, 0.70);
}

.footer-social-links-box{
    margin: 0;
    padding: 0;
}
.footer-social-links-box li{
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.footer-social-links-box li a{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255,255,255,0.35);
}
.footer-social-links-box li a:hover,
.footer-social-links-box li a:active,
.footer-social-links-box li a:focus{
    color: rgba(255,255,255,0.35);
}


@media(max-width: 767px){
    #footer-container{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #footer-container h3 {
        font-size: 24px;
    }
    #footer-container .footer-links-box ul li{
        width: 100%;
    }

}
@media(min-width: 768px) and (max-width: 990px){ 
    
}
@media(min-width: 991px) and (max-width: 1199px){ 
    
}
@media(min-width: 1200px){ 
    
}

