.contagem {
      background-color: transparent;
      font-size: 24px;
      margin-top: -5%;
      margin-left: 0%; 
      width: 100%;
      color: #fff;
      padding: 10px;
      text-align: center;
      text-transform:none !important;
    }
    .home-section .three-box .fellows-2015 {
      background-color: transparent!important;
      padding: 0 !important;
    }
     .fellows-2015 > h1 {
      font-family: 'PlayfairDisplay-Italic', serif;
      font-size: 30px;
      color: #fff;
      position:absolute;
      top:0px;
      left:100px;
      z-index:10;
      padding: 5px 10px;
      background-color: rgba(157,141,133,0.3);
    }

    .fellows-2015 > a {
     position: absolute;
     border:3px solid;
     z-index:10;
     bottom: 20px;
     left: 13%;
     border: 2px solid #fff!important;
     color: #fff !important;
     background-color: rgba(157,141,133,0.3);
   }
   @media screen and (max-width: 480px) {

    .home-section .three-box .fellows-2015 {
      min-height: 150px;	
    }
    .fellows-2015 > h1 {
      font-size: 20px !important;
      top: 0px;
      left: 25px;
    }
    .fellows-2015 > a {
      position: absolute;
      border: 3px solid;
      z-index: 10;
      bottom: 15px;
      left: 0 !important;
      border: 2px solid #fff!important;
      color: #fff !important;
      background-color: rgba(157,141,133,0.3);
    }
  }


  
  
  /*.home-section, .home-section .container-fluid, */
  /*.home-section .container-fluid > div{height: 100%;min-height: 100%;}*/

  .home-section .section-news{border: 2px solid #9c8f87; border-top: 0 none; border-bottom: 0 none;}

  .home-section .section-resume .title-row, 
  .home-section .section-news .title-row{color:#9c8f87;border-bottom: 2px solid #9c8f87;}
  
  .home-section .section-resume, 
  .home-section .section-news, 
  .home-section .section-video,
  .home-section .section-resume{}

  .home-section .section-about *,
  .home-section .section-video *{color: #FFF;}

  .home-section .section-video{background-color: #002945;}
  .home-section .section-video .title-row{margin-top: 20px;}

  .home-section .three-box{;border-bottom: 2px solid #9c8f87;}
  .home-section .two-box{}
  .home-section {overflow-x: hidden;}

  .home-section .section-twitter{background-color: #f1f2f2;overflow: hidden;}
  .home-section .section-twitter .title-box{color: #69c8f6;}
  .home-section .section-about{background-color: #9d8d85;border: 2px solid #9c8f87;margin-left: -4px;}
  .home-section .section-about .title-box,.home-section .section-twitter .title-box{font-size: 450%}
  
  .home-section .padding-top{padding-top: 15px;}

  .home-section .section-resume *,.home-section .section-news *{
    color:#998e88;
  }

  .btn-brown, .btn-brown:hover, .btn-brown:active, .btn-brown:visited{
    font-family: 'crimson_textitalic';
    border:2px solid #a77b54; color:#a77b54;
    padding: 2px 20px;
    font-size: 16px;
  }
  .btn-white, .btn-white:hover, .btn-white:active, .btn-white:visited{
    font-family: 'crimson_textitalic';
    border:2px solid #fff; color:#fff;
    padding: 2px 20px;
    font-size: 16px;
  }

  .home-section .section-resume .text-title{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .home-section .section-resume .item-row:last-child{
    border-bottom: 0px none;
  }
  .home-section .section-resume .item-row{
    padding-bottom: 50px;
    border-bottom: 2px solid #9c8f87;
  }
  
  .home-section .section-news .text-date{
    margin: 0;
  }
  .home-section .item-row .text-date{
    padding-top: 15px;
    margin: 0;
  }
  .gallery-image{}
  .gallery-image .prev, .gallery-image .next{ cursor: pointer; z-index: 99; background: url(../img/prev-next.png) no-repeat left top; width: 48px; height: 98px; position: absolute; top: 50%; }
  .gallery-image .prev{left: 5%; background-position: left top; }
  .gallery-image .next{right: 5%; background-position: right top; }

  @media screen and (max-width: 768px){
    .home-section .section-news{border-top: 2px solid #9c8f87;}

    .home-section .section-resume .item-row{border-bottom: 0 none;}
    .home-section .section-resume .item-row:last-child{border-left: 2px solid #9c8f87;}
    .home-section .section-video{padding-bottom: 40px;margin-top: 40px;}
    .home-section .section-about, .home-section .section-twitter{padding: 40px 15px;}
    .home-section .section-about .title-box{font-size: 350%;margin-top: 0;}
    .home-section .section-twitter .title-box{font-size: 350%;margin-top: 0;}
  }