/**
 * plugins/themes/vanilla/vanilla.css
 *
 * Copyright (c) 2013-2019 Simon Fraser University
 * Copyright (c) 2003-2019 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Vanilla theme.
 *
 */

body {
	background-color: #ffffff;
	color: #000000;
}

#journalDescription {
}

.container a:link {
	color: #000000;
}

.container a:active {
	color: #000000;
}

.container a:visited {
	color: #808080;
}

.container a:hover {
	color: red;
	background: #ffffff;
}

.oldrajblock, .oldestrajblock {
	text-align: center;
	width: 100%;
	min-width: 100%;
}

.oldraj {
	display: inline-block;
	text-align: center;
	max-width: 300px;
	padding: 14px;
}

.oldraj img{
	width: 100%;
	min-width: 100%;
	box-shadow: 0 0 6px 3px rgba(0,0,0, 0.1);
}

.oldestrajblock .oldraj {
	max-width: 150px;
}

.oldrajblock span, .oldestrajblock span{
	font-size: 17px;
	display: inline-block;
	width: 100%;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F3F3F3;
	border: 1px solid #69937e;
	margin: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 14px;
}

.authorCheckbox:after {
	background: #1FA67A !important;
	background-color: #1FA67A;
	color: #ffffff !important;
}

.pkp_form .authorButton {
	border: 2px solid #1fa67a;
}

a.icon.button {
	color: #ffffff !important;
}

a.authorArrow, input.defaultButton, input.button, a.icon.button {
	background: #1FA67A !important;
	background-color: #1FA67A;
	border: 1px solid #1FA67A;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-radius: 3px;
	transition: all 0.2s;
}

table.data td.label{
	padding-top: 0.5em;
}

#content ul li a{
	text-decoration: none;
}

#content ul li a:hover{
	text-decoration: underline;
}

#content ul {
	list-style: none;
	counter-reset: my-awesome-counter;
}
#content ul > li {
	counter-increment: my-awesome-counter;
	margin: 0.25rem;
}

.defaultSkin table.mceLayout{
	margin: 3px;
}

input.defaultButton:hover, input.button:hover{
	background-color: #ffffff !important;
	cursor: pointer;
	color: #148C65;
	border: 1px solid #1FA67A;
}

#header {
	background-color: #f9f9f9;
	/*border-bottom: 1px solid #c1c1c1;*/
	box-shadow: #3A3A3A 0 0 5px 0;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#main {
	background-color: #ffffff;
	border: 0;
}

td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	padding: 0;
	text-align: center;
	border-bottom: 0;
	font-weight: normal;
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	/*font-family: Tahoma, Geneva, sans-serif;*/
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-family: 'Century Gothic', Futura, sans-serif;
	display: inline-block;
	position: unset;
	bottom: unset;
	width: unset;
	height: unset;
	border-bottom: none !important;
	padding-left: 0px !important;
}

#navbar li {
	margin: 0;
	display: inline-block;
	margin-top: 3px;
	margin-bottom: 3px;
}

#navbar ul li {
	height: unset;
	text-align: unset;
}

#navbar ul.menu li {
	padding-right: 0px;
}

#navbar ul.menu li#announcements {
	display: none;
}

#navbar a {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 15px;
	display: block;
	font-weight: normal;
	letter-spacing: 0.06em;
	color: black;
	transition: all 0.25s;
	font-family: 'Century Gothic', Futura, sans-serif;
	font-size: 15px;	
}
#navbar a:hover {
	background-color: #1FA67A;
	color: white;
}

#navbar a {
position: relative;
line-height: 1.9; /*задаём высоту строки*/
text-decoration: none; /*убираем подчёркивание*/
}

#navbar a:after {
display: block;
position: absolute;
left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
width: 0;/*задаём длинну линии до наведения курсора*/
height: 3px; /*задаём ширину линии*/
background-color: #f9f9f9; /*задаём цвет линии*/
content: "";
transition: all 0.5s ease-out; /*задаём время анимации*/
margin-top: 3px;
}

#navbar a:hover:after {
width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}

