@font-face {
    font-family: bahnschrift;
    src: url('bahnschrift.ttf');
}

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');

/* @font-face {font-family: "Cairo SemiBold";src: url('Cairo-SemiBold.ttf');} */

body {
    background-color: #dbefe8 !important;
    font-family: 'El Messiri', sans-serif !important;
    text-align: justify !important;
    line-height: 1.5 !important;
    font-weight: 500;
}

p,
a,
h1,
h2,
h3,
ul {
    font-family: 'El Messiri', sans-serif !important;
}

.nav {
    font-family: 'El Messiri', sans-serif !important;
    font-weight: 500;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: relative !important;
    right: 0;
    left: 0;
    z-index: 1030;
}

header {
    /*background-color: #00AF91 !important; */
    color: #fff !important;
    font-family: 'El Messiri', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.show {
    display: list-item !important;
}

.col-md-3 {
    width: 25% !important;
}

h2 {
    font-family: 'El Messiri', sans-serif !important;
    margin-top: 0px;
    background-color: #1f4554!important;
    padding: 10px;
    color: #fff;
    text-align: center;
}

h2.media-heading {
    font-family: 'El Messiri', sans-serif !important;
    margin-top: 0px;
    background-color: #1f4554!important;
    color: #fff !important;
    padding: 0px;
    color: #fff;
    text-align: center;
}

h2.media-heading a {
    color: #ffcc00 !important;
}

#headerNavigationContainer {
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 0;
    /*position: fixed;*/
    width: 100%;
    top: 0px;
    z-index: 10;
}

#mainContainer {
    /*margin-top: 270px !important;*/
    padding: 30px 0px;
    background: #fff;
    position: relative;
}

#mainContainerEm {
    /*margin-top: 180px !important;*/
    padding: 40px 0px;
    background: #fff;
    position: relative;
}


/* #main-content{    color: #000 !important;
    background: #ecf5f2;
    padding: 33px;
    border: #c7d0cd solid 1px;
    box-shadow: 0 4px 9px 0 rgb(0 0 0 / 12%);
} */

.pkp_structure_main {
    color: #000 !important;
    background: #fff;
    padding: 33px;
    border: #c7d0cd solid 1px;
    box-shadow: 0 4px 9px 0 rgb(0 0 0 / 12%);
}

.glyphicon {
    color: #007965;
}

.topHeader,
#primaryMenuWrp {
    width: 100%;
    float: right;
    padding: 1px 30px !important;
    position: relative;
    z-index: 1;
    background: #fff;
}

.topHeader,
.newDropDown ul {
    background: #2364a2 !important;
}

nav.cmp_breadcrumbs {
    font-family: 'El Messiri', sans-serif !important;
    /* display: none;
    border-bottom: 1px solid #ccc !important; */
    width: 100%;
    /*position: fixed;*/
    top: 150px;
    background: #f5f5f5;
    border-radius: 0px;
    left: 0px;
    z-index: 1;
}

.breadcrumb {
    font-family: 'El Messiri', sans-serif !important;
    padding: 15px !important;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px;
    width: 100%;
    margin: 0 auto !important;
    display: block;
}

.navbar-brand-logo img {
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-top: 21px;
    text-align: center;
    max-height: 160px;
    padding-right: 30px;
    padding-left: 30px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-default .nav>li>a,
.header_view .nav>li>a {
    color: #FED049 !important;
    font-size: 15px !important;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.nav>li>a:hover,
.nav>li>a:focus {
    color: #45526c !important;
    text-decoration: none;
    background-color: #5aa897 !important;
    transition: all 0.3s ease 0s;
    font-size: 16px
}

.block_developed_by,
.block_make_submission_link {
    font-family: 'El Messiri', sans-serif !important;
    border: 1px solid #8b6441;
    background-color: #6D9886 !important;
    display: inline-block;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 18px !important;
    cursor: pointer;
    color: #ffffff !important;
    width: 100%;
    padding: 7px;
    border-radius: 0px !important;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.header_view .navbar-brand:hover,
.header_view .navbar-brand:focus {
    background-color: transparent !important;
}

.site-name {
    font-family: 'El Messiri', sans-serif !important;
    font-size: 32px !important;
    margin-top: 21px;
    margin-bottom: 10.5px;
    font-weight: 500;
}

.site-name h1 {
    font-family: 'El Messiri', sans-serif !important;
    text-align: center !important;
    font-weight: 500;
}

#sidebar .block_make_submission .content {
    padding: 0px;
}

#sidebar .block_developed_by .content {
    padding: 0px;
}

.block_developed_by:hover,
.block_make_submission_link:hover {
    background-color: #00AF91 !important;
    border-color: #00AF91 !important;
}

.navbar-header {
    font-family: 'El Messiri', sans-serif !important;
    background-image: linear-gradient(-45deg, rgb(255 255 255 / 91%), rgb(194 235 225 / 47%)), url(https://www.kau.edu.sa/images/KAU-BANNERS3/photo_ar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px !important;
    width: 100%;
    position: relative;
}

#social-icons {
    padding: 0;
    text-align: right;
}

#social-icons .menu {
    list-style: none;
    margin: 0;
}

