.events_container{
	width: 400px;
	float: right;
	min-height: 1004px;
	background: #f2f2f2;
	position: relative;
	z-index: 1;
}
.events_title_and_control{
	width: 336px;
	height: 20px;
	margin: auto;
	margin-top: 119px;
	position: relative;
}
.events_title{
	width: 195px;
	line-height: 0.8;
	position: absolute;
	z-index: 2;
	left: 16px;
	bottom: 11px;
	font-size: 35px;
	font-weight: 900;
	color: #363636;
}
.events_control{
	width: 57px;
	height: 26px;
	position: absolute;
	z-index: 2;
	right: 27px;
	bottom: 12px;
}
.prev_events{
	width: 26px;
	height: 26px;
	border-radius: 26px;
	cursor: pointer;
	float: left;
	background: #363636;
	position: relative;
}
.prev_events:hover{
	background: white;
}
.prev_events_icon{
	width: 10px;
	height: 16px;
	background: url(../../images/prev_featured.png);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-left: -1px;
}
.next_events{
	width: 26px;
	height: 26px;
	border-radius: 26px;
	cursor: pointer;
	float: right;
	background: #363636;
	position: relative;
}
.next_events:hover{
	background: white;
}
.next_events_icon{
	width: 10px;
	height: 16px;
	background: url(../../images/next_featured.png);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-left: 1px;
}
.events_title_line{
	width: 100%;
	height: 20px;
	border-radius: 5px;
	background: #e1e1e1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
.all_events{
	width: 380px;
	height: 481px;
	margin: auto;
	margin-top: 38px;
	position: relative;
}
.one_events_container{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.one_event{
	width: 380px;
    height: 110px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.one_event_date_container{
	width: 110px;
    height: 110px;
    border-radius: 110px;
    background: #ffb823;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.one_event_date{
	width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 20px;
    font-weight: bold;
    color: white;
    line-height: 1;
}
.one_event_date span{
	font-size: 23px;
}
.one_event_title_container{
	width: 330px;
    height: 100px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background: white;
    z-index: 1;
    border-radius: 25px;
    left: 50px;
}
.one_event_title{
	width: calc(100% - 130px);
	float: left;
    margin-left: 88px;
    line-height: 1;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 18px;
    font-weight: 800;
    color: #393e46;
}
.one_event_arrow{
	width: 0px;
	height: 0px;
	border-left: 11px solid #363636;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.one_event:hover .one_event_date_container{
	background: #363636;
}
.one_event:hover .one_event_title{
	color: #ffb823;
}
.one_event:hover .one_event_arrow{
	border-left: 11px solid #ffb823;
}
.one_event:hover .one_event_title_container{
	background: transparent;
}
.events_bottom_image{
	width: 607px;
	height: 386px;
	position: absolute;
	left: -83px;
    bottom: -65px;
}