#langpan{
	display: inline-block;
	border-left: 1px solid black;
	padding-left: 12px;
	padding-top: 2px;
	margin-top: 14px;
	margin-bottom: 14px;
}
#langpan img{
	display: inline-block;
	padding: 0;
	margin: auto;
    margin-top: auto;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 4px;
	margin-right: 4px;
}

#content table.listing tr.heading, #content table.spec tr.head_row, #content div span.heading, #content table.info td.heading {
	background: #1fa67a !important;
}

@media screen and (max-width: 700px) {
	#navbar{
		width: 100%;
	}
	#navbar ul li{
		width: 100%;

	}
}
@media screen and (max-width: 768px) {
	#langpan{
		width: 100%;
		border: none;
		padding-left: 0;
	}
}
#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: none !important;	
}

#develnow {
	display: none;
}

#content {
	/*padding-left: 10px;*/
	border-top: 0px dotted #000;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;
}

#content a{
	color: #000000;
}

footer{
	left: 0;
	bottom: 0px;
	background-color: #1F1F1F;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	color: #CCC;
	font-size: 12px;
	min-width: unset;
}

html, body {
    height: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	font-size: 13px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#jlist{
	text-align: center;
	width: 100%;
	display: none;
}

#jlist .jframe{
	margin: auto;
	text-align: center;
	width: auto;
	/*max-width: 44%;*/
	max-width: 88%;
	display: inline-block;
	padding: 10px;
	font-size: 0.7em;
}

#jlist .jframe .jone .jlogo{
	margin-bottom: 7px;
	width: 100%;
	background-color:
	white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -4px;
	/*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0;
	margin-left: -3px;
	margin-right: -3px;
	border-radius: 5px;*/
}

#jlist .jframe .jone .jlang{
	margin-bottom: -2px;
	margin-left: 5px;
	width: auto;
	background-color: white;
	/*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0;
	margin-left: -3px;
	margin-right: -3px;
	border-radius: 5px;*/
}

@media screen and (max-width: 768px) {
	#jlist .jframe{
		width: 88%;
		max-width: 88%;
	}
}

#jlist .jone a {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 13px;
	display: block;
	/*font-weight: bold;*/
	letter-spacing: 0.06em;
	color: black;
	transition: all 0.25s;
	background-color: #1FA67A;
	color: white;
	margin-top: 3px;
	margin-bottom: 3px;
	box-shadow: rgba(0,0,0,0.3) -2px 3px 7px 0;
}
#jlist .jone a:hover {
	background-color: #ffffff;
	color: black;
}

#jlist .jone a {
position: relative;
line-height: 1.9; /*задаём высоту строки*/
text-decoration: none; /*убираем подчёркивание*/
}

#jlist .jone a:after {
display: block;
position: absolute;
left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
width: 0;/*задаём длинну линии до наведения курсора*/
height: 3px; /*задаём ширину линии*/
background-color: #1FA67A; /*задаём цвет линии*/
content: "";
transition: all 0.5s ease-out; /*задаём время анимации*/
margin-top: 3px;
}

#jlist .jone a:hover:after {
width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}

#jlist .homepageImage img {
    margin: 0 auto;
    border: 0;
    float: none;
    width: 100%;
    margin: 1em 1em 1em 0;
    text-align: center;
}

#jlist{
	text-align: center;
	width: 100%;
}

#jlist .jframe{
	margin: auto;
	text-align: center;
	width: auto;
	/*max-width: 44%;*/
	max-width: 88%;
	display: inline-block;
	padding: 10px;
	font-size: 0.7em;
}

#jlist .jframe .jone .jlogo{
	margin-bottom: 7px;
	width: 100%;
	background-color:
	white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -4px;
	/*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0;
	margin-left: -3px;
	margin-right: -3px;
	border-radius: 5px;*/
}

#jlist .jframe .jone .jlang{
	margin-bottom: -2px;
	margin-left: 5px;
	width: auto;
	background-color: white;
	/*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0;
	margin-left: -3px;
	margin-right: -3px;
	border-radius: 5px;*/
}

@media screen and (max-width: 768px) {
	#jlist .jframe{
		width: 88%;
		max-width: 88%;
	}
}

