.journal_index {  
    background: url('header_blue.jpg') 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(179,220,237,1);
    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: #295293; /* Old browsers */
    background: -moz-linear-gradient(left, #295293 0%, #3fa1e2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #295293 0%,#3fa1e2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #295293 0%,#3fa1e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    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 : #3887fd82;
    border: 0.5px solid #f0f0f0
}

.about_journal h1 { color: #ff8040; display:none;}

.editorial_team_block .profile .name {color: #3437ce } 

.header_shadow 
{
    background: url(../images/headershadow.png) no-repeat scroll center -8px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
    margin-top: 48px;

}


/* Editorial Board */

#customblock-editorial-team { padding: 5px 10px}
.editorial_team_block h1 { text-align: center !important}
.editorial_team_block div { padding: 0px;}
.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, 0.75);}
.editorial_team_block .profile { min-height: 100px; }
.editorial_team_block .profile div { line-height: 1.5; text-align: left}
.editorial_team_block .profile .name {font-size: 14px; }
.editorial_team_block .profile .speciality {font-weight: bold;}



.pkp_structure_sidebar .block_custom h1 
{
    font-size: 21px;
    text-align: left;
    margin: 10px 0px 20px 0px;
    color: #ff8040;
    text-shadow: 1px 1px #edf1ed;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffdfb0;
}

.pkp_structure_sidebar .block_custom h1 
{
    color: #00c7f3;
    border-bottom: 1px solid #3bdcff;
}

.editorial_team_block .profile .name 
{
  color: #00b7de;
}

.editorial_team_block .profile .speciality 
{
 font-weight: bold;
}

.panel, .pkp_block {

    -webkit-box-shadow: 0 1px 15px 1px rgba(113,106,202,.08);
    -moz-box-shadow: 0 1px 15px 1px rgba(113,106,202,.08);
    box-shadow: 0 1px 15px 1px rgba(113,106,202,.08);

}

/* Editorial Board */


.navbar-toggle
{
 background-color:#F16F6B !important;
}


side-menu_hover_effect::before 
{
 content: "";
 position: absolute;
 z-index: -1;
 left: 0;
 right: 100%;
 bottom: 0;
 background: #2098D1;
 height: 1px;
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 2.3s;
 transition-duration: 2.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}

.side-menu_hover_effect::before {

    background: #3bdcff;

}


/* Footer Begins

.footer-contact { padding: 20px 0; font-size: 12px}

.copyright-wrapper {
    background: #1a1a1a;
    border-top: 1px solid #2D2D2D;
    margin: 30px 0 0 0;
    padding: 14px 0 14px;
    position: relative;
    color: #555555;
    width: 100%;

}

.copyright-wrapper img { margin-bottom: 0}

.copy-right {
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #9e9e9e;
}

.copy-right a { color: #e0e0e0;}


.footer_border {
    height: 7px;
background: rgb(252,234,187);
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); 
}

footer[role="contentinfo"] {
    background: url('../images/footer_bg.png') repeat;
    color: #afafaf;
    padding: 25px 0px 0px 0px;
    margin-top: -2px;
    font-size: 0.9em;
    font-family: 'Merriweather', serif;

}

footer .social_media_list a { margin-right: 10px}

footer .contact_detail {
    font-size: 1.1em;

}

footer .fa { margin-right: 5px; font-size: 1.1em; color: #858585}
footer img { margin-bottom: 20px; max-width: 450px;}



footer h4 { font-size: 16px; color: #eeeeee}

 Footer Ends */



