
#calendar {
  width: 100%;
}


#calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#calendar li {
  display: block;
  float: left;
  width: 12.5%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin-right: -1px;
  margin-bottom: -1px;
}



#calendar .days li {
	padding :10px;
	min-height: 850px;
	border:none;
	border-left: 1px solid rgba(246, 157, 11, 0.3);
}

#calendar .days li:last-child {
  min-height: 850px;
  border-right:1px solid rgba(246, 157, 11, 0.3);
}
#calendar .date {
  text-align: center;
  text-transform: uppercase;
  color: #337ab7;
  font-size: 13px;
  border-bottom: 1px solid rgba(51, 122, 183, 0.5);  
}
#calendar .event {
  clear: both;
  display: block;
  font-size: 13px;
  border-radius: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 14px;
  background: #e4f2f2;
  border: 1px solid #b5dbdc;
  color: #009aaf;
  text-decoration: none;
}

.parallel {
  background: #faebcc !important;
  min-height:100px;
  padding-top:22px !important;
}
.parallel1 {
  background: #faebcc !important;
  min-height:80px;
  padding-top:22px !important;
}

.poster {
  background: #f5f5f5 !important;
  min-height:100px;
  padding-top:22px !important;
}

.banquet {
  background: #f5f5f5 !important;
  min-height:200px;
  padding-top:22px !important;
}

.concert {
	min-height:100px;
	padding-top:22px !important;
}

.ecfa {
  background: #dff0d8 !important;
  min-height:260px;
  padding-top:52px !important;
}

.registra {
margin-top:430px!important;
  
  min-height:180px;
  padding-top:46px !important;
}
.welcome {
  
  min-height:95px;
  padding-top:22px !important;
}

#calendar .event-desc {
  color: #666;
  margin: 3px 0 7px 0;
  text-decoration: none;
}
.dummy1 {
  height: 320px;
}


/* ============================
				Mobile Responsiveness
   ============================*/
@media (max-width: 768px) {
  
	#calendar ul {
		list-style: none;
		padding: 0 !important;
		margin: 0;
		width: 100%;
	}
  
	#calendar li{
		height: auto !important;
		min-height: 0px !important;
		border: 1px solid #ededed;
		width: 100%;
		padding: 10px;
		margin-bottom: -1px;
	}	
	
	#calendar .days li {
		padding :10px;
		border:none;
		border-left: 2px solid rgba(246, 157, 11, 0.3);
		margin-bottom:10px;
		min-height: 0px !important;
	}

	#calendar .days li:last-child {
		border-right:0px solid rgba(246, 157, 11, 0.3);
		min-height: 0px !important;
	}
 
	
	#calendar .date {
		font-size: 18px;
	}
	
	#calendar .date br{
		display: none;
	}
	
	
	
	#calendar .date {
		float: none;
	}
	
	.registra {
		margin-top:5px !important;
		min-height:0px;
		padding-top:5px !important;
	}
	
	.welcome {
		min-height:0px;
		padding-top:5px !important;
	}
	.parallel {
		background: #faebcc !important;
		min-height: 0px;
		padding-top:5px !important;
	}
	.parallel1 {
		background: #faebcc !important;
		min-height: 0px;
		padding-top:5px !important;
	}

	.poster {
		background: #f5f5f5 !important;
		min-height:10px;
		padding-top:5px !important;
	}
	.banquet {
		background: #f5f5f5 !important;
		min-height:10px;
		padding-top:5px !important;
	}

	.concert {
		min-height:10px;
		padding-top:5px !important;
	}

	.ecfa {
		background: #dff0d8 !important;
  		min-height:10px;
		padding-top:5px !important;

	}
}
