﻿/* -COLOR- */
.orange{
	color:rgba(245,147,49,1);
}
/* -COLOR- */

body,html{
	height:100%;
}
body{
	font-family: 'Muli', sans-serif;
	color:rgba(86,86,86,1);
}
.wrapper{
	width:96%;
	max-width:960px;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
}
a{
	text-decoration:none;
}

.readMore{
	color:inherit;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.readMore:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	background-image:url(../img/readMore.png);
	background-repeat:no-repeat;
	height:20px;
	width:45px;
	padding-bottom:2px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.readMore:hover{
	color:rgba(245,147,49,1);
}
.readMore:hover:after{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);	
}

.tit1{
	text-transform:uppercase;
	font-size:28px;
	font-weight:400;
	padding-bottom:30px;
}
.tit1:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	background-image:url(../img/tit1.png);
	background-repeat:no-repeat;
	height:28px;
	width:243px;
	padding-bottom:4px;
}

.tit2{
	text-transform:uppercase;
	font-size:28px;
	font-weight:400;
	padding:15px 0;
	color:rgba(255,255,255,1);
}
.tit2:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	background-image:url(../img/tit2.png);
	background-repeat:no-repeat;
	height:21px;
	width:77px;
	padding-bottom:5px;
}

.tit3{
	text-transform:uppercase;
	font-size:20px;
	padding-bottom:15px;
}
.tit3:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	background-image:url(../img/tit3.png);
	background-repeat:no-repeat;
	height:21px;
	width:77px;
	padding-bottom:5px;
}

