/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-nov-2016, 15:30:08
    Author     : ACS
*/
div._acs_social_widget{
    padding:0 40px;
    margin:0 0 30px;
}
div._acs_social_widget a{
    font-family:"FontAwesome";
    font-size:30px;
    margin-right:15px;
}
div._acs_social_widget a.facebook:before{
    content:"\f082";
}
div._acs_social_widget a.twitter:before{
    content:"\f081";
}
div._acs_social_widget a.youtube:before{
    content:"\f167";
}
div._acs_social_widget a.instagram:before{
    content:"\f16d";
}
div._acs_social_widget a.linkedin:before{
    content:"\f08c";
}
div._acs_social_widget a.email:before{
    content:"\f003";
}
div._acs_social_widget a.pinterest:before{
    content:"\f0d2";
}