.albumViewBtn, .mainArea>.wrap, .pageBasicInfoContainer, .productContainer .rightBox, .productFilterContainer, .productSearchButton, .productSelectList a:before, .productsList .item, .relatedList .item {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out
}
.mainArea>.wrap, .pageBasicInfoContainer, .productContainer .rightBox, .productFilterContainer {
	opacity: 0
}
.productFilterContainer {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px)
}
.productContainer .rightBox {
	-webkit-transform: translateX(20px);
	transform: translateX(20px)
}
.mainArea>.wrap, .pageBasicInfoContainer {
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}
.mainArea.show .pageBasicInfoContainer, .mainArea.show .productContainer .rightBox, .mainArea.show .productFilterContainer, .mainArea.show>.wrap, .productSelectTagBox.show {
	-webkit-transform: translate(0);
	transform: translate(0);
	opacity: 1
}
.mainArea.show .productContainer .rightBox, .mainArea.show .productFilterContainer {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.mainArea.show>.wrap {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.productContainer .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:1180px) {
	.productContainer .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.productContainer .rightBox {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%
}
@media (min-width:961px) {
	.productContainer .rightBox:first-child .productsList>li {
		width: 25%
	}
}
@media (min-width:681px) and (max-width:960px) {
	.productContainer .rightBox:first-child .productsList>li {
		width: calc(100% / 3)
	}
}
@media (min-width:451px) and (max-width:680px) {
	.productContainer .rightBox:first-child .productsList>li {
		width: 50%
	}
}
.productFilterContainer {
	position: relative;
	z-index: 1
}
@media (min-width:1181px) {
	.productFilterContainer {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 325px
	}
	.productFilterContainer+.rightBox {
		width: calc(100% - 325px);
		padding-left: 70px
	}
}
@media (max-width:1180px) {
	.productFilterContainer {
		margin-bottom: 30px
	}
}
.productFilterTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 45px;
	padding: 5px;
	font: 500 20px "Oswald", sans-serif;
	color: #fff;
	background-color: #f3ad1f;
	text-transform: uppercase;
	text-align: center
}
@media (max-width:1180px) {
	.productFilterTitle {
		display: none
	}
}
.productSearchBox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	padding-top: 35px
}
.productSearchBox:before {
	content: attr(data-title);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 16px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	color: #808080
}
.productSearchBox input {
	width: 100%;
	height: 36px;
	padding-left: 20px;
	padding-right: 76px;
	border-radius: 18px;
	border: 1px solid #ccc;
	font-size: 13px;
	background-color: #f9f9f9
}
.productSearchBox input::-webkit-input-placeholder {
	color: #c1c1c1
}
.productSearchBox input:-ms-input-placeholder {
	color: #c1c1c1
}
.productSearchBox input::-moz-placeholder {
	color: #c1c1c1;
	opacity: 1
}
.productSearchBox input:-moz-placeholder {
	color: #c1c1c1;
	opacity: 1
}
.productSearchBox input::-webkit-search-cancel-button, .productSearchBox input::-webkit-search-decoration, .productSearchBox input::-webkit-search-results-button, .productSearchBox input::-webkit-search-results-decoration {
	-webkit-appearance: none
}
.productSearchButton {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 76px;
	height: 36px;
	border-radius: 18px;
	border: none;
	background-color: #f3ad1f;
	cursor: pointer
}
.productSearchButton:hover {
	background-color: #ff9b24
}
.productSearchButton svg {
	width: 14px;
	height: 13px;
	fill: #fff
}
.productTagBox {
	margin-top: 50px
}
@media (max-width:1180px) {
	.productTagBox {
		margin-top: 20px
	}
}
@media (min-width:1181px) {
	.productTagList {
		margin-top: 40px
	}
	.productTagList li+li {
		margin-top: 8px
	}
}
@media (max-width:1180px) {
	.productTagList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 20px;
		margin-left: -5px;
		margin-right: -5px
	}
	.productTagList li {
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px
	}
}
.productTagList a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	color: #aaa;
	border: 1px solid #aaa
}
.productTagList a.current, .productTagList a:hover {
	color: #fff;
	background-color: #aaa
}
.productIndexTopBox {
	margin-bottom: 30px
}
@media (max-width:1180px) {
	.productIndexTopBox {
		margin-bottom: 10px
	}
}
#productTotal {
	font-size: 30px
}
.productSelectTagTitle, .productTotalBox {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	text-transform: uppercase
}
.productSelectTagBox {
	display: none;
	margin-top: 10px
}
.productSelectTagBox.show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: 0.5s aniSlideUp both ease-out;
	animation: 0.5s aniSlideUp both ease-out
}
.productSelectTagTitle {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.productSelectList {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 30px
}
.productSelectList a {
	position: relative;
	display: block;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 10px 20px 10px 40px;
	color: #fff;
	background-color: #aaa
}
.productSelectList a:hover:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.productSelectList a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 1;
	width: 9px;
	height: 9px;
	margin-top: -4.5px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #fff, #fff);
	background-position: 50%;
	background-size: 1px 100%, 100% 1px;
	background-repeat: no-repeat;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.productsList .item, .relatedList .item {
	position: relative;
	height: 100%;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	background-color: #fff
}
.productsList .item:hover, .relatedList .item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2)
}
.productsList .linkMask, .relatedList .linkMask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%
}
.productsList .Img, .relatedList .Img {
	position: relative
}
.productsList .Img img, .relatedList .Img img {
	display: block;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.productsList .Txt, .relatedList .Txt {
	padding: 20px 20px 30px
}
@media (max-width:1180px) {
	.productsList .Txt, .relatedList .Txt {
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px
	}
}
.productsList h3 a, .relatedList h3 a {
	display: block;
	color: #3c3c3c;
	font: 600 27px "Oswald", sans-serif
}
@media (max-width:1180px) {
	.productsList h3 a, .relatedList h3 a {
		font-size: 20px
	}
}
.productsList h3 a:after, .relatedList h3 a:after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	margin-top: 10px;
	background-color: #ab2d2d
}
.productsList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media (min-width:451px) {
	.productsList {
		margin-left: -15px;
		margin-right: -15px
	}
}
.productsList>li {
	width: calc(100% / 3);
	margin-bottom: 30px
}
@media (min-width:451px) and (max-width:680px) {
	.productsList>li {
		width: 50%
	}
}
@media (min-width:451px) {
	.productsList>li {
		padding-left: 15px;
		padding-right: 15px
	}
}
@media (max-width:450px) {
	.productsList>li {
		width: 100%
	}
}


