@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1380px!important;
	}
}
html,body {
    padding: 0!important;
    margin: 0!important;
	font-size: 0.9rem;
	font-family: "Arial"!important;
	font-stretch: unset!important;
    background-color: #bfbfbf!important;
}
*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
h8 {
	display: block;
	margin:clamp(1px, 1vw, 10px) clamp(2px, 2vw, 40px);
	padding: 0;
	color: white;
	font-family: 'Trade Gothic Regular', Arial;
	line-height: 1;
}
.zoom-in-box {
	animation: zoom-in 30s linear infinite;
}
.shadowbox {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
/* Keyframes for the zoom in zoom out animation */
@keyframes zoom-in {
	0% {transform: scale(1, 1);}
	50% {transform: scale(1.5, 1.5);}
	100% {transform: scale(2, 2);}
}
.animationHover:Hover {
	animation-name: zoom-in-img;
	animation-duration: 4s;
	animation-iteration-count: 1;
}
@keyframes zoom-in-img {
	0% {transform: scale(1, 1);}
	100% {transform: scale(1.5, 1.5);}
}
.evident {
  animation-name: change-color;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes change-color {
  0%  {color:black;}
  20% {color:black;}
  40% {color:white;}
  60% {color:white;}
  80% {color:white;}
  100% {color:black;}
}
.row { display: flex; }
.col-12 { flex: 1; }
a {
    color: #1d569a;
    text-decoration: none !important;
}
a:hover, 
a:active, 
a:link, 
a:visited, 
a:focus { outline: none !important; }
a:hover { color: red; }
.form-floating>.form-select {
    height: calc(3.5rem + 5px) !important;
}
.form-floating>.dataform {
    height: calc(3.5rem + 6px) !important;
	margin: 0;
}
.form-floating> select, .form-floating> input {
    height: calc(3.5rem + 5px) !important;
	border: 1px solid #bbbaba;
	box-shadow: inset 1px 1px 4px #E8E8E8;
	margin: 0 !important;
}
.form-floating> textarea {
    height: calc(3.5rem + 200px) !important;
}
#candidatura-form fieldset {
	border: solid 1px darkgray;
}
.patented {
    color: red;
    font-size: 1.4rem !important;
    border: solid 2px red;
    padding: 2px;
	margin: 1px;
}
.md-dialog-backdrop {
	z-index: 2000 !important;
}
.md-dialog-container {
	z-index: 2500 !important;
}
.hwhite {
	color: white !important;
}
.txtred {
	color: red !important;
}
.txtgold {
	color: gold !important;
}
.txtgreen {
	color: forestgreen !important;
}
.txtblack {
	color: black !important;
}
.txtblue {
	color:#4874d9 !important;
}
.txtviola {
	color:#57338b !important;
}
.txtarancio {
	color:#f1840d !important;
}
.txtgiallo {
	color:#e9b42a !important;
}
.txtrosso {
	color:#ec6069 !important;
}
.txtverde {
	color:#62b78e !important;
}
.overRed:hover {
    color: red!important;
}
.overGold:hover {
    color: gold!important;
}
.overWhite:hover {
    color: white!important;
}
.arialBlack {
	font-family: "Arial Black" !important;
}
.md-tab, .txtbold {
    font-weight: bold !important;
}
.txtnormal {
    font-weight: normal !important;
}
.fontsize08 {
	font-size: 0.8em !important;
}
.fontsize10 {
	font-size: 1.0em !important;
}
.fontsize11 {
	font-size: 1.1em !important;
}
.fontsize12 {
	font-size: 1.2em !important;
}
.fontsize13 {
	font-size: 1.3em !important;
}
.fontsize14 {
	font-size: 1.4em !important;
}
.fontsize15 {
	font-size: 1.5em !important;
}
.fontsize16 {
	font-size: 1.6em !important;
}
.fontsize17 {
	font-size: 1.7em !important;
}
.fontsize18 {
	font-size: 1.8em !important;
}
.fontsize20 {
	font-size: 2em !important;
}
.fontsize25 {
	font-size: 2.5em !important;
}
.fontsize40  {
	font-size: clamp(1.5rem, 4vw, 3rem); !important;
}
.italic {
    font-style: italic;
}
.oblique {
    font-style: oblique;
}
.textuppercase, .uppercase {
    text-transform: uppercase !important;
}
.texttransformnone {
    text-transform: none !important;
}
.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
.txtcenter {
	text-align: center;
}
.overUndeline:hover {
	text-decoration: underline;
}
.undeline {
	text-decoration: none;
}
.appearance {
	appearance: auto !important;
}
.scroll-overflow {
	overflow: scroll;
}
.scroll-overflow-x {
	overflow-x: scroll;
}
.hidden-overflow-x {
	overflow-x: hidden;
}
.hidden-overflow-y {
	overflow-y: hidden;
}
.hiddenOverflow {
	overflow: hidden;
}
.bwhite {
	border:1px solid #E1E1E1 !important;
}
.bred {
	border:1px solid red !important;
}
.bgreen {
	border:1px solid green !important;
}
.bgray {
	border:solid 1px #c4c0be !important;
}
.bdarkgray {
	border: 1px solid darkgray !important;
}
.overRedborder:hover {
	border:1px solid red !important;
}
.border0, .b0 {
	border:0!important;
}
.bbwhite {
	border-bottom:1px solid #E1E1E1 !important;
}
.bbgray {
	border-bottom:1px solid #a7a9ac !important;
}
.bbdarkgray {
	border-bottom:1px solid #535353 !important;
}
.bbblack {
	border-bottom:1px solid black !important;
}
.btlightgray {
	border-top:1px solid #d2d2d2 !important;
}
.btgray {
	border-top:1px solid #a7a9ac !important;
}
.btblack {
	border-top:1px solid black !important;
}
.btwhite {
	border-top:1px solid #E1E1E1 !important;
}
.bgbblack {
	border-top:1px solid white;
	border-bottom:1px solid white;
	background:black;
}
.bgyellow:hover {
	background:#ffc107 !important;
}
.gradient {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,183,255,1) 100%);
}
.bgblack {
	background:black !important;
}
.bgheadCard {
	background-color: rgba(0, 0, 0, .03) !important;
}
.bgantiquewhite {
	background:antiquewhite !important;
}
.topon {
	background:#212529 !important;
}
.bgbrown {
	background:#635e5e !important;
}
.bgblue {
	background:#1b3f93 !important;
}
.bgblue2 {
	background:#004c97 !important;
}
.bgviola {
	background:#57338b !important;
}
.bgarancio {
	background:#f1840d !important;
}
.bggiallo {
	background:#e9b42a !important;
}
.bgrosso {
	background:#ec6069 !important;
}
.bgverde {
	background:#62b78e !important;
}
.bggray {
	background:#a7a9ac !important;
}
.bggreen {
	background: forestgreen !important;
}
.bg_lghtgray {
	background: rgba(250, 250, 250, 0.98) !important;
}
.bglghtgray {
	background:#d3d5d7 !important;/*dimgrey;/*#e6e6e6;*/
}
.bgwhite {
	background:#ffffff !important;
}
.bgtools {
	background:#ededed !important;
}
.bgtransparent, .nobg {
	background:transparent !important;
}
.bgdarkgray {
	background:darkgray;
}
.bg_gray {
	background:gray;
}
.bglightseagreen {
	background:lightseagreen;
}
.bgcadetblue {
	background:cadetblue;
}
.bgdarkcyan {
	background:darkcyan;
}
.bggradient {
    background: #404040;
    background: -webkit-linear-gradient(#404040, black);
    background: -o-linear-gradient(#404040, black);
    background: -moz-linear-gradient(#404040, black);
    background: linear-gradient(#404040, black);
}
.bggradientGB {
    background: gray;
    background: -webkit-linear-gradient(gray, black);
    background: -o-linear-gradient(gray, black);
    background: -moz-linear-gradient(gray, black);
    background: linear-gradient(gray, black);
}
.bggradientBG {
    background: black;
    background: -webkit-linear-gradient(black, gray);
    background: -o-linear-gradient(black, gray);
    background: -moz-linear-gradient(black, gray);
    background: linear-gradient(black, gray);
}
.bradius25 {
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	-khtml-border-radius: 0.25rem;
	border-radius: 0.25rem;
}
.bradius25bottom {
	-webkit-border-radius: 0 0 0.25rem 0.25rem;
	-moz-border-radius: 0 0 0.25rem 0.25rem;
	-khtml-border-radius: 0 0 0.25rem 0.25rem;
	border-radius: 0 0 0.25rem 0.25rem;
}
.valign_bot {
	vertical-align: bottom;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.z0 {
	z-index: 0;
}
.z5 {
	z-index: 5;
}
.z10 {
	z-index: 10;
}
.z100 {
	z-index: 100;
}
.section {
	float: left;
}
.section-right {
	float: right!important;
}
.clear {
	clear:both;
}
.right20 {
	right: 20px;
}
.right25 {
	right: 25px;
}
.bottom0 {
	bottom: 0;
}
.top40 {
	top: 40px;
}
.top90 {
	top: 90px;
}
.top400 {
	top: 400px;
}
.hidden, input[type="hidden"] {
	display: none;
}
input[type=search] {
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
}
.inline {
	display: inline;
}
.visible {
	display: block;
}
.opacity03 {
	opacity: 0.3!important;
}
.opacity04 {
	opacity: 0.4!important;
}
.opacity05 {
	opacity: 0.5!important;
}
.cursor_disabled {
	cursor: not-allowed!important;
}
.cursor {
	cursor: pointer;
}
.cursor:hover {
    color: gray;
}
.cursor div:hover {
    color: white;
}
.height100x100 {
	height:100%!important;
}
.height20 {
	height:20px!important;
}
.height25 {
	height:25px!important;
}
.height30 {
	height:30px!important;
}
.height34 {
	height:34px!important;
}
.height38 {
	height:38px!important;
}
.height42 {
	height:42px!important;
}
.height44 {
	height:44px!important;
}
.height50 {
	height:50px!important;
}
.height60 {
	height:60px!important;
}
.height75 {
	height:75px!important;
}
.height100 {
	height:100px!important;
}
.height110 {
	height:110px!important;
}
.height120 {
	height:120px!important;
}
.height160 {
	height:160px!important;
}
.height200 {
	height:200px!important;
}
.height220 {
	height:220px!important;
}
.height250 {
	height:250px!important;
}
.height300 {
	height:300px!important;
}
.height350 {
	height:350px!important;
}
.height400 {
	height:400px!important;
}
.height450 {
	height:450px!important;
}
.height580 {
	height:580px!important;
}
.height850 {
	height:850px!important;
}
.height1000 {
	height:1000px!important;
}
.minh65 {
	min-height:65px!important;
}
.maxh400 {
	max-height:400px!important;
}
.centopercento {
	width:100%!important;
}
.percento98 {
	width:98%!important;
}
.cinquantapercento {
	width:50%!important;
}
.quarantanovepercento {
	width:49%!important;
}
.zero {
	width:0!important;
}
.venti {
	width:20px!important;
}
.venti5 {
	width:25px!important;
}
.trenta {
	width:30px!important;
}
.cinquanta {
	width:50px!important;
}
.settanta {
	width:70px!important;
}
.ottanta {
	width:80px!important;
}
.cento {
	width:100px!important;
}
.cento10 {
	width:110px!important;
}
.cento12 {
	width:112px!important;
}
.centoventi {
	width:120px!important;
}
.centotrenta {
	width:130px!important;
}
.cento35 {
	width:135px!important;
}
.centoquaranta {
	width:140px!important;
}
.centoquaranta2 {
	width:142px!important;
}
.cento45 {
	width:145px!important;
}
.centocinquanta {
	width:150px!important;
}
.centosesanta {
	width:160px!important;
}
.centosettanta {
	width:170px!important;
}
.cento72 {
	width:172px!important;
}
.centottanta {
	width:180px!important;
}
.centottanta3 {
	width:183px!important;
}
.centonovanta {
	width:190px!important;
}
.duecento {
	width:200px!important;
}
.duecento30 {
	width:230px!important;
}
.duecento35 {
	width:235px!important;
}
.duecentocinquanta {
	width:250px!important;
}
.duecento75 {
	width:275px!important;
}
.duecento80 {
	width:280px!important;
}
.trecento {
	width:300px!important;
}
.trecentotrenta {
	width:330px!important;
}
.trecentocinquanta {
	width:350px!important;
}
.trecentosesanta {
	width:360px!important;
}
.trecento80 {
	width:380px!important;
}
.quattrocento {
	width:400px!important;
}
.quattrocento15 {
	width:415px!important;
}
.quattrocentocinquanta {
	width:450px!important;
}
.quattrocentosettanta {
	width:470px!important;
}
.cinquecento {
	width:500px!important;
}
.seicento {
	width:600px!important;
}
.seicento20 {
	width:620px!important;
}
.seicento70 {
	width:670px!important;
}
.settecento {
	width:700px!important;
}
.settecento70 {
	width:770px!important;
}
.ottocento {
	width:800px!important;
}
.novecento {
	width:900px!important;
}
.novecento20 {
	width:920px!important;
}
.novecento30 {
	width:930px!important;
}
.novecento35 {
	width:935px!important;
}
.novecento40 {
	width:940px!important;
}
.novecento70 {
	width:970px!important;
}
.w1035 {
	width:1035px!important;
}
.w1120 {
	width:1120px!important;
}
.min350 {
	min-width: 350px!important;
}
.minw1030 {
	min-width: 1030px!important;
}
.minw1600 {
	min-width: 1600px!important;
}
.maxw250 {
	max-width: 250px!important;
}
.maxw300 {
	max-width: 300px!important;
}
.maxw350 {
	max-width: 350px!important;
}
.maxw1300 {
	max-width: 1300px!important;
}
.marginAuto {
	margin:auto!important;
}
.margin0, .m0 {
	margin:0!important;
}
.margin1 {
	margin:1px!important;
}
.margin2, .m2 {
	margin:2px!important;
}
.margin3 {
	margin:3px!important;
}
.margin5 {
	margin:5px!important;
}
.margin10, .m10{
	margin:10px!important;
}
.margin15{
	margin:15px!important;
}
.margin20{
	margin:20px!important;
}
.margin7 {
	margin:7px!important;
}
.margin0-7 {
	margin:0 7px!important;
}
.margin0-8 {
	margin:0 8px!important;
}
.margin0-50 {
	margin:0 clamp(2px, 3vw, 50px) !important;
}
.margin0-100 {
	margin:0 100px!important;
}
.margin5-0 {
	margin:5px 0!important;
}
.margin9-5 {
	margin:9px 5px!important;
}
.margin10-0{
	margin:10px 0!important;
}
.margin10-50 {
	margin:10px clamp(2px, 3vw, 50px) !important;
}
.margin10-6{
	margin:10px 6px!important;
}
.margin15-0{
	margin:15px 0!important;
}
.margin14-5 {
	margin:14px 5px!important;
}
.margin18-5 {
	margin:18px 5px!important;
}
.margin20-0 {
	margin:20px 0px!important;
}
.margin60-0 {
	margin:60px 0!important;
}
.margin100-0 {
	margin:clamp(2px, 5vw, 100px) 0!important;
}
.margin25-0-0-10 {
	margin:25px 0 0 10px!important;
}
.marginright5 {
	margin-right:5px;
}
.marginright10 {
	margin-right:10px;
}
.marginright15 {
	margin-right:15px;
}
.marginright20 {
	margin-right:20px;
}
.marginright25 {
	margin-right:25px;
}
.marginright35 {
	margin-right:35px;
}
.marginright40 {
	margin-right:40px;
}
.marginleft2 {
	margin-left:2px;
}
.marginleft5 {
	margin-left:5px;
}
.marginleft10 {
	margin-left:10px;
}
.marginleft15 {
	margin-left:15px;
}
.marginleft20 {
	margin-left:20px;
}
.marginleft25percent {
	margin-left:25%;
}
.margintop1 {
	margin-top:1px!important;
}
.margintop2 {
	margin-top:2px!important;
}
.margintop5 {
	margin-top:5px!important;
}
.margintop10 {
	margin-top:10px!important;
}
.margintop14 {
	margin-top:14px!important;
}
.margintop16{
	margin-top:16px!important;
}
.margintop20 {
	margin-top:20px!important;
}
.margintop25 {
	margin-top:25px!important;
}
.margintop28 {
	margin-top:28px!important;
}
.margintop30 {
	margin-top:30px!important;
}
.margintop32 {
	margin-top:32px!important;
}
.margintop35 {
	margin-top:35px!important;
}
.margintop36 {
	margin-top:36px!important;
}
.margintop40, .m40 {
	margin-top:40px!important;
}
.margintop44, .m44 {
	margin-top:44px!important;
}
.margintop50, .m50 {
	margin-top:50px!important;
}
.margintop60, .m60 {
	margin-top:60px!important;
}
.margintop125 {
	margin-top:125px!important;
}
.margintop615 {
	margin-top:615px!important;
}
.marginbottom0 {
	margin-bottom:0!important;
}
.marginbottom2 {
	margin-bottom:2px!important;
}
.marginbottom5 {
	margin-bottom:5px!important;
}
.marginbottom25 {
	margin-bottom:25px!important;
}
.marginbottom50 {
	margin-bottom:50px!important;
}
.marginbottom100 {
	margin-bottom:100px!important;
}
.marginbottom150 {
	margin-bottom:150px!important;
}
.marginbottom200 {
	margin-bottom:200px!important;
}
.padding2 {
	padding:2px 0!important;
}
.padding5 {
	padding:5px 0!important;
}
.padding7 {
	padding:7px 0!important;
}
.padding30-0 {
	padding:30px 0!important;
}
.padding6-12 {
	padding:6px 12px!important;
}
.p5-17 {
	padding:5px 17px!important;
}
.p7-15 {
	padding:7px 15px!important;
}
.p7-17 {
	padding:7px 17px!important;
}
.p12-15 {
	padding:12px 15px!important;
}
.padding0, .p0 {
	padding:0!important;
}
.p2 {
	padding:2px!important;
}
.p4 {
	padding:4px!important;
}
.p5 {
	padding:5px!important;
}
.p6 {
	padding:6px!important;
}
.p7 {
	padding:7px!important;
}
.p8 {
	padding:8px!important;
}
.p10 {
	padding:10px!important;
}
.p12 {
	padding:12px!important;
}
.p15 {
	padding:15px!important;
}
.p16 {
	padding:16px!important;
}
.p20 {
	padding:20px!important;
}
.p30 {
	padding:30px!important;
}
.p40 {
	padding:40px!important;
}
.p50 {
	padding:50px!important;
}
.p100 {
	padding:100px!important;
}
.p0-08em {
	padding:0 0.8em!important;
}
.ptop30 {
	padding-top:30px!important;
}
.pbottom20 {
	padding-bottom:20px!important;
}

/* =Progress bar
-------------------------------------------------------------- */
.progressbar {
	width: 0px;
	height: 1px;
	background: seagreen;
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
/* DISTRIBUTOR
-------------------------------------------------------------- 
*/
.frame iframe, .frame embed {
    border: 0;
	width:100%!important;
	height:900px!important;
}
#interchangeability_view {
    border: 0;
	width:100%!important;
	height:1100px!important;
}
.detailsdistsel {
	width: 860px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
/* DISTRIBUTOR
-------------------------------------------------------------- 
*/
#global_product-dist, #global_product-orders {
    width: 1280px;
    margin: 0 0 50px 0;
    padding: 0;
	z-index: 10;
}
.content-dist, .content-orders {
    top: 140px;
}
.product-dist {
    width: 100%;
	background:white;
}
.search {
    display: inline;
	width: 15rem!important;
}
#closediv{
	margin:auto;
	margin-left: 1230px;
	top:150px;
	padding:5px 6px;
	position:absolute;
	z-index:500;
	color:#e6e6e6;
	background:#960000;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	-webkit-box-shadow:0 -3px 1px rgba(200, 0, 0, 0.2), 0 2px 1px rgba(200, 0, 0, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 -3px 1px rgba(200, 0, 0, 0.2), 0 2px 1px rgba(200, 0, 0, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	-khtml-box-shadow:0 -3px 1px rgba(200, 0, 0, 0.2), 0 2px 1px rgba(200, 0, 0, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	box-shadow:0 -3px 1px rgba(200, 0, 0, 0.2), 0 2px 1px rgba(200, 0, 0, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
}
#closediv:hover{
	color: white;
	background: red;
}
.sortmodule{
	margin-bottom:2em;
}
.sortmodule ol{
	clear:left;
	list-style:none;
	margin:0;
	padding:0;
	border:1px solid #E8E8E8;
}
.sortmodule li{
	margin:0;
	padding:5px 0 5px 20px;
	border-top:1px solid #E8E8E8;
}
.sortmodule ol li:last-child{
	border-bottom:0;
}
.sortmodule .date{
	display:block;
	margin-top:.25em;
}
.sortmodule .menu{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	background:#FFC000;
}
.sortmodule .menu li{
	float:left;
	padding:0.8em;
	border-left:1px solid #E2E2E2;
	font-size:85%;
	text-transform:capitalize;
	color:#666;
	cursor:pointer;
}
.sortmodule .menu li.selected{
	border-bottom:0;
	border-top:2px solid #2341A7;
	background:#FFF;
}
.sortmodule .menu li:hover,
.sortmodule .menu li:focus{
	color:red;
	border-top:2px solid #2341A7;
}
.sortmodule .menu li:last-child{
	border-right:1px solid #E2E2E2;
}
.dist-mod-title{
	float:left;
	width:440px;
}
.dist-mod{
	float:left;
}
.evidenzia-info H8{
	font-size: 1.4rem;
}
#post-info{
	overflow: hidden;
	height:372px;
	background-color:yellowgreen;
	padding:5px;/*20px;*/
	border:1px solid #576476;/*#E1E1E1;*/
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(167, 169, 172, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
}
#post-info .schede-info{
	list-style:none;
	overflow: hidden;
	height:372px;
}
.post-dist-title{
	color:white;
}
#post-info .schede-info a{
	color:black;
}
#post-info .schede-info a:hover{
	color:white;
}
#post-info .schede-info H9{
	font-weight: bold;
}
#post-info .schede-info p{
	color: black;
	font-size: 1.2rem;
}
.div_porz{
	margin:0;
	padding:0;
	float:left;
	width: 100%;
	font-size: 1rem;
}
.evidenziatore{
	border-bottom:1px solid #E1E1E1;
}
#prdcode H2{
	line-height:0;
}
.titleselect{
	min-width:157px;
	padding:10px;
	text-align:center;
	height:56px;
	border:1px solid #E1E1E1;
	border-top:0;
	background-color:#fff8ef;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
#titleselbtnclose{
	color:red;
}
.imgselectlist{
	width:100%;
	padding:0 10px;
	border:0;
}
.imgselectdist{
	width: 100%!important;
	float: left;
    border-right: 1px solid #999;
    margin: 0;
    min-height: 770px;
    padding: 5px 10px;
}
.imgselectdist H3{
	border-bottom:0;
}
#tetraview{
	width:100%;
}
#tetraview iframe{
	width:100%;
	height:1050px;
}
.tetrapreviewbtn{
	z-index:200;
	margin:5px;
	width:40px;
	height:40px;
	position:absolute;
	background:#576476;/*#2341A7;*/
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	box-shadow:0px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.3);
}
.tetrapreviewbtn:hover{
	background:black;/*#200772;*/
}
.tetrapreviewbtn h3{
	padding:8px 0;
	margin:0;
	color:white;
	line-height:1;
	font-size: 1.8rem;
}
.tetraframe{
	background:white;
	padding:3px;
	width:100%;
}
.tetraframe iframe{
	width:100%;
	height:1050px;
}
.preferiti{
	color:white;
	text-overflow:ellipsis;
	margin:10px;
	padding:5px;
}
.distitle{
	float:left;
	width:100%;
	margin: 18px !important;
}
.distitle h3{
	border:0;
}
#filterpref select{
	max-height: 30px;
	padding: 2px;
	width: 100%;
}
#managepref{
	margin: 5px;
	width: 100%;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.manage{
	width:75px;
}
.filterprf{
	float:left;
	border:0;
}
.folderprefselect div, .folderpref div, .filterprf div{
	margin:2px;
	float:left;
}
.titleprefselect{
	padding-top:6px;
}
.folderprefselect select{
	width:100px;
	height:30px;
	padding:3px;
}
.mnstore{
	width: 380px;
	border-bottom:1px solid #c6991d;
}
#mngstore {
	width: 100%;
}
#mngstore H3{
	text-align:left;
	margin:10px;
}
.insertfrm{
	margin:10px;
	width:75%;
	text-align:left;
}
.formeq{
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.inputrep{
	width:100%;
}
.txtrep{
	width:100%;
}
.mnstoreList{
	width:100%;
}
.mnstoreListrow{
	padding:0;
	margin:10px;
	float:left;
	width:97%;
	border-bottom:1px solid #E0E0E0;
}
.folderList{
	padding:2px;
	border:1px solid #E0E0E0;
}
.frmListrow{
	text-align:left;
	float:left;
	padding:5px;
}
.strListName{
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: nowrap;
	overflow: hidden;
	width:15%;
	border-left:1px solid #E0E0E0;
}
.strListDesc{
	width:45%;
	text-overflow: ellipsis;
	word-wrap: break-word;
}
.strListData{
	width:10%;
}
.strListBtn{
	width:80px;
}
.modfolder{
	text-align:left;
	clear:left;
	color:red;
	border-top:1px solid #E0E0E0;
}
.error_folder{
	text-align:left;
	min-width:280px;
	clear:left;
	color:red;
	padding:8px;
}
#tooldist{
	float:left;
	margin-top:5px;
	width:120px;
	padding:0;
}
#tooldist .dist-mod{
	padding:2px;
}
#tooldist H2{
	font-size: 1.2rem;
	width:100px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#9f7800;
	line-height:1.4;
	margin:0;
	padding:10px 0;
}
.selistitle{
	min-height:47px;
	padding:8px;
	border-bottom:1px solid #E1E1E1;
}
.selistitle H4{
	margin-top:15px;
	line-height:0;
	color:blue;
}
.selmaclist{
	clear:both;
}
.save{
	background:#E9E9E9;
	padding:3px;
	border-right:1px solid #c6991d;
	border-left:1px solid #c6991d;
	border-bottom:1px solid #c6991d;
	-webkit-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-khtml-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
}
.selectionlistbtn{
	float:right;
	z-index:200;
	cursor:pointer;
	height:24px;
}
.displeft{
	float:left;
}
.dispright{
	float:right;
}
#sel_del{
	float:left;
}
#sel_del h3{
	border:0;
}
#titolopagine{
	padding:15px;
	width:100%;
}
.page{
	margin: 5px 0;
}
.nPage{
	cursor:pointer;
	margin:0;
	padding:0;
}
.nPage:hover{
	color:red;
}
.pgsel{
	color:blue;
}
.lista{
	color:white;
	margin:3px 21px;
	background:url(/img/carrello.png) no-repeat;
}
.selectionlistbtn p{
	margin-left:22px;
}
.selectionlistbtn:hover{
	color:#9f7800;/*#F6C462;*/
}
.lista:hover{
	background:url(/img/carrello-hover.png) no-repeat;
}
.fldselect{
	margin:0;
	padding:5px;
}
.seltitle{
	margin:0;
	padding:2px;
	float:left;
	text-align:left;
}
.seltitlecode{
	background:#fff8ef;
	padding:0;
	width:100%;
	float:left;
	border-top:1px solid #E1E1E1;
}
.seltitlecode div{
	float:left;
}
.seltitlecode ul{
	margin:10px 5px;
	float:right;
}
.tbratio{
	margin:0;
	padding:2px;
	text-align:left;
}
.porzratio{
	width:100px;
}
.btnconf{
	width:100%;
	min-width: 150px;
}
.btnsave{
	width:87px;
	float:right;
}
.btndist{
	display:inline-block;
	*display:inline;
	/* IE7 inline-block hack */
	*zoom:1;
	padding:4px;
	margin-bottom:0;
	line-height: 20px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top, #ffffff, #b9b9b9);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#b9b9b9));
	background-image:-webkit-linear-gradient(top, #ffffff, #b9b9b9);
	background-image:-o-linear-gradient(top, #ffffff, #b9b9b9);
	background-image:linear-gradient(to bottom, #ffffff, #b9b9b9);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color:#b9b9b9 #b9b9b9 #bfbfbf;
	border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #b9b9b9;
	/* IE7 buttons by default so they stand out more given they won't have borders */
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border:1px solid #cccccc;
	*border:0;
	border-bottom-color:#b3b3b3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*margin-left:.3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btndist:hover,
.btndist:focus,
.btndist:active,
.btndist.active,
.btndist.disabled,
.btndist[disabled]{
	background-color:#e6e6e6;
	*background-color:#d9d9d9;
}
.intercamb{
	float:left;
	width:20%;
	min-height:768px;
}
.btnintercamb{
	width:100%;
	text-align:left;
	padding:5px;
}
#confronti{
	width:80%;
	float:left;
	padding:10px;
}
#help{
	background:white;
	padding:10px;
	text-align:center;
}
.index1{
	z-index:1;
}
.index2{
	z-index:2;
}
.index3{
	z-index:3;
}
.modelli{
	padding:10px;
	border-bottom:1px solid #cccccc;
}
.modelli text{
	font-size: 1.4rem;
}
.modellocostr{
	min-height:450px;
}
.modelloconf{
	min-height:435px;
}
.modellocostr H2{
	font-size: 2.5rem;
	display:inline;
}
.modelloconf H2{
	font-size: 1.4rem;
	color:#666666;
	display:inline;
}
.modelloconf p, .modellocostr p{
	margin:0;
}
.modelloconf H5{
	font-size: 2rem;
	color:#666666;
	display:inline;
	margin-left:2px;
}
.suggest H2{
	font-size: 1.6rem;
	color:#2D30A8;
}
.suggest H5{
	font-size: 2.2rem;
	color:#2341A7;
}
.listfam{
    background:#ebedf7;
	border:1px solid #cccccc;
	margin-bottom:5px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.family{
	cursor:pointer;
	padding-left:20px;
	line-height: 2;
}
.family:hover{
	background-color:#051E52;
	color:white;
}
.selectfam{
	color:white;
	background-color:#051E52;
}
.listrid{
    background:#F8F8F8;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.selectrid{
	color:white;
	background-color:#2341A7;
}
.riduttori{
	display:block;
	cursor:pointer;
	padding-left:40px;
	border-bottom:1px solid #eeeeee;
	line-height:1.5;
}
.riduttori:hover{
	background-color:#2341A7;
	color:white;
}
.montaggi{
	display:block;
	cursor:pointer;
	padding-left:60px;
	line-height:1.5;
	border-bottom:1px solid #eeeeee;
}
.montaggi:hover{
	background-color:#888888;
	color:white;
}
.listmont{
    background:#F8F8F8;/*url('/img/costr-pattern.svg');*/
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.selectmont{
	color:#9f7800;
	background-color:#E5E5E5;
}
.btnalert{
	margin-left: 10px;
	border: 1px solid white;
}
.ratiobtn{
	width: 90px;
	color: #005DE9;
}
.selfield{
	margin:0;
	padding:0;
	float:right;
	text-align:left;
}
.fldtext{
	width:175px;
	float:left;
	margin-left:10px;
	text-align:left;
}
.autoval{
	float:right;
	margin-right:10px;
}
.confirmbtn{
	width:230px;
	margin-top:12px;
	padding-top:4px;
	border-top:1px solid #E1E1E1;
}
.selfield button{
	margin:2px;
	color:#2D30A8;
	width:80px;
}
.btnbill{
	color:#8d6a00;
}
.selectwdt{
	width: 95px;
}
.selectwdtprd{
	width:140px;
}
.logineq{
	padding:2px;
	margin:2px;
}
.reqmenu{
	margin:0;
	margin-top:5px;
	padding:0;
	width:232px;
	text-align:left;
}
.datirichiesta{
	border:1px solid #E1E1E1;
	border-top:0;
	float:left;
	padding:0;
	margin:0;
	width:232px;
	text-align:left;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.datirichiesta div{
	float:left;
	padding:5px 0;
	margin:0;
}
.datirichiesta span{
	display:inline-block;
	margin:5px;
}
.datareq{
	font-size: 1.2rem;
	font-weight:bold;
	cursor:pointer;
}
.datareq:hover{
	color:red;
}
.rischieste{
	width:228px;
}
.rischiesta{
	width:200px;
	border-bottom:1px solid #F2F2F2;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
.scheda{
	margin:0;
	padding:5px;
	border:1px solid #E1E1E1;
	display:inline-block;
	*display:inline;
	/* IE7 inline-block hack */
	text-align:center;
	cursor:pointer;
	background-color:#f5f5f5;
	background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.scheda:hover{
	color:red;
}
.schedahidden{
	width:116px;
	cursor:default;
	color:white;
	margin:0;
	padding:5px;
	display:inline-block;
	*display:inline;
	/* IE7 inline-block hack */
	border-bottom:1px solid #E1E1E1;
}
.select{
	color:blue;
	border-top:2px solid #2D30A8;
	border-bottom:0;
	background-color:#fff;
	background-image:none;
}
.addlist{
	width:232px;
}
#titlereq{
	width:232px;
	border-bottom:1px solid #E1E1E1;
}
.addlist #firstlist{
	margin:0;
	padding:0;
}
.addlist .selenquiry{
	color:#6E84D6;
	margin-left:5px;
	text-align:left;
}
.addlist .codesel{
	min-width:160px;
	color:#6E84D6;
	margin-left:2px;
	text-align:left;
}
.addlist .selqty{
	text-align:center;
	margin-right:5px;
	float:right;
}
#dragsel{
	padding:5px;
	text-align:center;
	background:white;
	z-index:250;
	border:1px solid #c6991d;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.btnrep{
	color:#a10000;
	display:inline;
	width:230px;
}
.selezmenu{
	float:left;
}
.porz_motorpower{
	width: 100%;
}
.dtgrid{
	width:400px;
}
.dtgridpow{
	width:100%;
}
.dtgrid h2{
	font-size: 1.8rem;
}
.selectionlist{
	float:left;
	width:100%;
	min-height: 350px;
	border:1px solid #E1E1E1;
	background:white;
	margin:3px 0;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.singlesel{
	float:left;
	width: 100%;
	border-bottom: 1px solid #E1E1E1;
    padding: 20px 0;
}
.indexsel{
	float: left;
	background: #063FA6;
	color: white;
	padding: 10px;
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.singleseltitle{
	float:left;
	width:100%;
	padding:10px 0 10px 0;
	border-bottom:1px solid #E1E1E1;
}
.singleseltitle h2{
	float: left;
    color: #063FA6;
	margin: 0!important;
	border: 0;
	line-height: 1;
}
.singleseltitle ul{
	float:right;
}
.delselqr{
	background:url(/img/chiudi.png) no-repeat;
	width:25px;
	height:27px;
	display:inline;
	cursor:pointer;
}
.delselqr:hover{
	background:url(/img/chiudi_over.png) no-repeat;
}
.linksel{
	cursor:pointer;
}
.linksel h2:hover{
	color:red;
}
.linkselect h2{
	color:#6E84D6;
	font-weight:bold;
}
.optbtn{
	margin:10px 0 10px 0;
	padding:12px 0 5px 0;
	float:left;
}
.opttoolbtn{
	float:left;
	margin:10px;
}
.opttoolbtn p{
	margin:0;
}
.opttoolbtn h4{
	font-size: 1.2rem;
}
.opttoolbtn div{
	padding:10px 0;
	width:175px;
	clear:left;
}
.opttoolbtn select{
	float:left;
	padding:3px;
	margin: 0!important;
    width: 80px!important;
	height:30px;
}
.opttoolbtn button{
	float:left;
}
.optsrvcbtn button{
	width:170px;
}
.optimg{
	min-width: 480px;
	width: 35%;
	margin: 9px;
	float: left;
	text-align: center;
}
.optimg H2{
	padding: 0;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    border: 0;
}
.optbtn button{
	margin:2px;
}
.optbtn .delete{
	color:#b01a02;
}
.optbtn .delete:hover{
	color:red;
}
.optionsel{
	margin:10px 0;
	padding:10px;
	float:left;
	width: 300px;
}
.btnitems{
	list-style:none;
	margin:0;
	padding:0;
}
.btnitems li{
	float:left;
}
.btnitems a{
	display:block;
	width:40px;
	height:35px;
	padding:0 0.1em;
}
.nselbtn{
	color:white;
	text-align:center;
	padding:1px;
	margin-top:-15px;
	margin-left:25px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	box-shadow:0px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.3);
	background:#ae0101;
}
.btnitems a:before{
	content:'';
	display:block;
	max-width:30px;
	height:30px;
	margin-bottom:0.1em;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	box-shadow:0px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.3);
	background:black url(/img/distributor-item.png);/*#2341A7*/
}
.btnitems a:hover:before{
	background-color:#200772;
}
.infodet{
	padding:0 25px;
}
.btnmod a:before{
	background-position: 0 0;
}
.btndel a:before{
	background-position: 0 -30px;
}
.btncopy a:before{
	background-position: 0 -60px;
}
.deltopref a:before{
	background-position: 0 -90px;
}
.addtopref a{
	float:left;
	min-width:140px;
	padding:5px 0;
}
.addtopref a:before{
	height:0;
	background-position: 0 -120px;
}
.seltitlelist{
	width:380px;
}
.selezmenu ul{
	margin:0;
	padding:5px;
	font-size: 1.2rem;
	word-wrap: break-word;
}
.selezmenu ul li{
	text-align:center;
	list-style:none;
	float:left;
	min-width:90px;
}
.selezmenu .titolo li{
	margin:5px 0;
	padding:2px;
}
.titoloratio{
	width:90px;
	color:red;
}
.selection{
	float:left;
	margin-bottom:5px;
}
.selection div{
 	clear:left;
}
.selbutton{
	min-width:100px;
}
.selection .row-link a:visited{
	color:#2341A7;
}
.selection .row-link a:hover{
	color:red;
}
.report{
	background: #FFC000;
	padding: 2px;
}
.reportoption{
 	clear:both;
 	line-height:1.5;
	font-size: 1.1rem;
}
.evid{
	color: #005DE9
	text-align: left;
}
.evidupdate{
	width:290px;
	color:white;
	background:#9f7800;
	text-align:center;
	padding:4px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.reportoption H5{
	display:inline;
	color:#2D30A8;
}
.reportoption p{
	display:inline;
	margin:0;
}
.inputqty{
	width:40px;
}
/* CONFIGURATOR
-------------------------------------------------------------- 
*/
.configurator {
	padding:5px 0;
	width:1280px;
	float:left;
}
.configurator h1, .configurator h3 {
	padding: 0!important;
    border: 0!important;
}
.configurator h6 {
	margin:0!important;
	line-height:1!important;
	display:inline!important;
}
.helpTitle{
	font-size: 1.8rem!important;
}
.helpfield{
	font-size: 1.4rem!important;
	margin: 0 20px!important;
}
.loader {
	width:100px;
	position: absolute;
    top: 24%;
    left: 38%;
}
.configtitolo {
	width: 100%!important;
	border-bottom: 1px solid #E1E1E1;
}
.titolofield {
	width: 875px!important;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
.codiceibm {
	text-align: left;
	margin: 5px;
	width: 360px!important;
	border-bottom: 1px solid #E1E1E1;
}
.inputCopySel {
    padding: 5px;
	width: 330px!important;
}
.copySel {
	overflow-y: auto;
	overflow-x: hidden;
}
.copySelactive {
	max-height: 300px!important;
}
.copySelnotactive {
	height: 0!important;
}
.partlist {
    padding: 5px;
	text-align:left;
	margin: 5px;
	font-size: 1.2rem;
	z-index: 0;
}
.listwith {
	width: 0!important;
}
.listwithaction {
	width: 380px;
	animation-name: lswidth;
	animation-duration: 1s;
}
@keyframes lswidth {
  from {width: 0;}
  to {width: 380px;}
}
.partlist div {
	width: 380px;
}
.rowpart{
	text-align:left;
	transition: width 1s;
}
.rowpartnotactive{
	width: 355px!important;
    padding: 0;
}
.rowpartactive{
	width: 300px!important;
    padding: 5px;
	animation-name: changewidth;
	animation-duration: 1s;
}
@keyframes changewidth {
  from {
	width: 355px!important;
    padding: 0;}
  to {
	width: 300px!important;
    padding: 5px;}
}
.partdetails {
/*	background-color: #e5e5e5!important;*/
	text-align: center;
    padding: 15px 5px;
	z-index: 10;
}
.detailswithaction {
	width: 885px;
	min-height: 955px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.modif {
	background-color: #e5e5e5;
}
.modifactive {
	background-color: lightgrey;
	animation-name: changeColor;
	animation-duration: 1s;
}
@keyframes changeColor {
  from {background-color: #e5e5e5;}
  to {background-color: lightgrey;}
}
.mod {
	width: 25px!important;
	margin: 0;
}
.modcolor {
    color: black;
}
.modfocus {
    color: red;
	margin: 5px 10px;
	animation-name: changemargin;
	animation-duration: 1s;
}
@keyframes changemargin {
  from {margin: 0;}
  to {margin: 5px 10px;}
}
.mod:hover {
    color: blue!important;
}
#imgselect {
	width: 100%!important;
}
#imgselect H1 {
    margin: 5px 20px!important;
}
#imgselect H3 {
	font-size: 1.6rem!important;
}
#imgselect H8 {
	color:black!important;
	font-size: 1.6rem!important;
    text-shadow: none!important;
}
.config-btn {
	float:left;
	margin:5px;
	width: 275px;
/*	height: 260px;*/
}
.duecolonne {
    margin: 10px;
    width: 400px;
	height: 356px;
}
.trecolonne {
	width: 275px!important;
	height: 260px;
}
.quattocolonne {
	width: 305px!important;
	height: 260px;
}
.img-big {
	width:575px;
	height: auto;
}
.config-btn-img {
	width:100%!important;
	margin: 5px 0!important;
	border:1px solid #0248C5!important;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	-khtml-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.config-btn-img:hover {
	border: 1px solid black!important;
}
.config-small-ico {
	margin-top: 4px;
	text-align: left;
	padding: 5px;
}
.config-btn H2, .config-btn H5, .config-btn p, .config-btn-img H2, .config-btn-img H5, .config-btn-img p {
	text-align:left!important;
	display:inline!important;
}
.config-btn H2, .config-btn-img H2 {
	font-size: 1.4rem!important;
	color: black!important;
	text-transform: none!important;
    padding: 0!important;
    margin: 0!important;
    border: 0!important;
}
.config-btn H4, .config-btn-img H4 {
	font-size:200%!important;
	color:#9f7800!important;
	font-weight:normal!important;
}
.config-btn H5, .config-btn-img H5 {
    font-size: 1.4rem!important;
	color: #005DE9!important;
}
.config-btn p, .config-btn-img p {
	margin:0!important;
}
.seltable-cell ul li  {
	width: 170px;
}
.seltable {
	float:left;
	overflow-y:hidden;
	overflow-x:hidden;
}
.seltable div {
	float:left;
	width: 100%;
}
.seltable ul li {
	margin: 0;
	padding: 1px;
}
.seltable ul li h2 {
	color: black;
    margin: 1px 0!important;
    border: 0;
    font-size: 1.2rem;
    font-weight: normal;
}
.tools-title {
	width: 150px!important;
}
.tools-btn {
	width: 200px!important;
}
.tools-sel select, .tools-sel button {
	width: 100px;
	height: 30px!important;
}
#atree iframe , #bom iframe {
    border: 0;
	width:100%!important;
	height:690px!important;
}
#preview iframe {
    border: 0;
	width:100%!important;
	height:320px!important;
}
#datasheet embed {
    border: 0;
	width:100%!important;
	height:1000px!important;
}body {
	margin:0;
	padding:0;
	color:black;
	background: white;
	background-color: white !important;
	overflow-x: hidden;
	font-family: "Arial" !important;
	font-size: 90%;
}
*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* Testata 
-------------------------------------------------------------- */
.testata {
	width: 100%;
	float: left;
}
.hidden,
input[type="hidden"] {
	display: none;
}
.section {
    float: left;
}
.section-right{
	float: right;
}
.absolute {
	position: absolute;
}
.cursor {
	cursor: pointer;
}
.modal-loading {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 1150px;
    width: 100%;
    background: url(../img/loading_new.gif) 50% 50%  no-repeat;
}
.imghover:hover  {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
/* Form 
-------------------------------------------------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	display: inline-block;
	margin: 2px;
	padding: 6px;
	border: 1px solid #bbbaba;
	background: #fbf9fd;
	box-shadow: inset 1px 1px 4px #E8E8E8;
	color: black;
	font-size: 8pt;
}
/* Alert 
-------------------------------------------------------------- */
#nocookie, 
#infocookie,
.alertmess h4:after  {
	display: none;
}
.alertmess {
	background: #aba8a8;
	color: black;
	z-index: 99999;
	padding: 0.8em;
	margin: auto;
    max-width: 1300px;/*1230px*/
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.infolist {
	padding: 0.5em;
	background: #FFC000;
	border: 1px solid #BF9C30;
}
.alertmess h3, .alertmess h4  {
	margin: 0.5em;
	padding: 0.5em;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
	border: 0;
}
.alertmess a {
	color: #ad221a !important;
	font-size: 100% !important;
	height: 0 !important;
	display: inline !important;
	padding: 0 !important;
}
.alertmess a:hover {
	color: white !important;
}
/* Content 
-------------------------------------------------------------- */
#containerh {
	margin: auto;
	width: 1300px;/*1230px*/
}
#contenth {
	float: left;
	width: 100%;
	background: white;
	margin-bottom:100px;
}
/* Footer 
-------------------------------------------------------------- */
.footerh {
	color: #FFF;
	margin: auto;
	width: 100%;
	clear: both;
	font-size: 90%;
}
.credits {
	height: 40px;
	width: 100%;
	color: #FFF;
	font-size: 80%;
	text-align: center;
}
.credits p {
	margin: 0;
	padding: 10px;
	font-size: 120%;
}
.credits a {
	text-decoration: none;
	color: #FFF;
}
#social {
    width: 180px;
	padding: 5px;
    float: right;
}
.ico_social {
    background: url(/img/ico_social.jpg);
    width: 30px;
    height: 30px;
}
.ico_youtube {
    background-position: 30px 60px;
}
.ico_twitter {
    background-position: 30px 90px;
}
.ico_fb {
    background-position: 30px 120px;
}
.ico_gplus {
    background-position: 30px 150px;
}
.ico_linkedin {
    background-position: 30px 30px;
}
	/* =Languages
	-------------------------------------------------------------- */
	#languages-menu {
		min-width: 100px;
	}
	.languages-ico {
		width: 15px;
		height: 15px;
		margin: 0 2px;
		background: url(/img/flag-round.png);
		background-position-x: 0;
	}
	#it {
		background-position-y: 0;
	}
	#en {
		background-position-y: -15px;
	}
	#de {
		background-position-y: -30px;
	}
	#ru {
		background-position-y: -45px;
	}
	#es {
		background-position-y: -60px;
	}
	#no {
		background-position-y: -75px;
	}
	#th {
		background-position-y: -90px;
	}
	#fr {
		background-position-y: -105px;
	}
	#pl {
		background-position-y: -120px;
	}
