@font-face {
    font-family: Calluna-Regular;
    src: url("fonts/Calluna-Regular.otf") format("opentype");
}
@font-face {
    font-family: GeosansLight;    
    src: url("fonts/GeosansLight.ttf") format("opentype");
}
img {max-width: inherit;}
hr {
    border-top:1px solid #009FE4;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.checkbox-label {vertical-align: top;}
.checkbox-input:first-child {margin-left:0px !important;}
.checkbox-input {width: 15px;height:15px; margin-left:10px !important;}
h2 {background: none;}
.page-title {color: #000 !important;}
.alert {text-align:center;padding-top:5px;}
.error {color:red;}
.coupon {
    border: 3px solid #496F82;
    width: 50%;
    /*border-radius: 15px;*/ /* Rounded border */
    margin: 0 auto; /* Center the coupon */
    max-width: 250px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;    
}
.coupon:hover {border: 3px solid #CCC;}
.coupon input.pre_coupons {width:20px;height:20px;}
.coupon .purchase {vertical-align: top;}
.coupon .coupon-title {font-family: Georgia,"Times New Roman",Times,serif;color:#1E760F;text-align: center;}
.coupon .coupon-image {height: 100px; overflow: hidden;background: #fff;text-align: center;display: table-cell;vertical-align: middle;}
.coupon .coupon-image img {width:50%;cursor: pointer;}
.coupon .coupon-info {
    padding: 2px 16px;
    background-color:white;
    height: 100px;
    overflow: hidden;
} 
.coupon .coupon-info2 {
    padding: 2px 16px;
    background-color: #f1f1f1;
    height: 100px;    
}
.coupon .coupon-info2 .control-group{
    margin-top: 10px;
}
.coupon .promo {
    background: #ccc;
    padding: 3px;
}
.coupon .expire {
    color: red;
}
#tabs a {   
    font-size: 13px;   
}
.subtitle {font-size: 18px; font-weight: bold;}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


/*.rs-thumb-wrap > a:nth-child(8n) {
    margin-left:0 !important;
}
.rs-slider {padding:0 !important;}*/
.flex-direction-nav a {height:55px !important;}
.albums li.active {background: #EEEEEE;}

@media screen and (min-width: 768px) {
/* Style the navbar */
#navbar {
  /*overflow: hidden;*/
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  transition: all .8s ease;
  padding:30px 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .container {
  padding-top: 60px;
} 
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vl {
  
  text-align:center;
  margin-left:-2px;
  padding-top:25%
}


.welcome-user-box {
    background:#009FE4;width:100%; text-align:right;padding:0 10px 0 0;
}
/* Dropdown Button */
.n-dropbtn {
  background-color: #009FE4;
  color: white;
  padding: 2px;
  font-size: 16px;
  border: none;
  min-width:150px;
}

/* The container <div> - needed to position the dropdown content */
.n-dropdown {
  position: relative;
  display: inline-block;
}
.n-dropdown span{  
  font-weight: bold;
}
/* Dropdown Content (Hidden by Default) */
.n-dropdown-content {
  z-index:9999;
  display: none;
  position: absolute;  
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.n-dropdown-content a {    
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align:left;
}

/* Change color of dropdown links on hover */
.n-dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.n-dropdown:hover .n-dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.n-dropdown:hover .n-dropbtn {color:#000;}

@media screen and (max-width: 768px) {
    body {font-size:15px;}
    #login-or-signup {
        margin-top:0 !important;
        text-align: center;
        width:100% !important;
        margin-bottom: 5%;
    }
}
.article-container {margin-bottom:5em;}
.article {
    border:1px solid #009FE4;
    background-color: #e8f6fc;
    padding: 20px;
    margin-top: 20px;
}
.article .title {font-size:150%;padding:10px 0 0 0;font-family: GeosansLight;font-style: normal;font-weight:bold;}
.article .info {
    clear: both;
    /*padding: 20px 0;*/
}
.article .label{
    display: block;
    color: #999;
    width: 15%;
    text-align: left;
    float:left;
    font-size:100%;
    padding:5px 0;
}
.article .value {float:left;width:100%;padding:0;color:#171717;font-family: Calluna-Regular;font-style: normal;}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 768px) {
    .article .label{
        width: 30%;
    }
}
.archive_years {padding:0;}
.archive_years li.years {list-style:none;border-bottom:1px solid;text-align:center;}
.archive_years li a {color:#009FE4;}
.archive_years li:hover, .archive_years li.active {background:#575756;}
.archive_years li:hover a, .archive_years li.active a {color:#fff;}
.container {font-family: Calluna-Regular;}
.container h3 {font-family:GeosansLight;font-weight:bold;}
.main-nav a{font-family:"Work Sans", Arial, sans-serif;}
#loader{display: block;margin: auto;}
.left_box {
  border:1px solid #ccc; padding: 10px;
}


.article_v2 {
    /*border:1px solid #009FE4;*/
    background-color: #e8f6fc;
    padding: 15px;
}
.article_v2 .title {font-size:115%;padding-top:20px;font-family: GeosansLight;font-style: normal;font-weight:bold;text-transform:uppercase;}
.article_v2 .title a {color: #000;}
.article_v2 .info {
    clear: both;
}
.article_v2 .label{
    display: block;
    color: #999;
    width: 15%;
    text-align: left;
    float:left;
    font-size:100%;
    padding:5px 0;
}
.article_v2 .info {padding-top:10px;}
.article_v2 .value {float:left;width:100%;padding:0;color:#171717;font-family: Calluna-Regular;font-style: normal;}
.article_v2:nth-child(even) {background-color: #FFF;}
.article_v2 .img_orcid {
    height: 1em;
    vertical-align: middle;
    line-height: 1em;
    font-size: 14px;
}
.article_v2 .btn-v2 {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 15px;
  color: #575656;
}

.cuadro_publication {
  border: 1px solid #cccccc;
  background: #f7f7f7;
  width: 100%;
  height: fit-content;
  margin: 10px auto 20px auto;
  padding: 30px 75px 30px 75px;
}
.publication_img_small {
  padding: 2px;
  border: 1px solid #ccc;
  margin: 2px;
  max-width: 100%;
}

.pagination {   
    display: inline-block;   
    float: right;
    margin: 0;
}   
.pagination a {  
    font-size:18px;   
    color: black;   
    float: left;   
    padding: 8px 16px;   
    text-decoration: none;   
    border:1px solid #ccc;   
}   
.pagination a.active {   
        background-color: #575756;  
        color: #fff ;
}   
.pagination a:hover:not(.active) {   
    background-color: skyblue;   
}
.archive-button {
  border: 2px solid #009FE4;
  background: transparent;
  color: #848282;
  padding: 2px 10px;
}
.article_date::before {
  content: "•";
  color: #8FFF00;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 40px;
  vertical-align: middle;
  margin: 0px -15px 5px;
}
.isbn {
  margin-left: 20px;
}
.isbn::before {
  content: "•";
  color: #FF8FB2;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 40px;
  vertical-align: middle;
  margin: 0px -15px 5px;
}
.nesepyear {
  margin-left: 20px;
}
.nesepyear::before {
  content: "•";
  color: #94C8E9;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 40px;
  vertical-align: middle;
  margin: 0px -15px 5px;
}
.article_view {
  .article_date::before {
    margin: 0px 0px 5px;
  }
  .nesepyear::before {
    margin: 0px 0px 5px;
  }
  .isbn::before {
    margin: 0px 0px 5px;
  }
}

ul.archive-bullet li::marker {
  color: #94C8E9;
  font-size:20px;
}

.article_v2{
  .article_date::before {
    margin: 0px 0px 5px;
    font-size: 30px;
  }
  .nesepyear::before {
    margin: 0px 0px 5px;
    font-size: 30px;
  }
  .isbn::before {
    margin: 0px 0px 5px;
    font-size: 30px;
  }
}




/***********************************MY CSS***************************************/
body {
	background: #f4f4f4;
}

body * {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

h1, h2, h3, h4, h5, h6, figure, a {
	color: #218620;
}

.fa {
	font-family: FontAwesome !important;
}



.text-black {
	color: #000 !important;
}

.text-white,
.panel-info > .panel-heading {
	color: #fff;
}

.text-green,
#fh5co-offcanvas li.active a,
.fh5co-blog .blog-text h3 a,
.archive_years li a,
.fh5co-contact-info ul li:before {
	color: #218620;
}

#fh5co-offcanvas li.active,
.panel-info,
.panel-info > .panel-heading,
#gallery .gallery-carousel .center,
hr {
    border-color: #218620;
}

.welcome-user-box,
.n-dropbtn,
.fh5co-cover .overlay,
.panel-info > .panel-heading,
#gallery .owl-dot.active {
	background-color: #218620;
}

.n-dropdown-content {
	background-color: #fff;
}

.article-sliderbar li.cat-link-container.active a.cat-link,
.article-sliderbar li.cat-link-container a.cat-link:hover {
	text-decoration: underline;
}

.gototop a.js-gotop {
	background-color: transparent;
}



.green-big-title {
	color: #218620;
    margin-bottom: 10px;
    font-size: 2.5em;
    font-weight: 400;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.article-sliderbar h3.sliderbar-title {
	font-size: 16px;
    font-weight: 700;
    border-bottom: 2px solid #218620;
    padding-bottom: 6px;
    margin-bottom: 5px;
    line-height: 1.5em;
    color: #2B4F81;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.article-sliderbar li.cat-link-container {
	background-color: transparent;
    text-align: left;
    /*line-height: 2.4em;*/
	line-height: 35px;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s ease;
}

.article-sliderbar li.cat-link-container a.cat-link {
	color: #218620;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
}


.fh5co-nav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0px 10px 10px 10px;
	color: rgb(0 0 0 / 54%);
	display: inline-block;
}

.fh5co-nav ul li.active > a,
.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
	color: #218620 !important;
    border-bottom: 2px solid #218620;
}

.fh5co-nav ul li.active > a:after,
.article_date::before {
	Content: none;
}

.fh5co-nav {
	position: relative;
	top: unset;
}

.article {
	background-color: #fff;
	border-color: #218620;
}

.green-page-btn {
	color: #000 !important;
    background-color: #fff !important;
    border-color: #218620 !important;
}

.green-page-btn.active,
.green-page-btn:hover {
    color: #fff !important;
    background-color: #218620 !important;
    border-color: #218620 !important;
}


footer#fh5co-footer {
	padding-bottom: 30px;
	border-top: 8px solid #218620;
}

footer ul.fh5co-footer-links li {
	border: none !important;
    padding: 5px 0 !important;
}

.gototop a.js-gotop:hover i.icon-arrow-up {
	background-color: #218620;
    color: #fff;
}

.gototop a.js-gotop i.icon-arrow-up {
	color: #000;
    background-color: transparent;
    border: 2px solid #218620;
}

.fh5co-cover .display-tc {
	vertical-align: middle !important;
}

header#fh5co-header,
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
	height: auto !important;
}

.fh5co-cover .display-tc {
	padding: 10px 0;
}


.fh5co-nav .logo {
	min-width: fit-content;
}

.logo #fh5co-logo .ijsts-logo {
	font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif !important;
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
    background: linear-gradient(135deg, #00E676, #218620);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 4px 4px 0px rgba(0, 230, 118, 0.2);
    position: relative;
    display: inline-block;
    line-height: 1;
}
  
.logo #fh5co-logo .ijsts-logo:hover {
    transform: translateY(-2px);
    text-shadow: 6px 6px 0px rgba(0, 230, 118, 0.3);
    transition: all 0.3s ease;
}

#navbar #logo_and_menu_container {
	display: flex;
    justify-content: space-between;
    align-items: center;
}


@media screen and (max-width: 768px) {
	.d-none-in-768 {
		display: none;
	}
	li.profile {
		display: list-item !important;
	}
}