#social-icons .menu>li {
    float: left;
    border-right: 0px;
}

#social-icons .menu>li>a {
    font-family: 'El Messiri', sans-serif !important;
    display: block;
    line-height: 20px;
    font-size: 12px;
    padding: 10px 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.86);
    margin: 0px;
}

#social-icons .menu>li>a:hover {
    color: #000
}

#social-icons .fa {
    padding-right: 4px;
}

#showTopLinks {
    float: right;
    margin-top: 5px;
}

.topSocial ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.topSocial li {
    display: inline-block;
}

.topSocial li a {
    font-family: 'El Messiri', sans-serif !important;
    display: inline-block;
    background: #2364a2;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 18px;
    margin-left: 10px;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
    line-height: 25px;
}

.topSocial li a.fa-facebook:hover {
    background: #507CBE;
    color: #fff;
    text-decoration: none;
}

.topSocial li a.fa-twitter:hover {
    background: #6D9886;
    color: #fff;
    text-decoration: none;
}

.topSocial li a.fa-whatsapp:hover {
    background: #6D9886;
    color: #fff;
    text-decoration: none;
}

.topSocial li a.fa-linkedin:hover {
    background: #90CADD;
    color: #fff;
    text-decoration: none;
}

.topSocial li a:hover {
    opacity: 1
}

#sidebar {}

#sidebar .content ul {
    list-style: none;
    padding: 0px;
}

#sidebar .content li a:before {
    content: '\e044';
    font-family: 'Glyphicons Halflings';
    color: #FED049;
    padding-right: 10px;
}

#sidebar .content li a {
    font-family: 'El Messiri', sans-serif !important;
    color: #6D9886;
    display: inline-block;
    position: relative;
    margin: 0 auto 8px;
    text-decoration: none;
    font-weight: 600;
    padding: 2px 15px 2px 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#sidebar .content li a:hover {
    color: #000;
}

#sidebar .title::after {
    content: '\e042';
    position: absolute;
    right: 15px;
    font-size: 16px;
    font-family: 'Glyphicons Halflings';
    top: 11px;
    color: #ecf5f2;
}

#sidebar #customblock-Slider .title+.content {
    display: block !important;
}

#sidebar .blockTitle,
#sidebar .title {
    font-family: 'El Messiri', sans-serif !important;
    background: #45526c !important;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block !important;
    width: 100%;
    padding: 10px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 0px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    font-weight: 500;
}

#sidebar .blockTitle:after1,
#sidebar .title:after1 {
    content: '\f107 ';
    position: absolute;
    right: 15px;
    font-size: 20px;
    font-family: 'FontAwesome';
    top: 7px;
}

#sidebar .ShowDetailsSidebar .blockTitle:after,
#sidebar .ShowDetailsSidebar .title:after {
    content: '\f106';
    position: absolute;
    right: 15px;
    font-size: 20px;
    font-family: 'FontAwesome';
    top: 7px;
}

#sidebar .blockTitle:hover,
#sidebar .title:hover,
#sidebar .blockTitle:focus,
#sidebar .title:focus,
#sidebar .ShowDetailsSidebar .blockTitle,
#sidebar .ShowDetailsSidebar .title {
    background: #396284;
}

#sidebar .blockTitle+.content,
#sidebar .title+.content {
    background: rgb(208 235 225);
}

#sidebar>div {
    /* margin-bottom: 10px; */
}

#sidebar .content {
    padding: 10px;
}

#sidebar .content .blockTitle {
    margin-bottom: 10px 0px;
}

