@charset "ISO-8859-1";

.catalog-custom {
	margin-top: 0;
}

article{
	overflow: hidden;
}

.main{
	background-color: #F5F5F5;
	color: #2d2d2d;
}

h1, h2, h3, h4 {
	font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
}

h1.heading {
	display: none;
	color: white;
	position: relative;
	top: -180px;
	font-size: 45px;
	margin-left: 0;
	height: 0;
}

.main .container h2.sub-heading {
	font-size: 30px;
	margin-bottom: 0;
}

h3.title {
	font-size: 24px;
}

h4.mini-title {
	font-size: 18px;
}

section p, section a, section li {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
}

.lead {
	font-family: 'Centrale Sans Medium', Trebuchet, sans-serif;
	font-size: 24px;
	margin-bottom: 0;
}

.stat {
	font-family: 'Centrale Sans Thin', Trebuchet, sans-serif;
	font-size: 55px;
}

.stat .unit {
	font-size: 30px;
}

.light {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-weight: 300;
}

.medium, .medium a {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-weight: 500;
}

.bold {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-weight: 700;
}

.text-black {
	color: #2D2D2D;
}

.text-white {
	color: #FFFFFF;
}

.text-blue {
	color: #0099FF;
}

a.text-blue {
	color: #0099FF;
}

.elica-top-container {
	width: 100vw;
	position: relative;
	margin-left: 50%;
	transform: translateX(-50%);
	background-color: #000000;
}

.banner-image-container {
	position: relative;
}

.hero-img {
	display: table;
	margin-left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}

.hero-img > source + img {
	margin-left: 50%;
	transform: translateX(-50%);
}

