.list-tags{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    
    
     flex-direction: row;
    -webkit-flex-direction: row; 
	-moz-flex-direction: row;
	-ms-flex-direction: row;

    
    -webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
    
    width: 100%;
    margin: 40px 0px;
}


.list-tags a {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  
  display: block;
  padding: 8px 20px 0px;
  border-radius: 4px;
  border: solid 1px #e6e6e7;
  background-color: #ffffff;
  
  margin: 0px 4px 10px;
  height: 32px;
}

.list-tags a:hover{
  border-radius: 4px;
  border: solid 1px  #ed2690;
  background-color: #ffffff;
  color: #4A4A4A;
	text-decoration: none;
}

.list-tags a.excessive{
	display: none;
}


.list-tags span.showmore_link,
.showmore_link_for_main_page {
  border-radius: 4px;
  border: solid 1px #ed2690;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ed2690;
    text-transform: uppercase;
  display: block;
   padding: 8px 15px 0px;
   cursor: pointer;
   height: 32px;
   width: 140px;
   margin: 0px 10px 10px;
}

.list-tags span.showmore_link:hover,
.showmore_link_for_main_page:hover {
  border: solid 1px  var(--color-white);
  background-color: #ed2690;
  color: #ffffff;
   -webkit-text-stroke: 0px;
	
}

.showmore_link_for_main_page {
    margin: 0 auto 10px;
}

