html{
	scroll-behavior: auto!important;
}
body{
	font-family: 'Roboto', sans-serif;
	color:#212529;
	font-weight:300;
	background: #212529;
}
.bg-red{
	background-color:#FF173E;
}
.text-red{
	color:#FF173E;
}
.text-yellow{
	color:#FCCF31;
}
.bg-grey{
	background-color:#212529;
}
.text-grey{
	color:#212529;
}
.bg-chiaro{
	background-color:#F2EBE6;
}
b{
	font-weight:800;
}
h1, h2, h3, h4, .chakra-petch, .navbar{
	font-family: 'Chakra Petch', sans-serif;
}
h1{
	font-size:40px;
}
h3{
	font-size: 24px;
	font-weight:800;
}
.font12{
	font-size:12px;
}
.font18{
	font-size:18px;
}
.btn-illumify{
	text-transform:uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Chakra Petch', sans-serif;
	border-radius: 0px;
	padding: 0.75rem 2rem;
}
#illumify-lp1 .header{
	background-image: url('../images/header1.jpg');
	background-size: cover;
  background-position: right;
	background-repeat: no-repeat;
	min-height: 95vh;
}
#illumify-lp2 .header{
	background-image: url('../images/header2.png');
	background-size: cover;
	background-position: center;
}
#illumify-lp3 .header{
	background-image: url('../images/header3.png');
	background-size: cover;
	background-position: center;
	min-height:675px;
}
#illumify-lp2 .prodotto-flut{
	margin-left:-100px;
	top:300px;
}
.subtitle{
	text-transform:uppercase;
	font-size:20px;
	font-family: 'Chakra Petch', sans-serif;
	letter-spacing: 3px;
	font-weight: 400px;
}
.price{
	font-size:40px;

	line-height: 35px;
}
.price span{
	opacity:0.75;
	font-size:20px;
}
.bg-tondo{
	margin-top: -150px;
	background-size: 100%;
	background-position: top center;
}
.bg-tondo.svggrey{
	background-image: url('../images/bg-tondo-grey.svg');
}
.bg-tondo.svgwhite{
	background-image: url('../images/bg-tondo-white.svg');
}
.bg-tondo.svggradient{
	background-image: url('../images/bg-tondo-gradient.svg');
}
.bg-tondo.svgwhitegradient{
	background-image: url('../images/bg-tondo-whitegradiend.svg');
}
.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.mt-10{
	margin-top:5rem;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom:-5rem;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-link {
	text-decoration: none!important;
	background-color: transparent;
}
.btn-link:hover {
	text-decoration: none!important;
	color:#000000;
}
.btn-link h3{
	text-decoration: none!important;
}
.btn-link:hover > h3{
	text-decoration: none!important;
	color:#000000;
}
.linea-gradient{
	height:10px;
	width: 100%;
	background: rgb(252,207,49);
background: linear-gradient(130deg, rgba(252,207,49,1) 0%, rgba(255,23,62,1) 100%);
}
.bg-gradient-illumify{
	background: rgb(252,207,49);
	background: linear-gradient(130deg, rgba(252,207,49,1) 0%, rgba(255,23,62,1) 100%);
}

.visible-cta-mob-cont {
    left: 0%!important;
}

.invisible-cta-mob-cont a{
  width: 100%;
}

.fade-in-cta-text{
  position: relative;
  top:4px;
  font-size: 1.5rem;
}

.invisible-cta-mob-cont {
    position: fixed;
    bottom:0px;
    left: -300%;
    width: 100%;
    z-index: 999;
    margin: 0px;
    transition: all cubic-bezier(0.66, 0.1, 0.27, 1.3)0.6s;
    background-color: #FF183D;
		font-family: 'Chakra Petch', sans-serif;
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media (min-width: 992px) {
	.gif-illuminazione{
		background-image:  url('../images/gif-illuminazione.gif');
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 600px;
	}
	.bg-sensore{
		background-size: 600px;
	}

}
@media (min-width: 768px) {
	.bg-sensore{
		background-image:  url('../images/sensore-desk.jpg');
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 400px;
	}
	.small-fascia{
		max-width: 300px;
	}
}

@media (max-width: 1700px) {
	#illumify-lp1 .header {
			background-position: 76%;
	}
}

@media (max-width: 1400px) {
	.bg-tondo {
	    margin-top: -80px;
	    background-size: 100%;
	    background-position: top center;
	}
}

@media (max-width: 1199.98px) {
		#illumify-lp2 .header{
		background-image: url('../images/header2-mb.png');
		background-size: cover;
		background-position: center bottom;
	}
}
@media (max-width: 991.98px) {
		#illumify-lp1 .header{
		background-size: 137%;
	  background-position: bottom 0px right -90px;
	  background-repeat: no-repeat;
	  min-height: auto;
	}
	#illumify-lp3 .header{
	    background-position: center right -126px;
	    min-height:auto;
	}
	.prodotto-flut{
		margin-left: -200px
	}
	body{
		background: #fff;
	}
}
@media (max-width: 767.98px) {
	.bg-tondo{
		margin-top:-40px;
	}
	#illumify-lp3 .header{
		background-image:none;
		background-color:#FED400;
		min-height:auto;
	}
}
@media (max-width: 575.98px) {
	.container{
		padding-left:1.5rem;
		padding-right:1.5rem;
	}
	.prodotto-flut{
		margin-left: -100px;
		margin-top:20px;
	}
	.no-gutter{
		margin-left:-1.5rem;
		margin-right:-1.5rem;
	}
	.logo{
		width: 140px;
	}
	#illumify-lp1 .header {
    background-size: 187%;
    background-position: bottom 0px right -85px;
}
}
