
/* --------------------------------------------
   Research & Courses
   -------------------------------------------- */

.research-project, .course {
    right: 0;
    margin: 0 0 20px;
    padding: 0 8px;

}

.research-project a, .course a {
    display:block;
    box-shadow: 7px 6px 10px rgba(0,0,0,0.3);
    max-width: 400px;
    margin: auto;
    outline-style: none;
    background: linear-gradient(to bottom,  #f0f0f0 0%,#f7f7f7 100%); /* W3C */
}

.research-project a:hover, .course a:hover{
    /*background-color: #fdfdfd;*/

    background: linear-gradient(to bottom,  #f7f7f7 0%,#fdfdfd 100%); /* W3C */
}


.course a img {
    padding: 30px 20px;
}


.research-project a img {
    height:230px;
    padding: 30px 20px;
}

.research-project a .project-caption:hover{
    text-decoration: none;
    background-color: #fcfcfc;
    color: #bb3030;
}

.project-caption h4
{
    text-transform: none;
}

.project-caption, .course-caption {
    padding: 15px;
    width:100%;
    text-align: center;
    background-color: #fff;
    height: 90px;
    display:table;
    text-align: center;
}
.project-caption h4 {
    padding: 0;
    margin-top:auto;
    margin-bottom:auto;
    display:table-cell;
    vertical-align:middle;
}

@media(min-width:1200px) {
    .area-caption, .area-caption>h4 {
        vertical-align: middle;
        padding: 1px;
        width:100%;
        text-align: center;
        background-color: #fff;
        height: 30px;
        display:table;
        text-align: center;
        text-transform: none;
        font-size: 110%;
        font-weight: normal;
    }

    .research-area a img {
        height:180px;
        padding: 25px 5px;
    }
}

.research-area i {
    color: #000 !important;
}

.research-area i:hover {
    color: #d32222 !important;
}


.research-area a {
    /*color: #000 !important;*/
}

.research-area  {
    padding: 0px;
    text-align: center;
}

@media(max-width:1199px) {
    .area-caption, .area-caption>h4 {
        vertical-align: middle;
        padding: 1px;
        width:100%;
        text-align: center;
        background-color: #fff;
        height: 20px;
        display:table;
        text-align: center;
        text-transform: none;
        font-size: 100%;
        font-weight: normal;
    }

    .research-area a img {
        height:230px;
        padding: 30px 5px;
    }
}


/* --------------------------------------------
   Modal
   -------------------------------------------- */

.modal-header {
    padding:17px 15px;
    border-bottom:1px solid #eee;
    background-color: #000000;
    color: #ffffff;
  text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
 }
 
.modal {
    top: 10%;
}

.modal-body {
    text-align: center;
}

@media(min-width:800px) {
  .modal-body {
    font-size: 18px;
  }
}

.modal-footer {
    text-align: center;
}

.carousel{

    margin-top: 30px;
    margin-bottom: 0px;
}

.carousel-indicators li {
    background-color: #666666 !important;
}

.carousel-indicators .active {
    background-color: #666666 !important;
    margin-top: 100px !important;
}

.carousel-indicators{
    margin-top: 200px !important;
}