.w100 { width: 100% !important; }
.col-center { text-align: center; }
.col-center img { margin: auto; }
.sponsors-grp {font-size: 0.8em;}
.sponsors-grp div:nth-child(3) { text-align: right; }
.sponsors-grp div:nth-child(3) img, .sponsors-grp div:nth-child(1) img { margin-top: 10px; }
.importantDates .schedule__time { color: #3498db; }
#box_zgoda_233 { display: none; }

/* PROGRAM */
.info_ab{
	width: 100%;
	height: auto;
}
.info_ab .info_ab-header{
	font-weight: bold;
}
.info_ab .info_ab-header::after{
	content: '';
	display: block;
	background-color: #000;
	width: 20px;
	height: 2px;
	margin-top: 5px;
}
.info_ab > .separator{
	border-bottom: 1px solid #bbb;
	width: 100%;
	position: relative;
}
.info_ab .info_time{
	position: absolute;
	margin-left: -110px;
	color: #ccc;
}
.info_ab > .separator:last-of-type{
	border-bottom: none;
}
.info_ab > .separator > p:nth-child(3){
	font-style:italic;
	margin-bottom: 0;
}
.info_ab > .separator > p:nth-child(4){
	font-style:italic;
	font-size: 0.8em;
}
.img-program, .img-program2{
	width: 60%;
	margin: 0 auto;
}

@media(min-width: 992px){
	.img-program{
		margin: -18px auto 3px;
	}
	.img-program2{
		margin: 0 auto;
	}
	.line_right{
		border-right: 1px solid #666;
	}
	.middle .info_time, .right .info_time{
		display:none;
	}
	.info_ab > .separator {
    	min-height: 200px;
	}
	.info_ab_4 .separator {
    	min-height: 260px;
	}
	.info_ab .info_ab-header{
		min-height: 135px;
	}
}