body{
	font-family: 'PT Sans', sans-serif;
	font-size:75%;
}

h1, h2, h3, h4, h5{
	font-family: 'PT Sans', sans-serif;
}

h1 {
	font-size: 34px;
	line-height: 35px;
}

h2 {
	font-size: 25px;
	line-height: 25px;
	margin-top: 40px;
}

img{
	border-radius:0 0 0 0 !important;
	box-shadow:0 0 0 !important;
}

ul{
	list-style: disc;
}

ol{
list-style: decimal outside;
}

.triangle{
	position:fixed;
	bottom:20px;
	right:20px;
}

::selection
{
color:#FFF;
text-shadow:0 0 0 0;
background:#4965aa;
}
::-moz-selection
{
color:#FFF;
text-shadow:0 0 0 0;
background:#4965aa;
}

header#mainHeader{
	background:rgba(27,62,147,0.8) url('../img/share/bg.jpg');
	padding:10px 0;
}

#mainHeader .row hgroup{
	padding-top:20px;
}

#toggle{
	visibility:hidden;
	display:none;
}

#Logo img{
	max-height:140px;
}

header hgroup > span{
	color:#fff700;
	font-weight:bold;
	font-size:1.8em;
	text-shadow:0 -2px 2px rgba(0,0,0,0.3), 0 2px 2px rgba(255,255,255,0.5);
}

#mainHeader h1{
	color:#fff;
	text-shadow:0 -2px 2px rgba(0,0,0,0.3), 0 2px 2px rgba(255,255,255,0.5);
	font-size:2.8em;
	line-height:1.2em;
	margin:0;
}

header form{
	float:none;
	width:100%;
	margin-top:40px;
}

header form input{
	display:block;
	float:left;
	height: 28px;
    line-height: 28px;
    border:0 none !important;
}

header form input[type="text"]{
	width:60%;
	border:0;
	border-radius:4px 0 0 4px;
}
header form input[type="submit"]{
	width:30%;
	background:#25397e;
	color:#5593e6;
	border-radius:0 4px 4px 0;
    display:block;
}

header form input[type="submit"]:hover{
	color:#fff;
	background:#18275d;
	
}

#mainNav{
	background: rgb(255,217,113); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDk3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmMzMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,217,113,1) 0%, rgba(255,195,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,217,113,1)), color-stop(100%,rgba(255,195,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,217,113,1) 0%,rgba(255,195,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,217,113,1) 0%,rgba(255,195,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,217,113,1) 0%,rgba(255,195,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,217,113,1) 0%,rgba(255,195,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd971', endColorstr='#ffc30e',GradientType=0 ); /* IE6-8 */
}

#lang_sel_list{
	display:inline-block;
	float:none;
	height:auto;
}

#lang_sel_list{
	margin-left:80px;	
}

#lang_sel_list li{
	float:left;	
}

#mainNav nav ul{
	margin:0;
}

#mainNav nav li{
	display:inline-block;
	list-style:none;
	position:relative;
	vertical-align: top;
}

#mainNav nav li a{
	cursor:default;
	padding:5px 15px;
	display:block;
	text-transform:uppercase;
	font-weight:bold;
	color:#1569b2;
	text-shadow:0 2px 0 rgba(255,255,255,0.5);
	transition:100ms all ease-in;
	-moz-transition:100ms all ease-in;
	-webkit-transition:100ms all ease-in;
	-o-transition:100ms all ease-in;
	-ms-transition:100ms all ease-in;
}

#mainNav nav #lang_sel_list a,
#mainNav nav #lang_sel_list a:visited,
#mainNav nav #lang_sel_list ul a,
#mainNav nav #lang_sel_list_list ul a:visited{
	line-height: 15px;
	background:transparent;
	padding:5px;
}

.nav.nav-list.well li a{
	cursor:default;
	text-decoration:none;
}

#mainNav nav li a[href], .nav.nav-list.well a[href]{
	cursor:pointer;
}

#mainNav nav li a[href="#"]{
	cursor:default;
}

.nav.nav-list.well a[href]:hover{
	text-decoration:underline;
}

