/* Engagement Theme Modified by HSR (hsr@yudharta.ac.id)*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body {
	font-family: 'Montserrat', sans-serif
}

.pkp_brand_footer {
	display: none
}

a {
	color: #17a2b8;
	transition: all .3s ease-in-out;
	text-decoration: none !important
}

a:focus,
a:hover {
	color: #333
}

.btn {
	transition: all .3s ease-in-out
}

.pkp_structure_content::after,
.pkp_structure_content::before {
	display: flex
}


.pkp_structure_main {
	display: inline
}

.pkp_structure_page {
	max-width: 100%;
	margin: 0 auto;
	box-shadow: none
}

.pkp_structure_sidebar {
	position: relative;
	margin-left: -15px;
	margin-right: -15px
}

@media only screen and (min-width:768px) {
	.pkp_structure_sidebar {
		position: sticky;
		top: 8rem;
		margin-left: 0;
		margin-right: -15px;

	}
}

.cover img,
.cover-image img {
	float: none;
	display: inline;
	max-width: 160px;
	height: auto;
	box-shadow: 0 0 1.525rem rgba(0, 0, 0, .25);
	margin: 0 auto 15px auto;
	border-radius: 5px;
	transition: all .5s ease-in-out
}

@media only screen and (min-width:768px) {

	.cover img,
	.cover-image img {
		display: inline-block
	}
}

.cover img:hover,
.cover-image img:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	box-shadow: none
}

.navbar {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	background-color: #fff
}

@media only screen and (min-width:768px) {
	.navbar {
		padding-top: 10px;
		padding-bottom: 10px
	}
}

.navbar-default {
	border-bottom-width: 1px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	visibility: visible;
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	transition: all 500ms ease-in-out;
}

.navbar-default.fixedTop {
	box-shadow: rgba(22, 57, 85, 0.2) -20px 2px 50px 0px;
	transition: .5s ease-in-out
}

.navbar-default.sekrol {
	top: -100px;
	visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: .5s ease-in-out;
}

.navbar-brand-logo {
	padding: 3px;
	height: 48px;
}

@media only screen and (min-width:768px) {
	.navbar-brand-logo {
		padding: 5px 0;
		height: 58px;
		margin-right: 45px
	}
}

.navbar-default .nav>li>a {
	color: #016b8a;
}

.navbar-default .nav>li>a:hover {
	color: #333
}

.dropdown-menu>li>a {
	color: #016b8a !important
}

.dropdown-menu>li>a:hover {
	color: #333 !important
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #333;
	background-color: transparent
}

.panel,
.pkp_block {
	margin-bottom: 15px;
	background-color: transparent;
}

.panel {
	box-shadow: none;
}

.panel-default,
.pkp_block {
	border: 0;
	box-shadow: none;
	background: none;
}

.panel-body,
.pkp_block .content {
	padding: 15px 0
}

.panel-default>.panel-heading,
.pkp_block .title {
	letter-spacing: 1px;
	font-size: 14px;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
	background: 0 0;
	border: 0;
	padding: 0;
	display: block
}

.panel-default>.panel-heading:after,
.pkp_block .title:after {
	content: "";
	display: block;
	height: 2px;
	margin-top: 5px;
	background: #ff7200;
	width: 100%;
	opacity: .5;
}

.panel-default ul,
.pkp_block ul {
	margin-left: -15px;
	margin-right: -15px;
	border: 0
}

.list-group-item,
.pkp_block ul li {
	background-color: transparent
}

.panel-default ul li,
.pkp_block ul li {
	border: 0
}

.panel-default ul li:first-child,
.pkp_block ul li:first-child {
	padding-top: 0;
	border-top: 0
}

.panel-default ul li:last-child,
.pkp_block ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0
}


.form-control:focus {
	box-shadow: none;
	border-color: #62a9bf
}



.article-sidebar {
	position: relative;
	padding: 0 15px;
	border-left: none;
}

@media only screen and (min-width:768px) {
	.article-sidebar {
		position: sticky;
		top: 8rem;
		border-left: 1px dashed #e4e4e4
	}
}

.article-sidebar .panel-default {
	margin-bottom: 0;
	border: none;
	border-bottom: 1px dashed #e4e4e4;
	box-shadow: none
}

.article-sidebar .panel-default>.panel-heading {
	padding-top: 15px
}

.article-sidebar .panel-default:last-child {
	border-bottom: none
}

.issue-summary-list {
	box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
	padding: 15px;
	border: 1px solid #f4f4f4;
	border-radius: 5px;
	transition: all .5s ease-in-out;
	width: 100%;
	position: relative;
	float: left;
}

.description-sec {
	border: none;
}

@media only screen and (min-width: 768px) {
	.description-sec {
		border-left: 2px solid #d7e4ed;
	}
}

.issue-summary {
	box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
	padding: 15px;
	border: 1px solid #f4f4f4;
	border-radius: 5px;
	min-height: 140px;
	transition: all .5s ease-in-out;
	width: 100%;
	position: relative;
	float: left;
}

@media only screen and (min-width:768px) {
	.issue-summary {
		width: calc(50% - 7.5px);
		min-height: 180px
	}
}

@media only screen and (min-width:768px) {
	.issue-summary:nth-of-type(even) {
		margin-right: 0;
		float: right;
		margin-bottom: 15px
	}
}

.issue-summary:last-child {
	margin-right: 0
}

.issue-summary .cover img {
	float: none;
	display: block;
	max-width: 100px;
	height: auto;
	box-shadow: 0 0 1.525rem rgba(0, 0, 0, .25);
	margin: 0 auto;
	border-radius: 5px;
	transition: all .5s ease-in-out
}

@media only screen and (min-width:768px) {
	.issue-summary .cover img {
		display: inline-block;
		max-width: 140px;
	}
}

.issue-summary .cover img:hover {
	box-shadow: none;
}

.issue-summary .media-left {
	float: left;
	text-align: left;
	padding-right: 15px;
}

@media only screen and (min-width:768px) {
	.issue-summary .media-left {
		float: none;
		display: block;
		clear: both;
		text-align: center;
		padding-right: 0px;
		min-height: 220px;
	}
}

.issue-summary .media-body {
	text-align: left;
	margin-left: 10px
}

@media only screen and (min-width:768px) {
	.issue-summary .media-body {
		text-align: center;
		padding-top: 15px;
		margin: 0px;
	}
}
.searchAuthorDetails,
.article-summary,
.announcement-summary {
	box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
	padding: 15px;
	border: 1px solid #f4f4f4;
	border-radius: 5px;
	transition: all .5s ease-in-out;
	text-align: left;
	margin-bottom: -15px;
}
.searchAuthorDetails{
    margin-bottom: 15px;
}
.article-summary .media-left {
	display: none;
}

.announcement-summary p {
	margin-bottom: 0px;
}
.searchAuthorDetails:hover,
.article-summary:hover,
.issue-summary:hover,
.issue-summary-list:hover,
.announcement-summary:hover,
.custom-boxshadow:hover {
	box-shadow: .25rem .5rem 3.25rem #cfdce4;
	border-color: transparent;
}

.issue-summary:hover img,
.issue-summary-list:hover img,
.article-summary:hover .cover img,
.journal-block:hover .image-block img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	box-shadow: none;
}

.article-summary:first-child {
	margin-top: -15px
}

.article-summary:last-child {
	margin-bottom: 0
}

.navbar .container {
	padding-left: 15px;
	padding-right: 15px
}

@media only screen and (min-width:768px) {
	.navbar .container {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar>.container .navbar-brand {
	margin-left: 15px
}

.footer .row {
	margin-left: auto;
	margin-right: auto
}

.footer .container {
	padding-left: 0;
	padding-right: 0
}

.footer h5 {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
	color: #555;
}

.issue-toc .row {
	margin-left: -15px;
	margin-right: -15px
}

.read-more {
	margin-top: 15px;
	margin-bottom: 15px
}

.container {
	padding-left: 30px;
	padding-right: 30px
}

@media only screen and (min-width:768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px
	}
}

.article-summary .meta .authors {
	font-family: 'Lora', serif;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #555;
}

.article-main .author {
	border: 1px solid transparent;
	font-family: 'Lora', serif;
	font-size: 16px;
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom: 10px
}

.article-abstract p {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 16px;
}

.article-main .author .article-author-affilitation {
	font-size: 14px
}

@media only screen and (min-width:768px) {
	.article-main .author {
		width: calc(50% - 15px);
		margin-right: 15px
	}
}

@media only screen and (min-width:768px) {
	.article-main .author:nth-of-type(even) {
		margin-right: 0
	}
}

.article-main .author:last-child {
	margin-right: 0
}

.article-details .page-header {
	font-family: 'Lora', serif;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 24px
}


.media-heading .title {
	padding-bottom: 5px;
	display: block
}

.page_login .jumbotron {
	padding: 20px;
}

.login,
.lost_password {
	width: 100%
}



.breadcrumb {
	border-bottom: 1px dashed #e4e4e4;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
	list-style: none;
	background-color: transparent;
	border-radius: 0
}



.lead {
	font-size: 18px
}

.page_index_journal .journal-description {
	margin-top: 15px;
	margin-bottom: 15px;
}

.page_index_journal .additional_content {
	border-top: 1px dashed #e4e4e4;
	padding-top: 20px
}

.page_index_journal .additional_content .cover_add {
	float: left;
	display: inline;
	max-height: 120px;
	width: auto;
	box-shadow: 0 0 1.525rem rgba(0, 0, 0, .25);
	margin: 10px 15px 15px 0;
	border-radius: 5px;
	transition: all .5s ease-in-out
}

.issues .media,
.article-summary .media,
.announcements .media {
	margin-top: 15px;
	margin-bottom: 0
}

.issues .media:last-child,
.article-summary .media:last-child,
.announcements .media:last-child {
	margin-bottom: 15px
}

footer[role=contentinfo] {
	background: linear-gradient(22.5deg, rgba(66, 66, 66, .02) 0, rgba(66, 66, 66, .02) 11%, rgba(135, 135, 135, .02) 11%, rgba(135, 135, 135, .02) 24%, rgba(29, 29, 29, .02) 24%, rgba(29, 29, 29, .02) 38%, rgba(15, 15, 15, .02) 38%, rgba(15, 15, 15, .02) 50%, rgba(180, 180, 180, .02) 50%, rgba(180, 180, 180, .02) 77%, rgba(205, 205, 205, .02) 77%, rgba(205, 205, 205, .02) 100%), linear-gradient(67.5deg, rgba(10, 10, 10, .02) 0, rgba(10, 10, 10, .02) 22%, rgba(52, 52, 52, .02) 22%, rgba(52, 52, 52, .02) 29%, rgba(203, 203, 203, .02) 29%, rgba(203, 203, 203, .02) 30%, rgba(69, 69, 69, .02) 30%, rgba(69, 69, 69, .02) 75%, rgba(231, 231, 231, .02) 75%, rgba(231, 231, 231, .02) 95%, rgba(138, 138, 138, .02) 95%, rgba(138, 138, 138, .02) 100%), linear-gradient(112.5deg, rgba(221, 221, 221, .02) 0, rgba(221, 221, 221, .02) 17%, rgba(190, 190, 190, .02) 17%, rgba(190, 190, 190, .02) 39%, rgba(186, 186, 186, .02) 39%, rgba(186, 186, 186, .02) 66%, rgba(191, 191, 191, .02) 66%, rgba(191, 191, 191, .02) 68%, rgba(16, 16, 16, .02) 68%, rgba(16, 16, 16, .02) 70%, rgba(94, 94, 94, .02) 70%, rgba(94, 94, 94, .02) 100%), linear-gradient(90deg, #fff, #fff);
	margin-top: 2em;
	color: #333;
	padding: 15px 0px 40px 0px
}

@media only screen and (min-width:768px) {
	footer[role=contentinfo] {
		padding-bottom: 15px;
	}
}

#scrollTop {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 10px;
	z-index: 9999;
	font-size: 18px;
	border: 0;
	outline: 0;
	background-color: #e0ebfa;
	color: #afddeb;
	cursor: pointer;
	padding: 3px 10px 3px 15px;
	border-radius: 4px
}

.marker {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px
}

.nav-tabs {
	border-width: 1px;
	border-bottom: 1px dashed #e4e4e4;
}

.nav-tabs>li>a {
	padding: 5px 10px;
	background-color: transparent;
	color: #777;
	border: 2px solid transparent;
	border-radius: 0px;
	font-weight: 500;
}

.nav-tabs>li>a:hover {
	color: #fff;
	background-color: #ff7200;
	border-color: #ff7200;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	border: 2px solid transparent;
	border-bottom-color: rgba(255, 114, 0, .75);
	color: #ff7200;
	background-color: transparent;
}

.nav-pills>li>a {
	color: #17a2b8;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #17a2b8;
}

#articlesBySameAuthorList {
	margin-top: 15px
}

#articlesBySameAuthorList h3 {
	font-size: 18px
}

#articlesBySameAuthorList ul {
	padding-left: 25px
}

#articlesBySameAuthorList li {
	margin-bottom: 10px
}

#navigationUser .user-menu,
#navigationUser li a {
	color: #ff7200 !important
}

#navigationUser .user-menu:hover,
#navigationUser li a:hover {
	color: #333 !important
}

.banner-sec {
	background: linear-gradient(22.5deg, rgba(66, 66, 66, .02) 0, rgba(66, 66, 66, .02) 11%, rgba(135, 135, 135, .02) 11%, rgba(135, 135, 135, .02) 24%, rgba(29, 29, 29, .02) 24%, rgba(29, 29, 29, .02) 38%, rgba(15, 15, 15, .02) 38%, rgba(15, 15, 15, .02) 50%, rgba(180, 180, 180, .02) 50%, rgba(180, 180, 180, .02) 77%, rgba(205, 205, 205, .02) 77%, rgba(205, 205, 205, .02) 100%), linear-gradient(67.5deg, rgba(10, 10, 10, .02) 0, rgba(10, 10, 10, .02) 22%, rgba(52, 52, 52, .02) 22%, rgba(52, 52, 52, .02) 29%, rgba(203, 203, 203, .02) 29%, rgba(203, 203, 203, .02) 30%, rgba(69, 69, 69, .02) 30%, rgba(69, 69, 69, .02) 75%, rgba(231, 231, 231, .02) 75%, rgba(231, 231, 231, .02) 95%, rgba(138, 138, 138, .02) 95%, rgba(138, 138, 138, .02) 100%), linear-gradient(112.5deg, rgba(221, 221, 221, .02) 0, rgba(221, 221, 221, .02) 17%, rgba(190, 190, 190, .02) 17%, rgba(190, 190, 190, .02) 39%, rgba(186, 186, 186, .02) 39%, rgba(186, 186, 186, .02) 66%, rgba(191, 191, 191, .02) 66%, rgba(191, 191, 191, .02) 68%, rgba(16, 16, 16, .02) 68%, rgba(16, 16, 16, .02) 70%, rgba(94, 94, 94, .02) 70%, rgba(94, 94, 94, .02) 100%), linear-gradient(90deg, #fff, #fff);
	padding-top: 60px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #333;
	transition: all .5s ease;
}

.banner-sec .container {
	padding-left: 15px;
	padding-right: 15px
}

.banner-sec .banner-title,
.banner-sec .banner-title-article {
	font-size: 24px;
	color: #ff7200;
	font-weight: 800;
	margin-bottom: 5px
}

.banner-sec .banner-title-article {
	margin-top: 40px;
}

.banner-sec.skrol {
	background-image: linear-gradient(231deg, rgba(233, 233, 233, 0.01) 0%, rgba(233, 233, 233, 0.01) 25%, rgba(10, 10, 10, 0.01) 25%, rgba(10, 10, 10, 0.01) 50%, rgba(237, 237, 237, 0.01) 50%, rgba(237, 237, 237, 0.01) 75%, rgba(200, 200, 200, 0.01) 75%, rgba(200, 200, 200, 0.01) 100%), linear-gradient(344deg, rgba(2, 2, 2, 0.03) 0%, rgba(2, 2, 2, 0.03) 20%, rgba(10, 10, 10, 0.03) 20%, rgba(10, 10, 10, 0.03) 40%, rgba(100, 100, 100, 0.03) 40%, rgba(100, 100, 100, 0.03) 60%, rgba(60, 60, 60, 0.03) 60%, rgba(60, 60, 60, 0.03) 80%, rgba(135, 135, 135, 0.03) 80%, rgba(135, 135, 135, 0.03) 100%), linear-gradient(148deg, rgba(150, 150, 150, 0.03) 0%, rgba(150, 150, 150, 0.03) 14.286%, rgba(15, 15, 15, 0.03) 14.286%, rgba(15, 15, 15, 0.03) 28.572%, rgba(74, 74, 74, 0.03) 28.572%, rgba(74, 74, 74, 0.03) 42.858%, rgba(175, 175, 175, 0.03) 42.858%, rgba(175, 175, 175, 0.03) 57.144%, rgba(16, 16, 16, 0.03) 57.144%, rgba(16, 16, 16, 0.03) 71.42999999999999%, rgba(83, 83, 83, 0.03) 71.43%, rgba(83, 83, 83, 0.03) 85.71600000000001%, rgba(249, 249, 249, 0.03) 85.716%, rgba(249, 249, 249, 0.03) 100.002%), linear-gradient(122deg, rgba(150, 150, 150, 0.01) 0%, rgba(150, 150, 150, 0.01) 20%, rgba(252, 252, 252, 0.01) 20%, rgba(252, 252, 252, 0.01) 40%, rgba(226, 226, 226, 0.01) 40%, rgba(226, 226, 226, 0.01) 60%, rgba(49, 49, 49, 0.01) 60%, rgba(49, 49, 49, 0.01) 80%, rgba(94, 94, 94, 0.01) 80%, rgba(94, 94, 94, 0.01) 100%), linear-gradient(295deg, rgba(207, 207, 207, 0.02) 0%, rgba(207, 207, 207, 0.02) 25%, rgba(47, 47, 47, 0.02) 25%, rgba(47, 47, 47, 0.02) 50%, rgba(142, 142, 142, 0.02) 50%, rgba(142, 142, 142, 0.02) 75%, rgba(76, 76, 76, 0.02) 75%, rgba(76, 76, 76, 0.02) 100%), linear-gradient(73deg, rgba(81, 81, 81, 0.03) 0%, rgba(81, 81, 81, 0.03) 12.5%, rgba(158, 158, 158, 0.03) 12.5%, rgba(158, 158, 158, 0.03) 25%, rgba(136, 136, 136, 0.03) 25%, rgba(136, 136, 136, 0.03) 37.5%, rgba(209, 209, 209, 0.03) 37.5%, rgba(209, 209, 209, 0.03) 50%, rgba(152, 152, 152, 0.03) 50%, rgba(152, 152, 152, 0.03) 62.5%, rgba(97, 97, 97, 0.03) 62.5%, rgba(97, 97, 97, 0.03) 75%, rgba(167, 167, 167, 0.03) 75%, rgba(167, 167, 167, 0.03) 87.5%, rgba(22, 22, 22, 0.03) 87.5%, rgba(22, 22, 22, 0.03) 100%), linear-gradient(90deg, hsl(137, 0%, 23%), hsl(137, 0%, 23%));
	color: #fff
}

.banner-sec.skrol a {
	color: #ff0
}

.banner-sec.skrol .banner-title,
.banner-sec.skrol .banner-title-article {
	color: #fffd94
}

.banner-sec .banner-subtitle,
.banner-sec .banner-subtitle-article {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #555;
}

.banner-sec.skrol .banner-subtitle,
.banner-sec.skrol .banner-subtitle-article {
	color: #e4e4e4;
}

.banner-sec .published-by {
	font-size: 14px;
	margin-bottom: 5px
}

.banner-sec .serial {
	margin-top: 0
}

@media only screen and (min-width:768px) {
	.banner-sec {
		padding-top: 100px;
		padding-bottom: 50px
	}

	.banner-sec .banner-title {
		font-size: 48px
	}

	.banner-sec .banner-title-article {
		font-size: 32px;
	}

	.banner-sec .banner-subtitle {
		font-size: 24px
	}

	.banner-sec .banner-subtitle-article {
		font-size: 20px
	}

	.banner-sec .published-by {
		font-size: 16px
	}
}

.pager {
	padding: 20px 15px;
	display: block;
	clear: both;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 6px 12px;
	border-radius: .25rem;
	transition: color .5s ease-in-out, background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

/*
.navbar-search {
	display: inline-flex;
	padding: 8px 0px;
	width: 100%;
	align: center;
	float: none;
	margin: 0px auto;
}
@media only screen and (min-width:768px){
	.navbar-search {
		display: inline-flex;
		float: left;
		width: 300px;
		margin-left: 40px;
		border: none;
	}
}

input#search-bar{
  margin: 0 auto;
  border-radius: 50px;
  width: 100%;
  height: 34px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  outline: none;
  padding-left: 15px;
  transition: .3s ease;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}


input#search-bar:focus{
	border-color: #17a2b8;
	box-shadow: none;
}
.search-icon{
  position: relative;
  width: 42px;
  height: 34px;
  top: -1px;
  right: 40px;
  outline: 0;
  border: 0;
  color: #999;
  background: none;
  transition: .3s ease;
  z-index: 999;
}

.search-icon:hover{
	color: #ff7200;
}
*/
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #016b8a;
	text-decoration: none
}

