.ab-events {
overflow: hidden;
}

.ab-events-scroll {
    width: 406px;
    overflow-y: auto;
    min-height: 100px;
    max-height: 400px;
}

.home .ab-events-scroll {
    min-height: 100px;
    max-height: 260px;
}

.ab-event-item {
	background: #f7f7f7;
	padding: 7px;
	font-family: 'OpenSansCondensedBold';
	margin-bottom: 5px;
    width: 100%;
    min-height: 95px;
}

.ab-event-item:hover {
	background: #d8d8d8;
}

.ab-event-title a {
font-size: 18px;
  color: #2389CA;
}

.ab-event-title a:hover {
  color: #DA0000;
}

.ab-event-date {
width: 250px;
float: left;
position: relative;
display: block;
}

.ab-event-time {
float: right;
position: relative;
display: block;
}

.ab-event-time img{
  top: 3px;
  position: relative;
}

.ab-event-trener .avatar {
  top: 8px;
  position: relative;
}

.ab-event-type {
  background: #F7D9FE;
  font-family: 'OpenSansCondensedBold';
  padding: 2px 3px 2px 6px;
  font-size: 14px;
  color: #505050;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.ab-vebinar {
  background: #FFEAB5 !important;
}

.ab-klub-pk {
  background: #92F4B2 !important;
}

.ab-marafon {
  background: #FF9FD1 !important;
}

.ab-trening {
  background: #F7FC73 !important;
}

/* ====================================
====== Ближайшие события (виджет сайдбара)===========
==================================== */

.widget .ab-events-scroll {
  width: 274px;
  overflow-y: visible;
  height: auto;
}

.widget .ab-event-item {
  width: 264px;
}

.widget .ab-event-date {
  width: 150px;
  font-size: 15px;
}

.widget .ab-event-time {
  font-size: 15px;
}

}