@media screen and (min-width: 1170px) {
	/* Menu header
	-------------------------------------------------------------- */
	.mobile-menu-container {
		display: none;
	}
	.etc-menu {
		position: absolute;
		background: #f2f2f2;
		z-index: 99999;
		padding: 0 10px;
		width: 100px;
		text-align: center;
		margin: 0 -25px;
	}
	.track-menu {
		position: absolute;
		background: #f2f2f2;
		z-index: 99999;
		width: 145px;
		text-align: center;
		margin: 0 -48px;
	}
	select#qtranxs_select_qtranslate-chooser {
		background: #2d2d2d;
		border: 0;
		color: white;
		padding: 11px;
		text-transform: uppercase;
		width: 100%!important;
	}
	.ico_app {
		background: url(/img/ico-menu-app.jpg);
		width: 45px;
		height: 45px;
	}
	.app-track {
		background-position: 270px 45px;
	}
	.app-news {
		background-position: 225px 45px;
	}
	.app-hmstore {
		background-position: 180px 45px;
	}
	.app-dist-area {
		background-position: 135px 45px;
	}
	.app-orders {
		background-position: 90px 45px;
	}
	.app-wwide {
		background-position: 45px 45px;
	}
	.app-atex {
		background-position: 0 45px;
	}
	/* =Menu
	-------------------------------------------------------------- */
	.menu-header-top ul, .menu-header ul, div.menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.menu-header-top li, .menu-header li, div.menu li {
		float: left;
		display: block;
		position: relative;
	}
	.menu-header-top a, .menu-header a {
		display: block;
		line-height: 50px;
		text-decoration: none;
	}
	.menu-header a {
		line-height: 50px;
	}
	.menu-header-top a {
		line-height: 40px;
	}
	.menu-header a:hover, 
	.menu-header a:visited, 
	.menu-header a:link, 
	.menu-header a:active, 
	.menu-header-top a:hover, 
	.menu-header-top a:visited, 
	.menu-header-top a:link, 
	.menu-header-top a:active, 
	.sub-menu a:hover, 
	.sub-menu a:visited, 
	.sub-menu a:link, 
	.sub-menu a:active {
		text-decoration: none;
	}
	.menu-header a:hover, 
	.menu-header a:visited, 
	.menu-header a:link, 
	.menu-header a:active {
		color: black;
	} 
	.menu-header-top a:hover, 
	.menu-header-top a:visited, 
	.menu-header-top a:link, 
	.menu-header-top a:active, 
	.sub-menu a:hover, 
	.sub-menu a:visited, 
	.sub-menu a:link, 
	.sub-menu a:active {
		color: white;
	}
	.menu-header ul li.subarrow a:after {
		content: "keyboard_arrow_down";
		position: absolute;
		left: 50%;
		margin: 0 0 0 -12px;
		transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		z-index: 5;
		font-family: "Material Icons";
		text-rendering: optimizeLegibility;
		font-feature-settings: 'liga' 1;
		font-style: normal;
		text-transform: none;
		line-height: 1;
		font-size: 15px;
		width: 24px;
		height: 14px;
		display: inline-block;
		overflow: hidden;
		-webkit-font-smoothing: antialiased;
	}
	.menu-header ul li.subarrowTop a:after {
		top: 28px!important;
	}
	.menu-header ul li.subarrow a:after {
		top: 32px;
	}
	.menu-header ul li.subarrow a:hover:after {
		top: 35px!important;
		color: red!important;
	}
	.menu-header ul li.subarrow a.on {
		color: red!important;
	}
	.menu-header ul li.subarrow a.on:after {
		top: 35px!important;
		color: #red!important;
		font-weight: bold;
		font-size: 16px;
	}
	.menu {
		margin: 0;
		padding: 0;
	}
	.sub-menu, sub-menu-languages {
		position: absolute;
		margin-left: 0;
		float: left;
		z-index: 99999;
		width: 100%;
/*		background: rgba(110, 110, 110, 0.98);*/
		border-top: solid 1px #999999;
		background: white;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	}
	.sub-menu li {
		float: left;
		display: block;
		position: relative;
		width: 234px;
		min-height: 62px;
		margin: 5px;
		border: solid 1px #333;
	}
	.products-menu-li {
		width: 315px!important;
		height: 132px!important;
	}
	.sub-menu li .products-menu-li-a:hover {
		background: #f5f5f5;
	}
	.sub-menu li a:hover  {
		background: #333;
	}
	.sub-menu a {
		color: #fff;
		display: block;
		text-decoration: none;
		/*text-transform: uppercase;*/
		word-wrap: break-word;
		/*padding: 1.2em 0.5em;*/
		min-height: 60px;
		font-size: 90%;
	}
	.products-menu-li-a {
		height: 130px!important;
		color: black!important;
		background: white;
	}
	.products-menu-li-a:hover  {
		color: #fff!important;
		color: black!important;
	}
	.close-submenu {
		float: right;
		padding: 6px;
		background: #525252;
	}
	.close-submenu:hover {
		background: #111111;
	}
	.menu-header ul ul {
		display: none;
		position: absolute;
		margin-left: 0;
		padding: 5px;
		float: left;
		z-index: 99999;
		background: rgba(58, 58, 58, 0.95);
	}
	/*
	.menu-header ul ul li {
		width: 234px;
		height: 75px;
		margin: 5px;
		border: solid 1px #333;
	}
	.menu-header ul ul a {
		line-height: 1.5em;
		padding: 1.2em 0.5em;
		height: 70px;
		font-size: 85%;
	}
	*/
	.menu-header ul li a:hover  {
		color:red;
	}
	.menu-header ul ul li:hover  {
		background: #333;
	}
	.menu-header ul li.current_page_item > a,
	.menu-header ul li.current_page_ancestor > a,
	.menu-header ul li.current-menu-ancestor > a,
	.menu-header ul li.current-menu-item > a,
	.menu-header ul li.current-menu-parent > a {
		background: #424242;
	}
	* html .menu-header ul li.current_page_item a,
	* html .menu-header ul li.current_page_ancestor a,
	* html .menu-header ul li.current-menu-ancestor a,
	* html .menu-header ul li.current-menu-item a,
	* html .menu-header ul li.current-menu-parent a {
		background: #424242;
	}
	.sub-menu-title {
		width: 100%;
		background: #343534;
		padding: 0.1em 0.5em;
		margin: 10px 0;
		font-size: 140%;
		font-weight: bold;
		text-transform: uppercase;
		color: white;
		line-height: 0;
	}
	.sub-menu-title-nolink {
		line-height: 1.5em;
	}
	.submenu-title-noimg {
		padding: 0 !important;
		height: 0 !important;
	/*
		display: inline !important;
		text-transform: lowercase !important;
		font-weight: normal !important;
	*/
		line-height: 1.6em !important;
	}
	.submenu-title-noimg:hover {
		color: red;
	}
	.sec-sub-menu {
		margin-left: -107px!important;
	}
	.terz-sub-menu {
		margin-left: -204px!important;
	}
	.ico_products {
		background: white url(/img/ico_products_menu.png);
		float: left;
		width: 130px;
		height: 130px;
		margin: 0 15px 0 0;
	}

	.ico_rightangle {background-position: 0 0;}
	.ico_square {background-position: 390px 0;}
	.ico_onestep {background-position: 260px 0;}
	.ico_light-coaxial {background-position: 130px 0;}

	.ico_coaxial {background-position: 0 390px;}
	.ico_strong {background-position: 390px 390px;}
	.ico_compact {background-position: 260px 390px;}
	.ico_compact-cast {background-position: 130px 390px;}

	.ico_cube {background-position: 0 260px;}
	.ico_angletech {background-position: 390px 260px;}
	.ico_angletech-heavy {background-position: 260px 260px;}
	.ico_motor{background-position:130px 260px;}

	.ico_customized-vsf {background-position: 0 130px;}
	.ico_anticorrosive {background-position: 390px 130px;}
	.ico_m-square {background-position: 260px 130px;}


	/*
	.ico_onestep{background-position:540px 0px;}
	.ico_onestep-cast{background-position:450px 0px;}
	.ico_compact-onestep{background-position:360px 0px;}
	.ico_light-coaxial{background-position:270px 0px;}
	.ico_coaxial{background-position:180px 0px;}
	.ico_strong{background-position:90px 0px;}

	.ico_compact{background-position:540px 360px;}
	.ico_compact-cast{background-position:450px 360px;}
	.ico_angletech{background-position:360px 360px;}
	.ico_angletech-cast{background-position:270px 360px;}
	.ico_angletech-heavy{background-position:180px 360px;}
	.ico_cube{background-position:90px 360px;}

	.ico_rightangle{background-position:540px 270px;}
	.ico_square{background-position:450px 270px;}
	.ico_hightech{background-position:360px 270px;}
	.ico_customized{background-position:270px 270px;}
	.ico_customized-vsf{background-position:180px 270px;}
	.ico_motor{background-position:90px 270px;}

	.ico_stainlessteel{background-position:540px 180px;}
	.ico_onestep-inox{background-position:450px 180px;}
	.ico_coaxial-inox{background-position:360px 180px;}
	.ico_motor-inox{background-position:270px 180px;}
	.ico_anticorrosive{background-position:180px 180px;}
	.ico_variator{background-position:90px 180px;}

	.ico_pre-rightangle{background-position:540px 90px;}
	.ico_pre-square{background-position:450px 90px;}
	.ico_comb-rightangle{background-position:360px 90px;}
	.ico_comb-square{background-position:270px 90px;}
	*/
	.ico_dst_distributors {
		background: black url(/img/sprites-distributor.png);
		float: left;
		width: 60px;
		height: 60px;
		margin: 0 15px 0 0;
	}
	.ico_dst_store {
		background-color: #304e8e;
		background-position: -240px -300px;
	}
	.ico_dst_contatti {
		background-color: green;
		background-position: -60px 0;
	}
	.ico_dst_orders {
		background-color: green;
		background-position: -60px -180px;
	}
	.ico_dst_price_list {
		background-position: 180px 0;
	}
	.ico_dst_allprice {
		background-color: green;
		background-position: -240px -180px;
	}
	.ico_dst_quickorder {
		background-position: 0 -360px;
	}
	.ico_dst_interchangeability {
		background-position: -120px -120px;
	}
	.ico_dst_kitcode {
		background-position: -120px -300px;
	}
	.ico_dst_specials {
		background-position: -120px -360px;
	}
	.ico_dst_app {
		background-position: -180px -300px;
	}
	.ico_dst_faq {
		background-position: -60px -300px;
	}
	.ico_dst_quality {
		background-position: 0 -120px;
	}
	.ico_menu_download {
		background: url(/img/ico_menu_download.png);
		float: left;
		width: 60px;
		height: 60px;
		margin: 0 15px 0 0;
	}
	.ico_menu_documentations {
		background-position: 60px 120px;
	}
	.ico_menu_drawings {
		background-position: 60px 60px;
	}
	.ico_menu_company {
		background: url(/img/ico_menu_company.png);
		float: left;
		width: 60px;
		height: 60px;
		margin: 0 15px 0 0;
	}
	.ico_menu_jobs {
		background-position: 0 0;
	}
	.ico_menu_work_with_us {
		background-position: 0 60px;
	}
	.ico_menu_about {
		background-position: 0 120px;
	}
	.ico_menu_sales_network {
		background-position: 0 180px;
	}
	.ico_dst_istruzioni_di_montaggio{
		background-position: -180px -300px;
	}
	.ico_dst_Warranty{
		background-position: -60px -360px;
	}
	.ico_dst_distnews {
		background-position: -180px -360px;
	}
	.ico_dst_brushless {
		background-position: -240px -360px;
	}
}/* WORLD WIDE
-------------------------------------------------------------- 
*/
.js .browserwarning{
	display: none;
}
.browserwarning{
	margin: 1em auto;
	padding: 2em 1em;
	width: 40%;
	background: rgba(255, 255, 255, 0.63);
	border-radius: 1em;
	font-size: 150%;
}
#locations{
	display: none;
	text-align: left;
}
#locations ul{
	margin-left: 5em;
	line-height: 1.5;
}
#locations li{
	margin-top: 2em;
}
#locations ul ul{
	margin: 0;
}
#locations ul ul li{
	margin: 0;
}
#mapstore{
	width: 100%;
	background: url(/img/worldwide/bg-map.jpg) 50% 0 no-repeat;
	float:left;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
