.expo-list-1 > li {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.expo-list-1, .expo-list-1 > li { list-style: none; padding: 0 !important; margin: 0 !important; }
.expo-list-1 > li {
	position: relative;
    display: inline-block; 
    vertical-align: top;
    margin: 0 17px 17px 0 !important; 
}
.expo-list-1 > li:hover { transform: scale(1.05); }
.expo-list-1 > li > a { display: block !important; text-decoration: none; line-height: 1.2; }
.expo-list-1 > li > a > i {
    display: block;
    height: 150px;
	border: 1px solid #ccc;
	border-radius: 10px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 12px;
}
.expo-list-1 > li > a > b {
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 5px;
    display: block;
}
.expo-list-1 > li > a > div {
    color: #ef0000;
	padding: 7px 0;
}
.expo-list-1 > li > a > span {
    color: #111;
    font-size: 14px;
    display: block;
    padding: 7px 0;
}
.expo-list-1 > li > a > span > i { padding-right: 5px; }
.expo-list-1 > li > a > span.-bottom { text-align: right; font-size: 12px; }

@media (max-width: 768px) {
	.expo-list-1 > li { width: 100%; margin-right: 0 !important; }
	.expo-list-1 > li > a > i { height: 200px; }
	
	.expoYear-table td { text-align: center; }
	.expoYear-table td:nth-child(1), .expoYear-table td:nth-child(n+10) { display: none; }
}