.polcats {
  font-size: 12px;
  margin: 10px 0;
  padding: 0;
  display: block;
  color: #afafaf;
  text-transform: uppercase;
	font-weight:700;
}
.polcats a {
	background:#f1f1f1;
	padding:2px 4px;
	transition:ease all .3s;
  text-decoration:none;
}
.polcats a:hover, .polcats a:active, .polcats a:focus {
	color:#fff;
	background:#0d2fd7;
}
.languagechoice {
    display:block;
    font-size:14px;
    margin:10px 0;
    font-weight:700;
  }
  .languagechoice a {
    padding:2px 8px;
    border-radius:4px;
    border:1px solid #1877f2;
    color:#1877f2;
    background:rgba(24,119,242,0);
    transition:ease all .3s;
    text-decoration:none; 
    margin-right:6px;
  }
  .lang_selected {
    border:1px solid #876be8 !important;
    color:#fff !important;
    background:#876be8 !important;
  }
  .languagechoice a:active, .languagechoice a:focus, .languagechoice a:hover {
    border:1px solid rgb(70, 133, 215);
    color:#fff;    
    background:rgba(24,119,242,1);
  }
  .languagechoice i {
    margin-right:4px;
  }
  .languagechoice img {
    height:10px;
    margin:0 4px 2px 0;
  }