#pageFooter {
position: relative;
padding: 0;
line-height: 45px;
border-top: 1px solid #e9e9ea;
background-color: #e9e9ea;
clear: both;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
border-top: 1px solid  #e9e9ea;
}
@media "min-width: 760px" {
#pageFooter {
padding: 0 4em;
}
}
#pageFooter ul {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 0 auto;
padding: 0;


text-align: left;
}
#pageFooter .footer-nav li {
float: left;
color: #eee;
border: 0;
background-color: #e9e9ea;
}
#pageFooter .footer-nav li a{
display: inline-block;
position: relative;
padding: 0 10px;
cursor: pointer;
text-decoration: none;
color: #373739;
white-space: nowrap;
font-size: 12px;
line-height: 49px;
height: 49px;
vertical-align: middle;
text-shadow: 0 2px 1px rgba(255,255,255,1);
}
#pageFooter .footer-nav li span {
cursor: default;
}
#pageFooter .footer-nav li a:hover {
text-decoration: none;
background-color: #d9d9d9;
}
#pageFooter .footer-nav li a:active {
text-decoration: none;
background-color: #525355;
color: #fff;
text-shadow: none;
}


#pageFooter .footer-nav li a img{
margin-top: 14px;
margin-right: 5px;
border:0;
}

#pageFooter .footer-nav .spacer {
width: auto;
}
#pageFooter .footer-nav .lspacer {
width: 12px;
}
#pageFooter .footer-nav #footer-logo {
float: right;
}

#pageFooter:before {
content: " ";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-top: 1px solid #fff;
}