.elica-middle-container {
	background-color: #F5F5F5;
	width: 100vw;
	position: relative;
	padding: 50px 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

.elica-middle-container-alt {
	background-color: #FFFFFF;
	width: 100vw;
	position: relative;
	padding: 50px 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

.elica-middle-container-even {
	background-color: #F5F5F5;
	width: 100vw;
	position: relative;
	padding: 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

.no-pad-l {
	padding-left: 0;
}

.no-pad-r {
	padding-right: 0;
}

.no-pad-b {
	padding-bottom: 0;
}

.no-pad-t {
	padding-top: 0;
}

.product-ranges {
	display: flex;
	flex-wrap: wrap;
}

.product-ranges h2.sub-heading {
	font-family: 'Centrale Sans Thin', Trebuchet, sans-serif;
}

.product-ranges h2.sub-heading strong {
	font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
}

.product-ranges .product-ranges-swiper {
	margin-top: 10px;
}

.product-ranges .product-ranges-swiper .impswiper-category-section{
	position: relative;
	width: 100%;
}

.product-ranges .product-ranges-swiper .swiper-slide {
	border-radius: 10px;
	background-color: #FFFFFF;
}

/* .product-ranges .product-ranges-swiper .swiper-slide .impswiper--inner {
	margin-top: 30px;
} */

.product-ranges .product-ranges-swiper .impswiper--image {
	margin: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/* padding: 10px 0;
	max-width: 150px; */
}

.product-ranges .product-ranges-swiper .impswiper--right {
	text-align: center;
	padding: 20px;
}

.product-ranges .product-ranges-swiper .impswiper--title {
	color: #0099FF;
	font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
	font-size: 18px;
	text-align: center;
}

.product-ranges .product-ranges-swiper .impswiper--right p {
	margin-top: 0;
}

/* .features {
	display: flex;
	flex-wrap: wrap;
}

.features > div {
	margin-bottom: 20px;
	padding: 5px 10px;
}

.features > div:nth-of-type(odd) {
	padding: 5px 0 5px 10px;
}

.features > div:nth-of-type(even) {
	padding: 5px 10px 5px 0;
} */

.features h2.sub-heading {
	font-family: 'Centrale Sans Thin', Trebuchet, sans-serif;
}

.features h2.sub-heading strong {
	font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
}

.features h4.mini-title {
	font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
	text-align: left;
	font-size: 16px;
}

.features-block {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	height: 100%;
}

.features .features-img.img-left > source, .features .features-img.img-left > img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.features .features-img.img-right > source, .features .features-img.img-right > img {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.features-details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 20px 30px;
	background-color: #F5F5F5;
}

.features-details.details-left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.features-details.details-right {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.features-details p {
	/* flex-grow: 1; */
	font-size: 13px;
}

.features-alt {
	display: flex;
	flex-wrap: wrap;
}

.features-alt > div {
	margin-bottom: 20px;
	/* padding: 5px 10px; */
}

.features-alt > div:nth-of-type(odd) {
	padding: 5px 0 5px 10px;
}

.features-alt > div:nth-of-type(even) {
	padding: 5px 10px 5px 0;
}

.features-alt h2.sub-heading {
	font-family: 'Centrale Sans Thin', Trebuchet, sans-serif;
}

.features-alt h2.sub-heading strong {
	font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
}

.features-alt h4.mini-title {
	font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
	text-align: left;
	font-size: 16px;
}

.features-alt-block {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	height: 100%;
}

.features-alt .features-alt-img.img-left > source, .features-alt .features-alt-img.img-left > img {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.features-alt .features-alt-img.img-right > source, .features-alt .features-alt-img.img-right > img {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.features-alt-details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 20px 30px;
}

.features-alt-details p {
	/* flex-grow: 1; */
	font-size: 13px;
}

.promotions {
	display: flex;
	flex-wrap: wrap;
}

.promotions > div {
	margin-bottom: 20px;
	padding: 5px 10px;
}

.promotions h2.sub-heading {
	font-family: 'Centrale Sans Thin', Trebuchet, sans-serif;
}

.promotions h2.sub-heading strong {
	font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
}

.promotions-block {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	height: 100%;
}

.promotions .promotions-img {
	border-radius: 10px;
	border: 1px solid #d5d5d5;
}

@media screen and (max-width: 1199px) {
	.hero-img > source + img {
		max-width: 100vw;
	}
}

@media screen and (max-width: 991px) {
	.hero-img > source + img {
		max-width: 150vw;
	}
}

@media screen and (max-width: 767px) {
	/* .hero-img {
		margin-left: unset;
		transform: unset;
	} */

	h1.heading {
		position: absolute;
		top: 10%;
		left: 0;
		right: 0;
		margin: auto;
		width: 100vw;
		text-align: center;
		font-size: 50px;
		padding-left: 15%;
		padding-right: 15%;
	}
	
	.product-ranges h2.sub-heading {
		font-size: 40px;
		margin-bottom: 0;
	}
	
	h3.title {
		font-size: 36px;
	}
	
	h4.mini-title {
		font-size: 26px;
	}

	.elica-middle-container, .elica-middle-container-alt {
		padding: 50px 10px;
	}

	.elica-middle-container-even {
		padding: 0 10px;
	}

	.no-pad-l {
		padding-left: 0;
	}
	
	.no-pad-r {
		padding-right: 0;
	}
	
	.no-pad-b {
		padding-bottom: 0;
	}
	
	.no-pad-t {
		padding-top: 0;
	}

	.product-ranges .product-ranges-swiper .impswiper--image {
		/* max-width: 180px; */
		margin: auto;
	}
/* 
	.features > div:nth-of-type(1),
	.features > div:nth-of-type(4) {
		padding: 5px 5px 0;
		margin: 0 50px;
	}

	.features > div:nth-of-type(2) {
		padding: 0 5px 5px;
		margin: 0 50px 20px;
	}

	.features > div:nth-of-type(3) {
		padding: 0 5px 5px;
		margin: 0 50px 0;
		order: 4;
	}

	.features > div:nth-of-type(4) {
		order: 3;
	} */

	.features .features-img.img-left > source, .features .features-img.img-left > img,
	.features .features-img.img-right > source, .features .features-img.img-right > img {
		border-radius: 10px 10px 0 0;
	}

	.features-details.details-left,
	.features-details.details-right {
		border-radius: 0 0 10px 10px;
	}

	/* .features-alt > div:nth-of-type(odd) {
		padding: 5px 5px 0;
		margin: 0 50px;
	}

	.features-alt > div:nth-of-type(even) {
		padding: 0 5px 5px;
		margin: 0 50px;
	} */

	.features-alt .features-alt-img.img-left > source, .features-alt .features-alt-img.img-left > img,
	.features-alt .features-alt-img.img-right > source, .features-alt .features-alt-img.img-right > img {
		border-radius: 10px 10px 0 0;
	}
}

@media screen and (max-width: 649px) {
	.features > div:nth-of-type(1),
	.features > div:nth-of-type(4) {
		margin: 0 0;
	}

	.features > div:nth-of-type(2) {
		margin: 0 0 20px;
	}

	.features > div:nth-of-type(3) {
		margin: 0 0;
	}
	
	.features-alt > div:nth-of-type(odd) {
		margin: 0 0;
	}

	.features-alt > div:nth-of-type(even) {
		margin: 0 0;
	}
}

@media screen and (max-width: 499px) {
	.features-details {
		padding: 25px 10px;
	}

	.features-alt-details {
		padding: 25px 10px;
	}
}