@import url('https://fonts.googleapis.com/css?family=Montserrat');
body, html {
	font-family: 'Open Sans', sans-serif !important;
}
html {
	scroll-behavior: smooth;
}
.nopad{
	padding: 0 !important;
}
.hidelarge{
	display: none;
}
h1, h2, h3, h4, h5 {
	font-family: 'Exo', sans-serif;
	font-weight: 300 !important;
}
p, li {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
}
section {
	padding: 5em 0;
}
.button.success br{
	display: none;
}
.verde {
	color: #4d7002;
}
.bk-grigio {
	background-color: #f6f8f9;
	border-bottom: solid 1px #dce2e5;
	border-top: solid 1px #dce2e5;
}
.hero {
	background: linear-gradient(to left, #000000ab,#00000087), url(../images/hero-1.png) no-repeat;
	background-size: cover;
	padding: 0 2em 7em 2em;
	background-position: center;
}
.hero h1, .hero h2 {
	color: white;
	text-shadow: 2px 2px 4px black;
}
h1.section-title {
	margin-bottom: 30px;
}
.hero h1 {
	font-size: 44px;
	line-height: 1.2em;
	letter-spacing: -1px;
}
.hero h2 {
	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: 1.5em;
}
.hero h4 {
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 4px black;
}
.hero h4.section-subtitle{
	font-size: 30px;
}
.hero p.mino {
	color: #fff;
	float: left;
	width: 100%;
	font-size: 1.2em;
}
.hero p.mino img {
	float: left;
	margin-right: 20px;
}
.hero h2.mino {
	margin-top: -1em;
	font-size: 2em;
}
.hero h2.mino img {
	margin-right: 15px;
}
.logo {
	margin-bottom: 3.5em;
}
.logo img {
	padding-top: 1.5em;
	width: 60%;
}
h1.main-title {
	color: #00bbaa;
	font-size: 38px;
	margin-bottom: 0;
}
h2.sottotitolo{
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.main-bullet ul li{
	margin-bottom: 15px !important;
	list-style: none;
	position:relative;
	padding-left: 40px;
}
.main-bullet ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	left:-5px;
	position:absolute;
	top:-10px;
	color: #00bbaa;
	font-size: 1.6em;
}

.riquadro-icone {
	background: #ffff;
	padding: 2em;
	border-radius: 5px;
	box-shadow: 0 0 10px #d2d2d2;
	margin-bottom: 30px;
}
.header-icone {
	padding: 1em 1em 0.5em 1em;
}
.header-icone i{
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 60px;
	color: #0ba;
}
.content-icone{
	padding: 1em;
}
.icone .content-icone h4{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.icone .content-icone p{
	font-size: 16px;
	text-align: center;
}


.bari{
	padding-top: 3em;
}
.form-box {
	padding: 0;
	margin: 0;
	color: #666;
	display: block;
}
.form-box .top {
	background-color: #333;
	padding: 1.5em;
	border-bottom: solid 1px #dce2e5;
	color: #fff !important;
}
.scrolloff {
	pointer-events: none;
}
.chiama-ora {
	text-align: right;
}
.underline {
	text-decoration: underline;
}
.contenitore-mappa {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.contenitore-mappa iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.img-frecce {
	padding-top: 15px;
}
.form-box .top h2 {
	color: #fff;
	font-weight: 400;
	margin: 0 0 .2em;
	padding: 0;
	font-size: 1.4em;
}
.form-box .bottom {
	background-color: rgba(0,0,0,0.5);
	padding: 1.5em;
}
#success, #error {
	display: none;
	background: #f9f9f9;
	border: solid 1px #ccc;
	margin-bottom: 1em;
	padding: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #777;
}
form {
	display: block;
	margin-top: 0em;
}
.form-row {
	margin-bottom: 1em;
}
.form-row input.text, .form-row textarea {
	width: 100%;
	border: solid 1px #ccc;
	padding: 1.5em 4%;
	font-size: 1.2em;
	font-weight: 300;
	font-family: 'Open Sans', Helvetica, sans-serif;
	background: #fff;
	background-color: #fff;
	color: #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 0 0 #fff;
	-webkit-box-shadow: 0 1px 0 0 #fff;
	box-shadow: 0 1px 0 0 #fff;
}
.form-row button.btn {
	padding: 1em 1.5em;
	font-size: 1.4em;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	background-color: #ffc000;
	cursor: pointer;
	color: #690909;
	font-weight: bold;
	letter-spacing: -1px;
	width: 100%;
}
label{
	color: #fff;
}
.privacy {
	margin-bottom: 15px;
}
.chiama-ora {
	border-right: 3px solid #fff;
	padding-top: 1.5em;
}
.chiama-ora p {
	margin-bottom: 0;
}
.telefono {
	font-size: 30px;
	color: #FC0;
}
.telefono:hover {
	color: #fff;
}
.vantaggi h2 {
	font-size: 1.4em !important;
	color: #606e7c;
}
.vantaggi p {
	color: #555;
}
.vantaggi img {
	width: 40%;
	height: auto;
}
section.caratteristiche {
	padding: 6em 0;
}
section.caratteristiche-mappa {
	padding: 2.5em 0 0 0;
}
.caratteristiche h1{
	margin-bottom: 10px!important;
}
section.caratteristiche h2 {
	font-weight: 300 !important;
	color: #00bbaa;
}
section.caratteristiche p {
	color: #000;
}
.caratteristiche br{
	display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333 !important;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #333 !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #333 !important;
}
:-moz-placeholder { /* Firefox 18- */
	color: #333 !important;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
}
.privacy p, .privacy li {
	font-size: 1.2em;
	text-align: justify;
}
.privacy h2 {
	font-weight: 700;
	line-height: 1.1em;
}
.privacy .rientro {
	padding-left: 40px;
}
.button.success:hover, .button.success:focus {
	background-color: #3adb76;
	color: white;
	border-bottom: 4px solid #008000;
}
.button.success {
	background-color: #f60;
	color: #fff;
	font-weight: bold;
	border-bottom: 4px solid #d60;
	border-radius: 5px;
	padding: 1em 2em;
	font-size: 22px;
	margin-top: 30px;
}
.scopri p.center-btn,
.video p.center-btn,
.gallery.bk-grigio p.center-btn,
.icone p.center-btn{
	text-align: center;
}
.footer {
	padding-top: 15px;
}
a.button.radius.success span {
	display: block;
	font-weight: normal;
	font-size: 20px;
}
.bari {
	background-image: url(../images/bari.jpg) !important;
	background-size: cover;
	padding:3em 0 !important;
	margin-bottom: 50px;
}
.show img {
	width: 100%;
}
/*------------------------------------- sezione gallery lightbox --------------------------*/
.gallery .columns {
	margin-top: 2em;
}
.gallery img, img.in-evidenza {
	padding: 5px 5px;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}
/*------------------------------------- fx freccia --------------------------*/
arrow {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.fa-arrow-circle-down {
	font-size: 4em !important;
	color: #fff;
}
.bounce {
	margin-top: 1.4em;
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
/*------------------------------------- sezione pavimenti riscaldati --------------------------*/

.pavimenti {
	background: url(../images/bk-paqruet.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}
.infissi {
	background: url(../images/bk-infissi.jpg) no-repeat;
	background-size: cover;
}
.fibra {
	background: url(../images/bk-fibra.jpg) no-repeat;
	background-size: cover;
}
.wrap-section h1, .wrap-section h4 {
	font-family: 'Exo', sans-serif !important;
}
.wrap-section p {
	font-family: 'Raleway', sans-serif;
}
.pavimenti h1, .pavimenti h4, .fibra h1, .fibra h4 {
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}
.pavimenti p, .fibra p {
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}
section.video{
	padding: 0 0 5em;
}

/*---------------------------- caldaie -----------*/
.caldaie{
	background: linear-gradient(to left, #0000009e, #03030394), url(../images/grass.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}

/*------------------------------------- mappa --------------------------*/
section.mappa{
	padding: 0;
}


/*------------------------------------- sticky footer --------------------------*/
.sticky-footer {
	background-color: #008275;
	position: fixed;
	bottom: 0;
	padding: 1em 8%;
	color: #fff;
	width: 100%;
	font-size: 1.4em;
}
.sticky-footer a {
	color: #fff;
	margin: 0 0.5em;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
	}
}
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-30px);
	}
	60% {
		-moz-transform: translateY(-15px);
	}
}
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-o-transform: translateY(0);
	}
	40% {
		-o-transform: translateY(-30px);
	}
	60% {
		-o-transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}


.mino img{
	width: 15%;
}
section.grazie{
	padding: 2em;
	text-align: center;
}
.grazie h1{
	margin-bottom: 15px;
}
.grazie h2.mino{
	margin-bottom: 15px;
	margin-top: 0;
}
.grazie .subline{
	font-size: 30px;
}



@media only screen and (min-width: 1001px) and (max-width: 1320px){

	section{
		padding: 4em;
	}
	.sticky-footer{
		position: relative;
		padding: 1em;
	}




}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
	section .hide-medium {
		display: none !important;
	}

	.hero {
		padding: 0 0 2em 0;
	}

	.hero h1 {
		font-size: 45px;
	}

	.hero h4 {
		font-size: 30px;
	}

	.logo {
		margin-bottom: 2.5em;
	}

	section {
		padding: 3em;
	}

	.scopri h1 {
		font-size: 35px;
	}

	.scopri h2 {
		font-size: 26px;
		margin-top: 10px;

	}

	.wrap-section h1 {
		font-size: 35px;
	}

	.center-btn {
		text-align: center;
	}

	.pavimenti {
		background: linear-gradient(to left, #00000094, #00000085), url('../images/pavimenti-sfondo-resp.jpg');
	}

	img.in-evidenza {
		display: block;
		margin: 0 auto;
		width: 80%;
		margin-bottom: 30px;
	}

	.pavimenti img.in-evidenza {
		width: 50% !important;
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	section.caratteristiche {
		padding: 3em !important;
	}

	.caratteristiche h1 {
		margin-bottom: 0;
	}

	section.caratteristiche h2 {
		font-size: 28px;
	}
	.riquadro-icone{
		padding: 1em;
	}

	.sticky-footer {
		position: relative;
	}
}
@media only screen and (min-width: 300px) and (max-width: 400px){
	.hero h2.mino{
		font-size: 25px;
	}
	.grazie{
		padding: 2em 1em !important;
	}
	.grazie h1{
		font-size: 35px!important;
	}
	.grazie h2, .grazie h2.subline{
		font-size: 20px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 639px){
	.logo img {
		display: block;
		margin:0 auto !important;
	}
	.chiama-ora {
		text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	section {
		padding: 2em;
	}
	img.in-evidenza{
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.chiama-ora {
		text-align: center;
		margin-right: unset;
	}
	.logo{
		margin-bottom: 25px;
	}
	.hero {
		padding: 2em;
	}
	.hero .form-box {
		margin-top: 1em;
		padding: .5em 1em;
	}
	.hero .form-box #submit {
		word-wrap: break-word;
		font-size: 1.2em;
		line-height: 1.3em;
		padding: .3em 0;
	}
	.hero h1 {
		font-size: 26px;
	}
	.hero h4{
		font-size: 20px !important;
	}
	.scopri{
		padding:2em 1em;
	}
	.scopri h1{
		font-size: 26px !important;
		font-weight: bold !important;
	}
	.scopri h2{
		font-size: 24px !important;
	}
	.logo img {
		display: block;
		margin:0 auto !important;
	}
	.chiama-ora {
		text-align: center;
	}
	.sticky-footer {
		position: relative;
	}
	.button.success {
		padding: 1em;
		font-size: 20px;
	}
	.button.success br{
		display: block;
	}
	h1.section-title {
		font-size: 34px;
	}
	h2.section-subtitle {
		font-size: 1.6em;
	}
	h4.h4-section-subtitle {
		font-size: 21px;
	}
	.hidelarge{
		display: block;
	}
	.pavimenti img.in-evidenza{
		width: 70%;
	}

	.caldaie{
		padding: 2em 1em;
	}
	.wrap-section p{
		font-size: 20px!important;
		line-height: 1.5!important;
		margin-bottom: 12px;
	}
	.caldaie img.in-evidenza{
		margin-bottom: 25px;
	}

	img.responsive{
		display: block;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	section.caratteristiche img{
		display: block;
		margin: 0 auto 30px;
	}
	.wrap-section {
		padding: 2em 1em !important;
	}
	.pavimenti{
		background: linear-gradient(to left, #00000094, #00000085), url('../images/pavimenti-sfondo-resp.jpg');
	}
	.caratteristiche h1.section-title{
		font-size:30px;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.caratteristiche br{
		display: block;
	}
	.hide-mobile {
		display: none;
	}
	.caratteristiche hr{
		display: none;
	}
	.caratteristiche p{
		display: block;
	}
	.center-btn{
		text-align: center;
	}
	.riquadro-icone{
		padding: 1em!important;
	}
	.icone{
		padding: 2em 1em;
	}

	.grazie .subline{
		font-size: 25px;
	}
	.grazie .subline br{
		display: none;
	}
	.grazie h1{
		font-size: 30px;
	}
	.grazie h2{
		font-size: 25px;
		margin-bottom: 0.5em;
	}
	.form-box .top h2{
		font-size: 20px;
	}
}