.nav.nav-list.well > li > ul > li:first-of-type > ul > li, .nav.nav-list.well > li > ul > li:first-of-type > ul > li{
	/*font-weight:bold;*/
}

.nav.nav-list.well > li > ul > li > ul > li > ul > li{
	font-weight:100;
}



#mainNav nav li a:hover, #mainNav nav li:hover a{
	text-decoration:none;
	background:#fa9e23;
}

#mainNav nav li #lang_sel_list li a:hover, #mainNav nav #lang_sel_list li:hover a{
	background:transparent !important;
}

#mainNav > nav > ul > li > .sub-menu{
	visibility:hidden;
	position:absolute;
	left:0;
	top:30px;
	z-index:998;
}

#mainNav > nav > ul > li:hover > .sub-menu{
	visibility:visible;
}

#mainNav > nav > ul > li > .sub-menu li{
	border-bottom:1px solid #e07210;
	float:none;
	display:block;
}

#mainNav > nav > ul > li > .sub-menu li a{
	color:#fff;
	text-shadow:0 0 0;
	font-weight:100;
	text-transform:none;
}

#mainNav nav li .sub-menu li a:hover{
	background:#f46427;
}

#mainNav ul li ul li{float: none; position: relative;}  
#mainNav ul li ul{position: absolute; top:25px; left:0; display: none; background-color: #000; width:150px; z-index:999;}  
#mainNav ul li:hover > ul{display: block;}  
#mainNav ul li ul li a{whitewhite-space: nowrap; line-height:25px;}  
#mainNav ul li ul li ul{position: absolute; top:0; left:150px; display: none; background-color: #000; width:150px;}  

#nav-ie{
	line-height:1;
}

#nav-ie > li:last-of-type{
	float:right;
}

#nav-ie > li:last-of-type a span{
	padding-left:25px;
}

#nav-ie > li:last-of-type a:hover {
	background:#e95800;
}
#nav-ie > li:last-of-type a { position: relative; background: #fea91b; color:#fff !important; text-shadow:0 0 0 !important; padding-left:30px; } 
#nav-ie > li:last-of-type a:hover { position: relative; } 
#nav-ie > li:last-of-type a:after { left: 0%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
#nav-ie > li:last-of-type a:after { border-color: rgba(136, 183, 213, 0); border-left-color: rgba(255,195,14,1); border-width: 15px; top: 50%; margin-top: -15px; }
#nav-ie > li:last-of-type a:after :hover {border-color: #fa9e23; border-left-color: #fa9e23; border-width: 20px; top: 50%; margin-top: -20px; }

.breadcrumb .divider {
    color: #CCCCCC;
    padding: 0 5px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.breadcrumb{
	border-radius:0 0 0 0;
	border-bottom:1px solid #ddd; 
}

.container .span9{
	margin-bottom: 20px;
}

/* MAIN BOX */

.productMainBox{
	padding:15px 0 0 0;
}

.mainBox{
	width:33.33%;
	float:left;
	display:inline-block;
	text-align:center;
	line-height:1.2em;
}

.mainBox img{
	width:80%;
}

.mainBox:hover, .mainBox:active, .mainBox:focus, .mainBox:visited{
	border:0 none;
	outline:none;
	text-decoration:none;
}

.mainBox p{
	text-align:left;
	padding:0px 15px;
	font-size:0.9em;
	color:#333;
	position:relative;
	top:-20px;
	margin-bottom:0;
}

.mainBoxTitle{
	clear:both;
	display:block;
	position:relative;
	top:-40px;
	color:#fff;
	padding:10px 15px;
	text-transform:uppercase;
	text-align:left;
	transition:background 200ms;
	-moz-transition:background 200ms;
}

@media (min-width: 681px) and (max-width: 979px) {
	.mainBoxTitle{
		height: 55px;
	}
}

.mainBoxTitle:hover{
	color:#fff;
	text-decoration:none;
}


.mainBoxTitle span{
	font-weight:bold;
	font-size:1.2em;
	opacity:0.8;
}

.mainBoxTitle h2{
	margin:0;
	font-size:170%;
	line-height:1em;
}

.productMainBox .mainBox:nth-of-type(1) .mainBoxTitle{
	background:#5172c1;
	background:rgba(50,83,160,0.8);
}
.productMainBox .mainBox:nth-of-type(2) .mainBoxTitle{
	background:#5172c1;
	background:rgba(238,63,60,0.8);
}
.productMainBox .mainBox:nth-of-type(3) .mainBoxTitle{
	background:#fdc944;
	background:rgba(252,187,21,0.8);
}

.productMainBox .mainBox:nth-of-type(1):hover .mainBoxTitle{
	background:rgba(50,83,160,1);
}

.productMainBox .mainBox:nth-of-type(2):hover .mainBoxTitle{
	background:rgba(238,63,60,1);
}
.productMainBox .mainBox:nth-of-type(3):hover .mainBoxTitle{
	background:rgba(252,187,21,1);
}


/* HP AREA NEWS */
#newsArea{
	background:#dfe3e6;
	padding:15px 0;
}

