body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
}

#info_content .page-content.force-font *,
.force-font *,
.force-font {
  font-family: 'Open Sans', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5 {
  color: #471f1f;
}
.mm {
  font-family: "Merriweather", serif;
}
h1 {
  font-size: 2.57em;
}
h2 {
  font-size: 2.14em;
}
h3 {
  font-size: 1.71em;
}
h4 {
  font-size: 1.28em;
}
h5 {
  font-size: 1em;
}
.dropdown-menu {
  border-radius: 2px;
  top: 90%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
}
.dropdown-menu a {
  font-size: 1em !important;
}
@media screen and (min-width: 769px) {
  .row.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.container-fluid {
  padding-right: 40px;
  padding-left: 40px;
}

a:hover{
  text-decoration: none;
}

a,
a:focus,
.pagination > li > a,
.pagination > li > span {
  color: #7b3737;
}
a:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #b83d3d;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #7b3737;
  border-color: #7b3737;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #eceaea;
}
.non-affix {
  top: 0 !important;
  position: static !important;
}
.lead {
  font-size: 1.28em;
}
.alert-info a {
  color: #23527c;
}
.h-100 {
  height: 100%;
}
.font-weight-bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .br-left {
    border-left: 1px solid #8a0000;
  }
  .br-right {
    border-right: 1px solid #8a0000;
  }
}
span.required {
  color: #f20000;
}
/********checkbox*************************/
.pretty {
  color: #7b3737;
  margin: 0;
}
/***********loading**************************/
.loading {
  font-weight: bold;
  color: #87817e;
  font-size: 24px;
}
.loading img {
  height: 40px;
  margin: 0 10px;
}
/************select2****************************/
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  height: 34px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.select2-container--default .select2-selection--single {
  padding-top: 4px;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}
/****************************************/
/*               HEADER                 */
/****************************************/
/************TOP HEADER*****************/
header .topMenu {
  background-color: #FFF;
  padding: 10px 20px;
}
header .topMenu #topLogo,
header .topMenu #topLogo a {
  color: #330000;
  font-size: 1.15em;
  font-weight: bold;
}
header .topMenu #topMenu a {
  color: #330000;
}
header .topMenu #topMenu ul {
  list-style: none;
}
header .topMenu #topMenu .menu {
  padding: 0;
  margin-bottom: 0;
}
header .topMenu #topMenu .menu > li {
  float: left;
  padding: 5px 10px;
}
header .topMenu #topMenu li.dropdown:hover > .dropdown-menu {
  display: block;
}
header .topMenu #topMenu li.dropdown > .dropdown-menu a {
  font-size: 0.9em !important;
}
header .topMenu #topMenu .badge {
  font-size: 0.85em;
  background-color: #023;
  margin-top: -3px;
  border-radius: 50%;
  font-weight: 500;
  padding: 2px 5.5px;
}
@media screen and (max-width: 450px) {
  header .topMenu #topLogo {
    display: none;
  }
}
/************BRAND BAR*****************/
header .brandBar {
  background-color: #420000;
  color: #fff;
  padding: 30px 8px;
}
header .brandBar img {
  max-height: 75px;
}
@media screen and (max-width: 620px) {
  header .brandBar div > img {
    display: none;
  }
}
header .brandBar h1{
  color : #fff;
}

