@font-face {
  font-family: 'VAGroundedStd-black';
  src: url('../fonts/VAGRoundedStd-Black.otf');
}
@font-face {
  font-family: 'VAGroundedStd-bold';
  src: url('../fonts/VAGRoundedStd-Bold.otf'), url('../fonts/VAGRoundedStd-Bold.eot'), url('../fonts/VAGRoundedStd-Bold.ttf'), url('../fonts/VAGRoundedStd-Bold.woff'), url('../fonts/VAGRoundedStd-Bold.svg');
}
@font-face {
  font-family: 'VAGroundedStd-light';
  src: url('../fonts/VAGRoundedStd-Light.otf'), url('../fonts/VAGRoundedStd-Light.eot'), url('../fonts/VAGRoundedStd-Light.ttf'), url('../fonts/VAGRoundedStd-Light.woff'), url('../fonts/VAGRoundedStd-Light.svg');
}
/* 
    Created on : Jun 19, 2015, 12:33:08 PM
    Author     : fpereira
*/
.tpl-footer {
  z-index: 1;
  position: fixed;
  left: 15px;
  bottom: 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: VAGroundedStd-light;
  height: 25px;
}
.tpl-footer .left {
  opacity: 0.5;
  float: left;
  margin-top: 10px;
  line-height: 25px;
}
.tpl-footer .right {
  position: fixed;
  right: 20px;
  bottom: 15px;
}
.tpl-footer .right img:hover {
  opacity: 0.8;
}
.tpl-footer .bene-logo {
  float: left;
}
.tpl-footer .footer-menu {
  margin-left: 15px;
  float: left;
  list-style-type: none;
  z-index: 2;
}
.overlay {
  z-index: -1;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 40px;
  background-color: #000;
  opacity: 0.4;
}
