h1
{
	font-family: 'source-han-sans-simplified-c', 'Microsoft Yahei', 'Simhei', 'Helvetica', 'Arial';
	font-size: 20px;
	font-weight: 500;
	color: #575757;
	letter-spacing: 4px;
	text-align: center;
	margin-bottom: 60px;
}

.sub-collection-wrapper
{
	position: absolute;
	display: block;
	width: 100%;
	height: 630px;
	overflow: hidden;
}

.sub-collection-wrapper .product-item
{
	border: 4px solid #ffffff;
	background-size: auto 100%;
}

.sub-collection-wrapper .cover
{
	background: rgba(0,0,0,0.2);
	text-align: center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	-webkit-transition: ease-in-out 0.3s;
	-moz-transition:    ease-in-out 0.3s;
	-ms-transition:     ease-in-out 0.3s;
	-o-transition:      ease-in-out 0.3s;
	transition:         ease-in-out 0.3s;
	
	cursor: pointer;
}
.sub-collection-wrapper .cover.dimmed
{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



.sub-collection-text 
{
	margin-top: 30px;
	text-align: center;
}
.sub-collection-text h2
{
	font-family: 'source-han-sans-simplified-c', 'Microsoft Yahei', 'Simhei', 'Helvetica', 'Arial';
	font-size: 14px;
	font-weight: 500;
	color: #575757;
	text-align: center;
	letter-spacing: 2px;
	line-height: 32px;
}
.sub-collection-text p
{
	font-family: 'source-han-sans-simplified-c', 'Microsoft Yahei', 'Simhei', 'Helvetica', 'Arial';
	font-size: 14px;
	font-weight: normal;
	color: #575757;
	text-align: center;
	letter-spacing: 2px;
	line-height: 24px;
	margin-bottom: 100px;
}


.gallery
{
	display: none;
/* 	opacity: 0; */
/* 	overflow: hidden; */
/* 	pointer-events: none; */
/* 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */

/*
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition:    ease-in-out 0.3s;
	-ms-transition:     ease-in-out 0.3s;
	-o-transition:      ease-in-out 0.3s;
	transition:         ease-in-out 0.3s;
*/
}
/*
.gallery.active,
.gallery.active .gallery-bg,
.gallery.active .gallery-wrapper,
.gallery.active .arrows,
.gallery.active .btn-close
{
	opacity: 1;
	pointer-events: all;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
*/


.gallery-bg
{
	position: fixed;
	background: #ffffff \9;
	background: rgba(255,255,255,0.9);
	top: 120px;
	left: 0px;
	z-index: 6001;
/*
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
*/
}
.gallery .btn-close
{
	width: 40px;
	height: 40px;
	position: fixed;
	z-index: 6003;
	pointer-events: all;
/*
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
*/
}

.gallery .arrows
{
	position: fixed;
	z-index: 6002;
/*
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
*/
	pointer-events: none;
}
.gallery .arrows img
{
	width: 50px;
	height: 125px;
	pointer-events: all;
	cursor: pointer;
	opacity: 0.7;
}
.gallery .arrows img:active
{
	opacity: 1;
}
.gallery .arrows .left
{
	margin-left: -15px;
	float: left;
}
.gallery .arrows .right
{
	margin-right: -15px;
	float: right;
}
.gallery-wrapper
{
	position: fixed;
	top: 120px;
	left: 0px;
	z-index: 6002;
	overflow: hidden;
	/* This is to allow user clicking the .gallery-bg in order to close popup */
	pointer-events: none;
/*
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
*/
}

.gallery-wrapper .scroller {
	position: relative;
	left: 0;
}

.gallery-wrapper .scroller .slide {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	float: left;
}
.gallery-wrapper .scroller .slide img {
	pointer-events: all;
}


.gallery-wrapper .scroller .slide .content
{
	font-family: 'source-han-sans-simplified-c', 'Microsoft Yahei', 'Simhei', 'Helvetica', 'Arial';
	text-align: left;
}

.gallery-wrapper .scroller .slide .content h3
{
	font-family: 'source-han-sans-simplified-c', 'Microsoft Yahei', 'Simhei', 'Helvetica', 'Arial';
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	letter-spacing: 2px;
}
.gallery-wrapper .scroller .slide .content p
{
	font-family: 'source-han-sans-simplified-c', 'Microsoft Yahei', 'Simhei', 'Helvetica', 'Arial';
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	max-width: 250px;
}



@media (min-width: 1171px)
{

	
}
@media (max-width: 1200px)
{


}

@media (max-width: 1170px)
{
	.sub-collection-wrapper
	{
		height: 500px;
	}
}

@media (max-width: 999px)
{
	.sub-collection-wrapper
	{
		height: 400px;
	}

}

@media (max-width: 767px)
{
	h1
	{
		font-family: 'source-han-sans-simplified-c', 'Microsoft Yahei', 'Simhei', 'Helvetica', 'Arial';
		font-weight: 500;
		font-size: 14px;
		margin-bottom: 30px;
	}
	
	
	.sub-collection-wrapper
	{
		height: 300px;
	}
	.sub-collection-text 
	{
		margin-top: 0px;
	}
	.sub-collection-text h2
	{
		margin-top: 8px;
		margin-bottom: 5px;
		font-size: 10px;
		line-height: 22px;
	}
	.sub-collection-text p
	{
		margin-bottom: 40px;
		font-size: 9px;
		line-height: 14px;
	}





	.gallery-wrapper
	{
		top: 60px;
	}
	.gallery .arrows
	{
		left: 0px;
	}
	.gallery .arrows .left,
	.gallery .arrows .right
	{
		margin: 0;
	}
	.gallery .arrows img
	{
		width: 25px;
		height: 62px;
	}
	.gallery .btn-close
	{
		width: 30px;
		height: 30px;
	}

	.gallery-wrapper .scroller .slide {

		background-size: 120% auto;
		background-position-x: -50px;
		background-position-y: center;
		background-repeat: no-repeat;
	}


	.gallery-wrapper .scroller .slide .content h3
	{
		font-size: 9px;
		color: #000000;
		letter-spacing: 1px;
	}
	.gallery-wrapper .scroller .slide .content p
	{
		font-size: 8px;
		line-height: 14px;
		letter-spacing: 0px;
	}


}

/** ================================================================== **/
/** ======================= Smaller Phone Size ======================= **/
/** ================================================================== **/
@media (max-width: 640px)
{	
}

@media (max-width: 500px)
{

}

@media (max-width: 450px)
{
	.sub-collection-wrapper
	{
		height: 200px;
	}
	.sub-collection-wrapper .product-item
	{
		border: 2px #ffffff solid;
	}
}

@media (max-width: 320px)
{
	.gallery-wrapper .scroller .slide .content h3
	{
		font-size: 7px;
		color: #000000;
		letter-spacing: 1px;
	}
	.gallery-wrapper .scroller .slide .content p
	{
		font-size: 7px;
		line-height: 14px;
		letter-spacing: 0px;
	}
	
}