/************Main Menu*****************/
header .mainMenu {
  background-color: #8a0000;
  border-top: 2px solid #FFF;
}
header .mainMenu .navbar {
  margin-bottom: 0;
}
header .mainMenu #mainNavbar {
  margin: auto -15px;
}
header .mainMenu #mainNavbar #main-navigation > li:first-child a {
  padding-left: 0;
}
header .mainMenu a {
  color: #fff;
  font-weight: bold;
  font-size: 1.14em;
}
header .mainMenu a,
header .mainMenu a:hover,
header .mainMenu a:focus {
  background-color: transparent !important;
}
header .mainMenu a:hover {
  text-decoration: underline;
}
header .mainMenu .navbar-toggle {
  color: white;
  font-size: 1.71em;
  margin-top: 0;
  margin-bottom: 0;
}
.searchBox {
  display: inline-block;
  width: calc(100% - 60px);
  position: relative;
}
.searchBox button {
  position: absolute;
  right: 10px;
  background: transparent;
  padding: 0px;
  border: 0px;
  top: 5px;
  font-size: 1.28em;
  color: #8a0000;
}
.searchBox input {
  border: 1px;
}
header .mainMenu .adv-search a {
  color: #fff;
  font-weight: normal;
  font-size: 0.85em;
  width: 50px;
  float: right;
  margin-left: 10px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  header .mainMenu .dropdown-menu a {
    color: #8a0000;
    padding: 8px;
  }
  header .mainMenu .dropdown-menu a:hover {
    background-color: #f5f5f5 !important;
  }
  header .mainMenu li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .mainMenu .dropdown-menu a:hover {
    color: #fff;
  }
}
/***********************************/
/*             Footer              */
/***********************************/
footer {
  border-top: 3px solid #430404;
}
#footer {
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-gradient(linear, left top, right top, from(#470000), to(#8a0000));
  background: linear-gradient(90deg, #470000 0%, #8a0000 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004822', endColorstr='#008838', GradientType=1);
  /* ie6-9 */
  padding-bottom: 20px;
  border-top: 3px solid #fff;
  color: #fff;
  position: relative;
}
#footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/footer.png');
  background-repeat: repeat;
}
#footer .widgetList {
  padding: 35px 10% 20px;
}
#footer .widgetList .widgetBox {
  border-left: 2px solid #fff;
  height: 100%;
  padding: 5px 20px;
  color: #fff;
  font-size: 1.14em;
  line-height: 1.6;
}
#footer .widgetList .widgetBox ul {
  list-style: none;
  padding: 0;
}
#footer .widgetList .widgetBox.contact h4 {
  color: #fff;
  font-weight: bold;
}
#footer a {
  color: #f3b9b9;
}
#footer a:hover {
  color: #fff;
}
#footer .widgetList .widgetBox ul li a {
  color: #fff;
}
#footer .widgetList [class^="col"] {
  margin-bottom: 10px;
}
#footer .widgetList [class^="col"]:last-child {
  min-height: 20px;
}
#footer .socialBread {
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer .socialBread a {
  font-size: 1.28em;
  padding: 2px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
/****************************************/
/*            Home Pages                */
/****************************************/
#MainContent {
  min-height: calc(100vh - 543px);
}
/************Journal Info*****************/
#journal {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #f7f7f7;
}
#journal > .row > [class^="col"] {
  padding-top: 20px;
}
#journal .issueInfo img {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#journal .issueInfo * {
  color: #8d3f3f;
}
#journal .issueInfo h4 {
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
#journal .issueInfo small {
  font-weight: normal;
}
#journal .issueInfo small::before {
  content: " ";
  height: 7px;
  display: block;
}

@media screen and (max-width: 769px) {
  /*#journal .issueInfo .issueDetail {
    position: absolute;
    bottom: 20px;
  }*/
}
#journal .aboutJournal {
  height: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

@media screen and (min-width: 769px) {
  #journal .aboutJournal {
    min-height: 300px;
  }
  #journal .aboutJournal .highlight {
    bottom: 0px;
    position: absolute;
  }
}

#journal .aboutJournal .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  filter: sepia(90%) hue-rotate(-60deg) hue-rotate(0deg) saturate(60%) contrast(70%);
  -webkit-filter: sepia(90%) hue-rotate(-60deg) hue-rotate(0deg) saturate(60%) contrast(70%);
}
#journal .aboutJournal .overlay img {
  width: 100%;
  position: absolute;
  top: 0;
}
#journal .aboutJournal .highlight {
  background: #fff;
  padding: 15px;
  border-bottom: 5px solid #711313;
  border-top: 15px solid #711313;
  text-align: justify;
  overflow: hidden;
  width: 100%;
}
#journal .aboutJournal .highlight h2 {
  color: #711313;
  font-weight: bold;
  font-size: 1.71em;
}
#journal .journalInfo {
  background: #efdcdc;
  padding: 15px;
  border-bottom: 5px solid #711313;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#journal .journalInfo h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #662e2e;
  font-weight: bold;
  margin-top: 0;
}
#journal .journalInfo .journalDetail ul {
  padding: 0;
  list-style: none;
}
#journal .journalInfo .journalDetail ul li {
  padding: 5px;
  font-size: 1.07em;
}

/************Main Section******************/

#mainSection {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #fff;
}

#mainSection .nav-tabs > li > a {
  border-radius: 0;
}

.cscroll{
  /*max-height: 600px;
  overflow-y: auto;*/
}

/************Author Guide*****************/
#autherGuide{
  padding-top: 15px;
}

#autherGuide [class^="col"] {
  padding-bottom: 20px;
}

#autherGuide .guideBox {
  background-color: #fff;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
#autherGuide .guideBox .illastrate {
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
  position: relative;
}
#autherGuide .guideBox .illastrate img {
  position: absolute;
  top: 0;
  width: 100%;
}
#autherGuide .guideBox .description {
  min-height: 120px;
  padding: 0 15px 15px;
}
#autherGuide .guideBox .description h4 {
  font-weight: bold;
}
#autherGuide .guideBox .description img {
  display: none;
}
/************Article List*****************/
#articleList {
  padding-bottom: 20px;
}
#articleList [class^="col"] {
  padding-top: 20px;
}
#articleList .articleBox {
  background-color: #fff;
  padding: 20px;
  height: 100%;
}
#articleList .articleBox h4 {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
#articleList .articleBox p {
  padding: 15px 0;
  border-bottom: gainsboro 1px solid;
}
#articleList .articleBox p:last-child {
  border-bottom: none;
}
#articleList .popover {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-family: 'Open Sans', sans-serif;
}
#articleList #citeMetric {
  font-size: 1.14em;
  color: #862d2d;
}

