/*Header*/
.pkp_head_wrapper {
    padding: 0 !important;
    width: 100% !important;
}

.pkp_site_name .is_img img {
    display: block !important;
    max-height: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
}

.pkp_site_name .is_img {
    display: inline;
}

.pkp_navigation_primary_wrapper {
    text-align: left;
    margin-left: 10px;
    margin-left: 40px !important;
    font-size: 1.3em !important;
    font-weight: bold !important;
}

.pkp_site_name_wrapper {
    width: 100%;
    padding: 0;
}

.pkp_site_nav_menu {
    background-color: #7e0116;
}

.pkp_nav_list ul {
    background: #7e0116 !important;
}

.pkp_site_name {
    padding: 0;
}

.pkp_navigation_primary_wrapper {
    background-color: #7e0116;
}

#navigationPrimary>li>a {
    color: #fff;
}

#navigationPrimary>li>a:hover {
    color: #fff;
    border-bottom: solid #fff 4px;
}

.pkp_navigation_primary_row {
    background-color: #7e0116;
}

.pkp_navigation_search_wrapper a {
    color: #fff;
}

.pkp_navigation_search_wrapper a:hover,
.pkp_navigation_search_wrapper a:focus {
    color: #fff;
    border-color: #fff;
}

/*Termina Header*/

body {
    text-align: justify;
}

.obj_galley_link {
    background-color: #b64154;
    color: #fff;
}

.obj_galley_link:hover {
    background-color: #7e0116;
}

a {
    color: #7e0116;
}

a:hover {
    color: #b64154;
}

.dropdown-menu li a {
    color: #fff !important;
    background-color: #7e0116 !important;
}

.dropdown-menu li a:hover {
    color: #b64154 !important;
    background-color: #fff !important;
    border-left: #7e0116 4px solid !important;
}

.cmp_form .submit .submit {
    background-color: #7e0116;
    color: #fff;
}

.page_search .submit button:after {
    background-color: #7e0116;
    color: #fff;
}

.cmp_form .submit .submit:hover {
    background-color: #b64154;
    color: #fff;
}

.page_search .submit button:hover {
    background-color: #b64154 !important;
    color: #fff;
}

.block_make_submission a {
    background-color: #7e0116;
    color: #fff;
}

.block_make_submission a:hover {
    background-color: #7e0116;
    color: #fff;
}

.cmp_notification {
    border-left: solid 4px #7e0116;
}

.pkp_structure_sidebar {
    display: block !important;
}

.pkp_structure_main {
    display: block !important;
}

.cmp_announcements .read_more {
    color: #7e0116 !important;
}

.cmp_announcements .read_more:hover {
    color: #b64154 !important;
}

.current_issue .read_more {
    color: #7e0116 !important;
}

.current_issue .read_more:hover {
    color: #b64154 !important;
}