.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.rotate90 {
	transform: rotate(90deg)
}

.hover-underline-animation,.index-custom-bottomFooter .footerCol:not(.others) a {
	display: inline-block;
	position: relative;
	color: #e30920
}

.hover-underline-animation:after,.index-custom-bottomFooter .footerCol:not(.others) a:after {
	content: "";
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #e30920;
	transform-origin: bottom right;
	transition: transform .25s ease-out
}

.hover-underline-animation:hover:after,.index-custom-bottomFooter .footerCol:not(.others) a:hover:after {
	transform: scaleX(1);
	transform-origin: bottom left
}

.cf:after,.cf:before {
	content: " ";
	display: table
}

.cf:after {
	clear: both
}

*,:after,:before {
	box-sizing: border-box
}

html {
	height: 100%;
	/*overflow: auto*/
}

body,html {
	width: 100%
}

body {
	/*font-family: Lato,Arial Narrow,Helvetica Neue,Helvetica,Arial,sans-serif;*/
	overflow-y:unset;
	-webkit-font-smoothing: antialiased
}

::-moz-selection {
	color: #fff;
	background-color: #e30920
}

::selection {
	color: #fff;
	background-color: #e30920
}

ul {
	list-style:none;
	margin: 0;
	padding-left: 0
}

.custom-index-wrapper {
	margin: 0 auto
}

