@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');
.hmenu {
  list-style: none;
  margin: 10px 0 5px;
  padding: 0px 0 5px;
  text-align: center;
  background: white;
}
.hmenu li {display: inline-block;}
.hmenu li:after {
  content: "|";
  color: #606060;
  display: inline-block;
  vertical-align:top;
}
.hmenu li:last-child:after {content: none;}
.hmenu a {
  text-decoration: none;
  font-family: 'Ubuntu Condensed', sans-serif;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 0px;
  margin: 0 3px 0 3px;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  transition: color .2s;
}
.hmenu a, .hmenu a:visited {color: #9d999d;}
.hmenu a.current, .hmenu a:hover{color: #feb386;}
.hmenu a:before,
.hmenu a:after {
  content: "";
  position: absolute;
  height: 4px;
  top: auto;
  right: 50%;
  bottom: -5px;
  left: 50%;
  background: #feb386;
  transition: .8s;
}
.hmenu a:hover:before, .hmenu .current:before {left: 0;}
.hmenu a:hover:after, .hmenu .current:after {right: 0;}   
.clr1{
position:relative;
top: 2px;
color:#5f727ebb;
width: 100%;
height: 10px;
font-size:9px;
padding:1px 5px;
display:none}
.clr1{display:block}
.clr1[data-erir="notag"]{display:none!important}