#footer {
    position: relative;
    background-color: #8B0000 !important;
    /*#002f5d*/
    padding-top: 20px;
    border-top: 0px solid #143c62;
    color: #fff;
    font-family: 'El Messiri', sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
}

#footer {
    margin: 2px 10px !important;
}

#footer[role="contentinfo"] {
    padding: 0.25em !important;
}

.navbar-default .navbar-brand,
.header_view .navbar-brand {
    color: #fff !important;
    text-align: center !important;
    line-height: 1.6;
}

.navbar,
.header_view {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    border: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.header_view .navbar-collapse,
.header_view .navbar-form {
    border-color: transparent !important;
}

.searchNav {
    position: relative;
    margin-right: 0px;
    z-index: 0;
    border-radius: 5px;
}

html[lang="en-US"] .searchNav {
    float: right !important;
}

.searchNav input {
    font-family: 'El Messiri', sans-serif !important;
    background: #fff;
    width: 150px !important;
    border-radius: 0px;
    height: 100%;
    padding: 6px 7px 7px 7px;
    font-weight: 500;
}

.searchNav input:focus {
    border-color: #6091ba !important;
}

.searchNav form {
    outline: none;
    box-shadow: none;
}

.searchNav button {
    font-family: 'El Messiri', sans-serif !important;
    font-weight: 500;
    padding: 7px 12px;
    border: 0px;
    color: #fff;
    border-radius: 0px;
    background-color: #002f5d;
    border-color: #002f5d;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.searchNav button:hover {
    background-color: #2364a2;
    border-color: #2364a2;
    color: #fff
}

@media only screen and (max-width:768px) {
    .topSocial li a {
        display: inline-block;
        background: #2364a2;
        width: 24px;
        height: 24px;
        text-align: center;
        padding-top: 0px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        font-size: 18px;
        margin-left: 10px;
        float: left;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        color: #fff;
        line-height: 25px;
    }
    .navbar-default .nav>li>a,
    .header_view .nav>li>a {
        color: #fff !important;
        font-size: 10px !important;
        padding: 5px;
    }
    nav.cmp_breadcrumbs {
        border-bottom: 1px solid #ccc !important;
        width: 100%;
        /*position: fixed;margin-top: 150px !important;
top: 70px;*/
        background: #f5f5f5;
        border-radius: 0px;
        left: 0px;
        z-index: 1;
    }
    .breadcrumb {
        padding: 15px !important;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 0px;
        width: auto;
        margin: 0 auto !important;
        display: block;
    }
    .navbar-default .navbar-brand,
    .header_view .navbar-brand {
        color: #fff !important;
        text-align: center !important;
        font-size: 24px !important;
        line-height: 1.6;
    }
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }
    .column {
        float: right;
        width: 100% !important;
        display: block;
        margin-bottom: 20px;
        padding: 0 10px;
    }
}

@media screen and (max-width:700px) {
    .navbar-brand-logo img {
        height: auto;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        margin-top: 1px;
        text-align: center;
        max-height: 200px;
        padding-left: 50px;
    }
}

