.bannercontainer {
	position: relative;
	margin: 0 auto;
	padding: 5px;
	background-color: #fff;
	max-width: 1160px
}
.banner {
	position: relative;
	max-width: 1160px;
	height: 870px;
	overflow: hidden
}
.fullwidthbanner-container {
	position: relative;
	width: 100% !important;
	padding: 0;
	max-height: 500px !important;
	overflow: hidden
}
.fullwidthbanner-container .fullwidthbanner {
	position: relative;
	width: 100% !important;
	max-height: 500px !important
}
.fullscreenbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	height: ;
	padding:50px 0 0 0;
	/*overflow-x: hidden !important;
    overflow-y: scroll !important;*/
	overflow: hidden !important;
}






.product-preview {
	position: relative;
}
.product-preview::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 0;
	z-index: 9;
	visibility: hidden;
	transition: all 0.5s ease-out 0s;
}
.product-preview .product-front {
	opacity: 1;
	visibility: visible;
}
.product-preview img {
	transition: all 0.5s ease-out 0s;
}
.product-back {
	transform: rotateY(180deg);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.product-preview img {
	transition: all 0.5s ease-out 0s;
}
.new-product {
	background: #868686 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	right: 0;
	padding: 0 10px 1px;
	position: absolute;
	text-transform: lowercase;
	top: 0;
	z-index: 10;
}
.product-details {
	width: 100%;
	bottom: -30px;
	left: 0;
	position: absolute;
	background: #5CB71A;
	color: #fff;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	transition: all 0.5s ease-out 0s;
	text-align: center;
}
.product-preview:hover {
	cursor: pointer;
}
.product-preview:hover::before {
	opacity: 1;
	visibility: visible;
}
.product-preview:hover .product-front {
	transform: rotateY(180deg);
	opacity: 0;
	visibility: hidden;
}
.product-preview:hover .product-back {
	transform: rotateY(0deg);
	opacity: 1;
	visibility: visible;
	background: #fff;
}
.product-preview img {
	transition: all 0.5s ease-out 0s;
}
.product-preview:hover. {
 opacity: 1;
 visibility: visible;
}
.product-preview:hover. ul {
 margin: 20px 0 0;
}
.product-details {
	width: 100%;
	top: 93%;
	position: absolute;
	transition: all 0.5s ease-out 0s;
	z-index: 10;
}
.product-details:hover, .product-details:focus {
	color: #fff;
	text-decoration: none;
}
.card>.product-preview>.img-responsive {
	padding: 0px;
}
del {
	color: #999;
}


.ca-panel{width:50%}
.ca-panel li{display:inline-block}
.card{background: url(../../images/yh.jpg);color: #fff;padding: 10px 10px 5px 10px;margin: 0 0 40px 0;}
.card h4{font-size:24px}
.card a{color:#fff; text-decoration:none}
.card a:hover{color:#fff; text-decoration:none}