.award-header-wrapper {
	background-color: rgb(248,244,238);
	color: rgb(51,51,51); /* 80% BLACK */
}
#award-details-wrapper {
	background-color: rgb(51,51,51); /* 80% BLACK */
}
/*#award-badge-wrapper > img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}*/
.award-info.hidden-xs {
	color: rgb(179,179,179);  /* 30% BLACK */
	font-family: BestrFont-Light;
	font-size: 12px;
}
.award-info.visible-xs {
	color: rgb(179,179,179);  /* 30% BLACK */
	font-family: BestrFont-Light;
	font-size: 12px;
}
.award-info .text-gold {
	font-size: 13px;
	font-family: BestrFont;
	color: rgb(207,166,102); /* GOLD */
	margin-left: 10px;
}
.award-info .tags-label {
	margin-right: 10px;
}
.award-info .tags {
	font-size: 15px;
	font-family: BestrFont-BookItalic;
	color: rgb(207,166,102); /* GOLD */
}
.award-stats {
	background-color: rgb(0,0,0);
	margin: 10px 0 20px;
	padding: 0;
	display: inline-block;
}
.award-stats > li {
	height: 24px;
	display: inline-block;
	padding: 5px 20px 0;
	margin: 0;
	border: 0;
	color: rgb(179,179,179); /* 30% BLACK */
	font-size: 10px;
	font-family: BestrFont-Medium;
	line-height: 100%;
}
/*.award-stats > li:last-child {
	border-left: solid 1px rgb(179,179,179);
}*/
.award-stats > li > .number{
	font-size: 15px;
}
#award-more-wrapper {
	padding: 0;
}
.award-more.hidden-xs {
	padding-top: 65px;
	background-color: rgb(77,77,77); /* 70% BLACK */
	color: rgb(255,255,255);  /* WHITE */
	height: 100%;
	width: 100%;
	margin-left: 20px;
}
.award-more.visible-xs {
	padding-top: 65px;
	background-color: rgb(77,77,77); /* 70% BLACK */
	color: rgb(255,255,255);  /* WHITE */
	height: 100%;
	width: 100%;
}
.award-more .paragrafo_h2 {
	margin-bottom: 36px;
}
#award-description-wrapper,
#badge-description2-wrapper {
	margin-bottom: 56px;
}
#award-description-text p {
    padding: 0px;
    margin: 0px;
}
#award-description-text ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#award-description-text ul li {
    background-image: url(img/elenco_puntato.svg);
    background-repeat: no-repeat;
    background-position: 0px top;
    padding-left: 15px;
}
#award-description-text ul li.testo_gold {
    background-image: url(img/elenco_puntato_gold.svg);
}
#award-description img {
	margin-top: 56px;
}
.social-container{
	display: inline-block;
}
.embed {
	display: inline-block;
	margin: 26px 0 0px;
	vertical-align: middle;
}
.embed a img {
	height: 16px;
}
.evidence-outcomes-descrizione{
	font-family: BestrFont-ThinItalic;
}
.evidence-outcomes-title{
	margin-bottom: 0;
}
.evidence-outcomes-valore{
	/* uguale a .testo_standard */
	font-family: BestrFont-Light;
	font-size: 18px;
	line-height: 26px;
}

/*TAG LIST*/
#award-tag-list {
  max-height: 100px;
  overflow-y: auto;
  word-wrap: break-word;
}

#award-tag-list::-webkit-scrollbar {
  background-color: #333333;
  width: 1em;
}

#award-tag-list::-webkit-scrollbar-thumb{
  background-color: #1C1C1C;

  border-radius: 10em;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.gradientback_arrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
}