@media screen and (max-width:600px) {
    .col-md-3 {
        width: 100% !important;
    }
    .journals .media-list .media {
        height: 100% !important;
    }
    .journals .media-list .media .media-left img {
        max-width: 100% !important;
        padding-right: 0px !important;
        margin: 0 auto !important;
    }
    .journals .media-list .media .media-left {
        width: 100% !important;
        display: block !important;
        padding-right: 0px !important;
        margin-bottom: 20px !important;
    }
    .topSocial li a {
        display: inline-block;
        background: #2364a2;
        width: 24px;
        height: 24px;
        text-align: center;
        padding-top: 0px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        font-size: 18px;
        margin-left: 10px;
        float: left;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        color: #fff;
        line-height: 25px;
    }
    .navbar-default .nav>li>a,
    .header_view .nav>li>a {
        color: #fff !important;
        font-size: 10px !important;
        padding: 5px !important;
    }
    #mainContainer {
        /*margin-top: 200px !important;*/
        padding: 40px 0px;
        background: #fff;
        position: relative;
    }
    /*.navbar-toggle{position: relative; top: -30px; background: #00AF91;}
.navbar-collapse{display: none;}*/
    .searchNav {
        display: none;
    }
    .navbar-brand-logo img {
        /* height: 100px;
        display: block;
        margin-right: 10px;
        width: auto;
        margin-top: 52px;
        text-align: center; */
        height: auto;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        margin-top: 5px;
        text-align: center;
    }
    nav.cmp_breadcrumbs {
        border-bottom: 1px solid #ccc !important;
        width: 100%;
        /*position: fixed;margin-top: 110px !important;top: 70px;*/
        background: #f5f5f5;
        border-radius: 0px;
        left: 0px;
        z-index: 1;
    }
    .breadcrumb {
        padding: 15px !important;
        list-style: none;
        background-color: #f5f5f5;
        border-radius: 0px;
        width: auto;
        margin: 0 auto !important;
        display: block;
    }
    .navbar-default .navbar-brand,
    .header_view .navbar-brand {
        color: #fff !important;
        text-align: center !important;
        font-size: 20px !important;
        line-height: 1.3;
    }
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0px;
        margin-left: 0px;
    }
    .column {
        float: right;
        width: 100% !important;
        display: block;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .column2 {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

.copyright-section {
    padding: 5px 0;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-top: 2px solid rgba(255, 255, 255, .6);
}

a,
a:visited,
a:link,
#sidebar .content li a {
    color: #000046;
}

a:hover,
#sidebar .content li a:hover {
    color: #0b7710
}

#navMenuWrp,
.topSocial li a {
    background: #00AF91;
    color: #fff
}

#nav-menu li:hover a,
#main-navigation .dropdown .dropdown-menu {
    background: #007965
}

#main-navigation .dropdown .dropdown-menu li a:hover {
    background: #007965
}

#main-navigation .dropdown .dropdown-menu li a,
#main-navigation a.active {
    border-color: #007965
}

#nav-menu .navbar-nav>li>a {
    color: rgba(255, 255, 255, 0.8);
    background: #45526c;
}

.mainNavigation .navbar-brand.pageHeaderTitle {
    color: #fff
}

.titleSide {
    text-transform: capitalize !important;
    background: #00AF91;
    color: #fff
}

.titleSide:after {
    border-top-color: #00AF91
}

#sidebar .blockTitle:hover,
#sidebar .title:hover,
#sidebar .blockTitle:focus,
#sidebar .title:focus,
#sidebar .ShowDetailsSidebar .blockTitle,
#sidebar .ShowDetailsSidebar .title {
    background: #385279
}

/* #sidebar .blockTitle+.content,
#sidebar .title+.content {
    background: rgba(72, 106, 156, 0.1)
} */

#homeTabWrp .nav-tabs .active a {
    background: #000046;
    color: #fff
}

#homeTabWrp .nav-tabs .active a,
#homeTabWrp .tab-content {
    border-color: #000046
}

.article-summary .authors,
.titleWithThemeEditIcon .date {
    color: #000046
}

.btn-default,
.btn-primary,
.btn-primary:visited,
.btn-default:visited,
.block_make_submission_link,
#seachCheckFlag:checked+.searchCntNav .show-search,
.btn-system {
    background-color: #FED049 !important;
    border-color: #c5785e;
    transition: all 0.3s ease 0s;
}

.btn-default,
.btn-primary,
.btn-primary:visited,
.btn-default:visited,
.block_make_submission_link:hover,
.block_make_submission_link:visited,
#seachCheckFlag:checked+.searchCntNav .show-search,
.btn-system {
    color: #fff !important
}

.btn-default:hover,
.block_make_submission_link:hover {
    background-color: #45526c !important;
    border-color: #30394c;
    transition: all 0.3s ease 0s;
}



#headerNavigationContainer {
    /* background: rgb(0, 175, 145); */
    background: linear-gradient(0deg, #5aa897 50%, rgb(69 82 108) 50%);}

.footer .bottom-bar {
    background: transparent !important
}

.footer .row a {
    color: #fff !important
}

label[for="menuOnTop"] {
    background: #6091ba !important
}

#main-navigation .dropdown .dropdown-menu li a {
    color: #fff
}

h2.headings {
    padding: 0px 0px;
    background-color: white;
    margin: 16px 0px;
    background: #fff;
    font-size: 21px;
    font-weight: 600;
    color: #ababab;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 0px solid;
    display: inline;
    position: relative;
    top: -18px;
    left: 0px;
}

