.vertical-menu {
    width: 100%;
    height: 100%;
    background-color: #f5f4f4;
}

.vertical-menu a {
    color: #884bc5;
    display: block;
    padding: 12px;
    text-decoration: none;
    /*border-bottom: 1px solid #f5f4f4;*/
    
    background:
    linear-gradient(
      to right,
      rgba(200, 100, 184, 1),
      rgba(100, 200, 200, 1)
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
  );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
    
    
}

.vertical-menu a:hover {
      background-size: 0 4px, 100% 4px;
      font-weight:bold;
}

.vertical-menu a.active {
    background-color: #04AA6D;
    color: white;
}
.vertical-menu a em.fa {
  margin: 0 14px 0 -8px;
  border-right: 1px solid #ccc;
  width: 35px;
  font-size: 1.09em;
}


/*  team bloc */

.editorial_team_block .row{margin-left:-15px; margin-right: 0px;}

.editorial_team_block div{padding:0}
.editorial_team_block .col-md-4{width:30%}

.editorial_team_block img{width:85px!important;height:90px!important;padding:5px;border:1px solid #d6cfcf46;float:left;box-shadow:10px 10px 5px -13px rgba(105,98,98,.75)}
.editorial_team_block .profile{min-height:100px}
.editorial_team_block .profile div{line-height:1.5;font-size:.92em;text-align:left}

.editorial_team_block .profile div{text-align:left;padding-right:10px}
.editorial_team_block .profile .name{font-size:14px}
.editorial_team_block .profile .speciality{font-weight:700;font-size:.92em}

#customblock-team .content{margin-top:-11px;}
 
#customblock-team .title{font-size:14px; font-weight:bold; background: linear-gradient(135deg, #009dc0 0%, #00c7f3 44%, #e1f8fd 100%);color:white;}


#nav-menu .navbar-nav{margin:34px;}

.container-fluid .row{    background: linear-gradient(135deg, #009dc0 0%, #00c7f3 44%, #e1f8fd 100%);}

.journal-description h2{ background: linear-gradient(135deg, #009dc0 0%, #00c7f3 44%, #e1f8fd 100%);}