#jlist .jone a {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 13px;
	display: block;
	/*font-weight: bold;*/
	letter-spacing: 0.06em;
	color: black;
	transition: all 0.25s;
	background-color: #1FA67A;
	color: white;
	margin-top: 3px;
	margin-bottom: 3px;
	box-shadow: rgba(0,0,0,0.3) -2px 3px 7px 0;
}
#jlist .jone a:hover {
	background-color: #ffffff;
	color: black;
}

#jlist .jone a {
position: relative;
line-height: 1.9; /*задаём высоту строки*/
text-decoration: none; /*убираем подчёркивание*/
}

#jlist .jone a:after {
display: block;
position: absolute;
left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
width: 0;/*задаём длинну линии до наведения курсора*/
height: 3px; /*задаём ширину линии*/
background-color: #1FA67A; /*задаём цвет линии*/
content: "";
transition: all 0.5s ease-out; /*задаём время анимации*/
margin-top: 3px;
}

#jlist .jone a:hover:after {
width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}

#jlist .homepageImage img {
    margin: 0 auto;
    border: 0;
    float: none;
    width: 100%;
    margin: 1em 1em 1em 0;
    text-align: center;
}
/* SaninCode: Menu items */

#sidebar div{
	text-align: center;
}
#sidebar a{
	color: #656565;
	font-size: 13px;
}

#sidebar a:visited{
	color: #656565;
}

#sidebar a:hover{
	color: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	/*max-width: 44%;*/
	max-width: 88%;
	display: inline-block;
	font-size: 0.7em;
	list-style-type: none;
}

#sidebar ul li .jlogo{
	margin-bottom: 7px;
	width: 100%;
	background-color:
	white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -4px;
	/*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0;
	margin-left: -3px;
	margin-right: -3px;
	border-radius: 5px;*/
}

#sidebar ul li .jlang{
	margin-bottom: -2px;
	margin-left: 5px;
	width: auto;
	background-color: white;
	/*box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0;
	margin-left: -3px;
	margin-right: -3px;
	border-radius: 5px;*/
}

@media screen and (max-width: 768px) {
	#sidebar ul{
		/*width: 88%;
		max-width: 88%;*/
	}
	#sidebar .issnlist{
		display: none;
	}
}

#sidebar div.block.custom {
	margin: 0px auto 5px auto;
}

#sidebar div.block.custom a {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 13px;
	display: block;
	/*font-weight: bold;*/
	letter-spacing: 0.06em;
	background-color: #1FA67A;
	color: white;
	margin-bottom: 3px;
	box-shadow: rgba(0,0,0,0.3) -2px 3px 7px 0;
	text-transform: uppercase;
	text-decoration: none;
}

#sidebar div.block.custom a:hover {
	background-color: #ffffff;
	color: black;
}

#sidebar .umenu ul li a {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
	display: block;
	/*font-weight: bold;*/
	letter-spacing: 0.06em;
	transition: all 0.25s;
	background-color: #FFFFFF;
	color: #656565;
	margin-top: 3px;
	margin-bottom: 3px;
	box-shadow: rgba(0,0,0,0.3) -2px 3px 7px 0;
	text-transform: uppercase;
	text-decoration: none;
}

#sidebar .umenu li a:hover {
	background-color: #ffffff;
	color: black;
}

#sidebar li a {
position: relative;
line-height: 1.9; /*задаём высоту строки*/
text-decoration: none; /*убираем подчёркивание*/
}

#sidebar div.block.custom a:after {
display: block;
position: absolute;
left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
width: 0;/*задаём длинну линии до наведения курсора*/
height: 3px; /*задаём ширину линии*/
background-color: #1FA67A; /*задаём цвет линии*/
content: "";
transition: all 0.5s ease-out; /*задаём время анимации*/
margin-top: 3px;
}

#sidebar .umenu li a:after {
display: block;
position: absolute;
left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
width: 0;/*задаём длинну линии до наведения курсора*/
height: 3px; /*задаём ширину линии*/
background-color: #1FA67A; /*задаём цвет линии*/
content: "";
transition: all 0.5s ease-out; /*задаём время анимации*/
margin-top: 2px;
}

#sidebar li a:hover:after {
width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}

