/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
.abstract-box-homepage {
  border: 1px solid #e4e4e4;
  height: 333px;
  position: relative;
  margin-bottom: 50px; }

.abstract-box-homepage-img-wrapper {
  position: relative;
  width: 100%;
  /*nicola*/ }

.abstract-box-homepage-img {
  width: 100%;
  height: 333px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  max-height: 100%;
  max-width: 100%; }

.abstract-box-vocabulary-color {
  position: absolute;
  background-color: #013871;
  color: #fff;
  bottom: 20px;
  right: 25px;
  text-align: center;
  padding: 15px 25px;
  border-radius: 20px;
  line-height: 0px; }

/* GRID FOR CATEGORIES' COLORS */
.abstract-box-vocabulary-color-story {
  background-color: #3bae15;
  /*#3bae15*/ }

.abstract-box-vocabulary-color-news {
  background-color: #003870;
  /*#003870*/ }

.abstract-box-vocabulary-color-event {
  background-color: #df0221; }

.abstract-box-vocabulary-color-video {
  background-color: #11b6d6; }

.abstract-box-vocabulary-color-blog {
  background-color: #eb5400; }

.abstract-box-vocabulary-color-photo {
  background-color: #f59400; }

.abstract-box-vocabulary-color-project {
  background-color: #eb5400; }

.abstract-box-vocabulary-color-expert {
  background-color: #df0221; }

.abstract-box-vocabulary-color-partner {
  background-color: #3bae15; }

#wrapper #content .generic-container .vocabulary-color {
  font-size: 17px;
  font-family: HelveticaIFAD;
  font-weight: regular;
  line-height: 13px;
  position: absolute;
  color: #fff;
  bottom: 20px;
  right: 25px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 20px; }
  #wrapper #content .generic-container .vocabulary-color a:hover {
    color: #fff !important; }
  #wrapper #content .generic-container .vocabulary-color span {
    color: #fff; }

/*
.abstract-box-vocabulary-color span {
	font-size: 13px;
	font-family: $HelveticaIFAD;
	line-height: 13px;
}
*/
.abstract-box-homepage-content-wrapper {
  padding: 0 40px 0 0;
  /* 	margin: 0; */
  /* 	height: 332px; */
  /* 	position: relative; */
  /* 	padding:30px; */ }

h3.abstract-box-homepage-title {
  font-size: 24px !important;
  font-family: HelveticaIFAD;
  font-weight: 500;
  color: #333333;
  margin: 10px 0 0 0;
  overflow: hidden;
  /* 	white-space: nowrap; */
  /* 	text-overflow: ellipsis; */
  line-height: 1.25;
  /* 	margin-top:25px; */
  margin: 25px 0 20px 0; }

.abstract-box-homepage-content {
  font-size: 20px;
  font-family: GeorgiaIFAD;
  color: #666666;
  /*     float: left; */
  line-height: 30px;
  /* ellipsis */
  overflow: hidden;
  position: relative;
  max-height: 150px;
  /* it's line-height * num_rows */ }

/*.abstract-box-homepage-content:before {
	content: '...';
	position: absolute;
	right: 0;
	bottom: 0;
}
.abstract-box-homepage-content:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: #fff;
}*/
.abstract-box-homepage-content a.read-more-red {
  color: red;
  font-size: 15px;
  font-family: HelveticaIFAD; }

.abstract-box-homepage-tag {
  font-size: 15px;
  font-family: HelveticaIFAD;
  color: #666666;
  text-transform: uppercase;
  text-align: left;
  margin-top: 15px;
  position: absolute;
  bottom: 25px; }

.spotlight-abstracts-homepage-node {
  float: left;
  margin-bottom: 0px; }

.spotlight-abstracts-homepage-node:nth-child(2n+1) {
  margin-left: 0 !important;
  float: left;
  margin-bottom: 30px; }

@media (max-width: 979px) {
  #wrapper .spotlight-abstracts-adt {
    padding: 0px !important; }
    #wrapper .spotlight-abstracts-adt .abstract-box-homepage {
      min-height: 650px;
      height: auto !important;
      margin-bottom: 0px; }
      #wrapper .spotlight-abstracts-adt .abstract-box-homepage .abstract-box-homepage-content-wrapper {
        padding: 30px; } }
@media (max-width: 767px) {
  #wrapper .spotlight-abstracts-adt .abstract-box-homepage-content-wrapper .abstract-box-homepage-tag {
    position: initial; } }