@import url("https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap");
html {
	scroll-behavior: smooth;
}
/* Fonts 
*************************/
body,
p,
li {
	font-family: "Poppins", sans-serif;
	font-size: 0.85em;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: normal;
}
.text-s {
	font-family: serif !important;
}
.text-ss {
	font-family: sans-serif !important;
}
footer {
	font-size: 0.95em !important;
}
.underline:after {
	content: "";
	display: block;
	bottom: 0;
	width: 50px;
	height: 4px;
	margin-top: 10px;
}
main a {
	border-bottom-width: 1px !important;
	border-bottom-style: dotted !important;
	text-decoration: none !important;
	outline: none;
}
main a:hover {
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
}
p {
	line-height: 150%;
}
footer a {
	border-bottom: none;
}

/* Colors
*************************/
.bg-gray-100 {
	background-color: #f8f9fa !important;
}
.bg-gray-300 {
	background-color: #dee2e6 !important;
}
.bg-gray-800 {
	background-color: #262626 !important;
}
.text-gray-300 {
	color: #dee2e6 !important;
}
.bg-dark {
	background-color: #11609d !important;
}
.bg-light {
	background-color: #f8f8f8 !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.underline:after {
	background: #11609d;
}
p {
	color: #666;
}
strong {
	color: #000;
}
main a {
	border-bottom-color: #3156a3;
	color: #3156a3;
}
header {
	background-color: #11609d !important;
}
footer {
	background-color: #202020 !important;
	color: #cccccc !important;
}
footer h5 {
	color: #ffffff !important;
}
footer a {
	color: #ffffff !important;
	border-bottom-color: transparent !important;
}
footer a:hover {
	border-bottom-color: #ffffff !important;
}

/* Animation
*************************/
a,
.btn {
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
/* Header
*************************/

/* Footer
*************************/
.footer-nav {
	margin-top: 10px;
}
.footer-nav a {
	display: block;
	padding: 4px 5px 4px 0;
}
/* Navbar
*************************/
.nav-item {
	font-size: 1.2em;
}

/* Main
*************************/
.dotted-col {
	border-right: 1px dashed #cccccc;
}
.current-issue img {
	width: 100%;
	-webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
}
.current-issue-info {
	padding: 5px;
	text-align: center;
}
.post-index {
}
.post-index h4 {
	margin-top: 15px;
}
.post-single {
	border-bottom: 1px #909090 dotted;
}
.post-num {
	text-align: right;
	font-weight: 700;
	margin-right: 10px;
}
.post-single em {
	font-size: 0.9em;
}
.abstract {
	display: none;
	position: relative;
	margin-top: 20px;
	padding: 25px 30px 20px;
	background-color: #f8f8f8;
	font-size: 0.9em;
}
.abstract p {
	margin: 0 0 8px 0;
	padding: 0;
}
.abstract.show {
	display: block;
}
.abstract:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #f8f8f8;
	position: absolute;
	top: -28px;
	right: 50px;
}
.sponsors {
	border-radius: 5px;
	padding: 10px;
}
.sponsors a,
.sponsors a:hover {
	border-bottom-style: none !important;
}
.sponsors img {
	margin-bottom: 10px;
	border: #dee2e6 solid 1px;
}

/* Social icons
*************************/
.social-icons a {
	display: block;
	width: 29px;
	height: 29px;
	font-size: 16px;
	line-height: 29px;
	text-align: center;
	color: #909090 !important;
	background-color: #303030;
}
.social-icons a:hover {
	color: #ffffff !important;
	background-color: #42b3e5;
	text-decoration: none;
}

/* Margins & Paddings
*************************/
.border-0 {
	border: 0 !important;
}
/* Flexslider
*************************/
.slideshow {
	border-bottom: none;
	margin: 0 !important;
	padding: 0 !important;
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.flexslider {
	margin: 0 !important;
	padding: 0 !important;
}
.flexslider .flex-viewport {
	max-height: 450px;
}
.flexslider .slide-title {
	position: absolute;
	top: 80px;
	margin: 30px;
	width: 550px;
}
.flexslider .slide-title h2 {
	font-size: 3.8em;
	color: #fff;
	text-transform: none;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.8);
}
.flexslider .flex-control-nav {
	bottom: 4px;
}
.flex-control-paging li a {
	width: 9px;
	height: 9px;
	background: #fff;
}
.flex-control-paging li a:hover {
	background: #3580ab;
}
.flex-control-paging li a.flex-active {
	background: #1c455b;
}
/* ScrollTop
*************************/
#scrollTop {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #343a40;
	border: solid 1px #343a40;
	text-align: center;
	background: #fff;
	font-size: 0.8rem;
	z-index: 999;
	cursor: pointer;
}

/*CUSTOM CSS*/
.easy-autocomplete {
	width: 80% !important;
}
/*
 * Shortcode: styled-icons.less
 * -----------------------------------------------
*/
.styled-icons a {
	color: #333333;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	width: 32px;
	float: right;
	margin: 5px 7px 5px 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.styled-icons a:hover {
	color: #666666;
}
.styled-icons.icon-gray a {
	background-color: #eeeeee;
	color: #555555;
	display: block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	width: 36px;
}
.styled-icons.icon-gray a:hover {
	color: #bbbbbb;
}
.styled-icons.icon-gray.icon-bordered a {
	background-color: transparent;
	border: 2px solid #eeeeee;
}
.styled-icons.icon-gray.icon-bordered a:hover {
	border: 2px solid #d5d5d5;
}
.styled-icons.icon-dark a {
	background-color: #333333;
	color: #eeeeee;
	display: block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	width: 36px;
}
.styled-icons.icon-dark a:hover {
	color: #5e5e5e;
}
.styled-icons.icon-dark.icon-bordered a {
	background-color: transparent;
	border: 2px solid #111111;
	color: #111111;
}
.styled-icons.icon-dark.icon-bordered a:hover {
	background-color: #111111;
	border-color: #111111;
	color: #fff;
}
.styled-icons.icon-bordered a {
	border: 1px solid #777777;
}
.styled-icons.icon-bordered a:hover {
	background-color: #777777;
	color: #fff;
}
.styled-icons.icon-rounded a {
	border-radius: 3px;
}
.styled-icons.icon-circled a {
	border-radius: 50%;
}
.styled-icons.icon-sm a {
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin: 2px 7px 2px 0;
	width: 30px;
}
.styled-icons.icon-md a {
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.styled-icons.icon-lg a {
	font-size: 32px;
	height: 60px;
	line-height: 60px;
	width: 60px;
}
.styled-icons.icon-xl a {
	font-size: 60px;
	height: 120px;
	line-height: 120px;
	width: 120px;
}
.styled-icons li {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
}

/* Article */
article img {
	max-width: 100%;
	height: auto !important;
}
