html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}


a, a:hover{
	text-decoration: none;
}


@font-face {
	font-family: 'Glyphicons Halflings';

	src: url('/fonts/glyphicons-halflings-regular.eot');
	src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-map-marker:before {
  content: "\e062";
}

.featured-image{
	height: 120px;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
	position:relative;
	padding-top:60%;
	border-radius: 4px 4px  0 0;

}
.headerOverlay{
	background-image: -webkit-linear-gradient( rgba(0,0,0,0.4),rgba(0,0,0,0.4));
	background-image: linear-gradient( rgba(0,0,0,0.4),rgba(0,0,0,0.4));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#70000000, endColorstr=#70000000 );
	border-radius: 5px 5px 0 0;
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;


}



.cards li {
	display: inline-block;
	vertical-align: top;
}
.cards {
	padding: 0;

}


.cards li .card-title {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 1.6rem;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -45px;
	margin-bottom: 31px;
	font-weight: 400;
	position: relative;
	min-height: 41px;
}

section.events-overview-widget .title {
	text-align: left;
	margin-bottom: 40px;
}

section.events-overview-widget {
	text-align: center;
}
section.events-overview-widget .cards li {
	margin: 0 10px 30px
}
section.events-overview-widget .cards .card-header {
	height: 120px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

section.events-overview-widget .cards li a {
	width: 200px;
	height: 200px;
	border-radius: 4px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .25);
	background: #f9f9f9;
	overflow: hidden;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d; 
	transform-style: preserve-3d;
	-webkit-transition: .3s;
	transition: .3s
}

section.events-overview-widget .cards li a.over {
	height: 140px;
}


section.events-overview-widget .cards li a>img {
	width: 100%
}
section.events-overview-widget .cards li a button {
	border: 1px solid #db4629; 
	color: #db4629;
	background: #ffffff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 8px;
	width: 180px;
	opacity: 0;
	margin: 0 0 8px;
	-webkit-transition: .3s;
	-webkit-transform-style: preserve-3d; 
	transform-style: preserve-3d;
	transition: .3s;
	border-radius: 4px;
}

section.events-overview-widget .cards li a button:hover {
	color: #fff;
	background: #2C3238;
	border-color: #2C3238; 

}
section.events-overview-widget .cards li a button[disabled] {
	background: #f0f0f0;
	color: #999
}
section.events-overview-widget .cards li a:hover {
	width: 220px;
	height: 260px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
}

section.events-overview-widget .cards li a.over:hover {
	height: 230px;

}

section.events-overview-widget .cards li a:hover button {
	opacity: 1
}
section.events-overview-widget .cards li a p {
	font-size: 14px;
	color: #2C3238;
	text-align: left;
	margin: 14px 20px
}
section.events-overview-widget .cards li a p img {
	margin-right: 10px;
	margin-top: 4px
}
section.events-overview-widget .cards li a p.second {
	margin-top: -10px
}



* {

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;

}
