.intro_part {width: 100%;padding: 100px 0!important;}

.ev_main_nav ul {
	text-align: center;
	display: flex;
    justify-content: center;
    margin: 0!important;
}
.ev_main_nav li {
	list-style: none;
	margin: 0 25px;
}
.ev_main_nav li a {
	font-family: bilo, sans-serif;
					font-weight: 800;
					font-style: normal;
	font-size: 50px;
	
	line-height: 55px;
	color:#C0C0C0 ;
	font-style: normal;
	
	-webkit-transition: ease 0.4s;
					-ms-transition: ease 0.4s;
					-moz-transition: ease 0.4s;
					-o-transition: ease 0.4s;
					transition: ease 0.4s;
}
.ev_main_nav li a.active {
	color: #000;
	
	-webkit-transition: ease 0.4s;
					-ms-transition: ease 0.4s;
					-moz-transition: ease 0.4s;
					-o-transition: ease 0.4s;
					transition: ease 0.4s;
}
.date_wrapper {
	background: #000;
	text-align: center;
	display: flex;
    justify-content: center;
    padding: 50px 0;
}
.date_wrapper .aar_bl a {
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 50%;
	background: #fff;
	position: relative;
}
.date_wrapper .aar_bl a img {
	margin: 16px 5px;
	width: 13px;
}
.date_wrapper .date_selected {
	font-family: bilo, sans-serif;
					font-weight: 700;
					font-style: normal;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 0.8px;
	margin: 0 70px;
	color: #C0C0C0;
}
.no_ev {
	font-family: bilo, sans-serif;
					font-weight: 700;
					font-style: normal;
	font-size: 70px;
	padding-top: 80px;
	letter-spacing: 2.6px;
	line-height: 1;
	color: #E51837;
}
.events_list {
	margin: auto;
}
.gre_wrap {
	width: calc(100% - 70px);
	overflow: hidden;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto 0;
}
.ev_single {
	max-width: calc(50% - 30px);
    margin-bottom: 50px;
    position: relative;
    width: 100%;
}
.ev_single .img_frame {
	position: relative;
}
.ev_single .img_frame img {width: 100%;}
.ev_single .img_frame .events_date {
	position: absolute;
    width: 98px;
    height: 74px;
    text-align: center;
    background: #fff;
    color: #469598;
    font-size: 40px;
    line-height: 74px;
    font-family: bilo, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    left: 12px;
    top: 12px;
}
.ev_single .img_frame .events_date .month {
	display: inline-block;
    font-size: 16px;
    font-family: bilo, sans-serif;
    font-weight: 600;
    font-style: normal;
    transform: rotate(-90deg);
    position: absolute;
    top: 2px;
    left: 8px;
    letter-spacing: 0.8px;
}
.ev_single .img_frame .events_date .day {
	margin-left: 15px;
}
.ev_single .title_single {
	padding: 15px;
	text-align: left;
}
.ev_single .title_single h2 {
	font-family: bilo, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 5px;
}
.ev_single .title_single h3 {
	font-family: bilo, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
}
.ev_single .title_single h6 {margin-top: 8px;}
.ev_single .title_single .blurb {
	font-family: bilo, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.ev_single .title_single .btn {margin-right: 25px;}
.ev_single .title_single .learn_more {
	display: inline-block;
    position: relative;
    color: #469598;
    font-size: 14px;
    text-transform: uppercase;
}
.ev_single .title_single .learn_more svg {margin-left: 5px;}



.cl_btn {text-align: right;}
.cl_btn img {
	width: 35px;
	cursor: pointer;
	padding: 5px;
}

#events-container .events_container {background: #000;padding-bottom: 100px;}
.week_da_f {max-width: 880px;margin: auto;}
.week_da_f .day_of_waeek, .week_da_f .num_events {display: none;}


.week_da_f table tbody td, .week_da_f table tbody th {
	padding: 0;
    position: relative;
    border-spacing: 0;
    background: none;
	border: 1px solid #979797;
    text-align: center;
    cursor: pointer;
}
.week_da_f table tbody td .inner_frame {
	height: 100%;
	padding: 37px 0;
	position: relative;	
	background-size: cover!important;
    background-position: center!important;
}
.week_da_f table tbody td .inner_frame:after {
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;

}
.week_da_f table tbody, .week_da_f table tfoot, .week_da_f table thead {
	border: 0 !important;
    background: none !important;
}
.week_da_f .day_of_waeek {
    color: #C98518;
    font-family: 'Golden Youth Caps';
    font-size: 30px;
    text-transform: uppercase;
    line-height: 43px;
    margin-bottom: 0px;
    letter-spacing: 1.5px;
}
.week_da_f .day_num {
    display: block;
    font-family: bilo, sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #fff;
    font-size: 40px;
    -webkit-transition: ease 0.4s;
	-ms-transition: ease 0.4s;
	-moz-transition: ease 0.4s;
	-o-transition: ease 0.4s;
	transition: ease 0.4s;
    line-height: 1;
    z-index: 2;position: relative;
}

table tbody tr:nth-child(even) {background: none!important;}
.week_da_f .num_events {
	font-size: 14px;
    text-transform: uppercase;
    color: #2B2B2B;
}
.week_da_f table {
	border-spacing: 10px;
}
.week_item.emptydays {background: none!important;border:0!important;}
.inforow td {
	background: none!important;
	text-align: left!important;
	padding: 0!important;
}
.inforow .inner_frame:after {display: none;}
.inforow .inner_frame {padding: 0!important;}
.inforow .gre_wrap {margin: 20px auto 0; width: calc(100% - 20px);}
.inforow .ev_single .title_single h2,
.inforow .ev_single .title_single h3,
.inforow .ev_single .title_single .blurb, .inforow .ev_single .title_single h6 {color:#C0C0C0;}
.inforow .ev_single {margin-bottom: 30px;}

td.week_item.res {color: #C0C0C0;border:0!important;font-size: 16px;line-height: 20px;text-transform: uppercase;font-family: bilo, sans-serif;
					font-weight: 500;
					font-style: normal;height: 30px!important;} 
.ev_cat_nav ul {
	display: flex;
	list-style: none;
	padding: 45px 0;
	margin: 0;
	color: #C0C0C0;
	justify-content: center;

}
.ev_cat_nav ul li {
	margin: 22px;
	font-family: bilo, sans-serif;
					font-weight: 600;
					font-style: normal;
    font-size: 18px;
    
    line-height: 20px; 
}
.ev_cat_nav ul li a {color: #C0C0C0;-webkit-transition: ease 0.4s;
	-ms-transition: ease 0.4s;
	-moz-transition: ease 0.4s;
	-o-transition: ease 0.4s;
	transition: ease 0.4s;}
.ev_cat_nav ul li a.active {text-decoration: underline;
	color: #469598;
	-webkit-transition: ease 0.4s;
	-ms-transition: ease 0.4s;
	-moz-transition: ease 0.4s;
	-o-transition: ease 0.4s;
	transition: ease 0.4s;}

@media (max-width: 1400px) {
	.ev_single {
		max-width: calc(50% - 15px);
	}
}
@media (max-width: 992px) {
	.gre_wrap {width: calc(100% - 25px);}
	.intro_part {padding: 20px 0!important;}
	.ev_single {
		display: block;
		margin: 0 auto 30px;
		max-width: 552px;
	}
	
}
@media (max-width: 600px) {
	.gre_wrap {width: calc(100% - 10px);}
	.ev_main_nav li {margin: 10px 35px;}
	.no_ev {font-size: 60px;}
	.ev_single .left_part img {
		max-width: inherit!important;
		width: 100%!important;
	}
	.date_wrapper {justify-content: space-between;}
	.date_wrapper .date_selected {font-size: 20px;margin: 0;line-height: 36px;}
	.ev_main_nav ul, .ev_cat_nav ul {display: block;text-align: center;}
	
	.week_da_f .num_events {font-size: 8px; line-height: 17px;}
	.week_da_f .day_num {font-size: 18px;line-height: 18px;}
	.week_da_f .day_of_waeek {font-size: 18px;line-height: 28px;}
	.ev_single .title_single h2 {font-size: 30px;}
	.ev_single .btn {padding: 11px 28px;}
	.cl_btn img {padding: 15px 5px;}
	.ev_cat_nav ul li {font-size: 30px;}
}