.cat-list-menu li {
  padding: 5px 0;
  border-bottom: 1px solid #2E2E2E;
}

.cat-list-menu li a {
  color: #888;
  margin-right: 10px;
}

.cat-list-menu li i {
  color: #888;
  margin-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cat-list-menu li:hover i {
  margin-left: 5px;
}

.cat-list-menu li a:hover {
  color: #f44336;
}

.tab-info{
  font-size: 14px;
  margin-left: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.font-white{
  color:#FFFFFF;
}

.font-bold{
  font-weight: bold;
}

.font_tab{
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: 5px;
}

.custom_fonts{
  font-family: 'Roboto Condensed', sans-serif;
}

.erro404{
  font-family: 'Roboto Condensed', sans-serif;
  color: #888484;
}

.privacy{
  color: #666666;
}

.upper {
   text-transform: uppercase;
}

.serial{
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
  font-family: Consolas,monaco,monospace;
  color: #004d00;
  background-color: #ccffcc;
}

/* max-width  */
@media screen and (max-width: 770px) {

h4{
  padding-top: 25px;
}

img{
  padding: 5px;
}

}

.footer-btm a{
  color: #666666;
}

.footer-btm a:hover, a:focus {
  color: #f44336;
  text-decoration: underline;
}
