/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
#wrapper {
  /* .spotlight-abstract-tag {
  	position: absolute;
  	background-color: #013871;
  	color: #fff;
  	bottom: 20px;
  	right: 25px;
  	text-align: center;
  	padding: 10px 20px;
  	border-radius: 20px;
  	line-height: 0px;
  }
  
  .spotlight-abstract-tag span {
  	font-size: 13px;
  	font-family: $HelveticaIFAD;
  	line-height: 13px;
  } */
  /*h3.spotlight-abstract-title:after {
  	content: '';
  	position: absolute;
  	right: 0;
  	width: 1em;
  	height: 1em;
  	margin-top: 0.2em;
  	background: #fff;
  }*/
  /*.spotlight-abstract-content:after {
  	content: '';
  	position: absolute;
  	right: 0;
  	width: 1em;
  	height: 1em;
  	margin-top: 0.2em;
  	background: #fff;
  }*/
  /* if posible this could go to global */ }
  #wrapper .spotlight_abstract {
    height: 500px;
    position: relative;
    border-bottom: 1px solid #e4e4e4; }
  #wrapper .spotlight-abstract-img-wrapper {
    position: relative;
    width: 100%;
    /*nicola*/ }
  #wrapper .spotlight-abstract-img {
    width: 100%;
    height: 332px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    max-height: 100%;
    max-width: 100%; }
  #wrapper .spotlight-abstract-content-wrapper {
    padding: 0;
    margin: 0;
    height: 332px;
    position: relative; }
    #wrapper .spotlight-abstract-content-wrapper .spotlight-abstract-button {
      display: table;
      position: absolute;
      bottom: 0;
      white-space: nowrap; }
    #wrapper .spotlight-abstract-content-wrapper h3.spotlight-abstract-title {
      margin-top: 0px;
      margin-bottom: 15px;
      line-height: 1.2em;
      font-size: 24px;
      /* ellipsis */
      overflow: hidden;
      position: relative;
      max-height: 3.6em;
      /* it's line-height * num_rows */ }
  #wrapper .spotlight-abstract-content {
    font-size: 20px;
    /* 	    font-family: GeorgiaIFAD; */
    /* 	    color: $ifad-text; */
    /*overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;*/
    line-height: 30px;
    /* 	    float: left; */
    /* ellipsis */
    overflow: hidden;
    position: relative;
    /* 		max-height: 128px; it's line-height * num_rows  */
    max-height: 237px; }
  #wrapper .spotlight-abstract-author {
    font-size: 18px;
    font-family: HelveticaIFADSlim, Helvetica, Arial, sans-serif;
    color: #666666; }
  #wrapper .spotlight-abstract-btn {
    display: table;
    position: absolute;
    bottom: 0; }
  #wrapper .spotlight-abstract-btn button,
  #wrapper .spotlight-abstract-double-btn button {
    background-color: orange;
    border: orange; }
  #wrapper .spotlight-abstract-double-btn {
    margin-left: auto;
    display: table;
    margin-right: auto; }
  #wrapper .spotlight-row {
    padding-bottom: 75px; }
  #wrapper .spotlight-abstract-btn a,
  #wrapper .spotlight-abstract-double-btn a {
    color: white; }
  #wrapper button.bordered-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 5px; }
  #wrapper button.bordered-right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  #wrapper .read-more {
    font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #02336B;
    display: block;
    position: absolute;
    bottom: 20px; }
  #wrapper .spotlight-abstract-tag {
    font-size: 15px;
    font-family: HelveticaIFAD;
    color: #666666;
    padding-top: 0px;
    text-transform: uppercase; }
  #wrapper .spotlight-abstract-tag a,
  #wrapper .spotlight-abstract-tag a:visited {
    color: #666666; }
  #wrapper spotlight-abstract-tag a:visited a:hover {
    color: #003870; }

@media (min-width: 768px) and (max-width: 979px) {
  #wrapper .spotlight-abstract-content-wrapper {
    height: 160px; } }
@media (max-width: 767px) {
  #wrapper .spotlight-abstract-content-wrapper {
    height: 300px; }
    #wrapper .spotlight-abstract-content-wrapper .spotlight-abstract-content {
      margin-bottom: 15px; } }
@media (max-width: 979px) {
  #wrapper .spotlight-abstract-content-wrapper .spotlight-abstract-button {
    position: static; } }
/*	
	#wrapper h3.spotlight-abstract-title {
		margin-bottom: 15px!important;
	}
	#wrapper .spotlight-abstract-content {
		line-height:30px!important;
		max-height: 200px!important;
	}
	.spotlight-abstract-content-wrapper .spotlight-abstract-button {
		bottom:-10px!important;
	}


#wrapper h3.spotlight-abstract-title {
	margin-bottom: 15px!important;
}
#wrapper .spotlight-abstract-content {
	line-height:30px!important;
	max-height: 237px!important;
}

*/