.btn-link:hover {
	color: #333;
	text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: 12px;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.btn-default.btn-shadow {
	box-shadow: 0 .5rem 1.125rem -.5rem rgba(40, 40, 40, .35)
}

.btn-secondary.btn-shadow {
	box-shadow: 0 .5rem 1.125rem -.5rem rgba(108, 117, 125, .9)
}

.btn-dark.btn-shadow {
	box-shadow: 0 .5rem 1.125rem -.5rem rgba(52, 58, 64, .9)
}

.btn-primary.btn-shadow {
	box-shadow: 0 .5rem 1.125rem -.5rem rgba(0, 123, 255, .9)
}

.btn-success.btn-shadow {
	box-shadow: 0 .5rem 1.125rem -.5rem rgba(40, 167, 69, .9)
}

.btn-warning.btn-shadow {
	box-shadow: 0 .5rem 1.125rem -.5rem rgba(255, 193, 7, .9)
}

.btn-danger.btn-shadow {
	box-shadow: 0 .5rem 1.125rem -.5rem rgba(220, 53, 69, .9)
}

.btn-info.btn-shadow {
	box-shadow: 0 .5rem 1.125rem -.5rem rgba(23, 162, 184, .9)
}

.btn-light.btn-shadow {
	box-shadow: 0 .5rem 1.125rem -.5rem rgba(52, 58, 64, .5)
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover,
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default:hover,
.btn-info.focus,
.btn-info:focus,
.btn-info:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:hover,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover,
.btn.focus,
.btn:focus,
.btn:hover {
	box-shadow: none
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
	box-shadow: none
}

.pager li>a,
.pager li>span {
	background-color: #17a2b8;
	border: 1px solid #17a2b8;
	color: #fff;
	box-shadow: 0 .5rem 1.125rem -.5rem rgba(23, 162, 184, .9)
}

.pager li>a:hover,
.pager li>span:hover {
	background-color: #138496;
	border-color: #117a8b;
	color: #fff;
	box-shadow: none;
}

.pager li>a:focus,
.pager li>a.focus,
.pager li>span:focus,
.pager li>span.focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: none;
}

.index-by {
	display: flex;
	padding: 30px 0;
	text-align: center
}

.index-by .container {
	padding-left: 15px;
	padding-right: 15px
}

@media only screen and (min-width:768px) {
	.index-by .container {
		padding-left: 0;
		padding-right: 0
	}
}

.index-by h3 {
	font-size: 12px;
	letter-spacing: 1px;
	margin: 30px 0 20px 0;
	display: block;
	color: #777;
	text-transform: uppercase;
}

.index-by .leading {
	border-top: 1px dashed #e4e4e4;
	margin-left: 15px;
	margin-right: 15px;
}

.index-by img {
	padding: 5px;
	max-width: 160px;
	transition: all .3s ease-in-out;
}

.index-by img:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.index-brand {
	display: inline-block;
	margin: 5px;
	text-align: center;
}

.block_custom .title {
	padding-left: 0;
	color: #777
}

.reg-form .identity {
	border-right: 1px dashed #e4e4e4
}

.reg-form .registration-heading {
	margin-bottom: 15px
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.m-0 {
	margin: 0 !important
}

.mt-0,
.my-0 {
	margin-top: 0 !important
}

.mr-0,
.mx-0 {
	margin-right: 0 !important
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3,
.my-3 {
	margin-top: 1rem !important
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5,
.my-5 {
	margin-top: 3rem !important
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0,
.py-0 {
	padding-top: 0 !important
}

.pr-0,
.px-0 {
	padding-right: 0 !important
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important
}

.pl-0,
.px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1,
.py-1 {
	padding-top: .25rem !important
}

.pr-1,
.px-1 {
	padding-right: .25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2,
.py-2 {
	padding-top: .5rem !important
}

.pr-2,
.px-2 {
	padding-right: .5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3,
.py-3 {
	padding-top: 1rem !important
}

.pr-3,
.px-3 {
	padding-right: 1rem !important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5,
.py-5 {
	padding-top: 3rem !important
}

.pr-5,
.px-5 {
	padding-right: 3rem !important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
	padding-left: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto,
.my-auto {
	margin-top: auto !important
}

.mr-auto,
.mx-auto {
	margin-right: auto !important
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
	margin-left: auto !important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

.bd-toc {
	position: sticky;
	top: 8rem;
	height: calc(100vh - 12rem);
	overflow-y: auto;
	border-right: 1px dashed #e4e4e4
}

@media (max-width:768px) {
	nav[data-toggle=toc] {
		margin-bottom: 42px;
		position: static
	}

	nav[data-toggle=toc] .nav .active .nav {
		display: none
	}
}

.margin-header {
	height: 40px;
	display: block
}

@media only screen and (min-width:768px) {
	.margin-header {
		height: 90px
	}
}

.most_read>li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px dashed #e4e4e4 !important
}

.most_read>li:first-child {
	padding-top: 10px !important
}

.most_read>li:last-child {
	border-bottom: none !important
}

.most_read .most_read_article {
	padding: 10px 0
}

.img-brand {
	display: inline-block;
	margin: 2px 4px;
	transition: all .3s ease-in-out;
}

.img-brand:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transform: scale(.990)
}

.bg-secondary {
	background-color: #6c757d !important;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	color: #555;
}

.page-header {
	font-family: 'Montserrat', serif;
	font-weight: 800;
	border: 0;
	margin: 20px auto 10px auto;
	position: relative;
	display: block;
}

.custom-boxshadow {
	box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
	border: 1px solid transparent;
	border-radius: 5px;
	transition: all .5s ease-in-out;
	position: relative;
}


.optin label {
	font-weight: normal;
}



/* text-styling */
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-info {
	color: #016b8a;
}

.text-warning {
	color: #ff7200
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0056b3 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important;
}

.text-info {
	color: #016b8a !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ff7200 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important;
}

/* Back to Top Button */
.back-to-top {
	position: fixed;
	display: inline !important;
	bottom: 30px;
	right: 30px;
	margin: 0 auto;
	z-index: 997;
	color: #fff !important;
	text-align: center;
	background: #17a2b8;
	width: 36px;
	height: 36px;
	line-height: 28px;
	border-radius: .25em;
	visibility: hidden;
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	transition: all 500ms ease-in-out;
	box-shadow: 0 0 1.525rem rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width:768px) {
	.back-to-top {
		bottom: 30px;
	}
}

.back-to-top:focus,
.back-to-top.focus,
.back-to-top:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ff7200;
	margin-bottom: 2px;
}

.back-to-top.back-to-top-is-visible {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: .5s ease-in-out;
}

.back-to-top.back-to-top-is-visible:hover {
	transition: .5s ease-in-out;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-fade-out:hover {
	transition: .5s ease-in-out;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.boxshadow {
	box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed !important;
}

/* background style */
.bg-primary {
	background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

/* shadow */
.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

/* alert */
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #333;
	background-color: #f4f4f4;
	border-color: #eee;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

/* btn-label */
.btn-label {
	position: relative;
	left: -12px;
	display: inline-block;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.15);
	border-radius: .25rem 0 0 .25rem
}

.btn-sm .btn-label {
	padding: .25rem .5rem;
	left: -.5rem;
}

.btn-labeled {
	padding-top: 0;
	padding-bottom: 0
}

.border-primary {
	border-color: #007bff !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #e4e4e4 !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}


.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.page_register_complete,
.page_login_container,
.page_register_container,
.page_lostPassword_container {
	width: 100%;
	padding: 15px;
	box-shadow: none;
	border: none;
}

@media only screen and (min-width:768px) {
	.page_register_container {
		width: 800px;
		margin: 0 auto;
		padding: 25px;
		box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
		border: 1px solid #f4f4f4;
		border-radius: 5px;
	}
}

@media only screen and (min-width:768px) {

	.page_register_complete,
	.page_login_container,
	.page_lostPassword_container {
		width: 540px;
		margin: 0 auto;
		padding: 25px;
		box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
		border: 1px solid #f4f4f4;
		border-radius: 5px;
	}
}

.header-register,
.header-lostPassword,
.header-login {
	text-align: center;
	color: #016b8a;
}

#connect-orcid-button {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}

	.float-sm-right {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}

	.float-md-right {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}

	.float-lg-right {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}

	.float-xl-right {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}
}



.field-icon {
	cursor: pointer;
	z-index: 2;
	border-left: none;
	background: transparent;
}

.toggle-password:hover {
	color: #016b8a
}

.header-separator {
	padding: 30px 0px;
	margin: 30px auto;
	width: 100%;
	display: block;
}

@media only screen and (min-width:768px) {
	.header-separator {
		padding: 45px 0px;
		margin: 45px auto;
	}
}

/* accordion sidebar */

#accordion .panel {
	border: 1px solid #f4f4f4;
	border-radius: 0;
	margin-bottom: 15px;
	box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
}

#accordion .panel-heading {
	padding: 0;
	border-radius: 0;
	border: none;
}

#accordion .panel-heading::after {
	display: none;
}

#accordion .panel-title a {
	display: block;
	border-radius: .25em .25em 0 0;
	padding: 10px 50px 10px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #ff7200;
	background: #fff;
	border-bottom: 2px solid rgba(255, 114, 0, .5);
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}

#accordion .panel-title a:hover {
	color: #17a2b8;
	border-color: rgba(23, 162, 184, .5);
}

#accordion .panel-title a.collapsed[aria-expanded="true"] {
	display: block;
	padding: 10px 50px 10px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #ff7200;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	background: #fff;
	border-color: rgba(255, 114, 0, .5);
}

#accordion .panel-title a:hover,
#accordion .panel-title a.collapsed[aria-expanded="true"]::hover {
	color: #17a2b8;
	border-color: rgba(23, 162, 184, .5);
}

#accordion .panel-title a.collapsed {
	border-radius: .25em;
	background: #fff;
	color: #17a2b8;
	border-color: rgba(23, 162, 184, .5);
}

#accordion .panel-title a.collapsed:hover {
	/*
    border-color: #e4e4e4;
    color: #dc3545;
    */
	-webkit-filter: grayscale(75%);
	filter: grayscale(75%);
}

