
/* Slider CSS Client*/
#container {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	cursor: pointer;
  }
  
  #imgs {
	display: block;
	padding: 0;
	width: 200%;
  }
  
  #imgs li {
	padding-right: 10px;
	display: inline-block;
   *display:inline;
  }
  
  #imgs img {
	width: 160px;
	height: 120px;
  }
  
  .title {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	color: white;
	font-weight: bold;
	text-align: center;
	background: #ddd;
  }
  
  @media only screen and (min-width: 576px) {
	#container { 
	  width: 550px;
	}
  }
  @media only screen and (min-width: 768px) {
	#container { 
	  width: 750px;
	}
  }
  @media only screen and (min-width: 992px) {
	#container { 
	  width: 950px;
	}
  }
  @media only screen and (min-width: 1200px) {
	#container { 
	  width: 1200px;
	}
  }
  @media only screen and (min-width: 1400px) {
	#container { 
	  width: 1200px;
	}
  }
/* Slider CSS*/

/*Hover Image*/
.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 400px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 400px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
@media only screen and (min-width: 1400px) {
	#memage { 
	width: 400px;
	}
}
@media only screen and (min-width: 992px) {
	#memage { 
	width: 100%;
	}
	.column div span {
		width: 200px;
	}
	figure {
		width: 200px;
	}
	
}
/*Hover Image*/