#hpAzienda{
	background:#fff;
}

#hpAzienda img{
	float:left;
	height:80%;
	max-height:80%;
	display:inline-block;
	width:200px;
}

#hpAzienda div{
	padding:20px;
	display:table;
}

#hpAzienda .bigger
{
	font-size: 14px;
	text-align:center;
}

#hpNews{
	background:#f4f4f4;
}

.slides{
	margin-top:10px;
}

.slides h5{
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	color:#1C3F94;
	margin:0;
}

.slides span{
	color:#888888;
	font-size:0.9em;
}

.flexslider{
	border:0;
	box-shadow:0 0 0 0;
	border-radius:0 0 0 0;
	padding:20px 20px 0 20px;
	background:transparent;
	 margin: 0 0 4px;
}

.flex-control-nav{
	width:90%;
	bottom:-38px;
}

.flex-control-paging li a {
	background:#d3d3d3;
}

.flex-control-paging li a.flex-active{
	background:#34498a;
}

.flexslider .slides img{
	width:120px;
	float:left;
	margin-right:20px;
}

.flexslider .slides p{
	display:block;
	clear:both;
	color:#5e5e5e;
	padding-top:5px;
}

.flexslider .slides a{
	color:#34498a;
}


.more-link {
	padding: 8px 15px;
	border-top: 1px solid #ddd;
	background: #efefef;
	text-align: right;
}

.more-link a {
	position: relative;
	z-index: 1;
}

#mainFooter{
	background:#3750a0;
	color:#fff;
	padding:15px 0 10px 0;
}

#mainFooter .wpcf7-form{
	margin-bottom:0;
}

#mainFooter label{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:15px;
	cursor: text;
}

#mainFooter ul {
	margin:0;
}

#mainFooter ul li{
	list-style:none;
}

#mainFooter ul li a, address a{
	color:#a5d0f5;
}

address a:hover{
	color:#fff;
}

#mainFooter .row > div:nth-of-type(3), #mainFooter .row > div:nth-of-type(4){
	/*border-right:1px solid #1e386e;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	/*min-height:220px;*/
}

#mainFooter #Logo img{
	float:left;
	margin-right:15px;
	width:140px;
}

#mainFooter input, #mainFooter textarea{
	border-radius:0 0 0 0;
	border:0;
	background:#74a6d7;
	color:#244772;
	font-size:0.9em;
	transition:background 300ms;
	-webkit-transition:background 300ms;
	-moz-transition:background 300ms;
	-o-transition:background 300ms;
	-ms-transition:background 300ms;
}

#mainFooter address{
	font-size:0.8em;
	display:table;
}

#ft-captcha{
	display:block;
	clear:both;
	padding-bottom:10px;
}

#ft-captcha span{
	width:55%;
	display:inline-block;
	float:right;
}

#ft-captcha img{
	float:left;
	display:inline-block;
	position: relative;
    top: 6px;
}

#mainFooter address strong{
	font-size:1.2em;
}

.contactbox > span{
	color:#a5d0f5;
	font-size:0.8em;
}

footer hr {
	border:0;
	background:#72A6D5;
	height:1px;
}

#mainFooter input:focus, #mainFooter textarea:focus{
	background:#fff;
}

