*,*:focus{
	outline: none;
}
body{
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	height: 100vh;
	background-color:#000000;
}
img{
	max-width: 100%;
}
a{
	text-decoration: none;
}
a:hover,a:focus{
	text-decoration: none;
}
.list-inline{
	padding: 0px;
	margin: 0px -8px;
	list-style-type: none;
	font-size: 0px;
}
.list-inline > li{
	display: inline-block;
	padding: 0px 8px;
	vertical-align: middle;
}
/************* UPCOMING EVENTS CSS STARTS HERE ****************/
.ec-pageTitle{
	position: relative;
	text-align: center;
	font-size: 32px;
	text-transform: uppercase;
	margin: 32px auto;
	color: #fff;
}
.ec-upcoming-events{
	position: relative;
	font-family: 'Ubuntu', sans-serif;
	color: #020101;
}
.ec-upcoming-events>ul{
	position: relative;
}
.ec-upcoming-events>ul>li{
	position: relative;
	width: 50%;
	margin: 0px auto 16px;
}
.ec-eventCont{    /*This is the height adjustment of the blocks*/
	position: relative;
	font-size: 0px;
	height: 115px;
}
.ec-eventCont > a{
	display: block;
	height: 100%;
	color: #020101;
}
.ec-evntLeft{
	position: relative;
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	background-color: #ff9933;  /*block around date background*/
	padding: 16px;
	color: #fff;
	font-weight: bold;
	border-radius: 4px 0px 0px 4px;
	height: 100%;
}
.ec-evntLeft>span{
	display: block;
	font-size: 30px;
	line-height: normal;
}
.ec-evntLeft>span:last-child,.ec-evntLeft>span:nth-last-child(2){
	font-size: 16px;
}
.ec-evntRight{
	position: relative;
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	height: 100%;
	padding: 0px 20px;
	border-radius: 0px 4px 4px 0px;
	overflow: hidden;
	z-index: 1;
}
.ec-evntRight:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(233, 233, 233, 0.8);
	left: 0px;
	top: 0px;
	z-index: -1;
}
.ec-evntRight > h3 {
	margin: 0px auto;
	display: table;
	width: 100%;
	height: 100%;
}
.ec-evntRight > h3 > small {
	color: #000;
	font-weight: bold;
	line-height: 20px;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
}
.ec-evntRight.hasBg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ec-eventCont > a:hover > .ec-evntRight.hasBg{
	background-image: none !important;
	background-color: #000;
}
.ec-eventCont > a:hover > .ec-evntRight:before{
	content: none;
}
.ec-eventCont > a:hover > .ec-evntRight > h3 > small{
	color: #fff;
}
/************* UPCOMING EVENTS CSS ENDS HERE ****************/

/************* RESPONSIVE CSS STARTS HERE *****************/
@media only screen and (max-width: 767px) {
	.ec-upcoming-events>ul>li {
		width: 100%;
		display: block;
	}
	.ec-evntLeft{
		padding: 22px 16px
	}
	.ec-evntLeft>span{
		font-size: 24px;
	}
	.ec-evntLeft>span:last-child,.ec-evntLeft>span:nth-last-child(2){
		font-size: 14px;
	}
	.ec-evntRight{
		padding: 0px 14px;
	}
	.ec-evntRight > h3 > small{
		font-size: 14px;
		max-height: 90px;
		overflow: hidden;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){

}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
	.ec-evntRight > h3 > small{
		font-size: 14px;
		line-height: 18px;
	}
}
/************* RESPONSIVE CSS STARTS HERE *****************/