#mapstore.set .jvectormap-container {
	box-sizing: border-box;

	-webkit-transform: rotateY(8deg) scale(.92);
	-moz-transform: rotateY(8deg) scale(.92);
	-ms-transform: rotateY(8deg) scale(.92);
	transform: rotateY(8deg) scale(.92);

	transition: 1s;
}
#mapstore.set:hover .jvectormap-container {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}
#mapstore .titlemap{
	border-bottom: 1px solid #DDD;
	margin:0 15px;
	float: left;
	width: 100%;
}
#mapstore .titlemap div{
	float:left;
}
#mapstore .storecenter p{
	font-size: 130%;
}
.logostorecenter{
	float:left;
	width:60px;
	height:60px;
	background:url(/img/hydromec_store_60.png);
}
.storecenter{
	float:left;
	width: 50%;
	padding: 0 10px;
}
.partner{
	float:left;
	background: white;
	padding: 15px;
}
.logopartner{
	float:left;
	width:24px;
	height:24px;
	margin-right: 5px;
	background:url(/img/worldwide/hydromec_partner_ico_25.png) no-repeat;
}
.distributors{
	display:inline;
	color:red;
}
.partner h1{
	display:inline;
}
.partner .red{
	color:red;
}
.jvectormap-container{
	height: 650px;
}
/*
.jvectormap-container{
	box-sizing: border-box;

	-webkit-transform: rotateY(8deg) scale(.9);
	-moz-transform: rotateY(8deg) scale(.9);
	-ms-transform: rotateY(8deg) scale(.9);
	transform: rotateY(8deg) scale(.9);

	transition: 1s;
}
.jvectormap-container:hover{
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}
*/
.jvectormap-label{
	position: absolute;
	padding: 3px;
	border:  1px solid #DDD;
	border-radius: 3px;
	background: #031C41;
	font-family: sans-serif, Verdana;
	font-size: 15px;
	color: #FFF;
}
.jvectormap-zoomin,
.jvectormap-zoomout{
	position: absolute;
	top: 600px;
	width: 32px;
	height: 26px;
	font-size: 120%;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: green;/*#6286B2;*/
	color: #FFF;
	text-align: center;
	cursor: pointer;
}
.jvectormap-zoomout{
	left: 45px;
}
.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover{
	background: black;
}
.jvectormap-legend-title{
	font-size: 15px;
}
.legend-map{
	width: 350px;
	height: 75px;
	margin: 10px;
	background:rgba(0,0,0,0.5);
	/* Explorer 5.5 -> 7 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF, endColorstr=#80FFFFFF);
	/* Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF, endColorstr=#80FFFFFF)";

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick{
    width: 172px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample{
	height: 30px;
}/* slide
-------------------------------------------------------------- */
#img-header, #slide-header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 485px;
	z-index: -1;
}
#slide-header {
	background: #eae9ec;
	width: 1300px;
}
#slide-img{
	width:100%;
	height: 485px;
}
#slide-header-text{
	margin: 50px 50px;
	font-size: 180%;
	text-transform: uppercase;
	font-weight: normal;
	color: white;
}
#slide-header-text:hover{
	color: red;
}
#livemotive {
    position: absolute;
    width: 1300px;
	margin: 150px 0;
    background: rgba(60,60,60,0.1);
    border: 1px solid rgba(100,100,100,0.8);
}
#livemotive H8 {
	font-size: 4rem!important;
    text-transform: uppercase;
    display: block;
    margin: 10px 40px;
    padding: 0;
    font-weight: normal;
    color: white;
    font-family: Arial;
    line-height: 1;
}