#subFooter{
	background:#FFCD05;
	padding:5px 0;
	text-align:center;
	color:#fff;
}

#subFooter p{
	margin-bottom:0;
}

#subFooter a{
	color:#fff;
}

#menu-product-menu-inglese, #menu-product-menu, #menu-domestic-menu, #menu-professional-menu, #menu-industrial-menu,
#menu-domestic-menu-inglese, #menu-professional-menu-inglese, #menu-industrial-menu-inglese{
	margin:0;
	margin-bottom:20px;
	padding-top:0;
}

#menu-product-menu-inglese > li > a, #menu-domestic-menu > li > a, #menu-professional-menu > li > a, #menu-product-menu > li > a, #menu-industrial-menu > li > a,
#menu-domestic-menu-inglese > li > a, #menu-professional-menu-inglese > li > a, #menu-product-menu-inglese > li > a, #menu-industrial-menu-inglese > li > a{
	display:block;padding:3px 15px;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	color:#999;
	text-shadow:0 1px 0 rgba(255,255,255,0.5); 
	background:#EEEEEE;
	margin-bottom:8px;
	margin-top:10px;
	text-transform:uppercase;
}

#menu-domestic-menu > li:first-of-type > a, #menu-professional-menu > li:nth-of-type(2) > a, #menu-industrial-menu > li:nth-of-type(2) > a, 
#menu-domestic-menu-inglese > li:first-of-type > a, #menu-professional-menu-inglese > li:nth-of-type(2) > a, #menu-industrial-menu-inglese > li:nth-of-type(2) > a {
	background:rgba(50, 83, 160, 1);
	color:#fff;
}

#menu-domestic-menu > li:nth-of-type(2) > a, #menu-professional-menu > li:first-of-type > a,  #menu-industrial-menu > li:nth-of-type(3) > a,
#menu-domestic-menu-inglese > li:nth-of-type(2) > a, #menu-professional-menu-inglese > li:first-of-type > a,  #menu-industrial-menu-inglese > li:nth-of-type(3) > a {
	background:rgba(238, 63, 60, 1);
	color:#fff;
}

#menu-domestic-menu > li:nth-of-type(3) > a, #menu-professional-menu > li:nth-of-type(3) > a, #menu-industrial-menu > li:first-of-type > a,
#menu-domestic-menu-inglese > li:nth-of-type(3) > a, #menu-professional-menu-inglese > li:nth-of-type(3) > a, #menu-industrial-menu-inglese > li:first-of-type > a {
	background:rgba(252, 187, 21, 1);
	color:#fff;
}

#menu-product-menu-inglese > li > a, #menu-product-menu > li > a{
	text-transform:uppercase;
}

#menu-product-menu-inglese ul.sub-menu, #menu-product-menu ul.sub-menu, #menu-domestic-menu ul.sub-menu, #menu-professional-menu ul.sub-menu, #menu-industrial-menu ul.sub-menu,
#menu-domestic-menu-inglese ul.sub-menu, #menu-professional-menu-inglese ul.sub-menu, #menu-industrial-menu-inglese ul.sub-menu{
	margin-left:10px;
	list-style: none;
}

#menu-product-menu-inglese > li > ul.sub-menu, #menu-product-menu > li > ul.sub-menu, #menu-domestic-menu > li > ul.sub-menu, #menu-professional-menu > li > ul.sub-menu, #menu-industrial-menu > li > ul.sub-menu,
#menu-domestic-menu-inglese > li > ul.sub-menu, #menu-professional-menu-inglese > li > ul.sub-menu, #menu-industrial-menu-inglese > li > ul.sub-menu{
	margin-left:0;
	list-style: none;
}

#menu-product-menu-inglese > li > ul > li:last-of-type > a, #menu-product-menu > li > ul > li:last-of-type > a, #menu-domestic-menu > li > ul > li:last-of-type > a, #menu-professional-menu > li > ul > li:last-of-type > a, #menu-industrial-menu > li > ul > li:last-of-type > a,
#menu-domestic-menu-inglese > li > ul > li:last-of-type > a, #menu-professional-menu-inglese > li > ul > li:last-of-type > a, #menu-industrial-menu-inglese > li > ul > li:last-of-type > a{
	border:0 none;
}