h2.current_issue_title.lead {
    padding: 10px 20px;
    background-color: white;
    margin: 16px 0px;
    background: #fff;
    font-size: 21px;
    font-weight: 600;
    color: #ababab;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 0px solid;
    display: inline;
    position: relative;
    top: -10px;
    left: 28px;
}

.titleSide {
    text-transform: capitalize !important;
    background: #0a6486;
    /*#002f5d;*/
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    border-radius: 2px;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto 30px;
    display: inline-block;
}

.titleSide:after {
    content: '';
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
    border-width: 15px;
    border-top-color: #0a6486;
    /*#002f5d;*/
    left: 10px;
    top: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.page-header h1,
h2 {
    font-family: 'Alumni Sans', calibri !important;
    font-size: 25px;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 2px solid #1f4554!important;
}

.pkp_structure_main h1 {
    color: #6d9886;
    font-family: 'El Messiri', sans-serif !important;
    font-size: 25px;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 2px solid #FED049  !important;
}

.footer h3,
h4 {
    font-family: 'El Messiri', sans-serif !important;
    color: #eeff00 !important;
    font-weight: 500;
}

.footer p {
    text-align: justify !important;
    font-size: 20px;
    color: #fff;
    margin-top: 11px;
}

.footer small,
.small {
    font-size: 150% !important;
    color: #ffcc00 !important;
}

div.page-header {
    margin: 0px 0 0px;
    display: inline-block;
    border-bottom: 0px;
    width: 100%;
}

div.page-header h1 {
    margin-top: 20px;
    width: 100%;
    color: #22a44e;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
}

.page-header small {
    display: block;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    font-size: 22px !important;
    color: #fff !important;
}

article .page-header {
    margin-top: 0px;
    border-bottom: 1px solid #eee;
}

* {
    box-sizing: border-box;
}

.column {
    float: right;
    width: 33.33333%;
    padding: 0 10px;
}

.row {
    /*margin: 0 0px;*/
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.card button {
    border-radius: 4px !important;
    background-color: #002f5d !important;
}

.card a {
    color: #fff !important;
}

.card h3 {
    font-size: 12px !important;
}

.card p {
    font-size: 11px !important;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 25px;
    text-align: center;
    background-color: #f1f1f1;
}

.column2 {
    font-family: 'El Messiri', sans-serif !important;
    float: right;
    width: 100%;
    padding: 0 10px;
}

.row2 {
    font-family: 'El Messiri', sans-serif !important;
    margin: 0 -5px;
}

.row2:after {
    content: "";
    display: table;
    clear: both;
}

.card2 button {
    font-family: 'El Messiri', sans-serif !important;
    border-radius: 4px !important;
    background-color: #002f5d !important;
}

.card2 a {
    color: #002f5d !important;
}

.card2 h3 {
    font-family: 'El Messiri', sans-serif !important;
    font-size: 18px !important;
    border-bottom: 1px solid #002f5d !important;
    padding: 10px;
}

.card2 p {
    font-family: 'El Messiri', sans-serif !important;
    font-size: 14px !important;
    text-align: justify !important;
}

.card2 {
    font-family: 'El Messiri', sans-serif !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    text-align: center;
    color: #005d1c !important;
    background-color: #d0dae9;
    line-height: 1.4;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.media {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}

.about_site {
    margin-bottom: 15px
}

.journals .media-heading {
    font-family: 'El Messiri', sans-serif !important;
    font-size: 18px;
    color: #0bae13 !important;
    font-weight: 500;
}

h3.media-heading {
    font-family: 'El Messiri', sans-serif !important;
    font-weight: 500;
}

.journals a {
    font-family: 'El Messiri', sans-serif !important;
    font-size: 16px;
    color: #0bae3c
}

.journals .nav-pills>li>a {
    font-weight: 600;
    padding: 0px 10px;
}

.journals .nav-pills>li:first-child>a {
    padding-left: 0px;
}

.journals .nav-pills>li>a:hover {
    background: none !important;
}

.journals .media-list .media {
    font-family: 'El Messiri', sans-serif !important;
    /*border-bottom: 1px solid #eee;*/
    margin-top: 0;
    padding-bottom: 20px;
    height: 150px
}

.journals .media-list .media:nth-child(2n+1) {
    padding: 10px;
}

.journals .media-list .media:last-child {
    border-right: 0px solid #eee;
    padding: 10px;
}

.journals .media-list .media .description {
    font-family: 'El Messiri', sans-serif !important;
    overflow: auto;
    min-height: 70px;
    font-size: 12px;
    text-align: justify;
}

.journals .media-list .media .media-left {
    width: 260px;
    padding-right: 20px
}

.journals .media-list .media .media-left img {
    width: 90px;
    height: 125px;
    max-width: 160px;
    box-shadow: 8px 9px 6px -6px black;
}

.journals .media-list .nav-pills {
    margin-bottom: 10px;
}

.journals .media-list .nav-pills li {
    /*border-left: 1px solid #ccc*/
}

.journals .media-list .nav-pills li:last-child {
    border-right: 0px solid #ccc
}

.media-body,
.media-left,
.media-right {
    display: table-cell !important;
    vertical-align: top !important;
}

.footer[role="contentinfo"] {
    background: #45526C;
    padding: 2em;
    margin-top: 4em;
}

.pull-right,
.header_view .download {
    float: right !important;
    padding-right: 25px;
}

.pkp_structure_sidebar.left #customblock-custom_submission a {
    font-family: 'El Messiri', sans-serif !important;
    display: inline-block;
    padding: 10px;
    text-align: center;
    background: #fff;
    background-color: rgb(255, 255, 255);
    border: 3px solid #4F2683;
    border-radius: 10px;
    box-shadow: none;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    width: 100%;
    line-height: 28px;
}

.pkp_structure_sidebar.left #customblock-custom_submission a:hover {
    font-family: 'El Messiri', sans-serif !important;
    color: #fff;
    background-color: #4F2683;
    text-decoration: none;
}

.footer a .img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    visibility: hidden;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    max-width: 60%;
}

