footer.footer {
    background: url(/Files/App_002/Images/footer.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 0 15px 0;
}
.contact_footer {
    font-size: 14px;
    color: #FFF;
    border-left: 1px solid #afafaf;
    padding-left: 15px;
}
.contact_footer a {
    color: #FFF;
    text-decoration: none;
}
.contact_footer a:hover {
    color: #76c001;
    text-decoration: none;
}
.footer_menu_contact {
    margin-bottom: 30px;
}
.rs_footer {
    display: table;
    margin: 0 auto 20px auto;
}
.rs_footer_link {
    width: 15px;
    height: 20px;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    cursor: pointer;
    border-right: 1px solid #FFF;
    text-align: center;
}
.rs_footer_link:last-child {
    border-right: 0 none;
}
.menu_footer {
    display: table;
    margin: 2px auto;
}

.rs_footer_link.fb {background: url(/Files/App_002/Images/fb.png) no-repeat center;}
.rs_footer_link.tw {background: url(/Files/App_002/Images/tw.png) no-repeat center;}
.rs_footer_link.in {background: url(/Files/App_002/Images/in.png) no-repeat center;}
.rs_footer_link.gp {background: url(/Files/App_002/Images/gp.png) no-repeat center;}
.rs_footer_link.fb:hover {background: url(/Files/App_002/Images/fb_hover.png) no-repeat center;}
.rs_footer_link.tw:hover {background: url(/Files/App_002/Images/tw_hover.png) no-repeat center;}
.rs_footer_link.in:hover {background: url(/Files/App_002/Images/in_hover.png) no-repeat center;}
.rs_footer_link.gp:hover {background: url(/Files/App_002/Images/gp_hover.png) no-repeat center;}
.copyright {
    font-size: 11px;
    color: #FFF;
    font-family: "Arial";
    display: table;
    margin: 0 auto;
}
.copyright a {
    color: #FFF;
    text-decoration: none;
}
.copyright a:hover {
    color: #76c001;
    text-decoration: none;
}

@media (max-width: 1200px) {
footer.footer {
    padding: 30px 0 15px 0;
}
.contact_footer {
    font-size: 13px;
}
}