#menu-product-menu-inglese > li > ul > li > a, #menu-product-menu > li > ul > li > a, #menu-domestic-menu > li > ul > li > a, #menu-professional-menu > li > ul > li > a, #menu-industrial-menu > li > ul > li > a,
#menu-domestic-menu-inglese > li > ul > li > a, #menu-professional-menu-inglese > li > ul > li > a, #menu-industrial-menu-inglese > li > ul > li > a{
	color:#333;
	padding:8px 0;
	font-size:100%;
	font-weight:bold;
	padding-bottom:8px;
	border-bottom:1px solid #ddd;
	clear:both;
	display:block;
	margin-bottom:5px;
}

#menu-product-menu-inglese > li > ul > li a, #menu-product-menu > li > ul > li a, #menu-domestic-menu > li > ul > li a, #menu-professional-menu > li > ul > li a, #menu-industrial-menu > li > ul > li a,
#menu-domestic-menu-inglese > li > ul > li a, #menu-professional-menu-inglese > li > ul > li a, #menu-industrial-menu-inglese > li > ul > li a{
	color:#555;
	font-size:90%;
}

/* PRODUCT ARCHIVE PAGE */


.archive-header{
	margin-bottom:10px;
	padding-bottom:10px;
}

.title-archive-post{
	font-size:2em;
	margin:0;
	line-height:30px;
}

.archive-news .archive-header{
	margin-bottom:6px;
	padding-bottom:6px;
}

.archive-header h1{
	margin-bottom:0;
	line-height:1;
	font-size:34px;
	color:#1c3f95;
	text-shadow:0 0 0;	
	text-shadow:0 2px 0 #fff;	
}

.archive-product .archiveImage-container{
	margin-bottom:6px;
}

.product-list.archive-product  h3 {
    padding: 0 12px;
    font-size:1.8em;
}

.product-list.archive-product .entry-header span,
.archive .product-list.archive-product .entry-summary p,
.product-list.archive-product #paginaMainBox .entry-summary p
{
	padding: 0 12px;
	line-height:1.4;
	margin-bottom:10px;
}

.product-list article{
	display:inline-block;
	width:31%;
	margin:1%;
	float:none;
	background:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	vertical-align:top;
}

.archiveImage-container{
	width:100%;
	display:block;
	border-radius:4px 4px 0 0;
	overflow:hidden;
	height:165px;
	margin-bottom:20px;
}

.product-list article img{
	box-shadow: 0 0 0;
	border-radius:0 0 0 0;
	width:100%;
}

.product-list .entry-header{
	margin-bottom:0;
}

.product-list h3 {
	margin:0;
	padding:0 20px;
}
/*
.product-list p{
	padding:20px;
} */

.archiveCta{
	margin:0 12px 12px;
}

.entry-header span {
	padding:10px 20px;
	font-size:0.8em;
}

.entry-header span li{
	list-style:none;
	display:inline;
}

.archive .product-list .entry-summary p{
	padding:0 20px;
}

.archive-news .entry-title{
	padding:0 20px;
}

.product-list .archive-post-list p{
	padding-top:0;
	padding-bottom:4px;
	margin-bottom:0;
}

.product-list .archive-post-list .excerpt-readmore{
	padding-left:20px;
	padding-bottom:12px;
}

/* PAGINA ALLEGATI */
#paginaAllegati{
	margin:0;
}

#paginaAllegati > li{
	border-bottom:1px solid #ddd;
	display:block;
	clear:both;
	padding:20px;
}

#paginaAllegati > li:nth-of-type(even){
	background:#f1f1f1;
}

#paginaAllegati li > div.tableDiv{
	display:table;
}

.allegato_prodotto{
	display:inline-block;
	margin-right:5px;
	float:left;
}

#paginaAllegati .titolo_prodotto{
	text-transform:uppercase;
	display:block;
	font-size:140%;
	font-weight:bold;	
	margin-bottom:10px;
}

#paginaAllegati li img{
	width:200px;
	float:left;
	margin-right:20px;
}