.alert-info {
    font-family: 'El Messiri', sans-serif !important;
    color: #ffffff;
    background-color: #5aa897;
    border-color: #22a14e;
}

.badge {
    color: #fff;
    background-color: #23a24e;
}

.navbar-default .navbar-toggle .icon-bar,
.header_view .navbar-toggle .icon-bar {
    background-color: #fff;
}


/* ====================================================== */

.pkp_structure_page {
    margin: 0 auto;
    width: 90%;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    html[direction="rtl"] .pull-md-right {
        float: left;
    }
}

.pull-md-right{
    /* float: left !important; */
}

.pkp_block {
    float: right;
    width: 70%;
    margin: 0 auto;
    border-color: #ddd;
    border: 0px solid transparent;
}

.panel .pkp_block {
    margin-bottom: 20px;
    background-color: #fff;
    /* border: 1px solid transparent; */
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}


/* ///////////////////////////////////////////////////// */

.profile {
    width: 330px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #fafafa;
    box-shadow: 0 0 2rem #babbbc;
    animation: show-profile 0.5s forwards ease-in-out;
}

@keyframes show-profile {
    0% {
        width: 0;
    }
}

.profile .photo,
.profile .content {
    box-sizing: border-box;
}

.profile .photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fafafa;
    background-color: #fafafa;
    margin-left: -50px;
    box-shadow: 0 0 0.5rem #babbbc;
    animation: rotate-photo 0.5s forwards ease-in-out;
}

@keyframes rotate-photo {
    100% {
        transform: rotate(-360deg);
    }
}

.profile .photo img {
    width: 100%;
}

.profile .content {
    padding: 10px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.profile .content::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 150px;
    background-color: #e9f3e6;
    left: 0;
    top: -20px;
    z-index: -1;
    transform: rotate(-8deg);
}

.profile .content .text {
    margin-top: 20px;
    margin-left: 50px;
}

.profile .content .text h3,
.profile .content .text h6 {
    font-weight: normal;
    margin: 3px 0;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.profile .content .btn {
    background-color: #abc;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 25px;
    top: 25px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.3s;
    animation: pop-btn 0.3s both ease-in-out 0.5s;
}

@keyframes pop-btn {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.profile .content .btn:hover {
    box-shadow: 0 0 0 5px rgba(170, 187, 204, 0.5);
}

.profile .content .btn span {
    width: 60%;
    height: 2px;
    position: absolute;
    background-color: white;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    animation: to-hamburger 0.3s forwards ease-in-out;
}

.profile .content .btn span::before,
.profile .content .btn span::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: white;
    transition-duration: 0.3s;
    transform: rotate(0deg);
    right: 0;
}

.profile .content .btn span::before {
    margin-top: -7px;
}

.profile .content .btn span::after {
    margin-top: 7px;
}

.profile .content .btn.active span {
    animation: to-arrow 0.3s forwards ease-in-out;
}

.profile .content .btn.active span::before,
.profile .content .btn.active span::after {
    width: 60%;
    right: -1px;
}

.profile .content .btn.active span::before {
    transform: rotate(45deg);
}

.profile .content .btn.active span::after {
    transform: rotate(-45deg);
}

@keyframes to-hamburger {
    from {
        transform: translateY(-50%) rotate(-180deg);
    }
}

@keyframes to-arrow {
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(180deg);
    }
}

