body {
	background-color: #fff;
	/*font-family: Georgia, serif;*/
}

/*FejlĂ©c*/
.navbar-default, .header_view  {
	/*background-color: #33345e;*/
	background-color: #13035b;
}

.navbar-default .nav > li > a, .navbar-default .nav > li > a:visited, .header_view .nav > li > a, .header_view .nav > li > a:visited {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus, .header_view .nav > li > a:hover, .header_view .nav > li > a:focus {
	color: #b5bbfc;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
}

/*.site-name a, .site-name img {
	font-family: Georgia, serif;
}*/

.site-name a, .site-name a:visited, .site-name img {
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-size: 20px;
}

.navbar-default .site-name a:hover, .site-name img:hover {
	color: #b5bbfc;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
}

input.form-control {
	background-color: #fff;
}


/*LogĂł
.site-name a, .site-name img {
	height: 150px;
	margin-top: -15px;
	margin-bottom: -30px;
	z-index: 2;
}*/

.navbar-brand.navbar-brand-logo {
    height: 100px;
	max-height: 100px;
    margin-top: -3px;
    margin-left: -3px;
}

	/*EltĹ±nĹ‘ logĂł kisebb kĂ©pernyĹ‘n*/
@media (min-width: 0px) {
	.site-name a, .site-name img {
		display: none;
	}
}

@media (min-width: 768px) {
	.site-name a, .site-name img {
		/*display: initial;*/
		display: inline;
	}
}

/*A fejlĂ©csĂˇv feljebb hĂşzĂˇsa*/
.navbar-header {
	margin-top: -45px;
}





/*Sidebar*/
.pkp_block .content a,
.pkp_block .content a:visited,
.pkp_block .content a:link {
	color: #352275;
	font-weight: 500;
}

.pkp_block .content a:hover {
	color: #b5bbfc;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
}

.panel-default > .panel-heading, .pkp_block .title {
	/*background-color: #33345e;*/
	background-color: #13035b;
	color: #fff;
	font-weight: 500;
}

.badge {
	background-color: #ccc;
	color: #48487a;
}

/*FĹ‘szĂ¶veg*/

h2 {
	font-size: 30px;
}

.issue-toc a,
.issue-toc a:visited,
.issue-toc a:link {
	color: #13035b;
	font-weight: 500;
}

.issue-toc a:hover {
	opacity: 0.75;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:link {
	background-color: #13035b;
	border: 1px solid #13035b;
	color: #fff;
	font-weight: 500;
}

.btn-group a,
.btn-group a:visited,
.btn-group a:link {
	background-color: #13035b;
	border: 1px solid #13035b;
	color: #fff;
	font-weight: 500;
}

/*.btn-primary:hover {
	background-color: #cde0f2;
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
}*/

.btn-primary.read-more a
.btn-primary.read-more a:visited,
.btn-primary.read-more a:link {
	/*color: #144372;*/
	color: #e8d05c;
	font-weight: 500;
}

.alert-info {
	background-color: #13035b;
	border: 1px solid #13035b;
	color: #fff;
	font-weight: 500;
}

.alert-info a,
.alert-info a:visited,
.alert-info a:link {
	color: #fff;
}

/*ArchĂ­vum*/
.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
	color: #13035b;
}

.issues.media-list a,
.issues.media-list a:visited,
.issues.media-list a:link {
	color: #13035b;
}

/*SorkizĂˇrt fĹ‘szĂ¶veg*/
.pkp_structure_content.container {
	text-align: justify;
}

/*LĂˇblĂ©c*/
.col-md-2 {
	width: 100%;
}

.col-md-2 img.img-responsive {
	width: 60px;
	margin: auto;
	
}

.col-md-10 {
	display: block;
	float: none;
	padding: 0;
	margin: auto;
	text-align: center;
}

p.opentitle {
	margin: auto;
	width: 50%;
	text-align: center;
}