#activity_programs  {
	display: block;
/*	grid-template-columns: 1fr 2fr;  
	grid-column-gap: 80px;*/
}
div#activity_programs_form {
	font-family: 'kav-bold';

}
@media (max-width:768px)
{
	
	#activity_programs .sort_tabs
	{
    	font-size: 19px!important;
	}
	#activity_programs .event_program{
		display: block!important;
	}

	#activity_programs .event_program .final{
		border-right: none!important;
    	border-top: 2px dashed #fff;
	}
	#activity_programs .event_program .final p {
		margin-top:5%!important;
	}
}

#activity_programs .calendar
{
font-family: 'mandatory29';
}

#activity_programs .sort_tabs {

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;  
/*	grid-column-gap: 3px;*/
	font-size: 22px;
    border-top:1px solid #000082;
	border-bottom:1px solid #000082;
	font-family: 'mandatory29';
}

#activity_programs .sort_tabs select {
	background-color:rgb(161,226,248);
	padding:8px;
	color: #000082;
	border:0;
	
}
#activity_programs .event_program {

	display: grid;
	grid-template-columns: 38% 50% 12%;
/*	grid-template-columns: 1fr 2fr;  */
	grid-column-gap: 0px;
	padding:0px 0;
	background-color: #2DC7FF;
    margin-bottom: 10px;
}

#activity_programs .event_program .right 
{
	
	overflow:hidden;
	max-height:180px;
}

#activity_programs .event_program .right img {
	width:100%;
	height:100%;
}

#activity_programs .event_program .left{
    padding: 0 10px;
}

#activity_programs .event_program .left .date {
	color:#008cff;
	font-size:22px;
	font-family: 'mandatory29';

}
#activity_programs .event_program .left .place {
	color:#008cff;
	font-size:22px;
	font-family: 'mandatory29';
}
#activity_programs .event_program .left h3 {
	color:#000082;
	font-size:24px;
	margin-top:10px;
	margin-bottom:0px;
	font-family: 'mandatory29';
}

#activity_programs .event_program .left p {
	margin:0;
	color:#000082;
	font-size: 16px;
	font-family: 'kav-semibold';
}

#activity_programs .event_program .left p .more{
	
	color:#000082;
	font-size: 16px;
	font-family: 'kav-bold';
}

#activity_programs .event_program .final{
		background-color:#00AEEF;
	border-right:2px dashed #fff;

}

#activity_programs .event_program .final p {
	margin:0;
	color:#000082;
	font-size: 16px;
	text-align: center;
	vertical-align:middle;
	margin-top:20%;
}

#activity_programs .event_program .final p a{
	margin:0;
	color:#000082;
	font-size: 22px;
	font-family:'mandatory29';
	text-decoration:none;
}


	 