.profile .box {
    width: 150px;
    height: 150px;
    opacity: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    right: -40%;
    transform: translate(-50%, -50%);
    transition-duration: 0.3s;
}

.profile .box i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ececec;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 18px;
    top: calc(75px - 50px/2);
    box-shadow: 0 0 0.5rem #babbbc;
    transition-duration: 0.3s;
}

.profile .box i:hover {
    transition-delay: initial !important;
    box-shadow: 0 0 0 5px #babbbc;
}

.profile .box.open {
    opacity: 1;
}

.profile .box.open i {
    left: 60px;
}

.profile .box.open i:nth-of-type(1) {
    transform: rotate(-90deg) translateX(120px) rotate(90deg);
    transition-delay: 0s;
}

.profile .box.open i:nth-of-type(2) {
    transform: rotate(-45deg) translateX(120px) rotate(45deg);
    transition-delay: 0.1s;
}

.profile .box.open i:nth-of-type(3) {
    transform: rotate(0deg) translateX(120px) rotate(0deg);
    transition-delay: 0.2s;
}

.profile .box.open i:nth-of-type(4) {
    transform: rotate(45deg) translateX(120px) rotate(-45deg);
    transition-delay: 0.3s;
}

.profile .box.open i:nth-of-type(5) {
    transform: rotate(90deg) translateX(120px) rotate(-90deg);
    transition-delay: 0.4s;
}


/* ______________ */

.box-wrapper>.box-footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 1.375rem;
    position: relative;
    transition: all .3s ease-out
}

.box-wrapper>.box-footer::after,
.box-wrapper>.box-footer::before {
    content: ' ';
    display: table
}

.box-wrapper>.box-footer p {
    margin: 0
}

.box-wrapper>.box-footer .time {
    font-size: .75rem;
    color: #666;
    margin-top: .1875rem
}

.box-wrapper>.box-footer .time .fa {
    font-size: 1rem;
    margin-left: .1875rem;
    margin-right: .625rem
}

.box-wrapper>.box-footer .details {
    text-align: left;
    font-size: .75rem
}

.box-wrapper>.box-footer .details a,
.box-wrapper>.box-footer .details a:link {
    font-size: .75rem;
    color: #999;
    border: none;
    transition: all .3s ease-out
}

.box-wrapper>.box-footer .details a .fa,
.box-wrapper>.box-footer .details a:link .fa {
    margin-left: .1875rem
}

.box-wrapper>.box-footer .details ul {
    list-style: none;
    margin: 0
}

.box-wrapper>.box-footer .details ul li {
    display: inline-block;
    margin-right: .3125rem
}

.site-footer-wrapper {
    color: #bbb;
    font-size: .75rem
}

.site-footer-wrapper .divider::before {
    content: '|'
}

.site-footer-wrapper .upper-section {
    position: relative;
    background-color: #2a8f99;
    height: 9.375rem;
    color: #ddd;
    overflow: hidden
}

@media screen and (min-width:0em) and (max-width:39.9375em) {
    .site-footer-wrapper .upper-section {
        height: 5rem;
        font-size: .625rem
    }
    .site-footer-wrapper .upper-section .columns,
    .site-footer-wrapper .upper-section .row {
        height: unset!important
    }
    .site-footer-wrapper .upper-section h3 {
        font-size: .5625rem!important;
        margin-bottom: .3125rem!important
    }
    .site-footer-wrapper .upper-section::before {
        top: -.3125rem!important;
        height: .625rem!important;
        border-top: .125rem solid #fff!important;
        border-bottom: .125rem solid #fff!important
    }
    .site-footer-wrapper .upper-section .shortcuts {
        margin: 0 auto;
        width: 100%;
        height: 1.25rem;
        text-align: center;
        display: inline-table
    }
    .site-footer-wrapper .upper-section .shortcuts li>a {
        padding: 0!important;
        color: #c3f7fc
    }
}