.productsList li .Img a {
  width: 100% !important;
  display: block !important;
  height: 270px !important;
  background-repeat: no-repeat !important;
  /*background-size: contain !important;*/
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width:780px) {
	.productsList li .Img a {
  height: 200px !important;
}
}

@media (max-width:480px) {
	.productsList li .Img a {
  height: 340px !important;
}
}



.relatedList li .Img a {
  width: 100% !important;
  display: block !important;
  height: 200px !important;
  background-repeat: no-repeat !important;
  /*background-size: contain !important;*/
  background-size: cover !important;
  background-position: center center !important;
}

@media (max-width:780px) {
	.relatedList li .Img a {
  height: 200px !important;
}
}

@media (max-width:480px) {
	.relatedList li .Img a {
  height: 300px !important;
}
}


.relatedList .slick-slide {
	padding: 13px
}
.productCategory {
	font-family: "Oswald", sans-serif;
	color: #f3ad1f
}
.itemTagValidated {
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: 1;
	width: 70px;
	height: 57px;
	pointer-events: none
}
.itemTagNew {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 80px;
	height: 80px;
	padding-top: 13px;
	padding-right: 10px;
	text-align: right;
	pointer-events: none
}
.itemTagNew:before {
	content: "NEW";
	font: 600 17px "Oswald", sans-serif;
	color: #fff
}
.itemTagNew:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 80px 80px 0;
	border-color: transparent #f3ad1f transparent transparent
}
.itemTagDiscontinued {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	font: 600 17px "Oswald", sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #868686
}
.itemTagDiscontinued svg {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	fill: #fff
}
.productIntroBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:960px) {
	.productIntroBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.productAlbumBox {
	position: relative
}
.productAlbumBox:hover .albumViewBtn {
	background-color: #f3ad1f
}
.albumBox {
	position: relative;
	padding: 40px 60px;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.1)
}
@media (min-width:961px) {
	.albumBox {
		width: 49.2537313433%
	}
}
.productAlbumNavList, .productAlbumShowList {
	width: 100%
}

/*
.productAlbumNavList img, .productAlbumShowList img {
	display: block;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
*/

.productAlbumNavList img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70px;
  line-height: 0;
}

@media (max-width: 768px) {
.productAlbumNavList img {
  max-height: 70px;
  }
}

@media (max-width: 480px) {
.productAlbumNavList img {
  max-height: 70px;
  }
}

.productAlbumShowList img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 350px;
  line-height: 0;
}

@media (max-width: 768px) {
.productAlbumShowList img {
  max-height: 300px;
  }
}

@media (max-width: 480px) {
.productAlbumShowList img {
  max-height: 250px;
  }
}





