/*#educafe .top-banner .inner.stall-booking-banner{
	background-image: url(../photos/stall-booking.jpg);
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}*/

#educafe .inner-gen-section .mdl-chip {
	margin-right: 8px;
	margin-bottom: 8px;
}
#educafe .inner-gen-section .mdl-chip i {
	font-size: 1rem;
}

#educafe .imglist {}
#educafe .imglist a {
	margin: 4px;
	
}
#educafe .stall-booking .upcoming {
	background-image: url(../images/educafe-bg-4.jpg);
}
#educafe .stall-card.mdl-card {
    width: 100%;
	height: 100%;
}
#educafe .stall-card > .mdl-card__title {
  color: #3f51b5;
 
}
#educafe .stall-card .class-stall {
	text-transform: uppercase;
	margin-left: 16px;
	font-size: 1.1rem;
	font-weight: 700
}

/*---===========TIE UPS SECTION============--*/
#educafe .educafe-sponsor-section {
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
}
#educafe .simply-scroll-container {
	position: relative;
}
/* Clip DIV - automatically generated */
#educafe .simply-scroll-clip {
	position: relative;
	overflow: hidden;
}
/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
#educafe .simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#educafe .simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#educafe .simply-scroll-list li img {
	border: none;
	display: block;
	margin: 0px;
}
#educafe .simply-scroll-list li img {
	
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
#educafe .simply-scroll {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
/* Clip DIV */
#educafe .simply-scroll .simply-scroll-clip {
	width: 100%;
	height: auto;
}
/* Explicitly set height/width of each list item */	
#educafe .simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: auto;
	height: auto;
	margin-right: 32px;
}