/* in evidenza
-------------------------------------------------------------- */
#inevidenza {
 /*   top: 405px;*/
    z-index: 10;
    width: 1300px;
    height: 250px;
	padding: 5px;
}
/*
.col {
    width: 24%;
    height: 240px;
    float: left;
    margin: 0 6px;
}
*/
.colev {
    width: 49%;
    height: 240px;
    float: left;
    margin: 0 6px;
}
.row1 {
    height: 105px;
    margin: 10px 0;
    padding: 0.5em;
    width: 100%;
    background: rgba(255,255,255,0.92);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#D8FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#D8FFFFFF)";
}
.row1 H1, .row2 H1, .row3 H1 {
	margin:0;
	padding:0.2em 0;
	font-size:125%;
	text-transform:uppercase;
	font-family: "Arial Black";
	color: #802b26;
	text-align: center;
	line-height: 1;
}
.row1 H2, .row2 H2, .row3 H2, .row5 H2 {
	margin: 0;
	padding: 0.2em 0;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	color: black;
	text-align: center;
	line-height: 1;
}
.row1 H3, .row2 H3, .row3 H3 {
	margin: 0;
	padding: 0.6em;
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	color: black;
	line-height: 1;
}
.row1 p, .row2 p, .row3 p {
	margin: 0;
	padding: 0.52em 0;
	font-size: 100%;
	font-weight: normal;
	color: black;
	text-align: center;
}
.row2 {
    height: 220px;
    margin: 10px 0;
    padding: 0.5em;
    width: 100%;
    background: rgba(255,255,255,0.92);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#D8FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#D8FFFFFF)";
}
.form-order {
	width: 50%;
    margin: 5px;
}
.row3 {
    height: 47px;
    margin: 10px 0;
    width: 100%;
    background: rgba(255,255,255,0.92);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#D8FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#D8FFFFFF)";
}
.row3a {
    width: 75%;
}
.row4a {
    padding: 1em;
	width: 180px;
 }
