/************ Carousel Banner ************/

#kv {
	height: 625px;
	overflow-x: hidden;
}

.slide {
	position: absolute;
	height: 625px;
	background-size: auto 100%;
	display: none;
}

.slide h1 {
	font-family: 'GillSans-Light';
	color: #053376;
	font-size: 30px;
	
}

.slide h2 {
	color: #053376;
	font-size: 20px;
}

.slide p {
	color: #6b6b6b;
	font-size: 14px;
}

.slide a:link, .slide a:visited {
	color: #005c97;
	font-size: 14px;
}

.slide a:hover {
	color: #005c97;
	font-size: 14px;
	text-decoration: underline;
}

.slide img.px {
	position: absolute;
}


.video-placeholder
{
	position: fixed;
	background: rgba(0,0,0,0.6);
	background: #000000 \9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	text-align: center;
	display: none;
	z-index: 6000;
}

.video-background
{
	position: fixed;
	background: rgba(0,0,0,0.6);
	background: #000000 \9;
	z-index: 5950;
}

.btn-close-video
{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: -40px;
	z-index: 6001;
}

/************ Pagination ************/

/* Indicator */

#indicatorContainerOuter
{
	position: relative;
}
#indicatorContainerInner
{
	position: absolute;
	width: 100%;
}
#indicator {
	position: relative;
	width: 1px; /* (15 x numOfBanner) - 5 */
	height: 10px;
	margin: 0px auto;
	top: -40px;
	left: auto;
/* 	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUBAMAAABohZD3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUGCDYztyDUJgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAGFBMVEUAAADNzc3Nzc3Nzc3Nzc3Nzc3Nzc3///8aWwwLAAAABnRSTlMAX5Ks3/nRD0HIAAAAAWJLR0QHFmGI6wAAAFtJREFUGFdjYGBgEHYNMWRAAJE0IHCEc5nSwEABxleD8JOgXMY0KBCA8FlgfAcIXwzGT4TwzWD8ZAjfDcZPgfDDYPxU7Hx09ejmoduH7h5096L7B8O/6OGBGl4APYg8TQ0XAScAAAAASUVORK5CYII=); */
	background-size: 15px;
}

#indicator .dot {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #96d7eb;
	margin-right: 15px;
	float: left;
}
#indicator .dot.active {

	background: #ff0000;
}


#leftArrow, #rightArrow  {
	position: relative;
	height: 1px;
	margin-top: -1px;
}
#leftArrow img {
	position: absolute;
	width:  50px;
	height: 80px;
	top: -250px;
	left: 80px;
	float: left;
	opacity: 0.5;
}
#rightArrow img {
	position: absolute;
	width:  50px;
	height: 80px;
	top: -250px;
	right: 80px;
	float: right;
	opacity: 0.5;
}
#rightArrow img:hover, #leftArrow img:hover {
	opacity: 1.0;
}


/* Product Highlights */
.product-highlight-wrapper
{
	width: 100%;
	margin-top: 120px;
	overflow: hidden;
}

.product-highlight-wrapper .hero-tile
{
	background-position: center center;
	background-size: auto 100%;
	float: left;
	border: 2px solid #ffffff;
}

.product-highlight-wrapper .tile-group
{
	float: left;
}

.product-highlight-wrapper .tile-item
{
	background-position: center center;
	background-size: auto 100%;
	float: left;
	border: 2px solid #ffffff;
}

.product-highlight-wrapper .cover
{
	background: rgba(0,0,0,0.3);
	text-align: center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 1.0 \9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100) \9";
}

.product-highlight-wrapper .cover p
{
	font-family: 'source-han-sans-simplified-c', 'Microsoft Yahei', 'Simhei', 'Helvetica', 'Arial';
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	border-bottom: 2px solid #96d5eb;
	letter-spacing: 3px;
	text-align: center;
	float: left;
	pointer-events: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	cursor: pointer;
	text-shadow: 0px 0px 25px rgba(0,0,0,0.9);
}

.product-highlight-wrapper .cover p.active
{
	pointer-events: all;
}






















@media (min-width: 1401px)
{

}

@media (min-width: 1171px)
{
	
}

@media (max-width: 1170px)
{

}

@media (max-width: 999px)
{	

}

@media (min-width: 768px)
{

}

@media (max-width: 767px)
{


	/** Carousel Banner: Height reduction in mobile devices **/
	#kv {
		height: 250px;
	}
	.scroller {
		position: relative;
	}
	.slide {
		position: static;
		height: 250px;
		background-size: auto 100%;
		display: block;
		float: left;
	}
	

	.slide h1 {
		font-size: 20px;
		margin-top: 0px;
		
	}
	
	.slide h2 {
		font-size: 12px;
		margin-top: 5px;
	}
	
	.slide p {
		font-size: 11px;
	}
	
	.slide a:link, .slide a:visited {
		font-size: 11px;
	}

	.slide-content > div {
		width: 140px;
	}
	
	.btn-close-video
	{
		width: 20px;
		height: 20px;
		top: -20px;
	}
	
	#indicator {
		position: relative;
		margin: 0px auto;
		top: -15px;
	}
	#indicator .dot {
		width: 6px;
		height: 6px;
		margin-right: 10px;
	}

	.product-highlight-wrapper
	{
		margin-top: 30px;
		overflow: hidden;
	}
	.product-highlight-wrapper .cover p
	{
		font-size: 7px;
		line-height: 14px;
		border-bottom: 2px solid #96d5eb;
		letter-spacing: 1px;
	}

	.product-highlight-wrapper .hero-tile
	{
		border: 1px solid #ffffff;
	}
	
	.product-highlight-wrapper .tile-item
	{
		border: 1px solid #ffffff;
	}
	
	.product-highlight-wrapper-xs
	{
		margin-top: 30px;
	}
	.product-highlight-wrapper-xs table
	{
		width: 100%;
		background: #ffffff;
	}


	.product-highlight-wrapper-xs table .hero-tile
	{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto  100%;
	}
	.product-highlight-wrapper-xs table .hero-tile.top
	{
		border-bottom: 4px solid #ffffff;
	}
	.product-highlight-wrapper-xs table .hero-tile.left
	{
		border-right: 4px solid #ffffff;
	}
	.product-highlight-wrapper-xs table .tile-item
	{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		border: 0;
		vertical-align: bottom;
		text-align: center;
	}
	.product-highlight-wrapper-xs table .tile-item p
	{
		font-size: 11px;
		margin-bottom: 3px;
		color: #ffffff;
	}
	.product-highlight-wrapper-xs table .tile-item.middle
	{
		border-left: 4px solid #ffffff;
		border-right: 4px solid #ffffff;
	}
	.product-highlight-wrapper-xs table .tile-item.top
	{
		background-size: 100% auto;
		border-bottom: 4px solid #ffffff;
	}
	.product-highlight-wrapper-xs table .tile-item.bottom
	{
		background-size: 100% auto;
	}
	
	
	
	
	
	
	
	
}




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

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

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