.vvi_person {
    background: #eaeaea;
    border: 1px solid #cacaca;
    padding: 15px;
}
.vvi-In {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0px 2px 10px 0 rgba(0,0,0,0.12);
    padding: 2px;
    background: #FFF none repeat scroll 0 0;
    border-radius: 3px;
        margin-bottom: 10px;
}
.clearfix:hover{
  box-shadow: 0 0 11px rgba(33,33,33,.2)

}
.vvi_person figure {
    background: #FFF;
    text-align: center;
    display: inline-block;
    float: left;
    width: 30%;
    border-right: 1px solid rgba(230,230,230,0.45);
    margin-left: 5px;
}
figure {
    margin: 0;
}
.vvi_person figure img {
    width: 120px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px auto;
    max-height: 150px;
    height: 130px;
}
.vvi_person .figcaption {
    width: 68%;
    background-color: #FFF;
    text-align: left;
    padding: 5px 10px;
    float: right;
}
.vvi_person .figcaption h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}
.vvi_person .figcaption h5 {
    font-size: 1em;
    color: #d7002e;
    font-weight: 600;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.well-heading, .nav li, .news-bar a, .news-bar td, .news-bar th, .well a {
  /*font-weight: bold;*/
    font-size: 14px;
}
.well-heading {
    background: #004A89;
    width: auto;
    height: auto;
    color: white;
    line-height: 24px;
    padding: 8px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.content_title:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 40px;
    border-radius: 6px;
    border-color: #0e5dae transparent #0e5dae #ad1d1d;
    border-style: solid;
    border-width: 3px 5px 3px 150px;
}
.blockmenu {
    height: 70px;
    width: 100%;
    background: #004A89;
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.2s linear 0s;
}
.blockmenu a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.blockmenu:hover{
   box-shadow: 0 0 11px rgba(255, 0, 0, 0.8)

}
.block-icon {
    color: #FFF;
    font-size: 50px;
    opacity: 1;
    transform: rotate(0deg);
    font-family: FontAwesome;
    padding: 0 10px;
    width: 30%;
    position: absolute;
    left: 0;
}
.block-content {
    width: 70%;
    padding: 20px 0;
    position: absolute;
    left: 75px;
}
.fa {
    display: inline-block;
  
   
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.block-icon {
    color: #FFF;
    font-size: 50px;
    opacity: 1;
    transform: rotate(0deg);
    font-family: FontAwesome;
    padding: 0 10px;
    width: 30%;
    position: absolute;
    left: 0;
}

.courses-box:hover{
   box-shadow: 0 0 11px rgba(255, 0, 0, 0.8)
}
