.header {
    background-color: #ffffff;
    padding-top: 7px;
}

.footer {
    background-color: #708090;
    padding-top: 10px;
    padding-bottom: 10px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: bold;
}

p,li,a,blockquote {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.summary_title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

p {
    font-size: 16px;
    line-height: 1.56;
    letter-spacing: 0.2px;
	text-align: justify;
	}


.site-navbar-wraper {
    background: linear-gradient(#2196F3, #3F51B5);
    border-bottom: 5px solid #ef8501;
}

.site-footer {
	background-color: #708090;
    padding-top: 10px;
    padding-bottom: 10px;
	color: white;
}

.container-page {
    padding-top: 10px;
    padding-bottom: 150px;
}

.navigation_wrapper-nav {
    display: flex;
    flex-direction: row;
    justify-content: left;
    border-left: unset;
    background-color: #ff4500;
    padding-left: 6%;
}

@media (min-width: 1400px) {
    .container-narrow {
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
        padding-left: 0;
        padding-right: 0;
    }
}




@media (min-width: 992px) {
    .header {
        padding-left: 6%;
        padding-right: 6%;
    }

    header .nav-link {
        margin-left: -15px
    }

    header li:last-child .nav-link.locales-toggle-off {
        padding-right: 0
    }
}

@media (min-width: 992px) {
    .container-page {
        padding-left: 6%;
        padding-right: 6%;
    }
}


.nav-link {
    color: #fff;
    font-size: 16px;
    box-shadow: none;
}

.additional-footer-info {
    display: block;
    padding-bottom: 20px;
}

.user-page-footer {
    max-width: none;
}

.front-indexing {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.19);
    max-width: inherit;
    padding: 15px 5px 5px 5px;
    align-self: auto;
    text-align: center;
}

img {
    max-width: 80%;
    width: auto;
    height: auto;
}

.body
	{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #000;
    font-size: 1rem;
	}
	
.journal-front-section-title {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid #FF9800;
    color: #136bc3;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: inherit;
}

.journal-front-section-title-left {
    font-family: 'Montserrat',sans-serif;
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid #FF9800;
    font: bold;
    color: #136bc3;
    text-align: left;
    font-size: 24px;
    line-height: 2.2;
    font-weight: 600;
    text-transform: capitalize;
}

.journal-front {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    letter-spacing: 0.2px;
    text-align: justify;
    border-radius: 10px;
    color: #000000;
}

.front-eng {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
	text-align: justify;
	line-height: 2;
    letter-spacing: 0.2px;
    padding: 10px;
    border-radius: 10px;
	background: linear-gradient(to top right, #FFEB3B, #ffc107 );
    box-shadow: 0 8px 10px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.19);
}


.description_text{
    text-align: justify;
    font-family: 'Montserrat';
}

.description_label{
    padding-bottom: 20px;
    padding-top: 20px;
}

.current_issue{
    padding-top: 50px;
}

.current_issue header {
    margin-bottom: 30px;
}

.additional_content {
    margin-top: 5px;
}





@media (max-width: 991px) {
    #show-modal {
        cursor:pointer;
        color: #000;
    }

    #show-modal:focus,#show-modal:hover {
        color: #fff;
        background-color: inherit
    }

    #nav-small {
        display: flex;
        border-bottom: 0;
        padding-bottom: 15px
    }

    #nav-small li {
        margin-bottom: 0
    }

    #nav-small a {
        border: 0;
        text-transform: uppercase
    }

    .nav-modal {
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        background-color: rgba(0,0,0,0.4)
    }

    .nav-modal.hide {
        display: none
    }

    #primary-nav-wraper {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #fefefe;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        width: 50%;
        overflow-y: auto
    }

    #close-small-modal {
        position: absolute;
        right: 10px;
        top: 0;
        color: #aaaaaa;
        font-size: 28px;
        font-weight: bold
    }

    #close-small-modal:hover,#close-small-modal:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer
    }

    #navigationPrimary {
        display: block;
        border-bottom: 0
    }

    #navigationPrimary a {
        border: 0;
        color: #0a0a0a
    }

    #navigationPrimary .user-dropdown a {
        font-size: 16px
    }

    .nav-item.show .nav-link.dropdown-toggle {
        background-color: white
    }

    #navigationPrimary .navigation-dropdown.dropdown-menu {
        transform: translate3d(15px, 37px, 0px) !important
    }

    #navigationPrimary>li {
        padding-top: 8px;
        padding-bottom: 8px
    }

    #navigationPrimary>li:not(:last-child) {
        border-bottom: 1px solid #ced4da
    }
}

