ul.tab_nav li
{
  list-style: none;
}
ul.tab_nav li a
{
  text-decoration: none;
}
ul.tab_nav
{
 width: 100%;
 padding-left: 0;
 margin-bottom: 20px;
}

ul.tab_nav li
{
  display: inline-block;
}
ul.tab_nav li a
{
  padding: 9px 25px;
  background: #EB9912;
  color: #fff !important;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'RobotoRegular';
}

ul.tab_nav li a.active
{
  background: #1579B7;
}

.tab_content
{
  width:100%;
  display: none;
}