.site-footer-wrapper .upper-section::before {
    display: block;
    position: absolute;
    top: -1.75rem;
    content: '';
    width: 100%;
    height: 2.8125rem;
    border-top: .3125rem solid #fff;
    border-bottom: .3125rem solid #fff;
    background-color: #86754d;
    transform: rotate(-1deg)
}

.site-footer-wrapper .upper-section .columns,
.site-footer-wrapper .upper-section .row {
    height: inherit
}

.site-footer-wrapper .upper-section .wrapper {
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle
}

@media screen and (min-width:0em) and (max-width:39.9375em) {
    .site-footer-wrapper .upper-section .wrapper {
        width: 100%;
        display: inline-block;
        overflow: hidden;
        margin-top: 1.25rem;
        text-align: center;
        white-space: nowrap
    }
}

.site-footer-wrapper .upper-section .QR {
    display: block;
    width: 6.25rem;
    height: 6.25rem;
    margin: 0 auto
}

.site-footer-wrapper .upper-section h3 {
    font-size: .875rem;
    color: #c3f7fc;
    margin-bottom: .625rem
}

.site-footer-wrapper .upper-section p {
    font-size: .75rem;
    text-indent: 1.875rem;
    text-align: justify;
    color: #ddd;
    line-height: 1.375rem
}

.site-footer-wrapper .upper-section .icons-list {
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
    font-size: .75rem;
    color: #ddd
}

@media screen and (min-width:0em) and (max-width:39.9375em) {
    .site-footer-wrapper .upper-section .icons-list {
        margin-bottom: .4375rem
    }
    .site-footer-wrapper .upper-section .icons-list.social {
        float: left
    }
    .site-footer-wrapper .upper-section .icons-list.app {
        float: right
    }
}

.site-footer-wrapper .upper-section .icons-list li {
    display: block;
    float: right;
    width: 2.8125rem;
    height: 2.8125rem;
    margin: 0 .1875rem .1875rem 0
}

.site-footer-wrapper .upper-section .icons-list li .icon {
    background-color: #4eb3bd;
    font-size: 1.25rem;
    display: table-cell;
    width: 2.8125rem;
    height: 2.8125rem;
    text-align: center;
    vertical-align: middle;
    color: #2a8f99!important
}

.site-footer-wrapper .upper-section .icons-list li .icon:hover {
    color: #e9fcfe!important
}

@media screen and (min-width:0em) and (max-width:39.9375em) {
    .site-footer-wrapper .upper-section .icons-list {
        display: inline-block
    }
    .site-footer-wrapper .upper-section .icons-list li {
        width: 1.5625rem;
        height: 1.5625rem;
        margin: 0 .125rem .125rem 0
    }
    .site-footer-wrapper .upper-section .icons-list li .icon {
        font-size: .8125rem;
        width: 1.5625rem;
        height: 1.5625rem
    }
}

.site-footer-wrapper .upper-section a {
    color: #78dde7;
    border-bottom: none
}

.site-footer-wrapper .upper-section a:hover {
    color: #c3f7fc;
    border-bottom: none
}

.site-footer-wrapper .lower-section {
    background-color: #00656f;
    min-height: 3.125rem;
    padding-top: .75rem;
    color: #bbb;
    font-size: .875rem
}

@media screen and (min-width:0em) and (max-width:39.9375em) {
    .site-footer-wrapper .lower-section {
        font-size: .625rem;
        min-height: 2.1875rem;
        padding: .3125rem
    }
    .site-footer-wrapper .lower-section .copy-right {
        text-align: center
    }
}

.site-footer-wrapper .lower-section a {
    color: #ddd;
    border-bottom: none
}

.site-footer-wrapper .lower-section a:hover {
    color: #c5a154;
    border-bottom: none
}

.site-footer-wrapper .lower-section .shortcuts ul {
    float: right;
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
    font-size: .875rem
}

.site-footer-wrapper .lower-section .shortcuts ul li {
    float: right;
    margin-left: .3125rem
}

.site-footer-wrapper .lower-section .shortcuts ul li a {
    line-height: .25rem
}