
.image-bg {
	/* background: url('../img/demo-bg.png') no-repeat center top; */
	width: 100%;
	height: 340px;
	display: inline-block;
	position: relative;
}
.image-bg .image-shop-scroll {
	background-position: center 0;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 340px;
	top: 23px;
	left: 0;
	background-size: cover;
	right: 0;
	margin: 0 auto;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
	border-radius: 12px;
}
.image-bg .image-shop-scroll{
	transition: all 15s ease-out 0s;
	-webkit-transition: all 15s ease-out 0s;
	-moz-transition: all 15s ease-out 0s;
	-ms-transition: all 15s ease-out 0s;
	-o-transition: all 15s ease-out 0s;
}

.image-bg:hover .image-shop-scroll{
	background-position: center 100%!important;
}
.copyright > a{
	color:#f0545a;
}
.main-inner {
	padding-top: 70px;
}