.productAlbumNavList {
	margin-top: 30px;
	margin-left: -7px;
	margin-right: -7px
}
.productAlbumNavList .slickPrevArrowBtn {
	left: -50px;
	background-color: transparent
}
.productAlbumNavList .slickPrevArrowBtn:hover {
	background-color: transparent
}
.productAlbumNavList .slickPrevArrowBtn:hover svg {
	fill: #ab2d2d
}
.productAlbumNavList .slickNextArrowBtn {
	right: -50px;
	background-color: transparent
}
.productAlbumNavList .slickNextArrowBtn:hover {
	background-color: transparent
}
.productAlbumNavList .slickNextArrowBtn:hover svg {
	fill: #f3ad1f
}
.productAlbumNavList .slick-slide {
	padding-left: 7px;
	padding-right: 7px
}
.productAlbumNavList .slick-slide a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	border: 1px solid #ccc
}
.productAlbumNavList .slick-slide a:hover {
	border-color: #f3ad1f
}
.albumViewBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 68px;
	height: 68px;
	margin-left: -34px;
	margin-top: -34px;
	border: none;
	border-radius: 50%;
	background-color: rgba(240, 130, 0, 0.5);
	cursor: pointer;
	pointer-events: none
}
.albumViewBtn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 7px;
	height: 7px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #fff, #fff);
	background-size: 1px 100%, 100% 1px;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-transform: translate(-5px, -5px);
	transform: translate(-5px, -5px)
}
.albumViewBtn svg {
	width: 22px;
	height: 22px;
	fill: #fff
}
.introBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}
@media (min-width:961px) {
	.introBox {
		width: 50.7462686567%;
		padding-left: 35px
	}
}
@media (max-width:960px) {
	.introBox {
		padding-top: 30px
	}
}
.introBox .btnBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}
.introBox .btnBox i {
	margin-right: 10px;
}

@media (min-width:961px) {
	.introBox .btnBox {
		margin-top: auto
	}
}
.productTitle {
	margin-bottom: 25px;
	font: 600 40px/1.2 "Oswald", sans-serif;
	color: #424242
}
@media (max-width:1180px) {
	.productTitle {
		font-size: 28px
	}
}
.productDescriptionBox {
	margin-bottom: 30px
}
.productDescriptionBox .Txt {
	line-height: 1.8
}
.productDescriptionTitle {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase
}
.tagsTitle {
	margin-bottom: 10px;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase
}
.tagsList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.tagsList>li {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 14px;
	color: #aaa;
	border: 1px solid currentColor
}
.addCompareBtn, .addInquiryBtn {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: calc(50% - 5px);
	height: 45px;
	font-family: "Oswald", sans-serif;
	color: #fff;
	text-transform: uppercase;
	background-color: #7a7a7a
}
.addCompareBtn.added, .addCompareBtn:hover, .addInquiryBtn.added, .addInquiryBtn:hover {
	color: #fff;
	background-color: #f3ad1f
}
.addCompareBtn svg, .addInquiryBtn svg {
	fill: #fff
}
.addCompareBtn svg {
	width: 21px;
	height: 21px;
	margin-right: 8px
}
.addInquiryBtn svg {
	width: 20px;
	height: 18px;
	margin-right: 10px
}
.downloadList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc
}
@media (max-width:450px) {
	.downloadList .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}
.downloadList .Txt {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%
}
.downloadList .Txt.downloadType {
	width: calc(100% - 230px);
	padding-right: 65px
}
@media (min-width:451px) and (max-width:640px) {
	.downloadList .Txt.downloadType {
		width: calc(100% - 110px);
		padding-right: 30px
	}
}
@media (max-width:450px) {
	.downloadList .Txt.downloadType {
		width: 100%;
		padding-right: 0
	}
}
.downloadList h3 a {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #464646;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.downloadList h3 a:hover {
	color: #f3ad1f
}
.downloadList p {
	max-height: 65px;
	line-height: 1.5;
	font-size: 14px
}
.downloadBtnBox {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 165px;
	padding-left: 6px;
	border-left: 1px solid #ccc
}
@media (min-width:451px) and (max-width:768px) {
	.downloadBtnBox {
		width: auto;
		padding-left: 20px
	}
}
@media (max-width:450px) {
	.downloadBtnBox {
		width: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 20px;
		padding-left: 0;
		border-left: none
	}
}
.downloadBtn {
	width: 67px;
	padding-top: 80px;
	font-size: 13px;
	font-family: "Oswald", sans-serif;
	text-align: center;
	text-transform: uppercase;
	background: url("../images/iconDownloadBtn.png") 0 0 no-repeat
}
@media (max-width:450px) {
	.downloadBtn {
		padding-top: 40px;
		background-position: 50% 0;
		background-size: 30px auto
	}
}
.relatedBox {
	margin-top: 50px
}
.relatedBox .topBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.relatedBox .btnBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0
}
@media (max-width:450px) {
	.relatedBox .btnBox {
		display: none
	}
}
.relatedBox .slickNextArrowBtn, .relatedBox .slickPrevArrowBtn {
	position: static;
	margin-top: 0
}
.relatedBox .slickNextArrowBtn {
	margin-left: 15px
}
.relatedTitle {
	font: 600 25px "Oswald", sans-serif;
	color: #f3ad1f;
	text-transform: uppercase
}
@media (max-width:450px) {
	.relatedTitle {
		width: 100%;
		text-align: center
	}
}