.nav-link {
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    font-weight: 600;
}

#navigationUser a, #user-nav-wraper a {
    font-size: 12px;
    border: 0;
    background-color: green;
}

.journal-logo-text {
    color: #000;
    padding-top: 5px;
    font-family: 'Cardo', serif;
    font-size: 22px;
}

@media (min-width: 992px) {
    #navigationPrimary {
        border: 0;
        justify-content: space-between;
        padding-bottom: 6px;
        padding-top: 6px;
    }
}



.footerhead1 {
    text-transform: uppercase!important;
    margin-bottom: 1rem!important;
    font-weight: 100!important;
    line-height: 50px!important;
    font-size: 16px!important;
    border-bottom: 1px solid rgb(255 255 255 / 80%);
}

.footerconp {
    line-height: 25px;
    font-weight: 400!important;
    font-size: 14px!important;
    font-family: 'Montserrat',sans-serif;
    text-align: justify;
}

.footerconp a{
    color: #ffffff;
    line-height: 25px;
    font-weight: 400!important;
    font-size: 14px!important;
    font-family: 'Montserrat',sans-serif;
      background:
    linear-gradient(
      to right,
      rgba(100, 200, 200, 1),
      rgba(100, 200, 200, 1)
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
  );
  background-size: 100% 0px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.footerconp a:hover{
    background-size: 0 3px, 100% 3px;
}

.footer-bottom {
    background-color: #ff6600;
    min-height: 30px;
    width: 100%;
}

.fcopyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
}

.fcopyright a {
    color: #fff;
    font-size: 16px;
}

.design {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    font-size: 16px;
    padding: 7px 0;
    text-align: right;
}

.design a {
    color: #fff;
    border-bottom: none;
    font-size: 16px;
}

/*effect-box*/
a.effect-box:after,
a.effect-box:before {
	content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  margin-top: 10px;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	
}

a.effect-box:before {
  border-left: 1px solid;
  border-right: 1px solid;
  -webkit-transform: scale(1,0);
	transform: scale(1,0);
}

a.effect-box:after {
  border-bottom: 1px solid;
  border-top: 1px solid;
  -webkit-transform: scale(0,1);
	transform: scale(0,1);
}

a.effect-box:hover:after,
a.effect-box:hover:before {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.cabox {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #b7b7b7;
}

.journal-categories-title {
    padding: 15px;
}


.uk-width {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.uk-flex-right {
    justify-content: flex-end;
}

.uk-flex {
    display: flex;
}

.uk-list {
    padding: 0;
    list-style: none;
}

.uk-inline {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}


.page_article .galley-link {
    margin-right: 0;
    margin-left: 10px;
    background-color: orangered;
    color: white;
    font-size: 0.8rem;
}


.ed_board {
    background: #f7f7f7;
    padding: 50px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.ed_title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid #FF9800;
    color: #136bc3;
    text-align: center;
    font-size: 24px;
    line-height: 2.2;
    font-weight: 700;
    border-radius: 5px;
}

.ed_title::after {
    padding-bottom: 10px;

}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.ed_title-off {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid #FF9800;
    color: #f50909;
    text-align: center;
    font-size: 20px;
    line-height: 2.2;
    font-weight: 700;
}

































