#footer #advancefooter .footer_row.copyright{
    border-top: 1px solid #e5e5e5;
    text-align: center;
    margin-top: 45px;
    padding-top: 25px;
}
#footer #advancefooter .copy_right_content{
    font: normal 13px "Lato", sans-serif;
    margin-bottom: 25px;
    color: #666;}
#footer #advancefooter .copy_right_content span{
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
#footer #advancefooter .block_title{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 40px;
}
#footer #advancefooter .footer_list  ul{
    list-style: square;
    padding-left: 15px;
    font: normal 13px "Lato", sans-serif;
}
#footer #advancefooter .footer_list  ul li{margin-bottom: 15px;}
#footer #advancefooter .footer_list  ul li a{
    display: inline-block;

}
#footer #advancefooter .footer_list  ul li:hover > a{
    color: #000;

}
#footer #advancefooter .footer_logo{text-align: center;font: normal 13px "Lato", sans-serif;color: #999;line-height: 26px;}
#footer #advancefooter .footer_logo p{padding: 0px 15px}
#footer #advancefooter .footer_logo img{margin-bottom: 15px}
#footer #advancefooter #block_contact_infos ul li{position: relative;font: normal 13px "Lato", sans-serif;  line-height: 25px;color: #666;}
#footer #advancefooter #block_contact_infos ul li:before{
    margin-left: -30px;
    position: absolute;
    left: 0;
    font-family: 'ElegantIcons';
    font-size: 20px;
    font-variant: normal;
    text-transform: none;
    color: #999;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
#footer #advancefooter #block_contact_infos ul li.home_ic:before{
    content: "\e009";
}
#footer #advancefooter #block_contact_infos ul li.mobile_ic:before{
    content: "\e00b";
}
#footer #advancefooter #block_contact_infos ul li.mail_ic:before{
    content: "\e010";
}
@media (min-width: 768px) and (max-width: 991px) {
    #footer #advancefooter .footer_logo p{padding: 0}
}
@media (max-width: 767px){
    #footer #advancefooter .advancefooter-block{
        margin-top: 30px;
    }
    #footer #advancefooter .block_title{margin-top: 25px}
    #footer #advancefooter .footer_logo{margin-bottom: 89px}
}