.lista-allegati-prodotto{
	margin:0;
	margin-top:20px;
}

.lista-allegati-prodotto li a i{
	position:relative;
	top:2px;
	margin-right:5px;
}

.single .table th,.single .table td{
	padding:4px 8px;
}


/* PAGINA MAIN BOX */
#paginaMainBox{
	margin:0;
}

#paginaMainBox li{
	display:inline-block;
	width:31%;
	/* padding:10px; */
	margin:0.9%;
	float:none;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	vertical-align: top;
	min-height: 365px;
}

.category-box {
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	vertical-align: top;
	min-height: 310px!important;
	margin-top: 1%;
	margin-bottom: 1%;
}

#paginaMainBox .archiveImage-container img{
	margin-bottom: 1.714285714rem;
	width: 100%;
}

#paginaMainBox h2,
.category-box h2{
	padding: 0 12px;
	font-size: 1.8em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 10px;
	text-transform: uppercase;
}

#paginaMainBox a:hover,
.category-box h2 a:hover{
	text-decoration: none;
}

/* SINGLE */

.post-image-single{
	float:left;
	margin:0 25px 15px 0;
}

.single .entry-header div.imagetext{
	float:left;
	margin-right:4%;
	box-shadow:0 0 0;
	max-width:300px;
	width:30%;
}

.single .alert{
	clear:both;
	 padding: 4px 8px;
}

.single .entry-title, .page .entry-title{
	text-shadow:0 0 0;
	color:#333;	
}

.single article table{
	display:table;
	width:66%;
}

.docSezTitleDoc{
	font-weight:bold;
	margin-right:15px;
}

.span9 .well{
	padding: 5px 19px;
}

.docSez{
	margin:0;
}

.docSez a i{
	position:relative;
	top:2px;
	margin-right:5px;
}

.docSez li{
	list-style: none;
	padding:5px 0;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.docSez li:last-child{
	border-bottom:0;
}

.catSez{
	margin-left:0;
	margin-top:20px;
}

.catSez li{
	display:inline-block;
	float:left;
	width:22%;
	margin:20px 1.5%;
}

.catSez li a, .catSez li img{
	width:100%;
}

.catSez li img{
	margin-bottom:10px;
}

.catSez li img{
	display:block;
	clear:both;
}

.catTitle{
	font-size:1.4em;
	text-transform:uppercase;
	font-weight:bold;
}

#galleryBox ul > span{
	display:block;
	margin-bottom:15px;
	font-weight:100;
	text-transform:uppercase;
	color:#3A87AD;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}

#galleriaFotografica li{
	display:inline-block;
	float:left;
	width:18%;
	margin:1%;
}

#galleriaFotografica li a{
	display:block;
	opacity:0.6;
	transition: all 400ms;
	-moz-transition: all 400ms;
	-webkit-transition: all 400ms;
	-o-transition: all 400ms;
	-ms-transition: all 400ms;
}

#galleriaFotografica li a:hover{
	opacity:1;
}

.titolo-video{
	display:block;
	font-weight:bold;
	margin-top:10px;
}

.descrizione-video{
	display:block;
	color:#555555;
	font-family: Arial, sans-serif;
	font-size:0.8em;
}


/* PAGE */
.pgm .canvas {width: 100%!important;}

.pgm img{
	max-width:none !important;
	box-shadow:0 0 0;
	
}
.page-title{
	text-shadow:0 0 0;
}



/* PAGINATION */

.pagination ul>li>span.page-numbers.current {
	background-color: #FFC720;
}


/* SEARCH RESULTS*/

.searchResults img{
	float:left;
	width:80px;
	margin-right:20px;
	box-shadow:0 0 0;
}

.searchResults{
	margin:0;
	margin-bottom:20px;
}

.searchResults li{
	display:block;
	clear:both;
	padding:20px;
	list-style:none;
}

.searchResults li:nth-of-type(even){
	background:#f1f1f1;
	border-bottom:1px solid #ddd;
}

/* NON RESULTS AND 404*/

.no-results p, .not-found p{
	padding:20px 0;
}