#articleList ul li.active a{
  font-size: 16px;
  font-weight: bold;
  color: #711313;
}
/************Annuncments*****************/
#annuncments {
  padding-bottom: 20px;
}
#annuncments .annuncList {
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  padding: 35px 20px 15px;
}
#annuncments .annuncList .annuncmentsTitle {
  border: none !important;
}
#annuncments .annuncList .annuncmentsTitle h4 {
  text-align: center;
  margin: 0 0 15px;
}
#annuncments .annuncList .annuncmentsTitle span {
  padding: 0 15px 10px;
  border-bottom: 2px solid #862d2d;
}
 .annuncBox {
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
 .annuncBox .illastrate {
  width: 100%;
  padding-top: 55%;
  overflow: hidden;
  position: relative;
  background-image: url(/images/announcement.jpg?f8c74ef8cabfa18400d878ef400c1ddd);
  background-size: cover;
}
 .annuncBox .illastrate img {
  position: absolute;
  top: 0;
  width: 100%;
}
 .annuncBox .illastrate span {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 300px;
}
 .annuncBox .description {
  min-height: 120px;
  padding: 15px
}
 .annuncBox .description h5 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2em;
}
 .annuncBox .description time {
  color: gray;
  margin-bottom: 10px;
  display: block;
}
 .annuncBox .description img {
  display: none;
}
#annuncments .annuncList [class^="col"] {
  margin-bottom: 20px;
}
@media screen and (min-width: 993px) {
  #annuncments .annuncList [class^="col"] {
    border-right: 1px solid silver;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  #annuncments .annuncList [class^="col"]:nth-child(2n) {
    border-right: 1px solid silver;
  }
}
@media screen and (max-width: 768px) {
  #annuncments .annuncList [class^="col"] {
    border-bottom: 1px solid silver;
  }
}
#annuncments .annuncList [class^="col"]:last-child {
  border: none;
}
/************Information*****************/
#information {
  padding-bottom: 20px;
  padding-top: 20px;
}
#information .informationTab {
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  padding: 35px 35px 15px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#information .tab-pane {
  padding: 40px 0 20px;
  text-align: justify;
}
#information .nav-tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#information .nav-tabs > li > a {
  border: none;
  border-bottom: 1px solid gray;
  color: black;
  padding-bottom: 5px;
  font-size: 1.14em;
}
@media screen and (max-width: 400px) {
  #information .nav-tabs > li > a {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.em;
  }
}
#information .nav-tabs > li.active > a,
#information .nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 4px solid #a94c4c;
}
#information .nav-tabs > li > a:hover {
  background: none;
  border-bottom: 2px solid #a94c4c;
}
/************Partner*****************/
#partners {
  padding-bottom: 20px;
  background-color: #fff;
}
#partners .partnerList {
  padding: 35px 5% 15px;
}
#partners .partnerBox {
  height: 100%;
}
#partners .partnerBox .illastrate {
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
#partners .partnerBox .illastrate img {
  position: absolute;
  top: 0;
  width: 100%;
}
#partners .partnerBox .description {
  min-height: 120px;
  padding: 15px 0;
}
#partners .partnerBox .description h4 {
  font-weight: bold;
}
#partners .partnerBox .description img {
  display: none;
}
#partners .partnerList [class^="col"] {
  margin-top: 10px;
}
@media screen and (min-width: 993px) {
  #partners .partnerList [class^="col"] {
    border-right: 1px solid silver;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  #partners .partnerList [class^="col"]:nth-child(2n+1) {
    border-right: 1px solid silver;
  }
}
@media screen and (max-width: 768px) {
  #partners .partnerList [class^="col"] {
    border-bottom: 1px solid silver;
  }
}
#partners .partnerList [class^="col"]:last-child {
  border: none;
}
/************Realated Journals *****************/
#relateds {
  padding-bottom: 20px;
}
#relateds .relatedsList {
  background-color: #fff;
  padding: 15px 35px 20px;
  text-align: center;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
