body {
	background-color: #fff;
	width: 100%;
	overflow-x: hidden;
}

.container {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a, a:hover, a:visited {
	text-decoration: none;
	color: #5fb0d1;
}

h1 {
	color: #ff4040;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	font-family: 'Kameron', serif;
}

/* start Header css */
header {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 991px) {
	header {
		background: #5FB0D1;
	}
}

@media (max-width: 575px) {
	header {
		background: #5FB0D1;
		padding: 5px 0;
	}
}

header .nav-logo {
	width: 400px;
	height: 100px;
	background-image: url(logo-b.png);
	background-size: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 991px) {
	header .nav-logo{
		background-image: url(logo-w.png);
	}
}

@media (max-width: 575px) {
	header .nav-logo{
		width: 300px;
	}
}

/* end Header css */

/* start Leftbar css */

#navDarnyik div {
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
}

#navDarnyik div .nav-link {
	display: inline-block;
	text-transform: uppercase;
	color: #292929;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 5px;
	font-family: 'Kameron', serif;
}

#navDarnyik div .nav-link:hover {
	background: #efefef;
	color: #5fb0d1;
	border-radius: 12px;
}
.contact-box p {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.contact-box a {
	display: inline-block;
	height: 25px;
	width: 25px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #ddd;
    background: linear-gradient(to bottom, #ddd 50%, #6D6E71 50%);
	background: -moz-linear-gradient(to bottom, #ddd 50%, #6D6E71 50%);
	background: -webkit-linear-gradient(to bottom, #ddd 50%, #6D6E71 50%);
	-webkit-background-size: 100% 200%;
	-moz-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.contact-box a:hover {
	background-position: 0 -100%;
}

/* end Leftbar css */

/* start index css */

.bg-grey {
	background: #efefef;
}

.bg-red {
	background: #FF4040;
}

.bg-blue {
	background: #5fb0d1;
}

.thumbnail-box {
	display: inline-block;
	position: relative;
	width: 193px;
	height: 193px;
	margin: 0 4px 10px;
	font-family: 'Kameron', serif;
	font-size: 14px;
}

@media (max-width: 425px) {
    .thumbnail-box {
      display: block;
      margin: 20px auto;
  }
}

.thumbnail {
	width: 193px;
	height: 193px;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.thumbnail.hv-red {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 64, 64, 0.5);
	opacity: 0;
	color: #fff;
}

.thumbnail.hv-red-bg {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	color: #fff;
  	text-align: center;
}

.thumbnail.hv-blue {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(95, 176, 209, 0.85);
	opacity: 1;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}

.thumbnail-box:hover .thumbnail.hv-blue {
	opacity: 0;
}

.thumbnail-box:hover .thumbnail.hv-red {
	opacity: 1;
}

.thumbnail-box:hover .thumbnail.hv-red-bg {
	opacity: 1;
}

.thumbnail-box:hover .thumbnail.bg-red {
	background: #efefef;
}

.thumbnail.hv-red p,
.thumbnail.hv-red-bg p,
.thumbnail.hv-blue p {
	margin:0;
}

.thumbnail.hv-red-bg p {
  max-width: 90%;
}

.info-bubble {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	height: 55px;
	width: 55px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 55px;
	font-size: 11px;
}

.thumbnail-box .fo-cim {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
  	transform: translateY(-50%);
}

.thumbnail-box:hover .fo-cim {
	display: none;
}

.thumbnail-box .friss-cim {
	color: #5fb0d1;
	position: absolute;
	top: 50px;
	left: 30px;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	z-index: 1;
}

.thumbnail-box .friss-cim span:before {
	width: 20px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: #979797;
}

.thumbnail-box .friss-cim span {
	position: relative;
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #979797;
}

.thumbnail-box:hover .friss-cim,
.thumbnail-box:hover .friss-cim span {
	color: #fff;
}

.thumbnail-box:hover .friss-cim span:before {
	background: #fff;
}

/* end index css */

/* start noiro css */

.konyvek img {
	float: left;
	text-align: left;
	width: 40%;
	height: auto;
	margin-bottom: 20px;
	margin-right: 15px;
}

.konyvek .jobbra {
  margin-left: 15px;
  padding-left: 40%;
}

@media (max-width: 991px) {
	.konyvek img {
		float: none;
		width: 100%;
		margin-right: 0;
	}
  
  .konyvek .jobbra {
  margin-left: 0;
  padding-left: 0;
}
}

/* end noiro css */

.lista-elem {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  min-height: 270px;
}

.footer-box {
  border-top: 1px solid #ddd;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.article-list-img {
  float: left;
  max-width: 140px;
  margin-right: 15px;
}

.article-img {
  float: left;
  max-width: 35%;
  margin-right: 15px;
}

@media (max-width: 767px) {
    .article-img {
    float: none;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.olvasoi-velemeny {
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  padding: 10px 0;
}

@media (max-width: 575px) {
  .row.mb-4 img {
	margin-bottom: 30px;
  }
}