/* SIDEBAR */
.widget_recent_entries ul, .widget_recent_entries .post-date{
	margin-left:0;
}

.widget_recent_entries ul li{
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #f1f1f1;
	padding-bottom:10px;
	padding-top:10px;
}

.widget_recent_entries ul li a{
	display:block;
}

/* PAGINA AZIENDA */
.widget.widget_page_in_widget{
	width:30%;
	display:inline-block;
	float:none;
	vertical-align:top;
	margin:0 1.5%;
	margin-bottom:30px;
}

.widget.widget_page_in_widget p{
	min-height:103px;
}

.widget.widget_page_in_widget:first-child, .widget.widget_page_in_widget:nth-of-type(2){
	/* width:47%; */
}

.widget.widget_page_in_widget:first-child img, .widget.widget_page_in_widget:nth-of-type(2) img{
	width:100%;
	display:block;
	clear:both;
}

.widget-page-title{
	font-weight:bold;
	font-size:1.8em;
	text-transform:uppercase;
}

.widget-page-more{
	background:#dedede;
	border-radius:3px;
	padding:4px 8px;
	color:#666;
	font-weight:bold;
	float:right;
}

[id*="widget-page-"] p{
	margin-bottom:5px;
}

/* FORM CATALOGO */

span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap textarea, #wpcf7-f1053-p1059-o1 textarea, #wpcf7-f1053-p1054-o1 p > textarea, #wpcf7-f1488-p1059-o1 p > textarea {
	width:90%;
	padding:6px;
	background:#efefef;
}


.entry-content span.wpcf7-form-control-wrap {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
}

#wpcf7-f1053-p1059-o1{
	padding-right:20px;
}

form hr{
	margin:10px 0;
}

span.wpcf7-form-control-wrap input[type="checkbox"]{
	width:auto;
	display:inline-block;
	position:relative;
	top:-2px;
	margin-right:6px;
}

#consenso > span{
	width:auto;
	display:inline-block;
}

#consenso input{
	float:left;	
	position: relative;
    top: 1px;
}

#captcha-box {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    margin-bottom:20px;
}

#captcha-img{
	float:left;
	margin-right:20px;
	position: relative;
    top: 4px;
}

#captcha-box input{
	width:auto;
	margin-bottom:0;
}

#captcha-box span{
	width:auto;
	display:inline;
}

table.blueyellow thead tr th {
    background-color: #3253A0;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 1.5em;
    border-bottom: 3px solid white;
}

table.blueyellow tbody > tr:nth-child(2n+1) > td {
    background-color: #FFC720;
    vertical-align: middle;
}

table.blueyellow tbody > tr:nth-child(2n) > td {
    background-color: #688ECD;
    color: white;
    vertical-align: middle;
}

@media (max-width: 400px) {
	#mainFooter #Logo img {
	margin-bottom: 10px;
	}
	
	#mainFooter address {
	clear: both; }
}
	

/* Landscape phones and down */
@media (max-width: 480px) {
	
	#Logo{
	float: left;
	width: 40%;
	padding-left: 7px;
	text-align: left;
	}
	
	#Logo img{
		max-width: 128px;
	}
	
	#mainHeader h1{
		font-size:1.8em;
	}
	
	#mainHeader .row hgroup{
		width: 60%;
		overflow: hidden;
		padding-top: 0;
	}
	
	header hgroup > span{
		font-size:1.4em;
	}
	
	header form{
		margin-top: inherit;
	}
	
	.single .entry-header img{
		max-width:100%;
	}
	
	#hpAzienda div{
		display:block;
	}
	
	#hpAzienda img{
		display:none;
	}

	#nav.opened {
	    max-height: 100%;
	}
	
	.widget.widget_page_in_widget{
		width:97%;
		display:block;
		border-bottom:1px solid #ddd;
	}
	
	div[class='span9']{
		padding:20px;
		box-sizing:border-box;
	}
	
	.nav.nav-list.well{
		display:none;
	}
	
	#paginaMainBox li {
		width:100%;
		background:#efefef;
		border-radius:6px;
		padding:20px;
		border:1px solid #cfcfcf;
	}
	
	#paginaMainBox li img{
		width:25%;
		float:left;
		margin:0 20px 10px 0;
	}
	
	#paginaMainBox li h2{
		line-height:1;
		clear:none;
		margin-top:0;
	}
	
	.single .entry-header div.imagetext{
		width:100%;
		display:block;
		max-width:none;
	}
	
	