.row4 {
    height: 105px;
    margin: 10px 0;
    width: 100%;
    background: rgba(255,255,255,0.92);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#D8FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#D8FFFFFF)";
}

.row5 {
    height: 220px;
    margin: 10px 0;
    padding: 0.2em;
    width: 100%;
	background: white;
/*    background: rgba(215,215,215,0.92);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8d8d8d9, endColorstr=#D8d8d8d9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8d8d8d9, endColorstr=#D8d8d8d9)";
*/
}
.row5 p{
    margin: 0;
    padding: 0;
}
.ico_home {
    background: url(/img/ico_home.png);
    width: 47px;
    height: 47px;
}
.ico_pdf {
    background-position: 47px 94px;
}
.ico_3d {
    background-position: 47px 47px;
}
/* Articoli 
-------------------------------------------------------------- */
#homevideotag {
	width: 250px;
}
#homevideo {
	width: 100%;
}
#videoposter {
    width: 250px;
    position: absolute;
    margin: 20px 0;
}
/*
.modules {
	float:left;
	width:100%;
}
.module {
	margin:0.4em;
	width:99%;
	min-height:;
	float:left;
	padding:0.5em;
    background:white;
	border:1px solid #E2E1E1;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.module h3{
	margin-bottom:0.2em;
	font-weight:normal;
}
#slider{
	height:225px;
}
#slider H3{
	font-weight:normal;
	margin-top:-0.3em;
}
.smallmodulescon{
	float:left;
	padding:0.5em;
	width:20%;
}
.smallmodules{
	background:#ffffff;
	margin:0;
	padding:0.5em;
	border:1px solid #E2E1E1;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.latestposts{
	min-height:875px;
	overflow: auto;
	float:left;
	padding:0.5em;
	background:#FFC000;
	border:1px solid #BF9C30;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	-webkit-box-shadow:inset 1px 1px 4px #FFDD73;
	-moz-box-shadow:inset 1px 1px 4px #FFDD73;
	-khtml-box-shadow:inset 1px 1px 4px #FFDD73;
	box-shadow:inset 1px 1px 4px #FFDD73;
}
.latestposts div{
	margin:1em;
	border-bottom:1px solid #BF9C30;
}
.latestposts h3{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
}
.latestposts ul{
	list-style:none;
	margin:0;
	padding:0;
}
.latestposts ol{
	list-style:none;
	margin:0;
	padding:0;
}
.latestposts li{
	padding-top:1.5em;
}
.productsearch{
	padding:2em 1em;
	text-align:left;
	margin-bottom:25px;
	border-bottom:1px solid #E8E8E8;
}
.productsearch input{
	font-size:12px;
	width:187px;
	color:#666;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.productsearch input[type='submit']{
	text-align:left;
	width:35px;
	height:35px;
	background:url(/img/sprites.png) -437px 0 no-repeat;
}
.productsearch input[type='submit']:hover,
.productsearch input[type='submit']:focus{
	background-position: -472px 0;
	color:white;
}
*/
.homebg {
	width: 100%;
	height: 310px;
	float: left;
/*	background: url(/img/general/sfhome.jpg) -330px no-repeat;*/
}
.posthome {
	margin: auto;
	max-width: 1300px;
	padding: 5px;
}
.postbase {
	float: left;
	margin: 6px;
	color: black;
	background: rgba(255,255,255,0.88);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#D8FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FFFFFF, endColorstr=#D8FFFFFF)";
}
.postlist{
	padding: 1.5em;
	width: 24%;
	height: 290px;
}
.postlist h3{
	color:black;
	border-bottom:0;
	font-size:160%;
	font-weight:normal;
}
.postlist h1{
	margin: 0;
    padding: 0.2em 0;
    font-size: 125%;
    text-transform: uppercase;
    font-family: "Arial Black";
    text-align: center;
    line-height: 1;
}
.postlist img{
	width:100%;
	height:auto;
}
.postlist a{
	color:#ad221a;
	font-weight:bold;
	text-decoration:underline;
}
.postlist a:hover{
	color:black;
	text-decoration:none;
}
/*
.navprd p {
	margin: 0;
}
.navpage {
	position: relative;
	float: left;
	top: -40px;
	left: 25px;
	padding: 6px 18px;
}
.navpage p {
	color: #CF9E00;
	line-height: 0;
	font-size: 100%;
}
.navprd i, .navpage i {
	color: #CF9E00;
}
.navprd i:hover, .navpage i:hover {
	color: #000;
	text-decoration: none;
}
#postnews {
	position:absolute;
	top:30px;
	right:0;
	width:25%;
	height:225px;
	padding:0px 5px;
	overflow: auto;
	overflow-x: hidden;
	border:1px solid white;
	background:rgba(215,0,0,0.88);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6960000, endColorstr=#E6960000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6960000, endColorstr=#E6960000)";
	color:black;
	z-index:50;
	-webkit-box-shadow: -7px 7px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -7px 7px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -7px 7px 10px 0px rgba(50, 50, 50, 0.75);
}
#postnews .newslist div{
	border:1px solid black;
	background:white;
	padding:5px;
	margin:5px 0;
}
.newslist div a{
	color:blue;
}
.newslist div a:hover{
	color:#222;
}
.newslist img{
	max-width:380px;
}
#postnews span{
	color:white;
	font-weight:bold;
	font-size:180%;
}
#postnews p{
	color:black;
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	font-size: 100%;
	margin: 0;
}
.post-data{
	font-weight: bold;
	font-size: 80%!important;
}
.post-title{
	font-size: 100%;
	color: white;
	background: green;
	border-bottom: 1px solid black;
	padding: 0 10px;
}
.post-title-product{
	color:#960000;
}
.hmstore{
	margin:10px 0;
}
.hmstore div{
	width:50%;
}
.hmstore img{
	width: 90%;
	height: auto;
}
.title-store p{
	padding:5px 10px;
	font-size:120%;
}
.title-store H1{
	padding:5px 10px;
	font-size:200%;
	line-height:0;
}
.title-store{
	width:45%;
}
.navprd{
	padding:10px 20px;
	width:48.7%;
	background:#698EBD;
}
.navprd a{
	color:white;
	font-size:24px !important;
	text-decoration:none;
}
.navprd a:hover{
	color:#CF9E00;
}
.navpage a, .postlist a{
	color:#ad221a;
	font-weight:bold;
	text-decoration:underline;
}
.navpage a:hover, .postlist a:hover{
	color:#555;
	text-decoration:none;
}
.navpost{
	margin:auto;
	padding:10px;
	max-width:1300px;
}
.navancor{
	padding:20px;
}
.navancor .video-home{
	max-width: 500px;
	margin-top: 5px;
}
.navancor p{
	color:#222;
	font-size:120%;
	float:left;
}
.navancor h3{
	color:#222;
}
.navancor .img-post-home{
	margin: 5px;
}
.postbg{
	margin:10px;
	width:100%;
	max-width:1180px;
	border-bottom:1px solid #E1E1E1;
}
*/#global_product h1 {
	font-size: 220%;
    color: black;
    padding: 0 15px;
    line-height: 1.5;
}
#global_product, .product {
    margin: 0;
    padding: 0;
	width: 100%;
}
#section-category {
    width: 100%;
}
#global_product .pulsante {
    margin: 0.34em;
    float: left;
    border-bottom: solid 1px #c4c0be;
}
#global_product .pulsante a, #global_product .pulsante img {
    border: 0;
}
#global_product .pulsante h5 {
    font-size: 1em;
    text-align: center;
    font-weight: normal;
    margin: 0;
}
#global_product .etichetta h5 {
    text-transform: uppercase;
}
.etichetta {
	margin: 15px 0;
    width: 100%;
}
.etichetta h5{
    font-size: 1.1em !important;
    font-weight: bold !important;
}
.hmprd {
    width: 400px;
	margin: 10px;
    height: 300px;
	z-index: 0;
    background: url(/img/products-new.png);
}
.cl-rightangle {
    background-position: 0 0;
}
.cl-square {
    background-position: -400px 0;
}
.cl-m-square {
    background-position: -1200px -600px;
}
.cl-onestep {
    background-position: -800px 0;
}

.cl-light-coaxial {
    background-position: -1200px 0;
}
.cl-coaxial {
    background-position: -0 -300px;
}
.cl-strong {
    background-position: -400px -300px;
}

.cl-compact {
    background-position: -800px -300px;
}
.cl-compact-cast {
    background-position: -1200px -300px;
}
.cl-cube {
    background-position: 0 -600px;
}

