@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1380px!important;
	}
}
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);}
}
.post-title-hover {
	background-color: transparent;
	transition: background-color 0.3s ease;
	padding: 0.5rem;
	display: inline-block;
}
.post-title-hover:hover {
	background-color: #f0f0f0; /* o qualunque colore desideri */
}
.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, #contacts-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;
}
.txtevident {
	color: rgb(30, 56, 128)!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;
}
.fontsize09 {
	font-size: 0.9em !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;
}
.bblack {
	border:1px solid black !important;
}
.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;
}
.evident {
	background-color: rgb(255,255,255, 0.8) !important;
}
.overEvident:hover {
	background-color: rgb(255,255,255, 0.4) !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;
}
.bgcgt {
	background:#063fa6 !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;
}
.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);
}
.border-radius-0 {
	border-radius: 0 !important;
}
.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;
}
.z10000 {
	z-index: 10000;
}
.z100000 {
	z-index: 100000;
}
.section {
	float: left;
}
.section-right {
	float: right!important;
}
.clear {
	clear:both;
}
.right0 {
    right: 0px !important;
}
.right5 {
    right: 5px !important;
}
.right20 {
	right: 20px;
}
.right25 {
	right: 25px;
}
.bottom0 {
	bottom: 0;
}
.bottom5 {
    bottom: 5px;
}
.bottom70 {
    bottom: 70px;
}
.bottom200 {
    bottom: 200px;
}
.top50x100 {
	top: 50%;
}
.top40 {
	top: 40px;
}
.top90 {
	top: 90px;
}
.top400 {
	top: 400px;
}
.left300 {
	left: 300px;
}
.left360 {
	left: 360px;
}
.left370 {
	left: 370px;
}
.left20x100 {
	left: 20%;
}
.left25x100 {
	left: 25%;
}
.hidden, input[type="hidden"] {
	display: none;
}
input[type=search] {
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
}
.inline {
	display: inline;
}
.inline-block {
	display: inline-block;
}
.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;
}
.height40 {
	height:40px!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;
}
.height380 {
	height:380px!important;
}
.height400 {
	height:400px!important;
}
.height450 {
	height:450px!important;
}
.height580 {
	height:580px!important;
}
.height850 {
	height:850px!important;
}
.height1000 {
	height:1000px!important;
}
.minh55 {
	min-height:55px!important;
}
.minh65 {
	min-height:65px!important;
}
.minh1050 {
	min-height:1050px!important;
}
.maxh400 {
	max-height:400px!important;
}
.centopercento {
	width:100%!important;
}
.percento98 {
	width:98%!important;
}
.sesantapercento {
	width:60%!important;
}
.cinquantapercento {
	width:50%!important;
}
.quarantanovepercento {
	width:49%!important;
}
.quarantapercento {
	width:40%!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;
}
.min250 {
	min-width: 250px!important;
}
.min350 {
	min-width: 350px!important;
}
.minw1030 {
	min-width: 1030px!important;
}
.minw1600 {
	min-width: 1600px!important;
}
.maxw200 {
	max-width: 200px!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;
}
.margin5-0 {
	margin:5px 0px!important;
}
.margin20-0 {
	margin:20px 0px!important;
}
.margin40-0 {
	margin:40px 0!important;
}
.margin50-0 {
	margin:50px 0!important;
}
.margin60-0 {
	margin:60px 0!important;
}
.margin100-0 {
	margin:clamp(2px, 5vw, 100px) 0!important;
}
.margin150-0 {
	margin:clamp(2px, 8vw, 150px) 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%;
}
.margintop-30 {
	margin-top: -30px!important;
}
.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;
}
.margintop80, .m80 {
	margin-top:80px!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;
}
.marginbottom10 {
	margin-bottom:10px!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;
}
.padding10-100 {
    padding: 10px 100px !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;
}
html, body {
    padding: 0;
    margin: 0;
	color:black;
	background: white;
	background-color: white;
	overflow-x: hidden;
	font-size: 1rem;
	font-family: "Arial" !important;
}
*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.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;
	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: 85px;
	}
	.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: 300px) {
	/* 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;
	}
}/*!
 * 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);
}@media screen and (max-width: 1340px) {
   .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: #2f2f2fbf;
/*       background: #000;*/
       z-index: 9999;
/*       padding-top: 60px;*/
       overflow-y: auto;
   }

   .mobile-menu-list {
       list-style: none;
       margin: 0;
       padding: 0;
       width: 50%;
       height: 100vh;
       background: #000;
   }

   .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-hide {
       display: none !important;
   }

}

@media screen and (max-width: 770px) {
   /* Nascondi menu desktop */
   .menu-hide-mobile {
       display: none !important;
   }
   .mobile-menu-list {
       width: 100%;
   }
}
#submenu_info_doc {
    float: left;
}
#submenu_info_prd_line {
    margin-top: 20px;
    float: left;
}
#submenu_info_prd_line H3 {
	font-size: 165%;
    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;
}
.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;
	-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);
}

.pulsprd {
    background: url(/img/option.png) no-repeat;
}
.bypower {
    background-position: 0 -30px;
}
.bytype {
    background-position: 0 -60px;
}
.prddoc {
    background-position: 0 -510px;
}
.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);
}.md-tab {
    background-color: white !important;
	font-size: 18px !important;
}
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
    color: red;
}
md-tabs.md-default-theme .md-tab, md-tabs .md-tab {
    color: black;
}