.eventbox{
position:relative;
	display: inline-block;
}

.eventbox{
    display: block;
	overflow:hidden;
}
.eventthumb {
	width:450px;
	float:left;
	clear: left;
}
.eventtext,.eventthumb {
	display: inline-block;
	margin-top:0px;
		
}
.eventtext{
	width:400px;
	margin:0px;
	float:left;
	clear:right;
	
}
.eventth{
	margin-right:0px;
	float:right;
	clear:right;
	margin-top:0px;
}
.desc{
	margin-top:0px;
}
.lnk{
	margin-bottom:0px;
}
/*Smartphone*/
@media only screen and (max-width : 450px) {
	.eventthumb {
	   width:100%;
	   margin-right:0px;
	   margin-left:0px;
	   float:both;
	   clear:both;
		
    }
	.eventth{
	   margin-right:0px;
	   margin-left:0px;
	   float:both;
	   clear:both;
	}
	.eventtext { display:none }

}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	
	.eventtext { display:none }

}