#relateds .relatedsList h4 {
  margin-bottom: 40px;
}
#relateds .relatedsList h4 span {
  padding: 0 15px 10px;
  border-bottom: 2px solid #862d2d;
}
#relateds ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#relateds li {
  display: inline-block;
  margin: 0 10px 15px;
  text-align: center;
}
#relateds li img {
  height: 130px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: auto;
}
#relateds li img:hover {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/****************************************/
/*            Other Pages               */
/****************************************/
/*****************Sidebar**************/
.sidebar .sidebar_block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sidebar .sidebar_block .ads {
  width: 100%;
  border: none;
}
.sidebar .sidebar_block .title {
  padding: 10px;
  display: block;
  text-align: left;
  background-color: #a94c4c;
  font-size: 1.14em;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.sidebar .sidebar_block.wc .title::after {
  font-family: Font Awesome\ 5 Free;
  content: "\F106";
  right: 20px;
  position: absolute;
}
.sidebar .sidebar_block.wc .title.closed::after {
  content: "\F107";
}
.sidebar .sidebar_block .content {
  text-align: justify;
  padding: 15px;
  background-color: #fff0f0;
}
.sidebar .sidebar_block .content ul {
  list-style: none;
  padding: 5px;
}
.sidebar.affix {
  position: fixed;
  top: 0px;
}
.sidebar.affix-top {
  position: static;
}
.sidebar.affix-bottom {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .sidebar.affix,
  .sidebar.affix-top,
  .sidebar.affix-bottom {
    position: relative;
    width: 100% !important;
  }
}
/************main Content*****************/
@media screen and (min-width: 768px) {
  .pageContent {
    padding-right: 20px;
  }
}
.breadcrumb {
  background: transparent;
  font-size: 1.07em;
  padding: 20px 0px 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #8a0000;
  border-radius: 0px;
}
/****************************************/
/*          General Pages               */
/****************************************/
#generalPage .pageContent {
  margin-bottom: 30px;
}
#generalPage .page-header {
  border-bottom: none;
}
#generalPage .page-header h1 {
  font-weight: bold;
  color: #8a0000;
  font-size: 1.71em;
}

.page-header,
.page-header h1{
  margin-top: 5px!important;
}
/************Contact*****************/
#generalPage #contact .contact-item {
  margin-bottom: 15px;
}
#generalPage #contact .contact-item h3 {
  color: #8a0000;
  font-size: 1.42em;
}
#generalPage article time {
  display: block;
  color: gray;
  margin-bottom: 5px;
}
#generalPage article .content {
  text-align: justify;
}
/************Anuncment*****************/
#generalPage #annuncments .annuncList {
  padding: 0;
  margin: 0 -15px;
}
/**************Search*********************/
#generalPage #search legend {
  font-size: 1.35em;
  margin: 30px 0 15px;
  font-family: "Merriweather", serif;
  color: #471f1f;
}
#generalPage #search select {
  height: 28px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 12px;
  line-height: 28px;
  color: #555;
}
.refine-search {
  font-size: 0.8em;
  font-weight: normal;
}
/***************Register *****************/
.form_error_list {
  list-style: none;
  padding: 5px;
}
.form_error_list a {
  color: #a94442;
}
#generalPage #register .required {
  padding: 0 2px;
  color: #ff4040;
}
#generalPage #register fieldset {
  padding-bottom: 20px;
}
#generalPage #register fieldset .country .select2-container {
  display: block;
  width: 100% !important;
}
#generalPage #register fieldset .country .select2-selection {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#generalPage #register fieldset .country .select2-selection__rendered {
  line-height: 1.2;
}
#generalPage #register fieldset .country .select2-selection__arrow {
  top: 5px;
}
#generalPage #register label {
  width: 100%;
}
#generalPage #register .context_roles .input-group-addon {
  width: 15%;
}
#generalPage #register .fields .reviewer_interests {
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  list-style: none;
}
#generalPage #register .fields .reviewer_interests.is_visible {
  max-height: 400px;
  overflow: visible;
  opacity: 1;
}
#generalPage #register .reviewer {
  margin-bottom: 15px;
}
#generalPage #register .reviewer_interests .label {
  font-size: 0.92em;
  font-weight: 400;
  font-style: italic;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}
