#lang-box{ clear: both; height: 40px; }
#lang-box span{ display: block; float: left; margin-right: 14px; font-size: 11px; font-weight: bold; color: #464541; text-transform: uppercase; }
#lang-box a{ display: block; float: left; background: url(/img/site/global-sprites.png); margin-right: 8px; width: 23px; height: 20px; opacity: 0.3; transition: all .3s linear }
#lang-box a:hover{ opacity: 1; }
#lang-box a.active{ opacity: 1 !important; }
#lang-box a.us{ background-position: -389px -228px; }
#lang-box a.br{ background-position: -421px -228px; }


#footer-menu{ clear: both; height: 210px; }
#footer-menu h2{ font-size: 14px; font-weight: bold; color: #464541; margin-bottom: 16px; text-transform: uppercase; }
#footer-menu a{ display: block; color: #464541; font-size: 14px; text-decoration: none; }
#footer-menu a:hover{ color: #ff592b; }
#footer-menu #follow{ float: right; }
#footer-menu #follow h2{ color: #464541; font-size: 14px; margin-bottom: 20px; text-transform: uppercase; }
#footer-menu #follow a.twitter{ display: block; float:left; width: 50px; height: 50px; background: url(/img/site/global-sprites.png) -217px -200px; margin-right: 22px; }
#footer-menu #follow a.facebook{ display: block; float:left; width: 50px; height: 50px; background: url(/img/site/global-sprites.png) -285px -200px; }
#footer-menu #follow a{ opacity: 0.8; }
#footer-menu #follow a:hover{ opacity: 1; }
#footer-menu *{ transition: all .2s linear }

#footer{ background: #f5f4f2;  }
#footer p{ font-size: 14px; font-weight: bold; color: #9a9a95; padding: 30px 0px 40px; text-transform: uppercase; }