#accordion .panel-title a:after {
	content: "\f107";
	border-radius: 15px;
	padding: 2px 5px;
	font-family: FontAwesome;
	position: absolute;
	right: 15px;
	line-height: 1;
	color: #fe696a;
	transition: all 300ms;
}

#accordion .panel-title a:hover:after {
	color: #17a2b8;
}

#accordion .panel-title a.collapsed:after {
	transition: all 300ms;
	color: #17a2b8;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);

}

#accordion .panel-title a.collapsed[aria-expanded="true"]::after {
	color: #ff7200;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

#accordion .panel-title a.collapsed:hover:after {
	color: #ff7200;
}

#accordion .panel-body {
	font-size: 14px;
	line-height: 25px;
	padding: 15px;
	position: relative;
	border: none;
	transition: all 0.3s ease 0s;
}

#accordion .panel-body p {
	margin-bottom: 0;
}

#accordion .panel-body ul li {
	padding: 5px 0px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px dashed #e4e4e4;
}

#accordion .panel-body ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

/* Most read plugin */
.most_read>li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px dashed #e4e4e4 !important
}

.most_read>li:first-child {
	padding-top: 10px !important
}

.most_read>li:last-child {
	border-bottom: none !important
}

.most_read .most_read_article {
	padding: 10px 0
}

