.events-modal{
	font-family: AGSouvenirCyr;
	display: none;
}
.events-modal .col-xs-3{
	padding-right: 0;
}
.events-modal .background{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 1001;
}
.events-modal .events-modal-body{
	position: absolute;
	background: #ede0d5;
/* 	background: url(/bitrix/templates/main/images/event-bg2.png) no-repeat center center; */
	border-radius: 2px;
	padding: 20px 20px 20px 20px;
	width: 621px;
	height: 537px;
	left: 50%;
	margin-left: -310px;
	top: 50%;
	margin-top: -268px;
	z-index: 1002;
}
.events-modal .events-modal-close{
	display: block;
	background: url(/bitrix/templates/main/images/1x1.gif);
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 10px;
	color: #333;
	text-align: center;
    font-size: 16px;
}
.events-modal .year{
	font-size: 14px;
	text-transform: uppercase;
}
.events-modal .event{
	overflow: hidden;	
	padding-bottom: 15px;
	border-bottom: 1px solid #d7cfc9;
	margin-bottom: 15px;
	position: relative;
}
.events-modal .event-image{
	display: block;
	float: left;
	margin-right: 15px;
}
.events-modal .event-image img{
	height: 90px;
	width: 130px;
}
.events-modal .event-title{
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 17px;
}
.events-modal .event-desc{
	font-family: Open Sans;
	height: 48px;
	overflow: hidden;
	line-height: 16px;
	font-size: 13px;
}
.events-modal .event-detail{
	display: block;
	text-align: right;
	font-family: Open Sans;
	color: #333;
	font-style: italic;
	text-decoration: underline;
	text-transform: lowercase;
	margin-bottom: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.events-modal .events-modal-list{
	max-height: 465px;
	padding-right: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}