#generalPage #register .tagit {
  padding: 0 .5em;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  font-size: 0.92em;
  line-height: 28px;
  max-width: 100%;
  height: auto;
}
#generalPage #register .tagit input[type="text"] {
  display: inline-block;
  border: none;
  width: inherit;
  line-height: 30px;
  height: 30px;
  vertical-align: top;
  padding: 0 .5em;
}
#generalPage #register .tagit > li {
  display: inline-block;
}
#generalPage #register .tagit > li.tagit-choice {
  margin-right: 0.5em;
  padding-left: 0.5em;
  background: #ddd;
  border-radius: 3px;
  line-height: 20px;
}
#generalPage #register .tagit input[type="text"] {
  display: inline-block;
  border: none;
  width: inherit;
  line-height: 30px;
  height: 30px;
  vertical-align: top;
  padding: 0 .5em;
}
#generalPage #register .tagit-close {
  padding: 0 .5em;
  color: #ff4040;
}
/***************AuthorIndex******************/
#generalPage #author h1 small {
  margin-top: 5px;
  display: block;
  font-size: 50%;
}
/****************************************/
/*               Issue                  */
/****************************************/
@media screen and (max-width: 992px) {
  .br-right {
    border-right: none;
    border-bottom: 1px dotted #8a0000;
  }
  .issuebar .issueDetail {
    position: absolute;
    bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .br-right {
    border-bottom: none;
    border-right: 1px dotted #8a0000;
  }
}
.issuebar {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.issuebar img {
  width: 100%;
}
.issuebar .issn {
  margin-top: 10px;
  color: #913030;
}
.issuebar h4 {
  font-weight: bold;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}
.issuebar h4 small {
  color: inherit;
}
.issuebar time {
  display: block;
  color: gray;
  margin-bottom: 5px;
}
.issuebar .pub_id {
  color: #7b3737;
}
.issuebar .galleys {
  margin-top: 5px;
  border-top: 1px solid #8a0000;
  padding: 5px 10px;
}
.issuebar .galleys ul {
  list-style: none;
  line-height: 1.3;
  padding-left: 0px;
  padding-right: 0px;
}
.issuebar .galleys ul .lock {
  font-size: 0.71em;
}
.issuebar.affix {
  position: fixed;
  top: 20px;
}
.issuebar.affix-top {
  position: static;
}
.issuebar.affix-bottom {
  position: absolute;
}
@media screen and (max-width: 992px) {
  .issuebar.affix {
    position: relative;
    width: 100% !important;
    top: 0 !important;
    padding-bottom: 0px;
  }
}
#issue .articleList h3 {
  font-weight: bold;
}
.articleList .article-summary {
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e8e3e3;
  margin-bottom: 20px;
}
.articleList .article-summary:last-child {
  border-bottom: none;
}
.articleList .article-summary h5 {
  margin-bottom: 2px;
}
.articleList .article-summary h5 a {
  font-size: 1.28em;
  font-weight: bold;
  color: #6b2e2e;
  line-height: 1.5;
}
.articleList .article-summary .authors {
  list-style: none;
  padding: 0;
}
.articleList .article-summary .authors li {
  padding-right: 5px;
  display: inline;
}
.articleList .article-summary .authors li::after {
  content: ";";
}
.articleList .article-summary .authors li:last-child::after {
  content: "";
}
.articleList .article-summary .actions {
  padding: 0;
  list-style: none;
}
.articleList .article-summary .actions li {
  padding-right: 15px;
  display: inline;
}
.articleList .article-summary .abstract {
  text-align: justify;
  padding: 10px;
  background-color: #fff0f0;
  display: none;
}

.article-group {
  background-color: #a94c4c;
  padding: 15px;
  cursor: pointer;
  margin: 0 -5px 20px -5px;
}

.article-group h3 {
  color: #fff;
  margin: 0;
  font-size: 1.6em;
}
/****************************************/
/*               Archive                  */
/****************************************/
.issuebar h3 {
  font-weight: bold;
}
.issuebar h3 small {
  color: #9e4747;
  font-weight: 600;
}
#archive .issueList article h3 {
  font-weight: bold;
  color: #fff;
}
#archive .issueInfo img {
  height: 60px;
}
#archive .issueInfo {
  margin: 20px auto;
}
#archive .issueInfo .issueDetail h4 a {
  font-weight: bold;
}
#archive .issueInfo .issueDetail {
  margin: 0 20px;
}
#archive .issueInfo time {
  display: block;
  color: gray;
}
#archive .issueList article {
  padding-bottom: 20px;
}
#archive .issueList article .title {
  background-color: #a94c4c;
  color: #fff;
  padding: 0px 20px;
  cursor: pointer;
}
#archive .issueList article .title h3 {
  width: calc(100% - 50px);
  margin: 15px auto;
}
#archive .issueList article .title i {
  vertical-align: middle;
  padding-top: 20px;
  font-size: 1.42em;
}
#archive .issueList article .content {
  padding: 0 10px;
  display: none;
}
/****************************************/
/*               Article                */
/****************************************/
#article .articleInfo {
  padding: 0 20px;
}
#article .articleInfo h3 {
  font-weight: bold;
}
#article .articleInfo h3 small {
  display: block;
  padding-top: 8px;
}
#article .articleInfo .authors {
  list-style: none;
  padding: 0;
}
#article .articleInfo .authors li {
  padding-right: 5px;
  display: inline;
}
#article .articleInfo .authors li::after {
  content: ";";
}
#article .articleInfo .authors li:last-child::after {
  content: "";
}
#article .articleInfo .authors .popover {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin-left: 80px;
  width: 250px;
  font-family: 'Open Sans', sans-serif;
}
#article .articleInfo .authors .popover.bottom > .arrow {
  margin-left: -91px;
}
#article .articleInfo .authors .popover-title {
  padding: 15px 10px 5px;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  background: none;
  border: none;
}
#article .articleInfo .authors .popover-content {
  padding: 0px 10px 10px;
}
#article .articleInfo .cite p {
  line-height: 1.6;
}
#article .articleData {
  margin: 30px 0  ;
}
#article .articleData .nav-tabs > li > a:hover {
  border-color: #f7eded #f7eded #f7eded;
}
#article .articleData .nav > li > a:focus {
  background-color: #fff;
}
#article .articleData .nav > li > a:hover {
  text-decoration: none;
  background-color: #f7eded;
}
#article .articleData .tab-content {
  padding: 20px 0;
}
#article .articleData .tab-content #articleTab {
  text-align: justify;
}
#article .articleData .tab-content #articleTab .kw {
  margin-top: 8px;
}
#article .articleData .tab-content .keyword {
  padding: 0;
  list-style: none;
  display: inline;
}
#article .articleData .tab-content .keyword li {
  display: inline;
  padding: 0 2px;
}
#article .articleData .tab-content .keyword li::after {
  content: ";";
}
#article .articleData .tab-content .keyword li:last-child::after {
  content: "";
}
#article .articleData .tab-content #articleTab h3,
#article .articleData .tab-content #articleTab h4,
#article .articleData .tab-content #articleTab h5 {
  color: #5c3d3d;
  font-weight: bold;
  margin: 15px auto 2px;
}
#article .articleData .tab-content #downloadTab ul {
  list-style: none;
  font-size: 1.14em;
  line-height: 1.8;
}
#article .articleData .tab-content #citeTab h4 {
  color: #5c3d3d;
  font-weight: bold;
  margin: 15px auto 10px;
}
#article .articleData .tab-content #citeTab #citationOutput {
  margin-bottom: 15px;
}
#article .articleData .tab-content #statasticsTab .statastics {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  line-height: 1.5;
  font-size: 1.07em;
  color: #6a2f2f;
}
#article .articleData .tab-content #statasticsTab h4 {
  font-size: 1.21em;
  text-align: center;
  color: #6a2f2f;
}
#article .articleData .tab-content #shareTab ul {
  list-style: none;
  font-size: 1.14em;
  line-height: 1.8;
}
#article .articleInfo .actions {
  padding: 0;
  list-style: none;
}
#article .articleInfo .actions li {
  padding-right: 15px;
  display: inline;
}
#article .articleInfo .abstract {
  text-align: justify;
  padding: 10px;
  background-color: #fff0f0;
  display: none;
}
/****************************************/
/*               Site                   */
/****************************************/
#site {
  margin-bottom: 20px;
}
.journalBox {
  background: #fff;
  margin-bottom: 20px;
}
.journalBox .media-object {
  height: 250px;
}
.journalBox .media-left {
  padding: 0;
}
.media-body {
  position: relative;
}
.journalBox .media-body .media-heading {
  padding: 15px;
  font-size: 1.28em;
  font-weight: bold;
}
.journalBox .media-body .description {
  padding: 0 15px;
  text-align: justify;
}
.journalBox .media-body .links {
  padding: 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #f5f4f4;
}
.journalBox .media-body .issn {
  font-weight: bold;
}
.journalBox .media-body .btn {
  background-color: #8a0000;
  border-color: #8a0000;
}
.journalBox .media-body .btn a {
  color: #fff;
}
#site .search {
  border-bottom: 2px solid #626366;
  margin: 30px 0;
}
#site .search_icon {
  color: #800000;
  margin: 0 0 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 2.28em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#site .search__input {
  border: 0;
  background: 0;
  color: #730d0d;
  line-height: 1.2;
  height: 40px;
  font-size: 2.28em;
  width: calc(100% - 100px);
  margin: 0 20px;
}
#site .sideBox {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
#site .sideBox.about h4 {
  font-weight: bold;
}
#site .sideBox.about .description {
  padding-top: 10px;
  text-align: justify;
}
#site .ads .adsframe {
  border: none;
  width: 100%;
  max-height: 500px;
  margin-top: 15px;
}

