.bugfest-programs .col-md-3.sidebar-col {
	padding-right: 0;
}
.bugfest-programs .col-md-9 {
	padding-left: 0;
}
.grid-wrapper {
	width: 100%;
	position: relative;
}
.grid-wrapper .row.program-grid {
	margin: 0;
	position: relative;
}
.item-wrapper {
	overflow: hidden;
	border: 2px solid #FFFFFF;
	transition: all 0.3s linear;
	padding: 0;
	width: 49%;
}
.program-grid .item-wrapper:nth-child(odd) {
	margin: 0;
}
.overlay-item .mask p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.item-wrapper:hover {
	border: 2px solid  rgba(15, 39, 70, 1);
}
h6.program-title {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.2em;
	font-weight: 500;
	transition: all 0.3s linear;
}
.item-wrapper:hover h6.program-title {
	color: rgba(15, 39, 70, 1);
	font-weight: 400;
	font-size: 16px;
}
.datetime-info {
	width: 93%;
	display: block;
	padding: 0;
	position: absolute;
	bottom: 5px;
	font-weight: 300;
}
.datetime-info .pull-right {
	right: 0;
	position: relative;
	text-align: right;
}
.item-wrapper:hover .datetime-info {
	color: rgba(15, 39, 70, 1);
	font-weight: 400;
}
.item-wrapper:hover h6.program-title {
	font-weight: 700;
}
.item-footer {
/*	overflow-x: hidden; */
	overflow-y: show;
	padding: 10px;
	height: 100px;
	color: #FFFFFF;
	background: rgba(15, 39, 70, 1);
	transition: all 0.5s linear;
}
.scitech-grid .item-footer {

}
.item-wrapper:hover .item-footer {
	background: #FFFFFF;
}

.overlay-item {
   display: block;
   position: relative;
   overflow: hidden;
   text-align: center;
   height: 250px;
}
.scitech-grid .overlay-item {
	height: 275px;
}
.overlay-item .mask {
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	padding: 10px;
}
.overlay-item img.feature-image {
	display: block;
	width: 100%;
	height: auto;
	x-margin-right: auto;
	x-margin-left: auto;
}
.overlay-item h3 {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	display: block;
	background-color: #333;
	color: #fff;
	width: 100%;
}
.overlay-item p {
	font-size: 14px;
}
.overlay-item .mask p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6; /* number of lines to show */
}

.overlay-item a.btn {
	margin: 10px 0;
}
.overlay-effect img.feature-image {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.overlay-effect .mask {
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.overlay-effect h3 {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.overlay-effect p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.overlay-effect a.btn {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
/*.overlay-effect:hover img { */
.item-wrapper:hover img.feature-image {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

/*.overlay-effect:hover .mask { */
.item-wrapper:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
/*.overlay-effect:hover h3,
.overlay-effect:hover p,
.overlay-effect:hover a.btn */
.item-wrapper:hover h3,
.item-wrapper:hover p,
.item-wrapper:hover a.btn {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/* Buttons and Logos */
.overlay-item .mask p.registration-button {
	margin-bottom: 0;	
}
.overlay-item .mask p.registration-button a {
	margin: 0 auto;
}
.overlay-item .mask span.lower-logos .col-sm-6 {
	padding: 0;
	margin: 0;
	top: -10px;
}
.overlay-item .mask span.lower-logos img.center-block {
	max-height: 46px;
	margin-top: -20px;
}
.overlay-item .mask span.lower-logos img.center-block.birdsbees-logo {
	
}
.sponsor-logo span.lower-logos img {
}
.overlay-item .mask span.lower-logos img {
	float: left;
	position: absolute;
	max-width: 120px;
}
.btn-ncmns-green:active, .btn-ncmns-green:hover, .btn-ncmns-green:focus {
    background-color: #FFFFFF;
    color: #849E3D;
    border: 1px solid #849E3D;
    font-weight: 700;
    text-decoration: none;
}
.btn-ncmns-green,
.btn-ncmns-green:visited {
    background-color: #849E3D;
    border-radius: 0;
    border: 1px solid #849E3D;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 38px;
    letter-spacing: 0.075em;
    line-height: 26px;
    padding: 5px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background 0.5s, color 0.5s;
    width: 160px;
}
ul.bugfest-program-info {
	line-height: 1.5;
}
ul.bugfest-program-info li.header-item {
	font-weight: 700;
}
ul.bugfest-program-info li.header-item:nth-child(2),
ul.bugfest-program-info li:nth-child(4) {
	padding-bottom: 10px;
}
.row .col-md-12 p.program-text {
	margin-top: 15px;
}


@media screen and (max-width: 767px) {
	.bugfest-programs .col-md-9 { 
		padding-left: 15px;
	}
	.grid-wrapper .row.program-grid {
		margin-left: -15px;
		margin-right: -15px;
	}
	#bugfest-grid-wrapper .row {
		margin: 0;
	}
	.datetime-info .pull-right {
		display: block;
		width: 100%;
		position: relative;
		text-align: left;
	}
	.datetime-info .pull-right {
		display: block;
		text-align: left;
	}
	.item-footer {
		overflow-y: show;
		height: 160px;
	}
}
@media screen and (max-width: 480px) {
	.item-wrapper {
		width: 90%;
		margin: 0 auto;
	}
	.overlay-item .mask span.lower-logos {
		display: none;
	}
}
/* Bugfest Audiences List Groups ------------------------- */

ul.list.list-group.bugfest-list-group {
	position:relative;
	height: auto;
}
ul.list.list-group.bugfest-list-group li.list-group-item {
	min-height:60px;
	padding: 10px 0;
	background: #FFFFFF;
	overflow: auto;
	position: relative;
	z-index: 90;
}

ul.list.list-group.bugfest-list-group li.list-group-item:hover {
	background-color: #C8E0EC;
}
ul.list.list-group.bugfest-list-group li.list-group-item:hover .overlay {
	display: block;
}
ul.list.list-group.bugfest-list-group li.list-group-item h5,
ul.list.list-group.bugfest-list-group li.list-group-item h6 {
	margin: 0;
	line-height: 1.3;
}
ul.list.list-group.bugfest-list-group li.list-group-item h6 {
	font-weight: 500;
}
ul.list.list-group.bugfest-list-group li.list-group-item .col-md-9 {
	padding-left: 15px;
}
#bugfest-programs-list .btn-row {
	margin-bottom: 10px;
}
#bugfest-programs-list button.btn-register {
	font-size: 14px;
	padding: 4px;
}