/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
#wrapper {
  /*.abstract-box h3.abstract-box-title:before {
  	content: '...';
  	position: absolute;
  	right: 0;
  	bottom: 0;
  }
  .abstract-box h3.abstract-box-title:after {
  	content: '';
  	position: absolute;
  	right: 0;
  	width: 1em;
  	height: 1em;
  	margin-top: 0.2em;
  	background: #fff;
  }*/
  /*.abstract-box-content:before {
  	content: '...';
  	position: absolute;
  	right: 0;
  	bottom: 0;
  }
  .abstract-box-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 .abstract-box {
    border: 1px solid #e4e4e4;
    /* 	    height: 600px; */
    position: relative;
    margin-bottom: 50px; }
  #wrapper .slimBox {
    height: 340px; }
  #wrapper .abstract-box-img-wrapper {
    position: relative; }
  #wrapper .abstract-box-img {
    width: 100%;
    height: 182px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    max-height: 100%;
    max-width: 100%; }
  #wrapper .abstract-box-tag {
    position: absolute;
    background-color: #013871;
    color: #fff;
    bottom: 20px;
    right: 25px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
    line-height: 0px; }
  #wrapper .abstract-box-tag span {
    font-size: 13px;
    font-family: "HelveticaIFAD", Helvetica, Arial, serif;
    line-height: 13px; }
  #wrapper .abstract-box-content-wrapper {
    padding: 30px;
    margin: 0;
    height: 290px; }
  #wrapper .abstract-box h3.abstract-box-title {
    font-size: 24px;
    font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #333333;
    margin: 0 0 20px 0;
    line-height: 30px;
    	/*text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
    	display: -webkit-box;
        -webkit-box-orient: vertical;*/
    text-align: left;
    /* ellipsis */
    overflow: hidden;
    position: relative;
    max-height: 90px;
    /* it's line-height * num_rows */ }
  #wrapper .abstract-box-author {
    font-size: 18px;
    font-family: HelveticaIFADSlim, Helvetica, Arial, sans-serif;
    color: #666666; }
  #wrapper .abstract-box-content {
    margin: 10px 0;
    font-size: 20px;
    font-family: "GeorgiaIFAD", Times, "Times New Roman", serif;
    line-height: 1.5;
    color: #666666;
    	/*text-overflow: ellipsis;
    	overflow: hidden;
    	display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;*/
    text-align: left;
    /* ellipsis */
    overflow: hidden;
    position: relative;
    max-height: 6em;
    /* it's line-height * num_rows */ }
  #wrapper .read-more {
    font-family: HelveticaIFAD, Helvetica, Arial, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #02336B;
    display: block;
    position: absolute;
    bottom: 20px; }