#article .authors a{
  display: inline !important;
}
#article .articleInfo h3{
  font-size: 1.2em;
  line-height: 1.4;
}


/************Accardion Menu *************/


/*
=====
LEVEL 1. CORE STYLES OF MODIFIERS
=====
*/

.accordion__control{
  position: absolute;
  opacity: 0;
}

.accordion__body{
  display: none;
}

.accordion__control:checked ~ .accordion__body{
  display: block;
}

.accordion__toggle{
  display: block;
  cursor: pointer;
}

.accordion__control:checked ~ .accordion__toggle:after{
  transform: rotate(180deg);
}

/*
=====
LEVEL 2. PRESENTATION STYLES
=====
*/


.accordion{
  --uiAccordionTabBgColor: var(--accordionTabBgColor);
  --uiAccordionTabTextColor: var(--accordionTabTextColor);
  --uiAccordionTabFontSize: var(--accordionTabFontSize);
  --uiAccordionTabFocusColor: var(--accordionTabFocusColor);
  --uiAccordionToggleSize: var(--accordionToggleSize);
  --uiAccordionToggleColor: var(--accordionToggleColor);
  --uiAccordionMarginGroup: var(--accordionMarginGroup);
  --uiAccordionContentBgColor: var(--accordionContentBgColor);
  --uiAccordionContentFontSize: var(--accordionContentFontSize);
}

