.konferencie-archiv article {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.konferencie-archiv .page-wrapper {
	max-width:none;
}

.page-wrapper > .grid-2.relative.konf:first-of-type {
  padding-top: 9em;
}

.page-wrapper > .grid-2:nth-of-type(2n) {
	display:flex;
	flex-direction:row-reverse;
}

.page-wrapper > .grid-2:nth-of-type(2n) article, .page-wrapper > .grid-2:nth-of-type(2n) div {
	width:50%;
}

.p-line::after {
    height: 50px!important;
}

.konferencie-archiv .page-wrapper > .grid-2:nth-of-type(2n) img {
	left: 0!important;
}


.page-wrapper .grid-2 article {
  padding-left: 15%;
}

.page-wrapper > .grid-2:nth-of-type(2n) article {
  padding-right: 15%;
	padding-left:2em;
}

.konferencie-archiv img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    object-fit: cover;
    height: 100%;
}

.starsie-konferencie {
    background: white;
}

.starsie-konferencie .page-wrapper {
	max-width:1550px;
	border-top:1px solid var(--primary-color);
}

.starsie-konferencie .section-padding {
	padding-top:1em;
	min-height:auto!important;
}

.p-s.old-wrap .starsie-konferencie:first-of-type .page-wrapper {
	margin-top:6em!important;
}

.p-s.old-wrap {
	padding-bottom:0.5em;
	padding-top:0.5em;
}

.links {
	width:100%!important;
}


@media only screen and (max-width: 991px) {
.page-wrapper > .grid-2:nth-of-type(2n) {
    display: grid;
	}
	
	.page-wrapper > .grid-2:nth-of-type(2n) article {
		width:100%!important;
	}
	
	.p-line::after {
    height: 30px!important;
}
	
	.page-wrapper > .grid-2:nth-of-type(2n) article {
		padding-right: 2em; }
	
	.page-wrapper .grid-2 article {
    padding-left: 2em;
}
	
	.konferencie-archiv img {
    left: 0!important;
    width: 100%!important;
}
	
	.section-padding.thumb-konf {
    width: 100% !important;
    position: relative;
    height: 250px;
}
	
	.konferencie-archiv article {
		min-height:auto;
	}
}