@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&display=swap');

h1{color:#fff; text-transform: uppercase; font-size:32px; font-family:"Nunito", sans-serif; line-height:250px; font-weight:900; }
h2{color:#ef7d00; text-transform: uppercase; font-size:32px; font-family:"Nunito", sans-serif; font-weight:900; margin-top:2em;}

a:hover{text-decoration:none}

.page-name-wrapper{width:100%; height:250px; background:url(../images/header-interno.png), #000; background-position:bottom; background-repeat:no-repeat; background-size:cover;border-bottom: solid 6px #ef7d00;}

.link-prodotti{padding:30px 10px; width:100%; text-align:center; cursor:pointer;}
.isolamenti-vari{background:#003b6c}
.blocchi{background:#7278b8}
.accessori{background:#009fe3}
.pareti{background:#cd171a}
.pavimenti{background:#3e9237}
.tetti{background:#f39200}
.speciali{background:#853d1f}
.link:hover{transform: scale(1.1);z-index: 20;position: relative;}
.link-icon img{height:50px; width:auto; margin:0 auto 15px auto;}
.link-name{text-align:center; color:#fff; text-transform: uppercase; font-size:13px; font-family:"Nunito", sans-serif; font-weight:400; white-space:nowrap;}

.link-active{width:0; height:0;border-left: 14px solid transparent;border-right: 14px solid transparent; background:transparent; margin:0 auto; display:none;}

.link-active.isolamenti-vari{border-top: 14px solid #003b6c;}
.link-active.blocchi{border-top: 14px solid #7278b8;}
.link-active.accessori{border-top: 14px solid #009fe3;}
.link-active.pareti{border-top: 14px solid #cd171a; display:block;}
.link-active.pavimenti{border-top: 14px solid #3e9237;}
.link-active.tetti{border-top: 14px solid #f39200;}
.link-active.speciali{border-top: 14px solid #853d1f;}

.submenu{width:100%; padding:40px 0; margin-top:10px;}
.submenu ul{list-style:none; text-align:center; margin:0 auto;}
.submenu ul li{color:#fff; display:inline-block; margin:0 15px; text-transform:uppercase; cursor:pointer; position:relative;}
.sublink{font-weight:bold; opacity:100%;}
.sublink-selected{opacity:100%;}

.sublink-active{width:0; height:0;border-left: 14px solid transparent;border-right: 14px solid transparent; background:transparent; margin:0 auto; display:none; position:absolute; top:64px; left:50%; transform:translateX(-50%);}
.submenu ul li:first-child .sublink-active{display:block;}

.isolamenti-vari .sublink-active{border-top: 14px solid #003b6c;}
.blocchi .sublink-active{border-top: 14px solid #7278b8;}
.accessori .sublink-active{border-top: 14px solid #009fe3;}
.pareti .sublink-active{border-top: 14px solid #cd171a;}
.pavimenti .sublink-active{border-top: 14px solid #3e9237;}
.tetti .sublink-active{border-top: 14px solid #f39200;}
.speciali .sublink-active{border-top: 14px solid #853d1f;}

.catalogo{background:#f9f9f9; padding-top:20px;}
.product-box{background:#fff; border-top:8px solid #3e9237; padding:30px 15px; text-align:center; margin:30px 0;}
.product-name{text-align:center; text-transform:uppercase; font-size:18px; margin-top:15px; height:40px; line-height:20px; font-weight:700; font-family:"Nunito Sans", sans-serif; color:#ef7d00;}
.product-desc{text-align:center; font-size:16px; color:#333333; margin:10px 0; height:80px; line-height:20px; font-family:"Nunito Sans", sans-serif;}
.product-link{text-align:center; font-size:15px; color:#fff; background: #ef7d00; border-radius: 20px; padding:8px 20px; text-transform:uppercase; font-family:"Nunito", sans-serif; font-weight:700;}
.product-link:hover{color:#fff;}

.content-wrapper{position:relative;}
.wait{position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,0.9); display:none; z-index:10; text-align:center;}
.spinner-grow{z-index:11; margin-top:35px; background-color:#ef7d00}

.barra-contatti{background:#3e9237; padding:50px 0;}
.contatti-name{color:#fff; font-family:"Nunito", sans-serif; font-size:36px; font-weight:700; text-align:center;}
.contatti-button{color:#fff; font-size:14px; text-transform:uppercase; line-height:14px; padding:10px 25px; border-radius:20px; border:1px solid #fff; display:inline-block; margin-top:2em; font-family:"Nunito Sans", sans-serif;}
.contatti-button:hover{color:#fff;}

@media screen and (max-width: 767px){
	.link-prodotti{padding:20px 5px;}
	.link-active{display:none !important}
	.link-name{font-size:11px;}
	.submenu ul li{width:100%; margin:0;}
}