#sidebar .homepageImage img {
    margin: 0 auto;
    border: 0;
    float: none;
    width: 100%;
    margin: 1em 1em 1em 0;
    text-align: center;
}
#sidebar .issnlist{
	margin-top: 8px;
}
#sidebar .issnlist li{
	font-size: 14px;
	text-align: left;
	color: #505050;
	margin-top: 2px;
}
/* End Menu items */

/**
 * styles/rightSidebar.css
 *
 * Copyright (c) 2013-2019 Simon Fraser University
 * Copyright (c) 2003-2019 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a right-hand sidebar.
 *
 */

/**
 * Common HTML elements
 */


#headerTitle {
	text-align: center;
	/*width: 100%;*/
}

#body {
	width: 100%;
	margin: auto;
}

#main {
	border: none !important;
}

@media screen and (max-width: 1200px) {
	#sidebar {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	#sidebar div.block{
		margin-right: 0 !important;
		text-align: center !important;
	}
	#sidebar div.block {
		max-width: 100%;
	}
	#leftSidebar {
		width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	body {
		/*padding-bottom: 200px;*/
	}
	#leftSidebar {
		width: 250px;
	}
}

#container{
	min-height: calc(100vh - 210px);
}

* html #rightSidebar { }

#content ul > li, #sidebar div.block ul > li {
	list-style: none;
}

#content ul > li::before, #sidebar div.block ul > li::before {
	content: "■";
	color: #1FA67A;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

#sidebar div.block ul {
	padding-left: 0px;
}

#header {
	background: none;
	background-color: #f9f9f9;
}

#content {
	border: none;
	min-width: unset;
}

body, #container {
	min-width: unset !important;
}

#sidebar #currentIssue.block {
	padding: 0px;
}

#sidebar #currentIssue.block span.blockTitle {
	margin-left: 0px;
}

@media (max-width: 1199px) {
	#headerWrap {
		grid-template-columns: 1fr;
	}
}

#body {
	width: 100%;
	margin: auto;
	min-width: unset;
}

#homepageImage img {
	display: none;
}

#sidebar div.block {
	border: none;
	padding: 0px;
}

#headerTitle {
    text-align: center !important;
	width: unset !important;
}
#headerTitle {
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

#tabs .ui-tabs-nav li::before, div#content ul.ui-tabs-nav li::before, div#content ul.steplist li::before {
	content: unset;
}


/* @end */

ul.kiwi-article-bar {
	line-height: 38px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	width: 100%;
}

ul.kiwi-article-bar li {
    list-style-type: none;
    transition: max-width .2s,margin .2s;
    overflow: hidden;
    margin: 0 5px 0 0;
    display: inline-block;
    padding: 0 5px
}

ul.kiwi-article-bar li [class*=kiwi-nw-] .fa {
    line-height: 28px
}

ul.kiwi-article-bar li:before {
    content: '';
    display: none!important
}

ul.kiwi-article-bar li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    min-width: 80px;
    transition: all .3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    box-sizing: border-box
}

ul.kiwi-article-bar li a:active,ul.kiwi-article-bar li a:focus,ul.kiwi-article-bar li a:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

ul.kiwi-article-bar.leaf a {
    border-radius: 12px 0
}

ul.kiwi-article-bar.pill a {
    border-radius: 15px
}

ul.kiwi-article-bar.shift a {
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg)
}

ul.kiwi-article-bar.shift span {
    -ms-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg)
}

ul.kiwi-article-bar.kiwi-article-bar-fit {
    display: table;
    width: 100%;
    table-layout: fixed
}

ul.kiwi-article-bar.kiwi-article-bar-fit li {
    display: table-cell;
    padding: 0;
    margin: 0;
    overflow: visible
}

ul.kiwi-article-bar.kiwi-article-bar-fit li a {
    min-width: initial
}

ul.kiwi-article-bar.kiwi-article-bar-fit.leaf a {
    width: 120%
}

ul.kiwi-article-bar.kiwi-article-bar-fit.leaf li:last-of-type a {
    width: 100%
}

ul.kiwi-article-bar.kiwi-article-bar-fit.pill {
    border-radius: 15px;
    overflow: hidden
}

ul.kiwi-article-bar.kiwi-article-bar-fit.pill a {
    width: 120%;
    border-radius: 15px 0 0 15px
}

ul.kiwi-article-bar.kiwi-article-bar-fit.pill li:last-child a {
    width: 100%;
    border-radius: 15px
}

