*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 18px;
}

a{
	color: #e65500;
}
a:hover{
	text-decoration: underline;
}
.header_ISSN,
.footer_all{
	background-color: #fff;
	padding: 15px;
}
.header1st{
	background-color: #f6a276;	
	color: #fff;
	font-size: 20px;
}
.header1st .container{
	margin-left: 0;
	margin-right: 0;
	width: auto;
}
.journal_name,
.issn{
	margin: 5px 0 5px;	
}
.journal_name{
	float: left;
}
.header1st a{
	color: #fff;
}
.link_top_lang_current{
	color: #cc5500 !important;
}
.issn{
	float: right;
}
.logo_block{
	display: block;
	margin-left: -15px;
	text-align: center;
}
.logo_block a{
	color: black;
	font-size: 48px;
	font-family: "TimesNewRomanRegular",serif;
	text-transform: uppercase;
}
.logo_block a:hover{
	text-decoration: none;
}
/*img.logo_img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}*/
.header_line{
	background-color: #f6a276;
	height: 3px;
}
.main_mnu{
	background-color: #fff;
	color: #000;
}
.main_mnu a{
	color: #000;
	padding: 10px 5px;
	display: block;
	-webkit-transition: all .25s time;
	-o-transition: all .25s time;
	transition: all .25s time;
}
.main_mnu button:hover,
.main_mnu a:hover{
	background-color: #f6b695;
	text-decoration: none;
}
.main_mnu_button{
	border: medium none;
	color: #000;
	background-color: transparent;
	font-size: 26px;
	padding: 10px 0 10px;
}
.main_mnu ul{
	margin: 0px 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.main_mnu ul li{
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 10px;
}
.main_mnu ul li a {
	padding-top: 13px;
	padding-bottom: 16px;
}
.main_mnu ul li a{
	display: inline-block;
}
.soc_buttons{
	float: right;
}
.soc_buttons a {
	display: inline-block;
	font-size: 26px;
	margin-left: 5px;
}

article{
	padding: 15px;
	font-family: "TimesNewRomanRegular",serif;
}
h1, h2{
	text-align: center;
}
h3{
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
}
.contents{
	margin: 3 3 3 3;
	border: 0;
	vertical-align: top;
}
.contents tr td{
	margin: 3px 3px 3px 3px;
	border: 0;
	vertical-align: top;
}
.table_TOC tr td{
	width: 50px;
}
.table_TOC tr td:first-child{
	width: 120px;
}
.abstract{
	text-align: justify;
}
.bib_data{
	font-size: 18px;

}
.bib{
	text-align: center;
}
.pub_type{
	font-style: italic;
	text-align: right;
}
.covers{
	text-align: center;
	margin: 10px;
}
.covers img{
	border: thin solid black;
}
.art_info{
	font-size: 16px;
}
.full_text_caption
.supl_caption{
	font-weight: bold;
}
.title_authors {
	text-align: center;
}
.affiliations{
	font-size: 16px;
	text-align: left;
	display: inline-block;
}
.footer_address{
	padding: 5px 0;
	text-align: center;
}
.footer_email,
.footer_phone,
.footer_post_address{
	display: inline-block;
}
.copyright_line{
	width: auto;
	margin: 10px 0;
	font-size: 0.8em;
}
.copyright{
	float: left;
}
.designed{
	float: right;
}