﻿ul.events_list
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
	
}
ul.events_list li
{
	
	background: #e5e4e4;
	width: 47%; height: auto;
	/*margin: 0 1%;*/
	
	margin:auto;
	padding: 0;
	position: relative;
	/*display: inline-block;*/
	display: block;
}
ul.events_list li.sep_item { width: 1px; height: 0;  }
ul.events_list li:hover { background: #f0f0f0; }
ul.events_list li .thumb
{
	display: none;
	position: absolute;
	width: 180px; height: 210px;
	top: 0; left: 0;
}
ul.events_list li .thumb img
{
	width: 170px; height: 170px;
	margin: 5px;
}
ul.events_list li .text
{
	display: block;
	position: relative;
	height: 150px;
	/*padding: 15px 0 15px 200px;*/
	padding-top:5px;
	text-align:center;
	margin: 0;
	color:#000;
}
ul.events_list li .text h3
{
	font-size: 11pt;
	color:#000;
}
ul.events_list li .text a.rm_link
{
	position: absolute;
	display: block;
	bottom: 0; right: 15px;	
	text-decoration: none;
	color: #2F8893;
}

@media only screen and (min-width:100px) and (max-width:319px) 
{
	ul.events_list li
{
	
	background: #e5e4e4;
	width: 60%; height: auto;
	/*margin: 0 1%;*/
	
	margin:auto;
	padding: 0;
	position: relative;
	/*display: inline-block;*/
	display: block;
}
}

