/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
.abstract-row {
  border-bottom: 1px solid #e4e4e4;
  padding: 40px 0; }

.abstract-row:first-child {
  border-top: 0; }

.abstract-row:last-child {
  border-bottom: 1px solid #e4e4e4; }

.abstract-row-content-wrapper {
  position: relative;
  height: 183px; }

.abstract-row h3.abstract-row-title {
  font-size: 26px;
  font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #333333;
  margin: 0;
  line-height: 1.1 !important;
  /* ellipsis */
  overflow: hidden;
  position: relative;
  max-height: 2.2em !important;
  /* it's line-height * num_rows */ }

/*.abstract-row h3.abstract-row-title:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: #fff;
}*/
.abstract-row .abstract-row-author,
.abstract-row .abstract-row-categories {
  font-size: 18px;
  font-family: HelveticaIFADSlim, Helvetica, Arial, sans-serif;
  color: #666666; }

.abstract-row .abstract-row-categories {
  font-weight: 500; }

.abstract-row .abstract-row-img {
  height: 183px;
  width: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  margin-left: auto; }

.abstract-row .abstract-row-img-blog,
.abstract-row .abstract-row-img-experts {
  height: 190px;
  width: 190px;
  border-radius: 50%; }

.abstract-row .abstract-row-img-publication {
  /*height: 270px;
  width: 190px;
  */
  height: 183px;
  width: 100%; }

.abstract-row .abstract-row-img-project {
  background-size: auto;
  background-position: 100% 0%; }

.abstract-row .abstract-row-langs {
  font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #666666;
  /*position: absolute;
  bottom: 0;*/ }

.abstract-row .abstract-row-content {
  font-size: 20px;
  margin-top: 14px;
  font-family: "GeorgiaIFAD",Times,"Times New Roman",serif;
  line-height: 1.5;
  color: #666666;
  position: absolute;
  bottom: 0;
  /*height: 120px;*/
  /*overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;*/
  /* ellipsis */
  overflow: hidden;
  position: relative;
  max-height: 6em;
  /* it's line-height * num_rows */ }

/*.abstract-row .abstract-row-content:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	background: #fff;
}*/
.abstract-row-read-more {
  font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #02336B;
  display: block; }