.single article table{
	width:100%;
}
	
}

@media(max-width: 767px){
	.mainBox{
		display:block;
		clear:both;
		width:90%;
		margin:5%;
	}
	
	.js #nav {
	  clip: rect(0 0 0 0);
	  max-height: 0;
	  position: absolute;
	  display: block;
	  overflow: hidden;
	  zoom: 1;
	}
	
	#nav.opened {
	  max-height: 9999px !important;
	}
	
	button#toggle{
		width:100%;
	}
	
	#toggle{
		visibility:visible !important;
		display:block;
	}
	
	#nav ul {
	  padding: 0;
	  width: 100%;
	  display: block;
	  list-style: none;
	  position:relative !important;
	  top:0 !important;
	  left:0 !important;
	}
	
	#mainNav #nav ul li ul {
	  padding: 0;
	  width: 100%;
	  list-style: none;
	  position:relative !important;
	  top:0 !important;
	  left:0 !important;
	}
	
	#mainNav #nav li {
	  width: 100%;
	  display: block;
	}
	
	 #mainNav #nav li ul li, #mainNav #nav li ul li ul, #mainNav #nav li ul li a, #mainNav #nav li ul li ul li a{
	 	width:100%;
	 	position:relative;
	 }
	
	#mainNav #nav li a {
	  width: 100%;
	  display: block;
	  border:0;
	  text-align:left;
	  border-bottom:1px solid #fff;
	  font-weight:100;
	}
	
	#mainNav #nav li ul li{
		padding-left:10px;
		background:#fe6b1b;
	}
	
	#mainNav #nav li.icl-en, #mainNav #nav li.icl-it{
		display:inline-block;
		width:40%;
		border:0;
	}
	
	#lang_sel_list {
		margin-left: 15px;
	}
	
	#mainNav nav #lang_sel_list a,
	#mainNav nav #lang_sel_list a:visited,
	#mainNav nav #lang_sel_list ul a,
	#mainNav nav #lang_sel_list_list ul a:visited{
		padding-left: 0;
		padding-right: 50px;
	}
	
}

/* Landscape phone to portrait tablet */
@media (max-width: 979px) { 
	
	body{
		padding:0;
	}
	
	#mainHeader, #Logo{
		text-align:center;
	}
	
	#searchForm{
		position:relative;
		margin-left: 30px;
		float:none !important;
		width:auto;
	}
	
	.flex-control-nav {
		display:none;
	}
	
	#mainFooter{
		padding:25px;
	}
	
	.product-list article
	{
		width:90%;
		margin:5%;
		display:block;
		clear:both;
	}
	
	.widget-side, .archive-header {
		padding-left:20px;	
	}
	
	.single article, article.page{
		padding:20px;
	}
	
	#galleryBox ul{
		clear:both;
		padding:20px;
		display:block;
	}
	
	#mainFooter .row > div:nth-of-type(3), #mainFooter .row > div:nth-of-type(4){
		min-height:inherit !important;
		padding-bottom:20px;
		border:0 none;
	}
	
	.blockhome {
		min-height: 393px;
	}
	
	#paginaMainBox h2,
	.category-box h2{
		font-size: 1.6em;
	}
	
	.archiveImage-container{
		height:125px;
	}
		
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 979px) and (max-width: 1024px) {
	.blockhome {
		min-height: 293px;
	}

}

/* Large desktop */
@media (min-width: 1200px) { 
	#toggle{
		display:none;
	}
	
	.blockhome {
		min-height: 293px;
	}
}

@media screen and (min-width: 40em) {
  .js #nav {
    position: relative !important;
  }
  .js #nav.closed {
    max-height: none;
  }
  #nav-toggle {
    display: none;
	}
	
	#mainNav{
		height:30px;
	}

}

input.referer-page { display:none; }