.accordion__group.bordered{
  border: 1px solid  #a94c4c;
  background: #FFF;
}

.accordion__group{
  background:  #a94c4c;
  margin-bottom: 2px;
  box-sizing: border-box;
}

.accordion__group label{
  margin-bottom: 0;
}


.accordion__group label a,
.accordion__group label a:focus{
  color: #FFF;
  padding-bottom: 8px
}

.accordion__group label a:hover{
  color: #FFF0F0;
}

.accordion__toggle{
  position: relative;
  padding: 1em 1.5em 0.5em 0.5em;
  
  background-color: var(--uiAccordionTabBgColor);
  font-size: small
}

body[dir="rtl"] .accordion__toggle{
  padding: 1em 0.5em 0.5em 1.5em;
}

.accordion__toggle.has:after{

  font-family: Font Awesome\ 5 Free;

  content: "\f107";
  
  font-size: 14px;
  
  position: absolute;
  right: 10px;
  top: 12px;
  color: #FFF;
  transition: transform .2s ease-out;
}

body[dir="rtl"] .accordion__toggle.has:after{
  right: auto;
  left: 10px;
}


.accordion__body{
  padding: 1.5em 2em;
  font-size: small;
  background-color: #fff0f0;
}

/*
=====
LEVEL 3. SETTINGS
=====
*/

.accordion{
  /* --accordionTabBgColor: hsl(0, 100%, 32%); */
  --accordionTabTextColor: #fff;
  --accordionTabFontSize: 2rem;
  --accordionTabFocusColor: #C5CAE9;
  --accordionToggleSize: .8rem;
  --accordionToggleColor: #FFF;
  --accordionContentBgColor: #FFF;
  --accordionContentFontSize: 1.7rem;
  --accordionMarginGroup: .8rem;
}

ul.tab11{
  list-style: none;
  padding: 0;
}
ul.tab11 li {
  padding-left: 1.3em;
}
ul.tab11 li:before {
  float:left;
  content: "\f15c"; /* FontAwesome Unicode */
  font-family: Font Awesome\ 5 Free;
  display: inline-block;
  margin-left: 0.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  height:30px;
}

.accordion a{
  display: block;
}

.accordion .searchBox {

  display: block;
  width: 100%;
  position: relative;

}

.accordion .searchBox input{
  border-radius: 0px;
  padding: 1em 1em 0.5em 1em;
  color: #a94c4c;
  width: 100%;
}

.accordion .searchBox button {
  top: 11px;
}

.accordion .searchBox button:hover {
  background: none;
}





















/****************************************/
/*               rtl                   */
/****************************************/
body[dir="rtl"] {
  font-family: rtlFont, tahoma, 'Open Sans', sans-serif;
  font-size: 1.2em;
  direction: rtl;
  /*Bootstrap*/
  /*Header*/
  /*footer*/
  /*home page*/
  /*side bar*/
  /*issue bar*/
  /*register Page*/
  /*article page*/
}
body[dir="rtl"] h1,
body[dir="rtl"] h2,
body[dir="rtl"] h3,
body[dir="rtl"] h4,
body[dir="rtl"] h5,
body[dir="rtl"] #generalPage #search legend,
body[dir="rtl"] #journal .issueInfo h4,
body[dir="rtl"] #article .articleInfo .authors .popover,
body[dir="rtl"] .issuebar h4,
body[dir="rtl"] #articleList .popover,
body[dir="rtl"] .ui-widget,
body[dir="rtl"] .ui-datepicker * {
  font-family: rtlFont, tahoma, 'Open Sans', sans-serif;
}

body[dir="rtl"] #info_content .page-content.force-font *,
body[dir="rtl"] .force-font *,
body[dir="rtl"] .force-font {
  font-family: rtlFont, tahoma, 'Open Sans', sans-serif !important;
}


