/**
 * Footer
 * ========================================================================== */

footer .footer { background: #262626 url('../assets/footer-grad-bg.png') top center repeat-x; padding: 60px 30px 50px 30px; margin: auto; }
    footer .footer h5 { color: #00a8b7; font-size: 26px; font-weight: 400; margin-bottom: 20px; }
    footer .footer ul { list-style: none; padding: 0px; margin: 0px; }
    footer .footer ul li { font-size: 22px; line-height: 28px; margin-bottom: 15px; font-weight: 300; }
    footer .footer ul li a { color: #cccccc!important; }
    footer .footer ul li a:hover { color: #e62c27!important; }

    footer .footer .footer-cta-feature { border: 2px #ffffff solid; border-radius: 10px; padding: 30px; margin-top: 15px; position: relative; width: 100%; max-width: 422px; float: right; }
        footer .footer .footer-cta-feature h3 { color: #00a8b7; font-size: 30px; line-height: 36px; margin-bottom: 20px; }
        footer .footer .footer-cta-feature h4 { color: #ffffff; font-size: 27px; line-height: 32px; }
        footer .footer .footer-cta-feature i { color: #ffffff; font-size: 34px; line-height: 38px; position: absolute; bottom: 30px; right: 30px; }
    footer .footer .footer-cta-feature:hover { background: #ffffff; }
        footer .footer .footer-cta-feature:hover h3 { color: #e62c27; }
        footer .footer .footer-cta-feature:hover h4 { color: #333333; }
        footer .footer .footer-cta-feature:hover i { color: #e62c27; }


footer .footer-bottom { background: #262626; border-top: 1px #999 solid; padding: 30px 30px 30px 30px; margin: auto; }
    footer .footer-bottom p { color: #cccccc; font-size: 18px; line-height: 40px; font-weight: 300; margin: 0px; }
    footer .footer-bottom p a { color: #cccccc!important; }
    footer .footer-bottom p a:hover { color: #e62c27!important; }
    footer .footer-bottom p span { padding: 0px; }

    footer .footer-bottom .o_brand_promotion { margin-top: 15px; }

    footer .footer-bottom .footer-social { margin: 0px; padding: 10px 0px 0px 0px; list-style: none; float: none; }
        footer .footer-bottom .footer-social li { float: left; width: 50px; height: 50px; margin-right: 12px; margin-bottom: 0px; border: 0px; }
        footer .footer-bottom .footer-social li a { background: none; border: 2px #999 solid; border-radius: 50%; height: 50px; width: 50px; display: block; text-align: center; }
        footer .footer-bottom .footer-social li a:hover { background: #e62c27; border-color: #e62c27; }
        footer .footer-bottom .footer-social li a i { color: #999999; }
        footer .footer-bottom .footer-social li a:hover i { color: #fff; }
        footer .footer-bottom .footer-social li.linkedin a { font-size: 28px; line-height: 46px; }
        footer .footer-bottom .footer-social li.twitter a { font-size: 28px; line-height: 50px; }
        footer .footer-bottom .footer-social li.instagram a { font-size: 28px; line-height: 48px; }

    footer .o_footer_copyright { display: none; }
    footer .o_brand_promotion a { color: #e62c27!important; }