.cl-angletech {
    background-position: -400px -600px;
}
.cl-angletech-heavy {
    background-position: -800px -600px;
}
/*
.cl-motor{
    background-position: -1200px -600px;
}
.cl-customized-vsf {
    background-position: 0 -900px;
}
.cl-anticorrosive {
    background-position: -300px -900px;
}
*/
.cl-stainlessteel {
    background-position: -400px -900px;
}
.cl-onestep-inox {
    background-position: -800px -900px;
}
.cl-clean {
    background-position: 0 -900px;
}
.cl-aluminum-worm-gearboxes {
    background-position: -1200px -900px;
}
.cl-aluminum-ratio-multiplier {
    background-position: 0 -1200px;
}
.cl-ratio-multiplier-inox {
    background-position: -400px -1200px;
}
.cl-helical-bevel-inox {
    background-position: -800px -1200px;
}
.cl-customized-vsf {
    background-position: -1200px -1200px;
}
.pulsprdsf {
    width: 100%;
}
.pulsprd {
    background: url(/img/option.png) no-repeat;
}
.bypower {
    background-position: 0 -30px;
}
.bytype {
    background-position: 0 -60px;
}
.prddoc {
    background-position: 0 -510px;
}
.imgprd {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 2px;
}
.etichetta-coppia {
    float: right;
    margin: 8px 0;
}
.line_menu {
	width: 240px;
    border: solid 1px #c4c0be;
    float: left;
    margin: 15px;
    min-height: 1120px;
}
.line_menu H3 {
	font-size: 190%;
    border-bottom: solid 1px #c4c0be;
    text-align: center;
    color: black;
    line-height: 1.5;
	margin: 10px;
}
.line_menu H8 {
	font-size: 165%;
	font-weight: bold;
}
.imgdownhd{
    cursor: pointer;
    width: 25px;
    height: 25px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    background-position: -30px -92px;
    z-index: 500;
}
.imgdownhd:hover {
    background-position: 0 -92px;
}
.productimg {
	float: left;
	margin: 15px 0;
	width: 960px;
}
.productimg-ico {
	cursor: pointer;
    margin-bottom: 10px;
    margin-right: 10px;
    border: solid 1px #c4c0be;
    padding: 5px;
    width: 181px;
    text-align: center;
	float: left;
}
.productimg-ico img {
    width: 170px;
}
.productimg-ico:hover {
	border:1px solid #000;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-khtml-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
}
.imgprdbig-div {
    border: solid 1px #c4c0be;
    float: left;
    width: 945px;
    text-align: center;
}
.choice-menu {
	margin: 17px 0;
    padding: 10px;
    float: left;
}
#submenu_info_doc {
    float: left;
}
#submenu_info_prd_line {
    margin-top: 20px;
    float: left;
}
#submenu_info_prd_line H3 {
	font-size: 165%;
	font-weight: normal;
    border-bottom: solid 1px #c4c0be;
    text-align: center;
    color: black;
    line-height: 1.5;
	margin: 10px;
}
#info_line2, #submenu_info_prd_doc {
    float: left;
}
.infmenu {
	margin: 0;
    padding: 10px;
    float: left;
}
.infmenu .selectwdtprd {
    width: 217px;
    height: 30px;
	border: solid 1px #c4c0be;
}
.infmenupow {
	margin: 60px 0;
}
.btnprd {
	cursor: pointer;
	width: 217px;
	margin-top: 5px;
	min-height: 27px;
	text-align: left;
}
.btnprdpow {
	float: left;
	margin: 2px 5px;
}
.lnprdpow {
	width: 465px;
}
.sel-tp {
	background: #6B9B00;
	margin-top: 15px;
}
.sel-tp:hover {
	background: #468700;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-khtml-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
}
.sel-pot {
	background: #FFA700;
	margin-top: 15px;
}
.sel-pot:hover {
	background: #e29400;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-khtml-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
}
.color-doc-codifica, 
.color-doc-atex, 
.color-doc-motori, 
.color-doc-lista_piedi, 
.color-doc-lubrificazione, 
.color-doc-sel_by_power, 
.color-doc-catalogue, 
.color-doc-sel_inst_check_list, 
.color-doc-feature, 
.color-doc-guida_alla_selezione, 
.color-doc-carichi_radiali, 
.color-doc-irreversibilita, 
.color-doc-limite_termico, 
.color-doc-accessori,
.color-doc-dimension, 
.color-doc-ricambi {
	color:#575757;
}
.link {
	padding: 7px;
}
.link:hover {
	color: black;
	padding: 6px;
	border: solid 1px #c4c0be;
	font-weight: bold;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-khtml-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
}
.link-choice {
	color: white;
	padding: 7px;
}
.link-choice:hover {
	color: white;
}
.small_ico {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.selby_ico {
	background: url(/img/option.png);
}
.cl-selby-pw {
	background-position: 0 -30px;
}
.cl-seldoc-rid {
	background-position: 0 -60px;
 }
.cl-seldoc-download {
	background-position: 30px -90px;
}
.cl-seldoc-doc-codifica {
	background-position: 0 -120px;
}
.cl-seldoc-doc-atex {
	background-position: 0 -150px;
}
.cl-seldoc-doc-motori {
	background-position: 0 -180px;
}
.cl-seldoc-doc-accessori {
	background-position: 0 -210px;
}
.cl-seldoc-doc-lubrificazione {
	background-position: 0 -240px;
}
.cl-seldoc-doc-sel_by_power {
	background-position: 0 -270px;
}
.cl-seldoc-doc-catalogue {
	background-position: 0 0px;
}
.cl-seldoc-doc-sel_inst_check_list {
	background-position: 0 -300px;
}
.cl-seldoc-doc-feature {
	background-position: 0 -330px;
}
.cl-seldoc-doc-guida_alla_selezione {
	background-position: 0 -360px;
}
.cl-seldoc-doc-dimension {
	background-position: 0 -390px;
}
.cl-seldoc-doc-ricambi {
	background-position: 0 -420px;
}
.cl-seldoc-doc-carichi_radiali {
	background-position: 0 -450px;
}
.cl-seldoc-doc-hd {
	background-position: 0 -570px;
}
.cl-seldoc-doc-hd:hover {
	background-position: 30px -570px;
}
.cl-rid-ico {
	background: black url(/img/ico.png);
}
.cl-rid-onestep {
	background-position:360px 272px;
}
.cl-rid-onestep-cast {
	background-position: 300px 272px;
}
.cl-rid-compact-onestep {
	background-position: 240px 272px;
}
.cl-rid-light-coaxial {
	background-position: 180px 272px;
}
.cl-rid-coaxial {
	background-position: 120px 272px;
}
.cl-rid-strong {
	background-position: 60px 272px;
}
.cl-rid-compact {
	background-position: 360px 204px;
}
.cl-rid-compact-cast {
	background-position: 300px 204px;
}
.cl-rid-angletech {
	background-position: 240px 204px;
}
.cl-rid-angletech-cast {
	background-position: 180px 204px;
}
.cl-rid-rightangle {
	background-position: 360px 136px;
}
.cl-rid-square {
	background-position: 300px 136px;
}
.cl-rid-hightech {
	background-position: 240px 136px;
}
.cl-rid-stainlessteel {
	background-position: 360px 68px;
}
.cl-rid-onestep-inox {
	background-position: 300px 68px;
}
.cl-rid-coaxial-inox {
	background-position: 240px 68px;
}
.cl-rid-choise {
	background-position: 60px 68px;
}.width100{
	width: 100%;
}
.ratiocode{
	padding: 4px 12px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
	border-bottom: 1px solid #f2f2f2
}
#imgselect{
	min-height: 450px;
	width: 700px;
}
#imgselect h4{
/*	line-height: 0;*/
}
.potenza{
	width: 60%;
	background: white;
	padding: 15px;
	border: 1px solid #999;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.imgpot{
	width: 40%;
}
#imgselect H3{
	padding: 0;
	font-size: 165%;
	margin-bottom:10px;
}
#imgselect H8{
	color:black;
}
#imgselect H6{
	color: red!important;
	font-size: 90%;
}
.selpow{
	margin:0;
	padding:5px;
	float:left;
/*	min-width:150px;*/
}
.testata-pro{
	clear:both;
	text-align:center;
}
.testata-sf{
	float:left;
	height:25px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.testata-pro H8{
	padding:0 5px;
	line-height:1;
    background:url('/img/bg-pattern.png');
}
.efficiency{
	width:100%;
	margin:10px 4px;
	background-image:url(/img/general/green-nature.png);
	background-repeat:no-repeat;
}
.customized{
	width:100%;
	margin:10px 4px;
	background-image:url(/img/general/corona.png);
	background-repeat:no-repeat;
}
.harsh{
	width:100%;
	margin:10px 4px;
	background-image:url(/img/general/mare.png);
	background-repeat:no-repeat;
}
.pulsante a{
	background:#F9F9F9;
	background:-moz-linear-gradient(left top, #FFFFFF 50%, #E9E9E9 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, right top, color-stop(50%, #FFFFFF), color-stop(100%, #E9E9E9));
	background:-webkit-linear-gradient(left, #FFFFFF 50%, #E9E9E9 100%);
	background:-o-linear-gradient(left, #FFFFFF 50%, #E9E9E9 100%);
	background:-ms-linear-gradient(left, #FFFFFF 50%, #E9E9E9 100%);
	background:linear-gradient(left, #FFFFFF 50%,#E9E9E9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E9E9E9', GradientType=1);
	<!--[if gte IE 9]>filter:progid:dximagetransform.microsoft.gradient(enabled=false);<![endif]-->
	border:1px solid #dddddd;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	display:block;
}
.pulsante a:hover{
	background:#E0E0E0;
	background:-moz-linear-gradient(left top, #FFFFFF 50%, #D0D0D0 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, right top, color-stop(50%, #FFFFFF), color-stop(100%, #D0D0D0));
	background:-webkit-linear-gradient(left, #FFFFFF 50%, #D0D0D0 100%);
	background:-o-linear-gradient(left, #FFFFFF 50%, #D0D0D0 100%);
	background:-ms-linear-gradient(left, #FFFFFF 50%, #D0D0D0 100%);
	background:linear-gradient(left, #FFFFFF 50%,#D0D0D0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D0D0D0', GradientType=1);
	<!--[if gte IE 9]>filter:progid:dximagetransform.microsoft.gradient(enabled=false);<![endif]-->
}
.optionmenuspec{
	margin-left:132px;
}
.menuprd{
	position:absolute;
	margin-top:32px;
	margin-left:2px;
	width:32px;
	background:white;
	display:none;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-khtml-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
}
.document{
	background-position:0 0;
}
.document:hover{
	background-position:-30px 0;
}
.bytype{
	background-position:0 -60px;
}
.bytype:hover{
	background-position:-30px -60px;
}
.bypower{
	background-position:0 -30px;
}
.bypower:hover{
	background-position:-30px -30px;
}
.pulsante .curve-down{
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	border-color:#EFEFEF #E0E0E0 #CCCCCC;
	border-image:none;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	border-style:solid;
	border-width:1px;
	display:inline-block;
}
.pulsante .curve-down:nth-child(n){
	border:medium none;
	-webkit-border-radius:50% 50% 50% 100%/33px 33px 33px 33px;
	-moz-border-radius:100% 100% 100% 100%/33px 33px 33px 33px;
	-khtml-border-radius:100% 100% 100% 100%/33px 33px 33px 33px;
	border-radius:100% 100% 100% 100%/33px 33px 33px 33px;
	-webkit-box-shadow:0 8px 3px -5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 8px 3px -5px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow:0 8px 3px -5px rgba(0, 0, 0, 0.3);
	box-shadow:0 8px 3px -5px rgba(0, 0, 0, 0.3);
}
.pulsante .field{
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	display:block;
}
.hmprdimg{
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	-webkit-box-shadow:0 -3px 1px rgba(255, 255, 255, 0.2), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 -3px 1px rgba(255, 255, 255, 0.2), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	-khtml-box-shadow:0 -3px 1px rgba(255, 255, 255, 0.2), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	box-shadow:0 -3px 1px rgba(255, 255, 255, 0.2), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	cursor:pointer;
	display:block;
	width:146px;
	height:166px;
}

/*PRODUCT */
.sel-by-prod{float:right;}
.enquiry{
	margin:0 10px;
	padding:5px 0;
	width:290px;
	float:left;
	text-align:center;
}
.enquiry h3{
	font-size:165%;
	padding:0 10px;
	text-align:left;
}
.enquiry h6{
	margin:0;
	line-height:1;
	display:inline;
}
#btndinamic{
	float:left;
}
#prdtitle{
	width:100%;
	float:left;
}
#prdtitle h3{
	float:left;
	font-size:165%;
}
#prcode{
	float:left;
}
.config{
	margin:10px;
	padding:5px;
	background:black;
	color:white;
	float:left;
}
.config h3{
	font-size:165%;
}
.savemod{
	margin:5px;
	padding:5px;
	width:100%;
	float:right;
	border-top:1px solid #c6991d;
}
#porz_img{
	clear:both;
	margin:5px 2px;
}
.imgdinamica{
	position:absolute;
	border:1px solid #c6991d;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.index-1{
	z-index:201;
}
.index-2{
	z-index:202;
}
.index-3{
	z-index:203;
}
.index-4{
	z-index:204;
}
.index-5{
	z-index:205;
}
.index-6{
	z-index:206;
}
.index-7{
	z-index:207;
}
.index-8{
	z-index:208;
}
.index-9{
	z-index:209;
}
#resoconto{
	clear:both;
	margin:5px 2px;
	background:white;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	-khtml-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
#form_porz{
	margin:0;
	padding:0;
	float:left;
}
#form_porz select{
	margin:0;
}
.config-btn{
	float:left;
	margin:5px;
}
.img-btn{
	width:270px;
	min-height:285px;
}
.img-big{
	min-height:800px;
}
.img-flange{
	width:70%;
	min-height:300px;
}
.config-btn-img{
	width:270px;
	padding:2px;
	border:1px solid #c6991d;
	background:white;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	-khtml-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.config-btn-img:hover{
	border:1px solid black;
}
.imgdist:hover{
	border:1px solid #c6991d;
}
#configselect{
	float:left;
}
#configselect H8{
	font-size:120%;
}
#configselect h8:after{
	width:0;
}
.tprod{
	width:100%;
}
.btn-oth{
	cursor:pointer;
	margin-top:4px;
	min-width:157px;
	background:white;
	min-height:34px;
	border:1px solid black;/*#2341a7;*/
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.config-small-ico{
	min-width:157px;
	margin-top:4px;
	text-align:left;
}
.config-btn H2, .config-btn H5, .config-btn p, .config-btn-img H2, .config-btn-img H5, .config-btn-img p{
	text-align:left;
	display:inline;
}
.config-btn H2, .config-btn-img H2{
	font-size:120%;
	color:black;
	text-transform:none;
}
.config-btn H4, .config-btn-img H4{
	font-size:200%;
	color:#9f7800;
	font-weight:normal;
}
.config-btn H5, .config-btn-img H5{
	margin-left:5px;
	font-size:110%;
	color:#9f7800;
	font-weight:normal;
}
.config-btn p, .config-btn-img p{
	margin:0;
}
.subtitle H4{
	margin-left:5px;
	color:black;
	font-weight:normal;
}
#imgsl{
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
}

.titleimg{
	float:left;
	width:70px;
}
#doc-info{
	text-align:center;
	margin-top:270px;
	background:green;
	position:relative;
	color:white;
	padding:5px;
	width:250px;
	z-index:200;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	-khtml-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	-webkit-box-shadow:0 -3px 1px rgba(255, 255, 255, 0.2), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 -3px 1px rgba(255, 255, 255, 0.2), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	-khtml-box-shadow:0 -3px 1px rgba(255, 255, 255, 0.2), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	box-shadow:0 -3px 1px rgba(255, 255, 255, 0.2), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
}
#doc-info:before{
	content:"";
	position:absolute;
	right:100%;
	left:-20px;
	width:0;
	height:0;
	border-top:14px solid transparent;
	border-right:18px solid green;
	border-bottom:14px solid transparent;
}
.divcatalogue1{
	float: left;
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
.divcatalogue{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.TDrid-general-title{
	width: 100px;
	height: auto;
	border: 0;
	float: left;
	border: 0;
	padding-left: 20px;	
}
.pos{
	position: relative;
	top: 15px;
}
.TDrid-general{
	width: 100%;
	border: 0;
	float: left;
	padding-left: 1px;
}
.TDrid-general-catalogue{
	margin-bottom: 38px;
}
.single-row{
	width: 150px;
	height: auto;
	float: left;
	margin: 0 5px 0 5px;
}
.single-cata-title{
	width: 150px;
	height: auto;
	position: relative;
	color:black;
	border-bottom:1px solid #dddddd;
	font-weight:normal;
	line-height:1.5;
	text-align: center;
	padding: 5px;
}
.single-cata-title-prod{
	width: 150px;
	height: 54px;
	position: relative;
	color:black;
	border-bottom:1px solid #dddddd;
	font-weight:normal;
	line-height:1.5;
	text-align: center;
	padding: 5px;
}
.single-title-top{
	padding-top: 10px;
}
.TDrid{
	width: 150px;
	height: 150px;
	border: 0;
	float: left;
	text-align: center;
	vertical-align: middle;
}
.img{
	position: relative;
	top: -2px;
	border: 0;
}
.alink{
	top: 0;
}
.float-img{
	width: 300px;
	height: 150px;
	position: relative;
	border-bottom: 1px solid #E7E7E7;
}
.single-float-img{
	width: 150px;
	height: 150px;
	position: relative;
	border: 0;
}
.cata-bottom{
	width: 300px;
	height: auto;
	border: 0;
	text-align: center;
	padding: 8px 0 30px 0;
	color: #2341A7;
	font-size: 15px;
}
.single-cata-bottom{
	width: 150px;
	height: auto;
	border: 0;
	text-align: center;
	padding: 8px 0 30px 0;
	color: #2341A7;
	font-size: 15px;
}
.standard{
	background-image: none;
}
.size{
	width: 148px;
	height: auto;
	float: left;
	border: 0;
}
.end-space{
	margin-bottom: 100px;
	padding-top: 15px;
}
.white-row{
	width: 150px;
	height: 228px;
	border: 0;
	float: left;
	margin: 0 5px 0 5px;
}
/* Background product position*/
.p1{background-position: 290px -40px;}
.p2{background-position: 145px -25px;}
.p3{background-position: 0 -195px;}
.p4{background-position: 295px -212px;}
.p5{background-position: 440px -195px;}
.p6{background-position: -140px -545px;}
.p7{background-position: 7px -531px;}
.p8{background-position: -138px -365px;}
.p9{background-position: -138px -682px;}
.p10{background-position: -423px -682px;}
.p11{background-position: -572px -538px;}
.p12{background-position: 10px -686px;}
.p13{background-position: -283px -686px;}

.p1,.p2,.p3,.p4,.p5,.p6,.p7,.p8,.p9,.p10,.p11,.p12,.p13{
	border: 0px solid #ccc;
}

/*MOTORI*/
#ssmotor {
	width: 100%;
	background: black;
}
#ssmotor  h1 {
	color:white;
	padding: 0;
    margin: 5px;
}
#ssmotor  h2 {
	padding: 0;
}
#ssmotor  h4 {
	color: white;
    text-align: center;
    padding: 5px;
	line-height: 1.5;
}
.divmotor {
	width: 80%;
	margin: 0;
	padding: 10px;
	border-right: 1px solid white;
}
.motorfeatures {
	width: 20%;
}
.motorfeatures  img, .divmotor  img{
	width: 100%;
}
.itemsmotor{
	list-style: none;
	margin: 5px;
	padding: 0;
	float: right;
}
.itemsmotor li{
	width: 60px;
	height: 60px;
	display: -webkit-inline-box;
	background:black url(/img/features-motor.png);
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
						
#aisi {
	background-position: 0px 0px;
}
#ip67 {
	background-position: 60px 0px;
}
#ie3 {
	background-position: 0px -60px ;
}
#poles {
	background-position: 60px -60px;
}
#photoback {
	background-position: 0 -120px;
}
#ssapplication  h4 {
    text-align: left;
}
.motorapplication{
	list-style: none;
	margin: 5px;
	padding: 0;
	float: left;
}
.motorapplication li{
	width: 60px;
	height: 60px;
	display: -webkit-inline-box;
	background:black url(/img/motor_application_120.png);
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
#whitefish {
	background-position: 0 0;
}
#winches {
	background-position: 60px 0;
}
#salmon {
	background-position: 0 -60px;
}
#glassware {
	background-position: 60px -60px;
}
#chemical {
	background-position: 0 -120px;
}
#food {
	background-position: 60px -120px;
}
/* DRAWING*/
.round{
	border-radius: 10px;
	margin-bottom: 8px;
	border: 1px solid #A1A1A1;
	padding-bottom: 15px;
	padding-left: 1px;
}
.round1{
	border-radius: 10px 10px 0 0;
	background-color: white;
	border-width: 0 0 1px 0;
}
.long-div{
	border: 0;
	float: left;
	text-align: center;
	height: 209px;
}
.first-long-div{
	float: left;
	width: 100%;
	border: 0;
}
.long-cata-bottom{
	width: 100%;
	height: auto;
	border: 0;
	text-align: center;
	font-size: 15px;
}
.treD{
	position: relative;
	top: 15px;
}
.white-row1{
	width: 150px;
	height: 209px;
	border: 0;
	float: left;
}
.p14{background-position: 3px -45px;}
.p15{background-position: -425px -45px;}
.p16{background-position: 0 -195px;}
.p17{background-position: -285px -27px;}
.curve-down1{
	float: left;
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	border-color:#EFEFEF #E0E0E0 #CCCCCC;
	border-image:none;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	border-style:solid;
	border-width:1px;
	border:medium none;
	-webkit-border-radius:50% 50% 50% 100%/33px 33px 33px 33px;
	-moz-border-radius:100% 100% 100% 100%/33px 33px 33px 33px;
	-khtml-border-radius:100% 100% 100% 100%/33px 33px 33px 33px;
	border-radius:100% 100% 100% 100%/33px 33px 33px 33px;
	-webkit-box-shadow:0 8px 3px -5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 8px 3px -5px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow:0 8px 3px -5px rgba(0, 0, 0, 0.3);
	box-shadow:0 8px 3px -5px rgba(0, 0, 0, 0.3);
	width:150px;
	height: 10%;
	display: block;
	margin: 0 5px 5px 5px;
}
.h8pos{
	background: url('/img/bg-pattern.png');
	border-radius: 10px;
	padding: 10px;
	color: black;
}
.testatatwo{
	width: 100%;
	text-align: center;
	border-radius: 10px 10px 0 0;
	margin: 0;
	position: relative;
	left: -2px;
	margin-bottom: 20px;
}
.gradient-bg:hover{
	background:#E0E0E0;
	background:-moz-linear-gradient(left top, #FFFFFF 50%, #D0D0D0 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, left top, right top, color-stop(50%, #FFFFFF), color-stop(100%, #D0D0D0));
	background:-webkit-linear-gradient(left, #FFFFFF 50%, #D0D0D0 100%);
	background:-o-linear-gradient(left, #FFFFFF 50%, #D0D0D0 100%);
	background:-ms-linear-gradient(left, #FFFFFF 50%, #D0D0D0 100%);
	background:linear-gradient(left, #FFFFFF 50%,#D0D0D0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D0D0D0', GradientType=1);
	<!--[if gte IE 9]>filter:progid:dximagetransform.microsoft.gradient(enabled=false);<![endif]-->
}
.TRtop{
	padding: 10px;
}
.gen-cat{
	background-color: #3f4c90;
	position: relative;
	top: -1px;
}
.TDrid img{
	position: relative;
	top: 15px;
}
.border-product{
	border: 1px solid #E6E6E6;
	border-top: 0;
	border-radius: 0 0 10px 10px;
}
#ctfolder1{
	float: left;
	width: 100%;
	border: 0;
	margin-top: 10px;
	min-height: 700px;
}
#bar1{
	width: 150px;
	height: 100%;
	border: 0;
	margin-left: 0;
	color: black;
	font-size: 18px;
}
#bar3{
	float: left;
	max-width:80%;
	border:0;
	margin-left:30px;
/*
	border-radius:6px;
	box-shadow: 0 0 40px 1px rgba(70,70,70,0.5);
	-moz-box-shadow: 0 0 40px 1px rgba(70,70,70,0.5);
	-webkit-box-shadow: 0 0 40px 1px rgba(70,70,70,0.5);
	padding:10px;
	margin-bottom:30px;
*/
}
.bars{
	float:left;
	margin:0 3px 0 3px;
}
.lower-bar{
	width:100%;
	height:100%;
	border:0;
}
.items_company{
	width: 100%;
	height: 50px;
/*	border-right: 4px solid;*/
	margin-bottom: 5px;
	transition: 0.3s;
	padding: 13px 0 0 0;
}
.items_company span{
	font-weight:bold;
}
.title_company_active{
	color:black;
}
.items_company_active{
	color:red;
}
.ul-company{
	list-style-type:none;
	border:0;
	height:auto;
	padding:0;
	margin:0;
}
.items-li{
	border:0;
	height:30px;
	width:100%;
	margin-bottom:5px;
	border:1px solid #CCCCCC;
	border-right:4px solid;
}
#last-bar{
	float:left;
	border:0;
	width:75%;
	max-height:100px;
	margin-left:30px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}
.last_bar_images{
	float:left;
	width:100px;
	height:100px;
	border:1px solid rgba(60,60,60,0.1);
	position:relative;
	margin-right:10px;
	border-radius:10px;
	transition:0.3s;
}
.last_bar_images:hover{
	border:4px solid #C70202;
}
.last_bar_images_active{
	border:4px solid #C70202;
}
.image-company{
	border:0;
	margin:0 auto;
}
.image-loader{
	border:0;
	height:100%;
	position:relative;
	float:left;
}
.upper-bar-title{
	width: 100%;
	height: 65px;
	text-align: right;
	padding: 25px 15px 0 0;
	border-radius: 10px;
}
.image_tour {
    /* float: left; */
    /* max-width: 500px; */
    width: 100%;
    margin: 20px 0;
    border-radius: 6px;
    box-shadow: 0 0 40px 1px rgba(70,70,70,0.5);
    -moz-box-shadow: 0 0 40px 1px rgba(70,70,70,0.5);
    -webkit-box-shadow: 0 0 40px 1px rgba(70,70,70,0.5);
}
/*
.image_tour{
	float: left;
	border-radius:6px;
	box-shadow: 0 0 40px 1px rgba(70,70,70,0.5);
	-moz-box-shadow: 0 0 40px 1px rgba(70,70,70,0.5);
	-webkit-box-shadow: 0 0 40px 1px rgba(70,70,70,0.5);
}
*/
.company-loader{
	float: left;
	border: 0;
	height: 3px;
	width: 2%;
	background-color: rgba(170,0,0,1);
}
.product-loader{
	border: 0;
	height: 3px;
	width: 2%;
	background-color: rgba(170,0,0,1);
}
#spess{
	border: 0;
	width: 100%;
	height: 50px;
}#companytour {
	width: 100%;
	padding: 15px;
}
.about, .fotohm  {
    margin: 5px 35px;
}

