.user_navigation{
	background: #0e78cd !important;
	border-bottom: 1px solid #0c6ab5 !important;
}

.page_index_site li.media .media-left img {
    height: 240px;
    width: 170px;
    padding: 10px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0px 2px 10px #d2d2d2;
}

a {
    color: #23374d;
    text-decoration: none;
}

.pkp_structure_page {
    font-size: 1.1em;
    text-align: justify;
    text-justify: inter-word;
}

.site-name .navbar-brand {
    color: #23374d;
    text-shadow: 1px 3px 1px #d2d2d2;
    letter-spacing: 3px;
}

.about_journal {
    color: #2e2e2e;
    background: whitesmoke;
}

.navbar-default .navbar-toggle, .header_view .navbar-toggle{
    border-color: transparent !important;
}

@media (max-width: 768px){
    .text-hero{
        padding-top: 0 !important;
    }
    .btn-hero{
        float: initial !important;
    }
}


@media (max-width: 640px){
    .navbar-toggle {
        padding: 5px 0px 0px 15px;
    }
    
    .journals .media_body {
        padding: 43px 4px 0 35px;
        font-size: 12px;
    }

    .page_index_site li.media .media-left img {
        width: 130px;
    }
}
