.kabox
{
	min-height: 390px;
	/*background-color: #fefefe;*/
	margin-top: 12px !Important;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
/*	border-radius: 16px; */
}
.mod_eventlist{padding: 2%; }
.mod_eventlist time{color: #f00; font-weight: bold}
.mod_eventlist .header{display: none}
.mod_eventlist .more a{color: #f00}
.mod_eventlist h2{margin-top: 44px;}
.event {border-top: 0px solid #888;margin-top: 14px;padding-bottom: 5px;}
#header
{
	margin-right: 1%;
	overflow: hidden;
}
div.kabox span.more
{
	float: left;
}
.ka_inside
{
	padding: 8px;
}
.ka_offset
{
	height: 31px;
	display: block;
}
.kahight1
{
	height: 390px;
}
.kahight2
{
	height: 792px;
}
.ka_img
{
	max-height: 244px;
}
.ka_more
{

	position: absolute;
	bottom: 4px;
   	left: 8px;    
}
.ka_more a
{
	color: #f00 !Important;
}
div.kabox.last
{
	float: right;
	margin-right: 1%;
}

.kaIcon
{
	width: 40px;
	height: 30px;
	position: absolute;
	top: 0;
	
}
div.kabox a
{
	color: #333;
}
div.kabox a:hover
{
	text-decoration: none;
	color: #f00;
}
@media screen and (max-width:850px)  
{
	.kabox {height: auto;}
	div.kabox.last
	{
		float: none;
	}
	.ka_img {max-height: none}
}