.block_custom .title {
	padding-left: 0;
	color: #777
}

/* added 6 juli 2021 */
/* Editorial Page */
.user-details {
    position: relative;
	margin-top: 30px;
    padding: 0;
}

.user-details .user-image {
    position: absolute;
	top: -50px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.user-image img {
    clear: both;
    margin: auto;
    position: relative;
	width: 100px;
	height: 100px;
}

.user-details .user-info-block {
    width: 100%;
    top: 55px;
    box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
	background: #fff;
	border-radius: .25em;
    z-index: 0;
    padding-top: 35px;
	display: block;
}

.user-info-block .user-heading {
    width: 100%;
    text-align: center;
	color: #ff7200;
    margin: 20px auto 10px auto;
}
.user-info-block .user-body {
	border-top: 1px dashed #e4e4e4;
    text-align: center;
	padding: 10px;
}


/* Button WA */
.button-WA {
	position: fixed;
	display: inline!important;
	bottom: 130px;
	right: 30px;
	margin: 0 auto;
	z-index: 2000;
	color: #fff !important;
	text-align: center;
	background: #2ab200!important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	-webkit-transform: translate3d(0, 50px, 0);
	-moz-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	transition: all 500ms ease-in-out;
	box-shadow: 0 0 1.525rem rgba(0, 0, 0, 0.1);
	font-size: 32px;
}

@media only screen and (min-width:768px) {
	.button-WA {
		bottom: 130px;
	}
}

.button-WA:focus,
.button-WA.focus,
.button-WA:hover {
	text-decoration: none;
	color: #fff;
	background-color: #176200!important;
	margin-bottom: 2px;
}

/* Floating Menu About */
.floating-menu {
    font-family: sans-serif;
    background: white;
    border: 1px solid #f4f4f4;
border-radius: 0;
margin-bottom: 15px;
box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
    padding: 5px;;
    width: 130px;
    z-index: 100;
    position: fixed;
  }
  .floating-menu a, 
  .floating-menu h3 {
    font-size: 0.9em;
    display: block;
    margin: 0 0.5em;
    color: #17a2b8;
  }