.fotohm  img {
    width: 236px;
    height: 135px;
    margin: 0 4px 0 0;
}
.about H2 {
	font-size: 220%;
    color: black;
    line-height: 1.5;
}
.about p {
	font-size: 120%;
    color: black;
    line-height: 1;
}
.wheremap, .whereimg  {
    width: 390px;
	margin: 0 15px 0 0;
}
.abtvideo  {
    width: 390px;
}
.wheremap iframe, .whereimg img, .abtvideo iframe {
    width: 100%;
	height: 250px;
}#divmanuals, #divbrochures, #divcatalogues, #divbrushless {
	margin: 10px;
    padding: 0;
    width: 1280px;
    float: left;
}
#divmanuals, #divbrochures, #divcatalogues {
    border: solid 1px #c4c0be;
}
#divbrushless a{
    margin: 0;
}
.divmachine {
	margin-bottom: 10px;
    padding: 0;
    width: 1280px;
    float: left;
    border: solid 1px #c4c0be;
}
.divmachine  div{
	width: 100%;
}
.fl-code img {
	margin: 5px 0;
}
.ct-sema {
/*	border-right: solid 1px #c4c0be;*/
}
.downdoc div {
 /*   width: 100%;*/
	margin-right: 50px;
}
.downdoc h1{
	font-size: 220%;
    color: black;
    padding: 0 15px;
    line-height: 1.5;
}
.downdoc h2 {
	font-size: 180%;
    color: black;
    padding: 0 15px;
    line-height: 1;
    font-weight: normal;
}
.downdoc h3, .downdoc h4 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
	word-wrap: break-word;
}
.downdoc h4 {
    padding: 5px 15px;
    text-align: left;
}
.downdoc h5{
	font-size: 140%;
    padding: 5px;
    text-align: center;
}
.downdoc a {
    float: left;
    margin: 10px;
	display: block;
    margin: 10px;
	text-decoration: none;
    color: black;
	min-height: 225px;
}
.downdoc p {
    font-size: 150%;
    font-weight: normal;
    margin: 0;
	word-wrap: break-word;
}
.documentsTitle {
    width: 85px;
}
.downdoc a:hover {
	color: red;
}

