.journal_index {  
    background: url('banner-ars.png') center no-repeat;
}


.site_header { 
   background: #1e3b5d;
   border: 1px solid #e1e1e1
}

#main-navigation > li a { color:#fff;}
#main-navigation > li a:hover { color:#fcd400;}

.blue_btn {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #1e3b5d;
    font-weight: 400;
    background-color: #fcd400;    
    border: 1px solid #fff;
    border-radius: 5px;    
    margin-left: 10px;
}

.panel-default > .panel-heading, .pkp_block .title {   
  
    color: #ffffff;    
    background: #1e3b5d;
    
    /* background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(100%, rgba(41,184,229,1)));
    background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#29b8e5', GradientType=0 ); */

}

.user_navigation { 
 
    background: #fcd400; /* Old browsers */
    /* background: -moz-linear-gradient(left, #295293 0%, #3fa1e2 100%); 
    background: -webkit-linear-gradient(left, #295293 0%,#3fa1e2 100%);
    background: linear-gradient(to right, #295293 0%,#3fa1e2 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295293', endColorstr='#3fa1e2',GradientType=1 ); */
  }

  
.user_navigation a {
    color: #1e3b5d !important ;    
    font-style: bold;    
}

.user_navigation .dropdown-menu li a { 
    /* color: rgb(87, 87, 87) !important; */
    color: #ffffff !important;
}

.about_journal { 
    padding: 20px;
    font-size: 1.03em;
    color: white;
    background : #000; /* 38bffda4 */
    border: 0.5px solid #f0f0f0
}

.about_journal h1 { color: #ff8040}

.editorial_team_block .profile .name {color: #3437ce } 