@media (min-width:1200px) {
	.custom-index-wrapper {
		width: 1300px
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.custom-index-wrapper {
		width: 960px
	}
}

@media (max-width:991px) and (min-width:768px) {
	.custom-index-wrapper {
		width: 720px
	}
}

@media (max-width:767px) {
	.custom-index-wrapper {
		width: 100%
	}
}

.layout.horizontal,.layout.horizontal-reverse,.layout.vertical,.layout.vertical-reverse {
	display: -ms-flexbox;
	display: flex
}

.layout.inline {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.layout.horizontal {
	-ms-flex-direction: row;
	flex-direction: row
}

.layout.horizontal-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.layout.vertical {
	-ms-flex-direction: column;
	flex-direction: column
}

.layout.vertical-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.layout.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.layout.wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse
}

.flex-auto {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flex-none {
	-ms-flex: none;
	flex: none
}

.flex,.flex-1 {
	-ms-flex: 1;
	flex: 1
}

.flex-2 {
	-ms-flex: 2;
	flex: 2
}

.flex-3 {
	-ms-flex: 3;
	flex: 3
}

.flex-4 {
	-ms-flex: 4;
	flex: 4
}

.flex-5 {
	-ms-flex: 5;
	flex: 5
}

.flex-6 {
	-ms-flex: 6;
	flex: 6
}

.flex-7 {
	-ms-flex: 7;
	flex: 7
}

.flex-8 {
	-ms-flex: 8;
	flex: 8
}

.flex-9 {
	-ms-flex: 9;
	flex: 9
}

.flex-10 {
	-ms-flex: 10;
	flex: 10
}

.flex-11 {
	-ms-flex: 11;
	flex: 11
}

.flex-12 {
	-ms-flex: 12;
	flex: 12
}

.layout.start {
	-ms-flex-align: start;
	align-items: flex-start
}

.layout.center,.layout.center-center {
	-ms-flex-align: center;
	align-items: center
}

.layout.end {
	-ms-flex-align: end;
	align-items: flex-end
}

.layout.start-justified {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.layout.center-center,.layout.center-justified {
	-ms-flex-pack: center;
	justify-content: center
}

.layout.end-justified {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.layout.around-justified {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.layout.justified {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.self-start {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.self-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.self-end {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.self-stretch {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.index-custom-topNav {
	width: 100%;
	height: 88px;
	background-color: #000;
	position: relative;
	z-index: 4;
	animation: a .4s forwards;
	transition: all .6s
}

.index-custom-topNav .wrapper {
	height: 100%
}

.index-custom-topNav .logo {
	height: 78px
}

.index-custom-topNav a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	transition: all .3s
}

.index-custom-topNav a:hover {
	color: #e30920;
	text-decoration: none;
	transition: all .3s
}

.index-custom-topNav .first>li {
	height: 88px;
	padding: 0 20px;
	line-height: 88px;
	list-style: none
}

.index-custom-topNav .secondary {
	display: none;
	position: absolute;
	top: 88px;
	z-index: 4;
	background-color: #000
}

.index-custom-topNav .secondary li {
	padding: 12px 24px;
	line-height: 1.4;
	list-style: none
}

.index-custom-topNav .secondary li a {
	font-size: 16px
}

.index-custom-topNav .searchToggle {
	padding: 0 20px
}

.index-custom-topNav .searchBar {
	display: none;
	width: 100%;
	height: 88px;
	position: absolute;
	background-color: #fff
}

.index-custom-topNav .searchBar input {
	display: inline-block;
	width: 90%;
	margin: 0;
	padding: 0;
	color: #9d9d9d;
	font-size: 15px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline: 0
}

.index-custom-topNav .searchBar .fa-close {
	padding: 0 20px;
	cursor: pointer
}

.index-custom-topNav .searchBar .fa-close:hover {
	color: #e30920
}

.index-custom-topNav .navToggle {
	color: #fff
}

.index-custom-topNav.sticky {
	height: 52.8px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	animation: a .4s forwards;
	transition: all .6s
}

.index-custom-topNav.sticky .logo {
	height: 46.8px
}

.index-custom-topNav.sticky .first {
	top: 52.8px
}

.index-custom-topNav.sticky .searchBar {
	height: 52.8px
}

@media (min-width:992px) {
	.index-custom-topNav.sticky .secondary {
		top: 52.8px
	}
}

@keyframes a {
	0% {
		opacity: 0;
		transform: translateY(-100px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@media (min-width:992px) {
	.index-custom-topNav .navArrow,.navToggle {
		display: none
	}

	.index-custom-topNav .first>li:hover .secondary {
		display: block
	}
}

@media (max-width:991px) {
	.index-custom-topNav .navToggle,.index-custom-topNav .searchToggle {
		display: block;
		font-size: 21px!important
	}

	.index-custom-topNav .first {
		display: none;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		position: absolute;
		top: 88px;
		left: 0;
		z-index: 4;
		background-color: #000
	}

	.index-custom-topNav .first>li {
		width: 100%;
		height: auto;
		line-height: 4;
		border-bottom: 1px solid hsla(0,0%,100%,.3)
	}

	.index-custom-topNav .first>li a {
		width: calc(100% - 44px)
	}

	.index-custom-topNav .first .navArrow {
		width: 44px;
		color: #fff;
		text-align: right
	}

	.index-custom-topNav .first.active {
		display: block
	}

	.index-custom-topNav .secondary {
		display: none;
		width: 100%;
		position: relative;
		top: inherit
	}

	.index-custom-topNav .secondary li {
		padding: 12px
	}

	.index-custom-topNav .secondary a {
		display: block;
		width: 100%
	}

	.index-custom-topNav .secondary.active {
		display: block
	}
}

@media (max-width:767px) {
	.index-custom-topNav .navToggle {
		padding: 0 20px
	}

	.index-custom-topNav .searchBar {
		padding-left: 20px
	}
}

@media (min-width:1200px) {
	.index-custom-mainCarousel .item .img-fill {
		height: 720px
	}

	.index-custom-mainCarousel .item h3 {
		font-size: 32px;
		line-height: 2
	}

	.index-custom-mainCarousel .item h5 {
		width: 700px;
		height: 55px;
		font-size: 20px;
		line-height: 1.4
	}
}

@media (min-width:992px) and (max-width:1200px) {
	.index-custom-mainCarousel .item .img-fill {
		height: 720px
	}

	.index-custom-mainCarousel .item h3 {
		font-size: 28px;
		line-height: 2
	}

	.index-custom-mainCarousel .item h5 {
		width: 700px;
		height: 55px;
		font-size: 18px;
		line-height: 1.4
	}
}

@media (max-width:992px) {
	.index-custom-mainCarousel .item .img-fill {
		height: 500px
	}

	.index-custom-mainCarousel .item h3 {
		font-size: 24px;
		line-height: 2
	}

	.index-custom-mainCarousel .item h5 {
		width: 600px;
		height: 48px;
		font-size: 16px;
		line-height: 1.4
	}
}

.index-custom-mainCarousel .img-fill {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center
}

.index-custom-mainCarousel .img-fill .img {
	min-height: 100%;
	min-width: 100%;
	position: relative;
	display: inline-block;
	max-width: none
}

.index-custom-mainCarousel .item .img-fill {
	background: #000
}

.index-custom-mainCarousel .item .img-fill .info {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%)
}

.index-custom-mainCarousel .item .info>div {
	display: inline-block!important;
	vertical-align: middle
}

.index-custom-mainCarousel .NextArrow,.index-custom-mainCarousel .PrevArrow {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 45px;
	background: rgba(0,0,0,.5);
	border: 0 none;
	margin-top: -22.5px;
	text-align: center;
	font: 20px/45px;
	color: #fff;
	z-index: 3
}

.index-custom-mainCarousel .NextArrow {
	right: 0
}

.index-custom-mainCarousel .PrevArrow {
	left: 0
}

.index-custom-mainCarousel .item .info img {
	animation: fadeOut 1s both
}

.index-custom-mainCarousel .item h3 {
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-align: center;
	animation: fadeOutRight 1s both
}

.index-custom-mainCarousel .item h5 {
	display: block;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-align: center;
	overflow: hidden;
	animation: fadeOutLeft 1s both
}

.index-custom-mainCarousel .item .info .cta {
	animation: fadeOut 1s both
}

.index-custom-mainCarousel .item.slick-active .info img,.index-custom-mainCarousel .item.slick-active h3 {
	animation: fadeInDown 1s both 1s
}

.index-custom-mainCarousel .item.slick-active h5 {
	animation: fadeInLeft 1s both 1.5s
}

.index-custom-mainCarousel .item.slick-active .info .cta {
	animation: fadeIn 2s both 1.5s
}

.index-custom-mainCarousel .item .info img {
	animation: slideZooming-Out 1s both
}

.index-custom-mainCarousel .item.slick-active .info img {
	animation: slideZooming-In 1s both
}

.slick-slider {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:after,.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.index-custom-bottomFooter ul {
	list-style: none
}

.index-custom-bottomFooter a {
	color: #fff;
	text-decoration: none
}

.index-custom-bottomFooter h3 {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	color: #fff;
	font-size: 20px
}

.index-custom-bottomFooter .footerCol {
	width: 25%;
	margin: 0 40px;
	border-top: 2px solid hsla(0,0%,100%,.075);
	transition: all .3s
}

.index-custom-bottomFooter .footerCol li {
	padding: 2px 0
}

.index-custom-bottomFooter .footerCol:hover {
	border-color: #e30920;
	transition: all .3s
}

.index-custom-bottomFooter .footerCol:not(.others) a {
	color: #fff;
	font-size: 14px
}

.index-custom-bottomFooter .footerCol:not(.others) a:hover {
	color: #e30920
}

.index-custom-bottomFooter .others {
	border-top: 0
}

.index-custom-bottomFooter .others ul li {
	display: inline-block
}

.index-custom-bottomFooter .others a:hover {
	color: #e30920
}

.index-custom-bottomFooter .others .socialMedia {
	font-size: 36px
}

.index-custom-bottomFooter .others .langSelection label {
	display: block;
	color: #fff;
	font-size: 16px
}

.index-custom-bottomFooter .others .langSelection select {
	width: 150px;
	color: #fff;
	font-size: 16px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0
}

.index-custom-bottomFooter .upper {
	padding: 40px 0;
	background-color: #0d0d0d
}

.index-custom-bottomFooter .bottom {
	padding: 12px;
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
	text-align: center;
	background-color: #000
}

@media (max-width:767px) {
	.index-custom-bottomFooter .upper .wrapper {
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		overflow: hidden
	}

	.index-custom-bottomFooter .upper .wrapper .footerCol {
		width: 100%;
		margin-bottom: 15px
	}
}

.cta {
	width: auto;
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	text-align: center;
	cursor: pointer
}

.cta.white {
	color: #fff;
	background-color: hsla(0,0%,100%,.2);
	border: 2px solid #fff
}

.cta.white:hover {
	color: #333;
	background-color: #fff
}

@media (min-width:1200px) {
	.index-custom-imageColumn .column li.full .banner {
		height: 400px
	}

	.index-custom-imageColumn .column li.full .index-custom-imageColumn .custom-index-content {
		width: 500px
	}

	.index-custom-imageColumn .column li.half .banner {
		height: 360px
	}

	.index-custom-imageColumn .column li.half .index-custom-imageColumn .custom-index-content {
		width: 500px
	}

	.index-custom-imageColumn .column li.half.fullHeight .banner {
		height: 720px
	}

	.index-custom-imageColumn .column li.half.halfHeight .banner {
		height: 360px
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.index-custom-imageColumn .column li.full .banner {
		height: 400px
	}

	.index-custom-imageColumn .column li.full .index-custom-imageColumn .custom-index-content {
		width: 500px
	}

	.index-custom-imageColumn .column li.half .banner {
		height: 360px
	}

	.index-custom-imageColumn .column li.half .index-custom-imageColumn .custom-index-content {
		width: 320px
	}

	.index-custom-imageColumn .column li.half.fullHeight .banner {
		height: 720px
	}

	.index-custom-imageColumn .column li.half.halfHeight .banner {
		height: 360px
	}
}

@media (max-width:991px) {
	.index-custom-imageColumn .column li.full .banner {
		height: 400px
	}

	.index-custom-imageColumn .column li.full .index-custom-imageColumn .custom-index-content {
		width: 500px
	}

	.index-custom-imageColumn .column li.half {
		width: 100%!important;
		float: none!important
	}

	.index-custom-imageColumn .column li.half .banner {
		height: 320px
	}

	.index-custom-imageColumn .column li.half .custom-index-content {
		left: 20px!important
	}

	.index-custom-imageColumn .column li.half .index-custom-imageColumn .custom-index-content {
		width: 80%
	}
}

@media (max-width:767px) {
	.index-custom-imageColumn .column li.full .banner {
		height: 400px
	}

	.index-custom-imageColumn .column li.full .custom-index-content .label {
		font-size: 12px
	}

	.index-custom-imageColumn .column li.full .custom-index-content .custom-index-title {
		font-size: 18px
	}

	.index-custom-imageColumn .column li.full .custom-index-content .productName {
		font-size: 16px
	}

	.index-custom-imageColumn .column li.full .index-custom-imageColumn .custom-index-content {
		width: 300px
	}
}

.index-custom-imageColumn {
	width: 100%
}

.index-custom-imageColumn .column li {
	margin-bottom: 1px;
	position: relative;
	overflow: hidden
}

.index-custom-imageColumn .column li:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: #333;
	opacity: 0;
	transition: opacity .5s ease
}

.index-custom-imageColumn .column li:hover:before {
	opacity: .4;
	transition: opacity .5s ease
}

.index-custom-imageColumn .column li:focus .banner,.index-custom-imageColumn .column li:hover .banner {
	transform: scale(1.1);
	transition: all 3s
}

.index-custom-imageColumn .column li.text-black .custom-index-content {
	color: #333
}

.index-custom-imageColumn .column li a {
	display: block;
	width: 100%;
	height: 100%
}

.index-custom-imageColumn .column li .banner {
	background-position: 50%;
	background-size: cover;
	transition: all 3s
}

.index-custom-imageColumn .column li .custom-index-content {
	position: absolute;
	z-index: 2;
	color: #fff
}

.index-custom-imageColumn .column li .custom-index-content .label {
	font-size: 16px;
	text-transform: uppercase
}

.index-custom-imageColumn .column li .custom-index-content .custom-index-title {
	font-size: 28px;
	line-height: 1.2
}

.index-custom-imageColumn .column li .custom-index-content .productName {
	font-size: 20px
}

.index-custom-imageColumn .column li .custom-index-content .productDescription {
	/*max-height: 72px;*/
	height:52px;
	margin-top: 20px;
	overflow: hidden;
	opacity: 0;
	text-overflow:ellipsis;
  
}

.index-custom-imageColumn .column li .custom-index-content .small {
	font-size: 16px
}

.index-custom-imageColumn .column li .custom-index-content .cta {
	margin-top: 10px
}

.index-custom-imageColumn .column li.full {
	width: 100%
}

.index-custom-imageColumn .column li.full .custom-index-content {
	top: 50%;
	transform: translateY(-50%)
}

.index-custom-imageColumn .column li.full .custom-index-content.right {
	right: 0;
	transform: translate(-50%,-50%)
}

.index-custom-imageColumn .column li.full .custom-index-content.left {
	left: 50%;
	transform: translate(-150%,-50%)
}

.index-custom-imageColumn .column li.full .custom-index-content.center {
	left: 50%;
	transform: translate(-50%,-50%)
}

.index-custom-imageColumn .column li.half {
	width: calc(50% - 1px);
	float: left;
	margin-right: 1px
}

.index-custom-imageColumn .column li.half.n-m-r {
	margin-right: 0
}

.index-custom-imageColumn .column li.half:focus .custom-index-content,.index-custom-imageColumn .column li.half:hover .custom-index-content {
	bottom: 20px;
	transition: all .6s cubic-bezier(.76,0,.07,1)
}

.index-custom-imageColumn .column li.half:focus .custom-index-content .productDescription,.index-custom-imageColumn .column li.half:hover .custom-index-content .productDescription {
	opacity: 1
}

.index-custom-imageColumn .column li.half .custom-index-content {
	bottom: -50px;
	left: 10%;
	transition: all .6s cubic-bezier(.76,0,.07,1)
}