@media (min-width: 768px) {
    ul.kiwi-article-bar.kiwi-article-bar-fit.icons-visible-desktop .kiwi-visible-desktop {
        display:block
    }
}

ul.kiwi-floating-bar {
    position: fixed;
    list-style-type: none;
    margin-bottom: 0;
    z-index: 9999;
    padding: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

ul.kiwi-floating-bar [class*=kiwi-nw-] .fa {
    line-height: 39px
}

ul.kiwi-floating-bar li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative
}

ul.kiwi-floating-bar li:last-of-type {
    margin-bottom: 0
}

ul.kiwi-floating-bar li:before {
    content: '';
    display: none!important
}

ul.kiwi-floating-bar li .network-label {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    font-size: 13px;
    -webkit-transition: all .5s cubic-bezier(.075,.82,.165,1);
    transition: all .5s cubic-bezier(.075,.82,.165,1)
}

ul.kiwi-floating-bar li a:first-of-type {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    min-width: 40px;
    transition: all .3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}

ul.kiwi-floating-bar li a:first-of-type:active,ul.kiwi-floating-bar li a:first-of-type:focus,ul.kiwi-floating-bar li a:first-of-type:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

ul.kiwi-floating-bar .kiwi-share-count {
    display: none
}

ul.kiwi-floating-bar.left {
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

ul.kiwi-floating-bar.left .network-label {
    top: 0;
    left: -56px;
    height: 100%;
    line-height: 40px;
    width: 95px;
    text-align: left;
    padding: 0 10px
}

ul.kiwi-floating-bar.left>li:hover>.network-label {
    opacity: 1;
    left: 40px;
    visibility: visible;
    -webkit-transition: all .5s cubic-bezier(.075,.82,.165,1);
    transition: all .5s cubic-bezier(.075,.82,.165,1)
}

ul.kiwi-floating-bar.right {
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

ul.kiwi-floating-bar.right .network-label {
    top: 0;
    right: -56px;
    height: 100%;
    line-height: 40px;
    width: 95px;
    text-align: left;
    padding: 0 10px
}

ul.kiwi-floating-bar.right>li:hover>.network-label {
    opacity: 1;
    right: 40px;
    visibility: visible;
    -webkit-transition: all .5s cubic-bezier(.075,.82,.165,1);
    transition: all .5s cubic-bezier(.075,.82,.165,1)
}

ul.kiwi-floating-bar.bottom {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    line-height: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

ul.kiwi-floating-bar.bottom .network-label {
    bottom: 0;
    left: 0;
    height: 100%;
    line-height: 18px;
    width: 95px;
    text-align: center;
    padding: 10px 5px;
    visibility: hidden;
    transform: rotate(90deg);
    transform-origin: 40% 6%
}

ul.kiwi-floating-bar.bottom>li:hover>.network-label {
    opacity: 1;
    visibility: visible;
    bottom: 59px;
    -webkit-transition: all .5s cubic-bezier(.075,.82,.165,1);
    transition: all .5s cubic-bezier(.075,.82,.165,1)
}

ul.kiwi-floating-bar.bottom li {
    display: inline-block;
    margin: 0
}

ul.kiwi-floating-bar.pill a:first-of-type {
    border-radius: 50%
}

ul.kiwi-floating-bar.pill.bottom>li .network-label,ul.kiwi-floating-bar.pill.right>li .network-label {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px
}

ul.kiwi-floating-bar.pill.left>li .network-label {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 25px;
    width: 120px;
    left: 5px
}

ul.kiwi-floating-bar.pill.left>li:hover .network-label {
    left: 20px
}

ul.kiwi-floating-bar.pill.right>li .network-label {
    padding-right: 25px;
    width: 120px;
    right: 5px
}

ul.kiwi-floating-bar.pill.right>li:hover .network-label {
    right: 20px
}

ul.kiwi-floating-bar.pill.bottom>li:hover .network-label {
    bottom: 42px
}

.kiwi-article-bar [class*=kiwi-nw-],.kiwi-floating-bar [class*=kiwi-nw-] {
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff
}

.kiwi-article-bar [class*=kiwi-nw-]:focus,.kiwi-article-bar [class*=kiwi-nw-]:hover,.kiwi-floating-bar [class*=kiwi-nw-]:focus,.kiwi-floating-bar [class*=kiwi-nw-]:hover {
    -webkit-transition: all .2s;
    transition: all .2s
}

.kiwi-article-bar .kiwi-nw-facebook,.kiwi-floating-bar .kiwi-nw-facebook {
    background: #3B5998
}

.kiwi-article-bar .kiwi-nw-facebook:focus,.kiwi-article-bar .kiwi-nw-facebook:hover,.kiwi-floating-bar .kiwi-nw-facebook:focus,.kiwi-floating-bar .kiwi-nw-facebook:hover {
    background: #1b4199;
    color: #fff
}

.kiwi-article-bar .kiwi-nw-twitter,.kiwi-floating-bar .kiwi-nw-twitter {
    background: #4EAEF8
}

.kiwi-article-bar .kiwi-nw-twitter:focus,.kiwi-article-bar .kiwi-nw-twitter:hover,.kiwi-floating-bar .kiwi-nw-twitter:focus,.kiwi-floating-bar .kiwi-nw-twitter:hover {
    background: #1193f7;
    color: #fff
}

.kiwi-article-bar .kiwi-nw-google-plus,.kiwi-floating-bar .kiwi-nw-google-plus {
    background: #DB4437
}

.kiwi-article-bar .kiwi-nw-google-plus:focus,.kiwi-article-bar .kiwi-nw-google-plus:hover,.kiwi-floating-bar .kiwi-nw-google-plus:focus,.kiwi-floating-bar .kiwi-nw-google-plus:hover {
    background: #db2615;
    color: #fff
}

.kiwi-article-bar .kiwi-nw-pinterest,.kiwi-floating-bar .kiwi-nw-pinterest {
    background: #BD081C
}

.kiwi-article-bar .kiwi-nw-pinterest:focus,.kiwi-article-bar .kiwi-nw-pinterest:hover,.kiwi-floating-bar .kiwi-nw-pinterest:focus,.kiwi-floating-bar .kiwi-nw-pinterest:hover {
    background: #770107;
    color: #fff
}

.kiwi-article-bar .kiwi-nw-fintel,.kiwi-floating-bar .kiwi-nw-fintel {
    background: #087515
}

.kiwi-article-bar .kiwi-nw-linkedin,.kiwi-floating-bar .kiwi-nw-linkedin {
    background: #1A85BC
}

.kiwi-article-bar .kiwi-nw-linkedin:focus,.kiwi-article-bar .kiwi-nw-linkedin:hover,.kiwi-floating-bar .kiwi-nw-linkedin:focus,.kiwi-floating-bar .kiwi-nw-linkedin:hover {
    background: #006aa8;
    color: #fff
}

.kiwi-article-bar .kiwi-nw-reddit,.kiwi-floating-bar .kiwi-nw-reddit {
    background: #FF4500
}

.kiwi-article-bar .kiwi-nw-reddit:focus,.kiwi-article-bar .kiwi-nw-reddit:hover,.kiwi-floating-bar .kiwi-nw-reddit:focus,.kiwi-floating-bar .kiwi-nw-reddit:hover {
    background: #e22500;
    color: #fff
}

.kiwi-article-bar .kiwi-nw-email,.kiwi-floating-bar .kiwi-nw-email {
    background: #4D9159
}

.kiwi-article-bar .kiwi-nw-email:focus,.kiwi-article-bar .kiwi-nw-email:hover,.kiwi-floating-bar .kiwi-nw-email:focus,.kiwi-floating-bar .kiwi-nw-email:hover {
    background: #0e9126;
    color: #fff
}

.kiwi-article-bar .kiwi-nw-whatsapp,.kiwi-floating-bar .kiwi-nw-whatsapp {
    background: #0DC143
}

.kiwi-article-bar .kiwi-nw-whatsapp:focus,.kiwi-article-bar .kiwi-nw-whatsapp:hover,.kiwi-floating-bar .kiwi-nw-whatsapp:focus,.kiwi-floating-bar .kiwi-nw-whatsapp:hover {
    background: #499b06;
    color: #fff
}

@media (min-width: 768px) {
    .kiwi-article-bar .kiwi-nw-whatsapp,.kiwi-floating-bar .kiwi-nw-whatsapp {
        display:none
    }

    .kiwi-article-bar .kiwi-nw-whatsapp.kiwi-visible-desktop,.kiwi-floating-bar .kiwi-nw-whatsapp.kiwi-visible-desktop {
        display: inline-block
    }
}

.kiwi-article-bar .kiwi-nw-telegram,.kiwi-floating-bar .kiwi-nw-telegram {
    background: #179CDE
}

.kiwi-article-bar .kiwi-nw-telegram:focus,.kiwi-article-bar .kiwi-nw-telegram:hover,.kiwi-floating-bar .kiwi-nw-telegram:focus,.kiwi-floating-bar .kiwi-nw-telegram:hover {
    background: #008cea;
    color: #fff
}

.kiwi-article-bar .kiwi-nw-skype,.kiwi-floating-bar .kiwi-nw-skype {
    background: #009EE5
}

.kiwi-article-bar .kiwi-nw-skype:focus,.kiwi-article-bar .kiwi-nw-skype:hover,.kiwi-floating-bar .kiwi-nw-skype:focus,.kiwi-floating-bar .kiwi-nw-skype:hover {
    background: #008ae0;
    color: #fff
}

.kiwi-highlighter-content-area,.kiwi-highlighter-excerpt-area {
    position: relative
}

.kiwi-highlight-sharer {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.75);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.75);
    display: none;
    position: absolute
}

.kiwi-highlight-sharer .kiwi-nw-twitter {
    background: #4EAEF8;
    color: #fff;
    padding: 5px 15px
}

.kiwi-highlight-sharer .kiwi-nw-twitter:focus,.kiwi-highlight-sharer .kiwi-nw-twitter:hover {
    background: #fff;
    color: #4EAEF8
}

.kiwi-click-to-tweet-content-area {
    border-radius: 6px;
    border: 1px solid #DDD;
    padding: 15px;
    position: relative
}

.kiwi-click-to-tweet-content-area>a.kiwi-click-to-tweet-url {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 21px;
    font-style: normal
}

.kiwi-click-to-tweet-content-area>a.kiwi-click-to-tweet-url:focus,.kiwi-click-to-tweet-content-area>a.kiwi-click-to-tweet-url:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.kiwi-click-to-tweet-content-area>a.kiwi-click-to-tweet-url .kiwi-click-to-tweet .kiwi-click-to-tweet-text {
    position: relative;
    margin-bottom: 25px;
    display: inline-block
}

.kiwi-click-to-tweet-content-area>a.kiwi-click-to-tweet-url .kiwi-click-to-tweet .kiwi-click-to-tweet-button {
    text-transform: uppercase;
    position: absolute;
    font-size: 12px;
    font-style: normal;
    bottom: 15px;
    right: 15px
}

.kiwi-click-to-tweet-content-area>a.kiwi-click-to-tweet-url .kiwi-click-to-tweet .kiwi-click-to-tweet-button i {
    margin-left: 5px;
    color: #4EAEF8;
    font-size: 15px
}

.kiwi-article-bar a{
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	line-height: 30px;
}

@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?dsgpst');
  src:  url('/fonts/icomoon.eot?dsgpst#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?dsgpst') format('truetype'),
    url('/fonts/icomoon.woff?dsgpst') format('woff'),
    url('/fonts/icomoon.svg?dsgpst#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="kicon-"], [class*=" kicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kicon-fintel:before {
  content: "\e907";
  color: rgb(255, 255, 255);
}
.kicon-fintel-simple:before {
  content: "\e900";
  color: rgb(9, 117, 22);
}
.kicon-fintel-square:before {
  content: "\e905";
  color: rgb(9, 117, 22);
}
.kicon-envelope-o:before {
  content: "\f003";
}
.kicon-close:before {
  content: "\f00d";
}
.kicon-linkedin-square:before {
  content: "\f08c";
}
.kicon-twitter:before {
  content: "\f099";
}
.kicon-facebook:before {
  content: "\f09a";
}
.kicon-github:before {
  content: "\f09b";
}
.kicon-globe:before {
  content: "\f0ac";
}
.kicon-chain:before {
  content: "\f0c1";
}
.kicon-pinterest:before {
  content: "\f0d2";
}
.kicon-pinterest-square:before {
  content: "\f0d3";
}
.kicon-google-plus-square:before {
  content: "\f0d4";
}
.kicon-google-plus:before {
  content: "\f0d5";
}
.kicon-envelope:before {
  content: "\f0e0";
}
.kicon-linkedin:before {
  content: "\f0e1";
}
.kicon-youtube-square:before {
  content: "\f166";
}
.kicon-youtube:before {
  content: "\f167";
}
.kicon-youtube-play:before {
  content: "\f16a";
}
.kicon-dropbox:before {
  content: "\f16b";
}
.kicon-instagram:before {
  content: "\f16d";
}
.kicon-flickr:before {
  content: "\f16e";
}
.kicon-tumblr:before {
  content: "\f173";
}
.kicon-tumblr-square:before {
  content: "\f174";
}
.kicon-dribbble:before {
  content: "\f17d";
}
.kicon-skype:before {
  content: "\f17e";
}
.kicon-vimeo-square:before {
  content: "\f194";
}
.kicon-wordpress:before {
  content: "\f19a";
}
.kicon-google:before {
  content: "\f1a0";
}
.kicon-reddit:before {
  content: "\f1a1";
}
.kicon-reddit-square:before {
  content: "\f1a2";
}
.kicon-stumbleupon-circle:before {
  content: "\f1a3";
}
.kicon-stumbleupon:before {
  content: "\f1a4";
}
.kicon-git-square:before {
  content: "\f1d2";
}
.kicon-git:before {
  content: "\f1d3";
}
.kicon-qq:before {
  content: "\f1d6";
}
.kicon-circle-thin:before {
  content: "\f1db";
}
.kicon-share-alt:before {
  content: "\f1e0";
}
.kicon-twitch:before {
  content: "\f1e8";
}
.kicon-whatsapp:before {
  content: "\f232";
}
.kicon-snapchat:before {
  content: "\f2ab";
}
.kicon-snapchat-ghost:before {
  content: "\f2ac";
}
.kicon-snapchat-square:before {
  content: "\f2ad";
}
.kicon-telegram:before {
  content: "\f2c6";
}

#footblock{
	/*position: absolute;*/
	/*left: 0;
	bottom: 0;
	background-color: #1F1F1F;
    padding-left: 0;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
    border-top: 1px solid #3A3A3A;*/
    color: #CCC;
    font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#footblock .footmenu{
	margin: auto;
	text-align: left;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}