/* -HEADER- */
header{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	right:0;
	background-color:rgba(245,147,49,1);
	z-index:5;
	border-bottom:2px solid rgba(255,255,255,1);
}
header .table>.td{
	vertical-align:middle;
}
.scrollStart header:after{
	height:2px;
	top:60px;
}
.paddingHeader{
	height:91px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.scrollStart .paddingHeader{
	height:54px;
}

/* -/logo- */
.logo{
	font-size:0;
}
.logo a{
	padding:14px 27px;
	height:63px;
	background-color:rgba(255,255,255,1);
	display:inline-block;
	
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.logo img{
	display:block;
	height:100%;
}
.scrollStart .logo a{
	padding:7px;
	height:40px;
}
/* -/logo- */

/* -menu top- */
.menuTop{
	list-style:none;
	text-align:right;
	padding-top:30px;
	margin:0 -7px;	
}
.menuTop li{
	display:inline-block;
	font-size:14px;
	vertical-align:middle;
	position:relative;
	color:rgba(255,255,255,1);
}
.menuTop li.active{
	color:rgba(86,86,86,1);
	font-weight:bold;
}
.menuTop li:not(:last-of-type):after{
	content:"";
	position:absolute;
	top:50%;
	right:0;
	height:16px;
	width:2px;
	margin:-8px -1px;
	background-color:rgba(255,255,255,1);
}
.menuTop li a{
	display:block;
	font-size:16px;
	line-height:20px;
	padding:0 7px;
	color:inherit;
}
.menuTop li a:hover{
	color:rgba(86,86,86,1);
}
/* -/menu top- */

/* -open menu- */
.table .td.openMenu{
	display:none;
	font-size:24px;
	color:rgba(255,255,255,1);
	padding:0 8px;
}
/* -/open menu- */

/* - menu lang - */
.menuLang{
	position:fixed;
	top:30px;
	right:0;
	left:0;
	height:0px;
	z-index:5;
	text-align:right;
	font-size:0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	display:none;
}
.menuLang.open{
	display:block;
}
.scrollStart .menuLang{
	top:25px;
}
.menuLang ul{	
	background-color:rgba(255,255,255,0.9);
	list-style:none;
	display:inline-block;	
	font-size:14px;
	text-align:center;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border:0px solid rgba(245,147,49,1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	padding:0 10px;
	position:absolute;
	right:7px;
}
.menuLang ul li:not(:last-of-type){
	border-bottom:1px solid rgba(153,153,153,0.3);
}
.menuLang ul li a{
	color:inherit;
	text-decoration:none;
	padding:8px 20px;
	display:block;
}
.openMenuLang{
	position:absolute;
	right:0;
	top:0;
	font-size:0px;
	margin-top:8px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.scrollStart .openMenuLang{
	margin-top:3px;
}
.openMenuLang:before{
	content:'';
	display:inline-block;
	vertical-align:top;
	background-image:url(../img/lang.png);
	background-repeat:no-repeat;
	height:21px;
	width:92px;
}
.openMenuLang .focusLang{
	background-color:rgba(255,255,255,0.3);
	font-size:14px;
	padding:0 5px;
	height:20px;
	line-height:20px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	display:inline-block;
	vertical-align:top;
	margin:0 4px;
}
.openMenuLang .focusLang p{
	font-size:14px;
	display:inline-block;
}
.openMenuLang .focusLang i{
	font-size:16px;
	vertical-align:-1px;
}
.openMenuLang .openLang{
	background-color:rgba(255,255,255,1);
	font-size:16px;
	height:20px;
	width:20px;
	text-align:center;
	line-height:20px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px solid #000000;
	display:inline-block;
	vertical-align:top;
	margin-right:7px;
}

/* -/menu lang - */
@media screen and (max-width: 1020px){
header{
	overflow-y: auto;
	height: auto;
	max-height: 100%;
}
.paddingHeader{
	height:54px;
}
/* -/logo- */
.logo{
	width:100%;
}
.logo a{
	padding:7px;
	height:40px;
}
/* -/logo- */
/* -menu top- */
.table{
	display:block;
}
.table .td.main.menuTop{
	/*position:absolute;*/
	display:block;
	top:100%;
	left:0;
	right:0;
	background-color:rgba(255,255,255,1);
	width:104%;
	margin:0 -2%;
	max-height:0px;
	overflow:hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	padding-top:0px;
}
.table .td.main.menuTop.open{
	max-height:600px;
}
.table .td.main.menuTop li:first-of-type{
	border-top:1px solid rgba(245,147,49,1);
}
.table .td.main.menuTop li{
	display:block;
	text-align:left;
	border-bottom:1px solid rgba(245,147,49,1);
	color:rgba(245,147,49,1);
}
.table .td.main.menuTop li a{
	padding:10px 2%;
}
.menuTop li:not(:last-of-type):after{
	display:none;
}
/* -/menu top- */

/* -open menu- */
.table .td.openMenu{
	display:table-cell;
}
/* -/open menu- */

/* - menu lang - */
.menuLang,
.scrollStart .menuLang{
	top:56px;
}
.openMenuLang .focusLang p,
.openMenuLang:before,
.openMenuLang .openLang{
	display:none;
}
.openMenuLang{
	display:table-cell;
	position:static;
}
.openMenuLang .focusLang {
	background-color: rgba(255,255,255,0); 
	padding: 0 8px; 
	height:auto; 
	line-height:normal; 
	border-radius: 0px; 
    border-radius: 0px; 
    border-radius: 0px; 
    display: inline-block;
    vertical-align: middle;
	color:rgba(255,255,255,1);
}
.openMenuLang .focusLang i{
	font-size: 24px;
	vertical-align:middle;
}
/* -/menu lang - */

}


/* -/HEADER- */

/* -BANNER- */
.banner{
	margin:16px 0 0 0;
	background-color:rgba(170,170,170,1);
	overflow:hidden;
}
.banner .wrapper{
	padding:0 60px;
	background-color:rgba(255,255,255,1);
}

.banner .wrapper:before{
	content:'';
	position:absolute;
	top:8px;
	bottom:8px;
	left:0;
	background-color:rgba(170,170,170,1);
	width:80px;
	margin-left:-36px;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
}
.banner .wrapper:after{
	content:'';
	position:absolute;
	top:8px;
	bottom:8px;
	right:0;
	background-color:rgba(170,170,170,1);
	width:80px;
	margin-right:-36px;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
}
.banner .wrapper img{
	display:block;
	width:100%;
}
.banner p.slogan{
	position:absolute;
	color:rgba(255,255,255,1);
	font-size:24px;
	text-transform:uppercase;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	box-sizing:border-box;
	padding:20% 10px;
}

.slide{
	margin:-8px;
}
.slide>div{
	padding:8px;
	position:relative;
}
.slide>div>div,
.slick-slider .slick-slide{
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
	overflow:hidden;
}
.slide>div>div{
	border:1px solid rgba(204,204,204,1);
}
.slide>div.col-8{
	width:65%;
}
.slide>div.col-4{
	width:35%;
}

.slick-slider {
    margin-bottom:0px !important;
}
.slide1 h3{
	position:absolute;
	font-size:28px;
	left:-100%;
	top:10%;
	padding:3% 5%;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight:400;
	background-color:rgba(86,86,86,0.8);
	color:rgba(255,255,255,1);
}
.slide1 .slick-active h3{
	left:0;
}
.slide1 .new{
	/*background-color:rgba(0,204,0,1);*/
	position:absolute;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 0px solid #000000;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
	

	-webkit-transform: rotate(0deg) scale(0);
	-moz-transform: rotate(0deg) scale(0);
	-ms-transform: rotate(0deg) scale(0);
	-o-transform: rotate(0deg) scale(0);
	transform: rotate(0deg) scale(0);


-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
		
	opacity:0;

	bottom:0;
	right:0;
	margin:30px;
	z-index:2;
	
	background-image: url(../img/new.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slide1 .new:before{
	/*content:"NEW";*/
	content:"";
	display:block;
	width:120px;
	height:120px;
	line-height:120px;
	text-align:center;
	color:rgba(255,255,255,1);
	font-size:32px;
}
.slide1 .slick-active .new{
	-webkit-transition-delay:;
	
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
	
	-webkit-transform: rotate(-20deg) scale(1);
	-moz-transform: rotate(-20deg) scale(1);
	-ms-transform: rotate(-20deg) scale(1);
	-o-transform: rotate(-20deg) scale(1);
	transform: rotate(-20deg) scale(1);
	opacity:1;
}
@media screen and (max-width: 960px){
.slide1 h3{
	font-size:20px;

}
.banner p.slogan{
	font-size:20px;
}
}
@media screen and (max-width: 840px){
.banner{
	background-color:rgba(255,255,255,1);
}
.banner .wrapper{
	padding:0px;
}
.banner .wrapper:before,
.banner .wrapper:after{
	display:none;
}
.slide1 h3{
	font-size:16px;
}
.slide1 .new:before{
	width:50px;
	height:50px;
	line-height:50px;
	font-size:18px;
}
}
@media screen and (max-width: 767px){
.banner p.slogan{
	font-size:16px;
}
}
@media screen and (max-width: 560px){
.slide>div.col-8{
	width:100%;
}
.slide>div.col-4{
	display:none;
}
}
/* -BANNER- */

/* -CONTENT- */
.content{
	overflow:hidden;
}
.content .wrapper{
	max-width:960px;
	padding:40px 0;
}
.content.contentHome .wrapper{
	max-width:880px;
}
.content h1{
	font-size:21px;
	padding-bottom:10px;
}
.content h2{
	font-size:18px;
	padding-bottom:10px;
}
.content p{
	padding-bottom:10px;
	text-align:justify;
}
.content a{
	color:rgba(245,147,49,1);
}
.content p:last-of-type{
	padding-bottom:0px;
}
.content ul{
	padding-bottom:10px;
	margin-left:19px;
}
.content .twoCols{
	margin:-20px;
}
.content .twoCols>div{
	padding:20px;
}
.sideBar{
	background-color:rgba(245,147,49,0.2);
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	padding:20px;
	box-sizing:border-box;
}
@media screen and (max-width: 767px){
.content .twoCols>div{
	width:100%;
}
}

/* -/CONTENT- */

/* -PRODOTTI section - */
.prodotti{
	background-color:#fdeede;
	padding:40px 0;
	border-bottom:1px solid rgba(245,147,49,1);
	overflow:hidden;
}
.prodotti .wrapper{
	max-width:880px;
	padding:10px 0;
}
.prodottiBox{
	margin:-20px;
}
.prodottiBox>div{
	padding:20px;
}
.prodottiBox h3{
	font-size:16px;
	font-weight:400;
	border-bottom:1px solid rgba(86,86,86,1);
	padding:0 5px 5px 5px;
}
.prodottiBox img{
	display:block;
	width:100%;
	max-width:300px;
	margin:0 auto;
	padding:5px 0;
}
.prodottiBox p{
	font-size:14px;
	padding-bottom:10px;
}
.prodottiBox .readMoreCont{
	text-align:right;
}

.prodottiBox a{
	color:inherit;
	display:block;
	text-decoration:none;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	position:relative;
}
.prodottiBoxHome a:hover{
	opacity:0.8;
}
.prodottiBox:not(.prodottiBoxHome) a:hover>div{
	opacity:0.8;
}
.prodottiBox a:hover .readMore{
	color:rgba(245,147,49,1);
}
.prodottiBox a:hover .readMore:after{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);	
}

.prodottiBox .new{
	/*background-color:rgba(0,204,0,1);*/
	position:absolute;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 0px solid #000000;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	top:0;
	left:0;
	margin-top:42px;
	margin-left:-25px;
	z-index:2;
	
	background-image: url(../img/new.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
.prodottiBox .new:before{
	/*content:"NEW";*/
	content:"";
	display:block;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	color:rgba(255,255,255,1);
	font-size:11px;
}
.prodottiBox a:hover .new{
	-webkit-transform: scale(1.2) rotate(20deg);
	-moz-transform: scale(1.2) rotate(20deg);
	-ms-transform: scale(1.2) rotate(20deg);
	-o-transform: scale(1.2) rotate(20deg);
	transform: scale(1.2) rotate(20deg);
}

@media screen and (max-width: 600px){
.prodottiBox>div{
	width:100%;
}
}
/* -/PRODOTTI section - */

/* -NEWS VIDEO section - */
.news_video{
	padding:0 0 20px 0;
	overflow:hidden;
	position:relative;
}
.news_video:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:50%;
	width:100%;
	background-color:rgba(238,238,238,1);
	z-index:-1;
}
.news_video .wrapper{
	max-width:880px;
	padding:0 0 10px 0;
}
.news_videoBox .box{
	display:block;
	max-width:309px;
	margin:0 auto;
	width:100%;
	padding:0 10px 20px 10px;
	box-sizing:border-box;
}
.news_videoBox .tit2{
	background-color:rgba(86,86,86,1);
	padding:15px 0;
	position:relative;
}
.news_videoBox .tit2 a{
	color:rgba(255,255,255,1);
}
.news_videoBox .tit2:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	background-color:rgba(86,86,86,1);
	width:1000px;
	z-index:-1;
}
.news_videoBox>div:first-of-type .tit2:before{
	right:-100px;
}
.news_videoBox>div:last-of-type .tit2:before{
	left:-100px;
}
.news_videoBox h3{
	text-transform:uppercase;
	font-weight:400;
	font-size:22px;
	padding-top:25px;
}
.news_videoBox p.subTit{
	font-size:21px;
}
.news_videoBox img{	
	display:block;
	width:100%;
	max-width:289px;
	margin:20px auto;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
}
.news_videoBox p{
	font-size:14px;
	padding-bottom:10px;
}
.news_videoBox .readMoreCont{
	text-align:right;
}
.preview{
	padding-bottom:0px !important;
	margin-bottom:10px;
	overflow: hidden;
	
    display: -webkit-box;	
	
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
	
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
}
@media screen and (max-width: 800px){
.news_videoBox h3{
	font-size:20px;
}
.news_videoBox p.subTit{
	font-size:16px;
}
}
@media screen and (max-width: 600px){
.news_video:before{
	display:none;
}
.news_videoBox>div{
	width:100%;
}
.news_videoBox>div:first-of-type .tit2:before{
	right:-300px;
}
.news_videoBox>div:last-of-type .tit2:before{
	left:-300px;
}
}
/* -/NEWS VIDEO section - */

/* - FOOTER - */
footer{
	border-top:1px solid rgba(245,147,49,1);
	padding:30px 0;
	font-size:12px;
}
footer .row{
	margin:-30px;
}
footer .td{
	vertical-align:middle;
	padding:30px;
}
.footerBottom{
	background-color:rgba(245,147,49,1);
	padding:14px 0;
	font-size:0px;
	text-align:right;
}
.footerBottom .comimm{
	vertical-align:4px;
	padding:0 10px;
}
@media screen and (max-width: 700px){
footer .td{
	text-align:center;
	display:block !important;
	box-sizing:border-box;
}
footer .td:first-of-type{
	display:none !important;
}
}
/* - /FOOTER - */

/* - PAGE PRODOTTI - */
.prodottiPage .prodottiBox{
	margin-bottom:20px;
}
.prodottiPage .prodottiBox>div{
	padding:0px;
}
/*.prodottiPage .prodottiBox>div>a>div{
	background-color:#fdeede;
	margin:5px;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
	padding:20px;
}*/
.prodottiPage .prodottiBox>div>a>div{
	margin:5px;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 1px solid rgba(204,204,204,1);
	padding:20px;
}
.prodottiPage .prodottiBox img{
	padding: 0;
}
.prodottiPage .prodottiBox .readMoreCont{
	padding-top: 10px;
	border-top: 1px solid rgba(86,86,86,1);
}
.prodottiPage h1{
	font-size: 28px;
	font-weight: 400;
}
.prodottiPage h2{
	font-size: 21px;
	font-weight: 600;
	padding:20px 0 0 0;
}
.prodottiPage .row:first-of-type h2{
	padding:0px;
}
@media screen and (max-width: 767px){
.prodottiPage .prodottiBox{
	margin:5px 0 15px 0;
}
.prodottiPage h2{
	padding:20px;
}
}
/* - /PAGE PRODOTTI - */

/* - PRODOTTI BOX2 - */
.prodottiBox2>div{
	font-size:0px;
	border-top:1px solid rgba(204,204,204,1);
	padding:15px 10px;
}
.prodottiBox2>div:last-of-type{
	border-bottom:1px solid rgba(204,204,204,1);
}
.prodottiBox2>div>a>div{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	box-sizing:border-box;
}
.prodottiBox2>div div.img{
	width:30%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	position:relative;
}
.prodottiBox2>div div.img>img{
	border:1px solid rgba(204,204,204,1);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	display:block;
	width:100%;
}
.prodottiBox2>div div.txt{
	width:70%;
	padding-left:20px;
}

.prodottiBox2 a{
	color:inherit;
	display:block;
	text-decoration:none;
	position:relative;
}
.prodottiBox2 a:hover .img{
	opacity:0.8;
}
.prodottiBox2 a:hover .readMore{
	color:rgba(245,147,49,1);
}
.prodottiBox2 a:hover .readMore:after{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);	
}
.prodottiBox2 .campione{
	position:absolute;
	right:0;
	bottom:0;
	width:50px;
	margin:0 -15px -10px 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.prodottiBox2 a:hover .campione{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.prodottiBox2 .campione>img{
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border:1px solid rgba(153,153,153,1);
	width:50px;
	height:50px;
	display:block;

}
.prodottiBox2 .new{
	/*background-color:rgba(0,204,0,1);*/
	position:absolute;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 0px solid #000000;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	top:0;
	left:0;
	margin-top:-14px;
	margin-left:-24px;
	z-index:2;
	
	background-image: url(../img/new.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
.prodottiBox2 .new:before{
	/*content:"NEW";*/
	content:"";
	display:block;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	color:rgba(255,255,255,1);
	font-size:11px;
}
.prodottiBox2 a:hover .new{
	-webkit-transform: scale(1.2) rotate(20deg);
	-moz-transform: scale(1.2) rotate(20deg);
	-ms-transform: scale(1.2) rotate(20deg);
	-o-transform: scale(1.2) rotate(20deg);
	transform: scale(1.2) rotate(20deg);
}
@media screen and (max-width: 400px){
.prodottiBox2>div div.img{
	width:100%;
}
.prodottiBox2>div div.txt{
	width:100%;
	padding:5px 0 0 0;
}
}
/* - /PRODOTTI BOX2 - */

/* - MENU PRODOTTI - */
.menuProdotti a{
	display:block;
	color:inherit;
	text-decoration:none;
	padding:5px 0;
	position:relative;
}
.menuProdotti h4{
	border-top:1px solid rgba(86,86,86,0.2);
	border-bottom:1px solid rgba(86,86,86,0.2);
	text-transform:uppercase;
	font-size:14px;
	padding:3px;
}
.menuProdotti ul{
	font-weight:bold;
	list-style:none;
	padding:5px 0 10px 0;
}
.menuProdotti ul li{
	position:relative;
	color:rgba(86,86,86,1);
}
.menuProdotti ul li:before{
	content:'';
	position:absolute;
	display:block;
	width:10px;
	height:10px;
	box-sizing:border-box;
	left:-16px;
	top:10px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 0px solid #000000;
	background-color:rgba(86,86,86,0);
	border:1px solid rgba(245,147,49,1);
}

.menuProdotti.active h4,
.menuProdotti h4:hover,
.menuProdotti ul li.active,
.menuProdotti ul li:hover{
	color:rgba(245,147,49,1);
}
.menuProdotti ul li.active:before,
.menuProdotti ul li:hover:before{
	background-color:rgba(245,147,49,1);
	border:1px solid rgba(245,147,49,1);
}
.menuProdotti ul li.active>ul{
	display:block;
}
.menuProdotti .new{
	/*background-color:rgba(0,204,0,1);*/
	position:absolute;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	border: 0px solid #000000;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
	box-shadow: 0px 0px 10px 1px rgba(255,255,255,1);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
	top:0;
	left:0;
	margin-top:-6px;
	margin-left:-40px;
	z-index:2;
	
	background-image: url(../img/new.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
.menuProdotti .new:before{
	/*content:"NEW";*/
	content:"";
	display:block;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:rgba(255,255,255,1);
	font-size:11px;
}
.menuProdotti ul li a:hover .new{
	-webkit-transform: scale(1.2) rotate(20deg);
	-moz-transform: scale(1.2) rotate(20deg);
	-ms-transform: scale(1.2) rotate(20deg);
	-o-transform: scale(1.2) rotate(20deg);
	transform: scale(1.2) rotate(20deg);
}

.sideBarContatti .menuProdotti h4,
.sideBarContatti .menuProdotti ul li:hover{
	color:inherit;
}
.sideBarContatti .menuProdotti a[href]:hover{
	color:rgba(245,147,49,1);
}
.sideBarContatti .menuProdotti ul li:hover:before{
	background-color:rgba(86,86,86,0);
}
/*.menuProdotti ul.type1 li:before{
	background-color:rgba(86,86,86,1);
	border:1px solid rgba(86,86,86,1);
}
.menuProdotti ul.type2 li:before{
	background-color:rgba(245,147,49,1);
	border:1px solid rgba(245,147,49,1);
}
.menuProdotti ul.type3 li:before{
	background-color:rgba(86,86,86,0);
	border:1px solid rgba(245,147,49,1);
}*/
.menuProdotti>ul>li>ul{
	background-color:rgba(245,147,49,0);
	padding:5px 5px 5px 0px;
	font-size:12px;
	display:none;
}
.menuProdotti>ul>li>ul>li:before{
	top:7px;
}
/* - /MENU PRODOTTI - */

/* - SLIDE PRODOTTO - */
.contSlideProdotto{
	/*padding:10px 0;*/
}
.contSlideProdotto>div:first-of-type{
	width:86.6%;
}
.contSlideProdotto>div:last-of-type{
	width:13.4%;
	margin:-5px 0;
}
.slideProdotto{
	margin:0px !important;
}
.slideProdotto .slick-slide{
	border: 1px solid rgba(204,204,204,1);
}
.slideProdotto .slick-slide img{
	width:100%;
}
.slideProdotto .slick-prev{
	left:0 !important;
}
.slideProdotto .slick-next{
	right:0 !important;
}

.thumbProdotto{
	margin:0px !important;
}
.thumbProdotto .slick-slide{
	/*padding:5px;*/
}
.thumbProdotto .slick-slide>div{
	padding:5px;
}
.thumbProdotto .slick-slide img{
	width:100%;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid rgba(204,204,204,0.5);
}
.thumbProdotto .slick-slide.active img{
	border:1px solid rgba(245,147,49,1);
}
.thumbProdotto .slick-prev,
.thumbProdotto .slick-next{
	display:none!important;
}
@media screen and (max-width: 500px){
.contSlideProdotto>div:first-of-type{
	width:100%;
}
.contSlideProdotto>div:last-of-type{
	display:none;
}
}
/* - /SLIDE PRODOTTO - */


/* - PRODOTTO - */
.prodottoCols{
	margin:0 -10px;
}
.prodottoCols>div{
	padding:10px;
}
.prodottoPdf{
	border-top:1px solid rgba(204,204,204,1);
	padding-top:20px;
}
.prodottoCols ul{
	text-align:justify;
}
@media screen and (max-width: 500px){
.prodottoCols>div{
	width:100%;
}	
}

/* - /PRODOTTO - */


/* - VIDEO - */
.videoSection{
	background-color:#e6e6e6;
	padding:20px 0;
	overflow:hidden;
}
.videoSection .videoSectionCont{
	margin:-20px;
	font-size:0px;
}
.videoSection .videoSectionCont>div{
	vertical-align:bottom;
	padding:20px;
	display:inline-block;
	box-sizing:border-box;
	width:50%;
}
.videoSection h3{
	padding-bottom:10px;
}
.videoCont{
	position: relative;
	padding-bottom: 53.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin:0px auto;
}
.videoCont iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*border-top:5px solid #000;*/
}
.pdf{
	color:rgba(245,147,49,1);
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
}
.pdf>span{
	vertical-align:bottom;
}
.pdf img{
	margin-bottom:-8px;
}
@media screen and (max-width: 500px){
.videoSection .videoSectionCont>div{
	display:block;
	width:100%;
}
}
/* - /VIDEO - */

/* - CONTATTI - */
@media screen and (max-width: 960px){
.contatti .twoCols>div:first-of-type{
	width:60%;
}
.contatti .twoCols>div:last-of-type{
	width:40%;
}
}
@media screen and (max-width: 800px){
.contatti .twoCols>div:first-of-type{
	width:100%;
}
.contatti .twoCols>div:last-of-type{
	width:100%;
}
}
/* - /CONTATTI - */

/* - BREAD CRUMBS - */
.breadCrumbs{
	list-style:none;
	font-size:0px;
	margin:0px 0px 10px 0px !important;
	padding:0px 0px 10px 0px !important;
	border-bottom:1px solid rgba(204,204,204,1);
}
.breadCrumbs>li{
	display:inline-block;
	font-size:12px;
	vertical-align:middle;
}
.breadCrumbs>li>a{
	text-decoration:none;
	color:inherit;
	padding:5px;
}
.breadCrumbs>li>a:before{
	content:"\f0da";
	font-family: "fontAwesome";
	padding-right:5px;
	font-size:14px;
}
.breadCrumbs>li:last-of-type{
	color:rgba(245,147,49,1);
}
/* - /BREAD CRUMBS - */


/* - NEWS - */
.news .wrapper{
	padding-bottom:40px;
}
.noNews{
	max-width:880px;
	display:block;
	margin:0 auto 40px auto;
}
/* - /NEWS - */