.journal_index {  
    background: url('header_red.png') top right no-repeat;
}

.site_header { 
    background: white;
    border: 1px solid #e1e1e1;
}

#main-navigation > li a { color: black; }

.panel-default > .panel-heading, .pkp_block .title {   
    color: #ffffff;    
    background: rgba(237, 179, 179, 1);
    background: -moz-linear-gradient(top, rgba(237, 179, 179, 1) 0%, rgba(200, 41, 41, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 179, 179, 1)), color-stop(100%, rgba(200, 41, 41, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 179, 179, 1) 0%, rgba(200, 41, 41, 1) 100%);
    background: -o-linear-gradient(top, rgba(237, 179, 179, 1) 0%, rgba(200, 41, 41, 1) 100%);
    background: -ms-linear-gradient(top, rgba(237, 179, 179, 1) 0%, rgba(200, 41, 41, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 179, 179, 1) 0%, rgba(200, 41, 41, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edb3b3', endColorstr='#c82929', GradientType=0 );
}

.user_navigation { 
 
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(left, #333333 0%, #3d3d3d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #333333 0%,#3d3d3d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #333333 0%,#3d3d3d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    
    /* background: #295293;
    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 ); /* IE6-9 */
  }

  
.user_navigation a {
    color: rgb(255, 255, 255) !important ;
}

.user_navigation .dropdown-menu li a { 
    color: rgb(87, 87, 87) !important;
}

.about_journal { 
    padding: 20px;
    font-size: 1.03em;
    color: white;
    background: #c21313a4;
    border: 0.5px solid #f0f0f0;
}

.about_journal h1 { color: #f0f0f0; }

.editorial_team_block .profile .name { color: #c73434; }