/* =Complete assembly instructions
-------------------------------------------------------------- */
.lista-cai {
	width: 150px;
    padding: 5px;
    margin: 2px;
    border: #e1e1e1 1px solid;
    color: black;
    font-size: 30px;
    font-weight: bold;
	text-decoration: none;
}
.lista-cai:hover {
    border: black 1px solid;
	color: #428bca;
}
.assembly-instructions{
	margin:8px 0;
	padding:5px;
	width:100%;
	float:left;
}
.assembly-instructions h1, h2, h3, h4, h5, h6 {
    font-family: Open Sans, sans-serif;
    font-weight: normal;
    letter-spacing: 0.00em;
    text-transform: none;
    font-variant: normal;
    font-style: normal;
	color: black !important;
	word-wrap: break-word;
    word-break: break-word;
	margin: 0px;
    padding: 0px;
}
.assembly-instructions h3{
	border-bottom: 1px solid #E1E1E1;
	font-size: 1.6rem;
}
.assembly-instructions h5{
	font-size: 1.1rem;
}.worldwide, .itquality, .qkdelivery, .customized {
	width: 994px;
	margin: 0;
    border-right: solid 1px #c4c0be;
	min-height: 800px !important;
}
.worldwide h1, .itquality h1, .qkdelivery h1, .customized h1, .news-archive-title  {
	font-size: 220%;
    color: black;
    padding: 0 15px;
}
.worldwide h2, .news-archive h2 {
	font-size: 180%;
    color: black;
    padding: 0 15px;
    line-height: 1;
    font-weight: normal;
}
.worldwide p, .itquality p, .qkdelivery p, .customized p, .post p {
	float: left;
	font-size: 110%;
    padding: 0 15px;
    font-weight: normal;
}
.worldwide img {
	width: 890px !important;
	height: auto !important;
}
.itquality img, .qkdelivery img {
	max-width: 450px !important;
	height: 300px !important;
}
.video-home {
	max-width: 445px !important;
	height: 300px !important;
}
.itqualityrow {
	padding: 15px;
}
.events {
	width: 305px;
    float: right;
    padding: 0 15px;
}
.events H1 {
	font-size: 200%;
    color: black;
    padding: 0 15px;
    line-height: 1.5;
    background: #ededed;
    font-weight: normal;
    margin: 0;
}
.events h2 {
	font-size: 120%;
    color: black;
    line-height: 2;
    text-transform: uppercase;
}
.events p {
	text-align: left !important;
    margin: 10px 0 !important;
}
.event {
	padding: 0 15px;
    border-bottom: solid 1px #c4c0be;
}
.news-content {
	padding: 0 15px;
/*    border-right: solid 1px #c4c0be;*/
}
.news-archive {
/*	width: 964px;*/
	margin: 0;
	min-height: 800px !important;
	background: #ededed;
	padding: 15px;
}
.postdist {
	width: 350px;
	margin: 15px;
}
.post {
	width: 100%;
	padding: 15px 0;
	border-bottom: solid 1px #c4c0be;
}
.post div {
	max-width: 650px;
}
.postImg {
	max-width: 200px !important;
}
.postImg500 {
	max-width: 500px !important;
}
.postImg img {
	max-width: 100% !important;
	height: auto !important;
}
.pagination {
	margin: 15px;
	width: 100%;
}
.pagination a {
	color: #ad221a;
	font-weight: bold;
	text-decoration: underline;
}
.pagination a:hover {
	color: black;
	text-decoration: none;
}/* CONTACT US 
-------------------------------------------------------------- 
*/
#contact{
	background: white;
	padding: 30px;
}
.contactmap iframe {
	width: 700px;
    height: 435px;
}
#contact tt{
	font-family: monospace;
	font-size: 100%;
}
#hcard,
#chat{
	float:left;
	text-align:left;
	margin-bottom:1em;
	width:60%;
}
#formcontact{
	text-align:left;
	margin-bottom:1em;
	width:38%;
}
#hcard{
	margin: .6em;
}
.vcard{
/*	width:50%;*/
	margin-right: 3em;
}
#chat{
	width:40%;
}
.vcard .type{
	font-weight: bold;
}
.vcard .adr .type{
	display: none;
}
.street-address{
	display:block;
}
#chat img{
	margin: 0 !important;
	padding: 2em 4em !important;
	border: 1px solid #09F !important;
	border-radius: 15px !important;
}
#map{
	width: 100%;
	height: 525px;
	margin: .6em 10px 1em 0;
}
#contact fieldset{
	padding: .5em;
	border: 1px solid #CCC;
}
#contact legend{
	padding: 0 3em 0 1em;
	font-weight: bold;
	font-size: 120%;
}
#contact label{
	float: left;
	width: 10em;
}
#contact label.error{
/*	width: auto;
	margin-left: 11em;*/
	width: 100%;
	padding: .5em;
	color: red;
	font-weight: bold;
}
.note{
	color: #444;
}
.highlight{
	margin: 1em auto;
	padding: .5em;
	border-radius: 6px;
	background: #FFFDE2;
	font-size: 110%;
	text-align: center;
	width: 100%;
}
input.error{
	background: #FFF3F3;
	border-color: red;
}
.alert{
	float: left;
	margin: 1em auto;
	min-width: 18em;
	max-width: 30em;
    border: 1px solid #999;
    border-radius: 6px;
	background: #CCC;
    text-align: left;
}
.alert h3{
	padding: .6em .5em;
    border-radius: 6px 6px 0 0;
	color: #000;
	font-size: .9em;
	font-weight: bold;
}
.alert p{
	margin: 0;
	padding: 1em .5em;
	background: #FFF;
	font-size: 1em;
    border-radius: 0 0 6px 6px;
}
#success{
	background: #07AF3D;
	border-color: #1C842C;
}
/*
#error{
	background: red;
	border-color: red;
}
*/
#success h3,
#error h3{
	color: #FFF;
}
#contacts {
 width:1000px;
 max-height:748px;
 margin-top:10px;
 margin-bottom:60px;
 padding:0px;
 text-align:center;
}
.titleContact {
 margin:0;
 font-size:20px;
 color:red;
}
.errorContact {
 margin:0;
 font-size:16px;
 color:red;
}
.evidenzia span {
 margin:10px;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 -khtml-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 border-top: 1px solid #F2F2F2;
 display: inline;
 height: 40px;
 width: 990px;
 z-index: 1;
}
.evidenzia span .curve-down-ev {
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 -moz-border-right-colors: none;
 -moz-border-top-colors: none;
 border-color: #EFEFEF #E0E0E0 #CCCCCC;
 border-image: none;
 border-left: 1px solid #E0E0E0;
 border-right: 1px solid #E0E0E0;
 border-style: solid;
 border-width: 1px;
 display: inline-block;
 height: 38px;
 width: 100%;
}
.evidenzia span .curve-down-ev:nth-child(n) {
 border: medium none;
 -webkit-border-radius: 100% 100% 100% 100% / 33px 33px 33px 33px;
 -moz-border-radius: 100% 100% 100% 100% / 33px 33px 33px 33px;
 -khtml-border-radius: 100% 100% 100% 100% / 33px 33px 33px 33px;
 border-radius: 100% 100% 100% 100% / 33px 33px 33px 33px;
 -webkit-box-shadow: 0 8px 3px -5px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0 8px 3px -5px rgba(0, 0, 0, 0.2);
 -khtml-box-shadow: 0 8px 3px -5px rgba(0, 0, 0, 0.2);
 box-shadow: 0 8px 3px -5px rgba(0, 0, 0, 0.2);
}
.evidenzia span .field-ev {
 background: #f2f2f2; /* Old browsers */
 background: -moz-linear-gradient(center top , #f2f2f2 50%, #F0F0F0 100%) repeat scroll 0 0 transparent;
 background: -webkit-gradient(linear, left top, right top, color-stop(50%,#F9F9F9), color-stop(100%,#F0F0F0)); /* Chrome, Safari4+ */
 background: -webkit-linear-gradient(left, #f2f2f2 50%,#F0F0F0 100%); /* Chrome10+, Safari5.1+ */
 background: -o-linear-gradient(left, #f2f2f2 50%,#F0F0F0 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(left, #f2f2f2 50%,#F0F0F0 100%); /* IE10+ */
 background: linear-gradient(left,  #f2f2f2 50%,#F0F0F0 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#F0F0F0',GradientType=1 ); /* IE6-8 */
<!--[if gte IE 9]>
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
<![endif]-->
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 -khtml-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
 -webkit-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
 -moz-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
 -khtml-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
 box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
 height: 38px;
 display: block;
}
.evidenzia span .field-ev:nth-child(n) {
 border-color: #FFFFFF;
 text-align:center;
}
.column {
 width: 1000px;
 text-align:center;
}
.column span {
 margin:10px;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 -khtml-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 -khtml-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 border-top: 1px solid #F2F2F2;
 display: inline;
 float: left;
 height: 185px;
 position: relative;
 width: 310px;
 z-index: 1;
}
.column span .curve-down {
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 -moz-border-right-colors: none;
 -moz-border-top-colors: none;
 border-color: #EFEFEF #E0E0E0 #CCCCCC;
 border-image: none;
 border-left: 1px solid #E0E0E0;
 border-right: 1px solid #E0E0E0;
 border-style: solid;
 border-width: 1px;
 display: inline-block;
 min-height: 185px;
 max-height: 225px;
 width: 100%;
}
.column span .curve-down:nth-child(n) {
 border: medium none;
 -webkit-border-radius: 100% 100% 100% 100% / 33px 33px 33px 33px;
 -moz-border-radius: 100% 100% 100% 100% / 33px 33px 33px 33px;
 -khtml-border-radius: 100% 100% 100% 100% / 33px 33px 33px 33px;
 border-radius: 100% 100% 100% 100% / 33px 33px 33px 33px;
 -webkit-box-shadow: 0 8px 3px -5px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0 8px 3px -5px rgba(0, 0, 0, 0.2);
 -khtml-box-shadow: 0 8px 3px -5px rgba(0, 0, 0, 0.2);
 box-shadow: 0 8px 3px -5px rgba(0, 0, 0, 0.2);
}
.column span .field {
 min-height: 184px;
 max-height: 224px;
 background: #F9F9F9; /* Old browsers */
 background: -moz-linear-gradient(center top , #F9F9F9 50%, #F0F0F0 100%) repeat scroll 0 0 transparent;
 background: -webkit-gradient(linear, left top, right top, color-stop(50%,#F9F9F9), color-stop(100%,#F0F0F0)); /* Chrome, Safari4+ */
 background: -webkit-linear-gradient(left, #F9F9F9 50%,#F0F0F0 100%); /* Chrome10+, Safari5.1+ */
 background: -o-linear-gradient(left, #F9F9F9 50%,#F0F0F0 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(left, #F9F9F9 50%,#F0F0F0 100%); /* IE10+ */
 background: linear-gradient(left,  #F9F9F9 50%,#F0F0F0 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#F0F0F0',GradientType=1 ); /* IE6-8 */
<!--[if gte IE 9]>
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
<![endif]-->
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 -khtml-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
 -webkit-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
 -moz-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
 -khtml-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
 box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
 display: block;
}
.column span .field:nth-child(n) {
 border-color: #FFFFFF;
 text-align:left;
}

#contact textarea {
 background:#fcfafe;
 border:1px #97B9E6 solid;
 color:#000000;
 width:240px;
 height:140px;
 overflow:hidden;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 -khtml-border-radius:4px;
 border-radius:4px;
}
#contact input[type="text"] {
 width:170px;
 background:#fcfafe;
 border:1px #97B9E6 solid;
 color:#666666;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 -khtml-border-radius:4px;
 border-radius:4px;
}
#contact select {
 width:170px;
 border:1px #97B9E6 solid;
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 -khtml-border-radius:4px;
 border-radius:4px;
}
.checkbox {
 width:15px;
}
.button {
 width:120px;
 height:24px;
 font-size:13px;
 text-align:center;
}/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

.md-tab {
    border-left: solid 1px white;
	background-color: gainsboro;
	border-radius: 10px 10px 0px 0px;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}








input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control{
  display: block;
  height: 27px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-select{
  height: 36px;
}
.form-control:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.input-large {
  height: 56px;
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-small {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
select.input-large {
  height: 56px;
  line-height: 56px;
}
select.input-small {
  height: 30px;
  line-height: 30px;
}
textarea.input-large,
textarea.input-small {
  height: auto;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}/*Hydromec-Store*/
#hmstore{
	width:100%;
	background:white;
	padding:10px;
}
.doc-hmstore{
	margin:10px 0;
}
.liststore{
	width:70%;
}
.hmdocdiv {
    width: 250px;
    height: 450px;
    float: left;
    margin: 0 5px 0 5px;
}
.hmdocdiv-title {
    width: 100%;
    height: 54px;
    position: relative;
    color: black;
    border-bottom: 1px solid #dddddd;
    font-weight: normal;
    line-height: 1.1;
    text-align: center;
    padding: 5px;
}
.hmdocdiv-title span {
	font-size: 125%;
    font-weight: 700;
}
.hmdocdiv-title-top {
    padding-top: 10px;
}
.hmdocdiv-img  {
    width: 100%;
    border: 0;
    float: left;
    text-align: center;
    vertical-align: middle;
}
.hmdocdiv-img img {
    position: relative;
    top: 15px;
	border: 1px solid #e0e0e0;
}
#hmstore-video {
	margin-top: 20px;
    width: 25%;
}
#hmstore-video H3{
	font-size: 120%;
	margin: 20px 0;
}@media screen and (max-width: 1170px) {
   .hamburger {
       display: block;
       position: fixed;
       top: 10px;
       right: 10px;
       z-index: 10001;
       width: 40px;
       height: 40px;
       padding: 8px;
       background: #000;
       border-radius: 4px;
       cursor: pointer;
   }

   .hamburger span {
       display: block;
       width: 24px;
       height: 3px;
       margin-bottom: 5px;
       background: #fff;
       border-radius: 3px;
       transition: all 0.3s ease;
   }

   .hamburger.active span:first-child {
       transform: rotate(45deg) translate(5px, 5px);
   }

   .hamburger.active span:nth-child(2) {
       opacity: 0;
   }

   .hamburger.active span:last-child {
       transform: rotate(-45deg) translate(5px, -5px);
   }

   .mobile-menu-container {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100vh;
       background: #000;
       z-index: 9999;
       padding-top: 60px;
       overflow-y: auto;
   }

   .mobile-menu-list {
       list-style: none;
       margin: 0;
       padding: 0;
       width: 100%;
   }

   .mobile-menu-list li {
       display: block !important;
       width: 100% !important;
       margin: 0 !important;
       padding: 0 !important;
       border-bottom: 1px solid #333;
       visibility: visible !important;
   }
   
   /* Solo i primi due (login e lingua) allineati a destra */
   .mobile-menu-list li.mm-0 {
       text-align: right;
       padding-right: 20px !important;
   }
   
   .mobile-menu-list a {
       display: block !important;
       padding: 15px 20px !important;
       color: white !important;
       text-decoration: none !important;
       font-size: 16px !important;
       line-height: 1.5 !important;
   }

   .language-select {
       width: 100%;
       padding: 10px;
       margin: 10px 0;
       background: #333;
       color: white;
       border: 1px solid #444;
   }

	.sub-menu,
    .sub-menu-languages {
       display: none;
       background: #222;
       padding-left: 20px;
   }

	.sub-menu.active, 
	.sub-menu-languages.active {
       display: block;
   }

.mobile-menu-list li.subarrow > a,
.mobile-menu-list li.subarrow-languages > a {
	position: relative;
	padding-right: 40px !important;
}

.mobile-menu-list li.subarrow > a:after,
.mobile-menu-list li.subarrow-languages > a:after {
	content: '▼';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	transition: transform 0.3s ease;
}

.mobile-menu-list li.subarrow > a.open:after,
.mobile-menu-list li.subarrow-languages > a.open:after {
	transform: translateY(-50%) rotate(180deg);
}

   /* Nascondi menu desktop */
   .menu-header, 
   .menu-header-top {
       display: none !important;
   }


}