/* Egyedi képoldal (kep.php) */

.kep-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 20px;
}
.kep-back {
	font-weight: 700;
}
.kep-position {
	color: #95a5a6;
	white-space: nowrap;
	margin-left: 15px;
}

.kep-figure {
	position: relative;
	background: #f3f5f7;
	text-align: center;
	margin-bottom: 30px;
}
.kep-figure img {
	display: inline-block;
	max-width: 100%;
	max-height: 80vh;
	width: auto;
	height: auto;
	cursor: zoom-in;
}

.kep-arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 44px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	text-align: center;
	color: #fff !important;
	background: rgba(0, 0, 0, 0.35);
	opacity: 0;
	transition: opacity 0.2s ease, background 0.2s ease;
}
.kep-figure:hover .kep-arrow,
.kep-arrow:focus {
	opacity: 1;
}
.kep-arrow:hover {
	background: rgba(0, 0, 0, 0.6);
}
.kep-arrow-prev { left: 0; }
.kep-arrow-next { right: 0; }

@media (hover: none) {
	.kep-arrow { opacity: 1; }
}

.kep-info h1 {
	font-size: 30px;
	line-height: 1.25;
	margin-bottom: 15px;
	text-transform: none;
}
.kep-details span {
	display: block;
}
.kep-share .btn {
	margin: 5px 5px 5px 0;
}
.kep-pager {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
	font-weight: 700;
}
