#GEST-day-picker{
	margin:0;
	position:fixed;top:100px;
	z-index:999;
}

#GEST-day-picker .GEST-day-picker-button{
	background: #000;
	display:inline-block;
	color:#FFF;
	padding:5px 10px;
	cursor:pointer;
	font-weight:bold;
}
#GEST-day-picker.scrolled{
	top:54px;
}
@media(max-width:720px){
	#GEST-day-picker.scrolled{
		top:0px;
	}
	#GEST-day-picker{
		top:80px;
	}
	.GEST-day-picker-button{
		font-size:13px;
		padding:0!important;
		width:45px;
		height:50px;
		text-align:center;
		display:inline-flex!important;align-items:center;justify-content: center;
		vertical-align:top;
		line-height:20px;
		margin:0!important;
	}
}
.GEST-program-day{
	/*background:#FCC555;*/
	margin:0 0 60px 0;
	width:100%;
}

.GEST-program-lavat{
	width:100%;
	columns: 5 20%;

}
.GEST-program-lava{
	padding:15px 0 0 0;
	hyphens: auto!important;
	font-size:120%;
}
.GEST-program-weekday{
	/*background:#FFF;*/
	padding:10px 10px 10px 0;
	font-size:200%;
}
.GEST-progam-location{
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:30px 15px 0 0;
	width:calc(20% - 35px);
}
.GEST-program-keikka{
	line-height:115%;
	padding:5px;
	border-top:1px solid #FFF;
	color:#FFF;
	mix-blend-mode: difference;
	background:#5fa8cb;
	font-family: futura-pt,sans-serif;
}
.GEST-program-lavat div.GEST-progam-location:nth-child(3n+0) .GEST-program-keikka{background:#b13035;}
.GEST-program-lavat div.GEST-progam-location:nth-child(3n+2) .GEST-program-keikka{background:#799048;}
.GEST-program-day{
	margin-top:60px!important;
}
@media(max-width:1300px){
	.GEST-program-lavat{
		columns: 4 25%;
	}
	.GEST-progam-location{
		width:calc(25% - 35px);
	}
}
@media(max-width:1000px){
	.GEST-program-lavat{
		columns: 3 33%;
	}
	.GEST-progam-location{
		width:calc(33% - 35px);
	}
}
@media(max-width:700px){
	.GEST-program-lavat{
		columns: 2 50%;
	}
	.GEST-progam-location{
		width:calc(50% - 35px);
	}
}
@media(max-width:500px){
	.GEST-program-lavat{
		columns: 1 100%;
	}
	.GEST-progam-location{
		width:calc(100%);
		margin-right:0;
	}
}

.GEST-program-title{
    font-weight:bold;
	hyphens: auto;
}
.GEST-program-info{
    margin:0;
}
.GEST-program-info a{
	color:#000;
}
.GEST-program-artist-link{
	display:block;
	font-weight:normal;
}
.GEST-program-artist-link:hover{
	text-decoration:underline;
	cursor:pointer;
}
#kaustinen-spinner{
	background-color:rgba(255, 255, 255, 0.3);
	background-image:url('spinner.gif');
	background-repeat:no-repeat;
	background-position:center center;
	position:fixed;
	top:0; left:0; right:0; bottom:0;
	z-index:9999999999999999;
	display:none;
}
#GEST-day-picker .GEST-day-picker-button.dateOnPage{
	background:rgb(254, 192, 45);
}