#footer #advancefooter .footer_row.copyright{
    border-top: 1px solid #ccc;
    text-align: center;
    margin-top: 15px;
    padding-top: 25px;
}
#footer #advancefooter .copy_right_content{
    font: normal 13px "Lato", sans-serif;
    margin-bottom: 25px;
    color: #666;
    letter-spacing: 1px;
    }
#footer #advancefooter .copy_right_content span{
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#footer #advancefooter .block_title{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    margin: 0 0 40px;
    letter-spacing: 1px;
}
#footer #advancefooter .footer_list  ul{
    list-style: square;
    list-style-position: inside;
    font: normal 13px "Lato", sans-serif;
}
#footer #advancefooter .footer_list  ul li{margin-bottom: 12px; color: #aaa; }
#footer #advancefooter .footer_list  ul li a{
    display: inline-block;
    color: #333;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transition: transform 0.4s;
}
#footer #advancefooter .footer_list  ul li:hover a{
    color: #c1b17e;
    transform: translate(16px, 0px);
    -webkit-transform: translate(16px, 0px);
    -moz-transform: translate(16px, 0px);
    -o-transform: translate(16px, 0px);
    -ms-transform: translate(16px, 0px);
}
#footer a:hover {
    color: #c1b17e;
}
#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 5px; color: #666; }
#footer #advancefooter .footer_logo img{margin-bottom: 15px}
#footer #advancefooter #block_contact_infos ul li{padding-left: 42px;position: relative;font: normal 13px "Lato", sans-serif;  line-height: 25px; color: #666;}
#footer #advancefooter #block_contact_infos ul li:before{
    position: absolute;
    left: 0;
    font-family: 'ElegantIcons';
    font-size: 18px;
    font-variant: normal;
    text-transform: none;
    color: #666;
    line-height: 1;
    margin-top: 2px;
    -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;
        margin-bottom: 40px;        
    }
    #footer #advancefooter .block_title{margin-top: 25px}
    #footer #advancefooter .footer_logo{margin-bottom: 20px}
}