
.calendar_day_title {
    width: 100%;
    max-width: 195px;
    height: 100%;
    /* float: right; */
    position: relative;
    margin: 0 0 0 0px;
    position: absolute;
    top: 50%;
    right: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    transform: translate(50%,-59%);
}

.calendar_day_title img{
	width:100%!important;
	height:auto!important;	
	border-radius:4px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;	
}
.calendar_day_title_text{
	width: 100%;
    display: block;
    position: absolute;
	bottom: 38px;
    right: 0;
    background: #ca000c;
    color: #fff;
    font-size: 17px;
    padding: 2px 0;
	white-space: break-spaces;
}



.aevent_big{

}


.aevent_img_big{
	position:relative;
	width:100%;
	min-height: 138px;
	margin: 0;
	overflow: hidden;
	margin-top:10px;
}
.aevent_ad_bg{

	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0.3;
}

.aevent_ad_big{
	width: 100%;
	max-width:450px;
	margin: 5px 0 0px 0;
	border-bottom: 39px solid #1717171c;
	z-index: 1;
	position: relative;
}
			
	


.aevent_one{
	padding: 0;
    border-radius: 7px;
    direction: rtl;
    min-width: 112px;
    margin: 2px;
}

.aevent_one_title{
	font-size: 20px;
    background: #ca000c;
    color: #FFF;
    padding: 3px 9px 9px 9px;
    border-radius: 7px 7px 0 0;
    line-height: 32px;
}
.aevent_one .calendar_day_date{
	position:absolute;
	top:0;
	right:0;
	z-index: 10;
	opacity:0;
	transition: all 0.51s ease;
	line-height: 1.2;
}
.aevent_one .calendar_day_date>img{

}
.aevent_one .calendar_day_date:nth-child(2){
	right:94px;
}
.aeventDivAddress {
	padding: 3px 10px 3px 15px;
    position: absolute;
    bottom: 0px;
    left: -9px;
    background: #0000001f;
    font-size: 9px;
    font-weight: bold;
    z-index: 2;
    border-radius: 0 10px 0 0;
    max-width: calc(100% - 141px);
}
.aevent_img{
	position:relative;
	width:100%;
	height:300px;
	margin: 0;
	overflow: hidden;
	cursor: pointer;	
	border-radius: 4px;
}
.aevent_img:hover .calendar_day_date{
	opacity:1;
	
}
.aevent_shadow{
    box-shadow: 0px 60px 109px 172px #000000bd;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
}

.aevent_ad{
    height: 332px;
    width: 102%!important;
    max-width: unset!important;
    margin: 0!important;
	filter: blur(3px) grayscale(0.6);
}
.aevent_cover_ad{
    height: 332px;
    width: 120%!important;
    max-width: unset!important;
    margin: 0!important;
    transform: translateX(9%);
}
.aevent_flag{
    height: 22px;
    width: 34px!important;
    position: absolute;
    bottom: 0px;
    left: 0;
	box-shadow: 3px 3px 8px 2px #00000082;
	border-radius: 0 5px 0 0;
}
.citycountry{
    padding: 3px 10px 3px 15px;
    position: absolute;
    bottom: 0px;
    right: -9px;
    background: #ffffff1f;
    font-size: 12px;
	font-weight: bold;
    z-index: 2;
    border-radius: 10px 0 0 0;
	color: #000;
    text-shadow: 0 0.4px #ffffff9c, 0.4px 0 #ffffff9c, 0 -0.4px #ffffff9c, -0.4px 0 #ffffff9c, 0 0 #ffffff9c;	
}	




.msgclndr{
	display: block;
    margin: auto;
    text-align: center;
    font-size: 23px;
    padding: 27px 0;
    color: #595959;
}



.eventCatCorner{
	background: #f8444363;
    width: 176px;
    position: absolute;
    left: -45px;
    top: 15px;
    padding: 1px 56px 1px 40px;
    transition: angle;
    transform: rotate(-46deg);
    color: #FFF;
    text-shadow: .5px .5px #000;
    z-index: 11;
	font-size: 9px;
}
.eventCatCornerSmall{
background: #612d2d82;
    width: 176px;
    position: absolute;
    left: -62px;
    top: 14px;
    padding: 6px 0;
    transition: angle;
    transform: rotate(-46deg);
    color: #FFF;
    text-shadow: 1px 1px #00000075;
    z-index: 9;
    font-size: 12px;
	
}
.eventCatCornerOnline{
    position: absolute;
    left: 2px;
    top: 3px;
    z-index: 9;
    text-shadow: -0.3px -0.3px #FFF, 0.4px -0.4px #FFF, -0.4px 0.4px #FFF, 0.4px 0.4px #FFF;
}	
			






