body[dir="rtl"] .pull-left {
  float: right !important;
}
body[dir="rtl"] .pull-right {
  float: left !important;
}
body[dir="rtl"] .input-group-addon:first-child {
  border-color: #ccc;
}
@media screen and (min-width: 768px) {
  body[dir="rtl"] .navbar-right {
    float: left !important;
  }
}
body[dir="rtl"] .pretty input,
body[dir="rtl"] .pretty.p-icon .state .icon,
body[dir="rtl"] .pretty .state label::after,
body[dir="rtl"] .pretty .state label::before {
  left: auto;
  right: 0;
}
body[dir="rtl"] .data-table {
  direction: rtl;
}
@media screen and (min-width: 768px) {
  body[dir="rtl"] div.dataTables_wrapper div.dataTables_filter,
  body[dir="rtl"] div.dataTables_wrapper div.dataTables_paginate {
    float: left;
  }
}
body[dir="rtl"] table.table-bordered.dataTable th:last-child,
body[dir="rtl"] table.table-bordered.dataTable th:last-child,
body[dir="rtl"] table.table-bordered.dataTable td:last-child,
body[dir="rtl"] table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
body[dir="rtl"] header .mainMenu .adv-search a {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}
body[dir="rtl"] header .mainMenu #mainNavbar #main-navigation > li:first-child a {
  padding-left: 15px;
  padding-right: 0;
}
body[dir="rtl"] .searchBox button {
  right: auto;
  left: 10px;
}
body[dir="rtl"] #footer .widgetList .widgetBox {
  border-right: 2px solid #fff;
  border-left: none;
}
body[dir="rtl"] #footer .socialBread {
  right: auto;
  left: 0;
}
@media screen and (min-width: 993px) {
  body[dir="rtl"] #annuncments .annuncList [class^="col"],
  body[dir="rtl"] #partners .partnerList [class^="col"] {
    border-left: 1px solid silver;
    border-right: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  body[dir="rtl"] #annuncments .annuncList [class^="col"]:nth-child(2n) {
    border-left: 1px solid silver;
    border-right: none;
  }
  body[dir="rtl"] #partners .partnerList [class^="col"]:nth-child(2n+1) {
    border-left: 1px solid silver;
    border-right: none;
  }
}
body[dir="rtl"] #partners .partnerList [class^="col"]:last-child,
body[dir="rtl"] #annuncments .annuncList [class^="col"]:last-child {
  border: none;
}
@media screen and (min-width: 768px) {
  body[dir="rtl"] .br-left {
    border-right: 1px solid #8a0000;
    border-left: none;
  }
}
body[dir="rtl"] .sidebar .sidebar_block .title {
  text-align: right;
}
body[dir="rtl"] .sidebar .sidebar_block .title::after {
  right: auto;
  left: 20px;
}
@media screen and (min-width: 992px) {
  body[dir="rtl"] .br-right {
    border-left: 1px dotted #8a0000;
    border-right: none;
  }
}
body[dir="rtl"] #generalPage #register .tagit > li.tagit-choice {
  margin-right: 0;
  margin-left: 0.5em;
  padding-left: 0;
  padding-right: 0.5em;
}
body[dir="rtl"] #generalPage #register .select2-selection__arrow {
  left: 1px;
  right: auto;
}
body[dir="rtl"] #generalPage #register .select2-selection__rendered {
  direction: rtl;
  padding-left: 20px;
  padding-right: 8px;
}
body[dir="rtl"] .select2-results,
body[dir="rtl"] .select2-search__field {
  direction: rtl;
}
body[dir="rtl"] #article .articleInfo .authors .popover {
  margin-left: -80px;
}
body[dir="rtl"] #article .articleInfo .authors .popover.bottom > .arrow {
  margin-right: -91px;
}

body[dir="rtl"] .items .fa-angle-double-right::before{
  content: '\f100';
}

body[dir="rtl"] .items .fa-angle-right::before{
  content: '\f104';
}

.nav-tabs>li>a {
  display: block !important;
}
#citetion_group{
  display: block !important;
}

/***********MASONERY****************/

.index .row {
  -moz-column-width: 25em;
  -webkit-column-width: 25em;
  -moz-column-gap: 1em;
  -webkit-column-gap:1em; 
   
 }
 
 .index .row > .col-md-4{
  display: inline-block;
  padding:  .33rem;
  width:  100%; 
  float:none;
 }
 
 .index .well {
  position:relative;
  display: block;
  background: none;
  border: none;
 }

 .g-recaptcha > div{
  margin: 0 auto !important;
}

.oneline label {
  display: inline-block;
  width: 140px !important;
  margin-bottom: 0;
  text-align: right;
  padding: 0 5px;
}

.oneline .form-control {
  display: inline-block;
  width: calc(97% - 140px)
}

body[dir="rtl"] .oneline label {
  text-align: left;
}

ul.authors a::after ,
ul.keyword a::after {
  content: ";";
}
ul.authors a:last-child::after,
ul.keyword a:last-child::after{
  content: "";
}