#footblock .footmenu a, #footblock .footmenu a:visited, #footblock .footmenu a:link{
	margin: auto;
	text-align: left;
	display: inline-block;
	width: 100%;
	min-width: 100%;
	text-decoration: none;
	color: #A4A4A4;
}
#footblock .footmenu a:hover, #footblock .footmenu a:focus, #footblock .footmenu a:active{
	background-color: none;
	color: #EEEEEE;
}
#footblock .copyr{
	/*position: absolute;*/
	margin: auto;
	text-align: center;
	bottom: 0;
	right: 0;
}

table.listing .action a {
	background: none;
}

#sidebar div.block span.blockTitle {
	background: none;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px !important;
    display: block;
    letter-spacing: 0.06em;
    transition: all 0.25s;
    background-color: #1FA67A;
    color: white;
    margin-top: 3px;
    margin-bottom: 3px;
    box-shadow: rgb(0 0 0 / 30%) -2px 3px 7px 0;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-right: 0px;
}

div.separator {
	background-color: #1fa67a;
}

div#currentIssue.block a img {
	width: 100% !important;
	padding-left: 0px !important;
}

#sidebar div.block {
    margin: auto;
}

#sidebar div.block div {
	text-align: left;
}

div div.heading {
	background: #1fa67a;
}

#prePrintArticlesHome div.separator {
	display: none;
}

table.spec.arhiveList td.two ul {
	padding-left: 25px !important;
}

#headerTitle a, #headerTitle a:hover, #headerIssn span {
	color: black;
	text-decoration: none;
	text-shadow: none;
	font-weight: bold;
}

section.navbar {
	display: none;
}
