/****************/
/** {
outline:1px solid red;
}*/
*,
*:after,
*::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color:transparent;
}

html { 
height: 100%;
width: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-family: 'Heebo', Helvetica, Arial, Verdana, sans-serif;
color:#000;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}
html, body {
width: 100%;
/*overflow-x: hidden; /* Stops horizontal scrolling. */
/*overflow:visible;*/
}
body {
min-height: 100%;
height: 100%;
position: relative;
margin:0;
padding:0;
font-size: 75%;
line-height: 1.4;
font-weight:400;
}
@media (max-width:767px) {
body {
height: 100%;
}
}
body.body {
color:#000;
background-color:#fff;
}
body.body_manage {
color:#000;
background-color:#fff;
}

body.b1 {
margin:20px;
background:#f8f5ee;
color:#000;
}
::-moz-selection {
background: #777;
color: white;
text-shadow: none;
}
::selection {
background: #777;
color: white;
text-shadow: none;
}
/**/
.ui-widget-shadow {
-webkit-box-shadow: -2px -2px 8px #ddd !important;
box-shadow: -2px -2px 8px #ddd !important;
}
.borderbox{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
.clearfix {
zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/**/
/*article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
display: block;
}*/
audio,canvas,progress,video {
display:inline-block;
vertical-align:baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],template {
display: none;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,strong {
font-weight:bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small, .small {
font-size: 80%;
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,kbd,pre,samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,input,optgroup,select,textarea {
color: inherit;
font: inherit;
margin: 0;
outline: 0;
border-radius: 0;
}
button {
overflow: visible;
}
button,select {
text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}

	input[type="checkbox"].ckbx {
	display:none;
	}
	input[type="checkbox"].ckbx + label {
	/*font-family:Arial, sans-serif;*/
	font-size:16px;
	}
	input[type="checkbox"].ckbx + label span {
	display:inline-block;
	width:22px;
	height:22px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	/*background:url("../img/check_radio_sheet.png") left top no-repeat;*/
	cursor:pointer;
	
	}
	input[type="checkbox"].ckbx + label span:before {
	font-family: Font Awesome\ 5 Pro;
	content:"\f0c8";/*96*/
	cursor:pointer;
    font-weight:600;   
	}
	/*input[type="checkbox"].ckbx:checked + label span {
	background:url("../img/check_radio_sheet.png") -19px top no-repeat;
	}*/
	input[type="checkbox"].ckbx:checked + label span:before {
	font-family: Font Awesome\ 5 Pro;
	content:"\f14a";
	color:#4ad554;
	cursor:pointer;
	font-weight:600;
	}

.fa-remove:before { /*= .fa-times*/
content: "\f00d";
}

.quantity {
position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]{
  -moz-appearance: textfield;
}
/*.quantity input {
  width: 75px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-right: 20px;
	text-align: center;
  border: 1px solid #ddd;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 45px;
}
.quantity-button .fa,
.quantity-button .fas
{
line-height: 25px;
margin-left:-1px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ddd;
  width: 22px;
	
	
  text-align: center;
  color: #888;
  font-size: 11px;
  line-height: 1.7;
	
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #ddd;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: 1px;
  height: 50%;
}
.quantity-button:hover {
background:#ff9a00;
color:#fff;
}*/

.p_events{pointer-events: none;}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight:bold;
}
audio,canvas,img,svg,video {
vertical-align: middle;
}
/* TINYMCE p*/
.mceContentBody p, .mce-edit-area p {
margin:0px !important;
}
.mce-edit-area {
padding:10px !important;	
}
/******/
/* --- overlay / loader ---*/
div#overlaybox_bg {
position:absolute; 
left:0px; 
right:0px; 
top: 0px;
bottom: 0px;
z-index: 1100; 
color:#fff;
display:inline-block;
background-color:#fff; 
opacity:0.7;
-moz-opacity:0.7;
filter:alpha(opacity=70);
}
div#overlaybox_content { 
position: absolute; 
left:0; 
right:0; 
top:0;
bottom:0;
z-index:1101; 
color:#fff;
display:inline-block;
padding-top:250px;
text-align:center;
}
div#overlaybox_content_loading {
position: absolute; 
left:0; 
right:0; 
top:0;
bottom:0;
z-index:1101; 
color:#fff;
display:inline-block;
padding-top:250px;
text-align:center;
background-image:url("../i/loadingbg.gif");
background-position:center 206px;
background-repeat:no-repeat;
}
/* --- overlay ---*/
img {
height: auto;
max-width: 100%;
}
img.img_borderyes {
border:1px solid #e0e0e0;
}
img.i {
margin:5px;
}

a,a:visited {
background: transparent;
text-decoration:underline;
color:#3c3c3c;
-webkit-transition-property: background,color,border !important;
-moz-transition-property: background,color,border !important;
transition-property: background,color,border !important;
-webkit-transition-duration:all .5s;
-moz-transition-duration:all .5s;
transition:all .5s;
}
a:hover {
text-decoration:underline;
color:#333;
}

.spacer10 {
width:10px;
}

/**/
.ratio {
width: 100%;
}
/**/

.upper { text-transform:uppercase }
.mouse { cursor:pointer; }
li { margin-bottom:0; }
ul {margin:0;padding:0;}
.mce-content-body ul { -webkit-padding-start: 40px;}

.h100 { height: 100%; }

.float_left, .fllt { float:left !important; }
.clear_left, .cllt { clear:left !important; }
.float_right, .flrt { float:right !important; }
.clear_right, .clrt { clear:right !important; }
.float_center, .flct {
position:absolute;
width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
}

.clear_both, .clbt { clear:both !important; }
.aleft { text-align:left !important; }
.aright { text-align:right !important; }
.acenter { text-align:center !important; }
.acenter1 { margin:0 auto !important; }
.ajustify { text-align:justify !important; }

.display_none, .dn { display:none; }
.dn-imp { display:none !important; }
.db {display:block;}
.vh {visibility: hidden;}

.brdt1 { border-top:1px solid #c0c0c0; }
.brdb1 { border-bottom:1px solid #c0c0c0; }
.brd1 { border:1px solid #c0c0c0; }
.brdb2 { border-bottom:2px dotted #666; }

td {font-size:1em;}

input, textarea, select {
font-family: 'Heebo', Helvetica, Arial, Verdana, sans-serif;
font-size:1em;
border:1px solid #ddd;
}
input {
margin-left:0px;	
margin-right:0px;	
}
input:focus{
outline: 0;
}
input.sel, textarea.sel, select.sel {
font-family: 'Heebo', Helvetica, Arial, Verdana, sans-serif;
font-size:1em;
border:1px solid #999;
background:#6c7f4e;
}

.op3 {
opacity:0.3;
-moz-opacity:0.3;
filter:alpha(opacity=30);
}
/*****/
.bggrad{left:0;bottom:0;width:100%;text-align:center;}
.bggrad a{display:block;height:50px;line-height:50px;font-size:14px;color:#000;width:100%;background:#fff;}
.bggrad a:hover{color:#3c3c3c;}
.bggrad div{
position:relative;width:100%;height:30px;
background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.boxchiuso {max-height:240px;overflow:hidden;}

.home_testo .bggrad a{background:#fff;}

.home_testo .bggrad div{
background:-moz-linear-gradient(top,rgba(243,242,242,0) 0%,rgba(255,255,255,1) 100%) !important;
background:-webkit-linear-gradient(top,rgba(243,242,242,0) 0%,rgba(255,255,255,1) 100%) !important;
background:linear-gradient(to bottom,rgba(243,242,242,0) 0%,rgba(255,255,255,1) 100%) !important;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}

/*MSG*/
div.msg_container {
text-align:center;
color:#fff;
}
div.msg_container .msg {
display:block;
font-weight:bold;
color:#fff;
margin-bottom:0 !important;
padding:20px;
padding-bottom:10px;
}
div.msg_container .msg p {
margin-top:0 !important;
margin-bottom:5px !important;
}

div#msg_alert {
font-size:18px;
width:100%;
color:#000 !important;
/*padding:10px;*/
}
div#msg_alert img {
border-width:0;
}

div#msg_container_bg {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;

z-index: 996; 
color:#fff;
background-color:#666; 

opacity:0.7;
-moz-opacity:0.7;
filter:alpha(opacity=70);
}
div#msg_container {
color:#848586;
width:500px;
margin-left:auto;
margin-right:auto;
/*margin-top:300px;*/

position: absolute;
z-index: 997; 

background-color:#fff;
/*border:1px solid #e5231d; */

-webkit-box-shadow: 0px 0px 4px #666; 
-moz-box-shadow: 0px 0px 4px #666; 
box-shadow: 0px 0px 4px #666;

	
/*-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
border-radius: 5px;*/
}
@media (max-width:480px) {
	div#msg_container {
	width:97%;	
	}
}

div.toolbar_msg_h {
float:right;
padding:5px;
height:50px;
width:30px;	
text-align: center;
color:#848586 !important;
}
div.toolbar_msg_h1 {
padding:10px;
height:36px;
line-height:16px;
color:#848586;
border-bottom:1px solid #f0f0f0;
text-transform: uppercase;
}
div.toolbar_msg_h .fa,div.toolbar_msg_h1 .fa {
font-size:18px;
color:#666;
float:right;
}
div.tbl_msg {
height:500px;
overflow:auto;
}
table.tbl_msg,table.tbl_msg_nb {
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
width:100%;
}
table.tbl_msg td {
padding:10px;
border:1px solid #ddd;
}
table.tbl_msg_nb td {
vertical-align: top;
padding:10px;
}

div#msg_c {
text-align:center;
padding:60px 20px;
color:#000;
font-size:22px;
text-transform: uppercase;
font-weight:100;
}
/**/
.brd_err {
border:1px solid red !important;
-webkit-box-shadow: 0 4px 5px #ff0000;
-moz-box-shadow: 0 4px 5px #ff0000;
box-shadow: 0px 0 2px #ff0000 !important;
}

span.msg, div.msg {
display:block;
color:#fff;
background:#ff0000;
padding:10px;
/*font-size:1.3em;*/
}
.msg_ml {
display:block;
color:#ff0000;
padding:5px 10px;
margin-bottom:10px;
}
div.msg_fixed {
width:208px;
color:#fff;
background:#ff0000;
padding:5px 10px;
margin-bottom:5px;
margin-left:auto;
margin-right:auto;
}
div.msg_fixed1 {
width:150px;
color:#fff;
background:#ff0000;
padding:5px 10px;
margin-bottom:5px;
}

span.msgB, div.msgB {
display:block;
color:#fff;
background:#ff0000;
padding:5px;
padding-left:10px;
padding-right:10px;
text-align:center;
}
span.msgok, div.msgok {
color:#fff;
background:#02CA0B;
padding:5px;
padding-left:10px;
padding-right:10px;
font-size:1em;
}
span.msgno, div.msgno {
display:block;
width:200px;
color:#fff;
background:#ff0000;
padding:5px;
padding-left:10px;
padding-right:10px;
font-size:1em;
}
.msg_inline {
padding:.6em;
text-align:center;
text-transform:uppercase;
font-size:1.6em;
font-weight:200;
background:#02CA0B;
color:#fff;
}
.msg_stock {
width:142px;
text-align:center !important;
text-transform:uppercase !important;	
}
.msgokm {
font-weight:bold;
color:#fff;
background:#02CA0B;
padding:5px;
padding-left:10px;
padding-right:10px;
margin-left:10px;
font-size:1em;
line-height:18px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;

-webkit-box-shadow: 0 4px 5px #999;
-moz-box-shadow: 0 4px 5px #999;
box-shadow: 0px 4px 5px #999;
text-transform:lowercase;
}

span.msgbg, div.msgbg {
display:block;
font-weight:bold;
color:#fff;
background-color:#ff0000;
padding-top:4px;
padding-left:5px;
height:20px;
}
span.msgokbg, div.msgokbg {
display:block;
font-weight:bold;
color:#fff;
background-color:#02CA0B;
padding-top:4px;
padding-left:5px;
height:20px;
}
div.msg1 {
font-weight:bold;
color:#fff;
background:#ff0000;
padding:10px 15px;
margin-bottom:10px;
}
span.msg1, div.msg1 p {
margin:0;
}

.alert_1 {
color:#ff0000 !important;
}
.alert_2 {
color:#ff9c00 !important;
}
.line-t {
text-decoration:line-through;
}

.square {
width:22px;
height:22px;
line-height:22px;
text-align:center;
}

.black {color:black;}
.orange {color:#ff9c00;}
.orange1 {color:#fc6b00;}
.red {color:#ff0000 !important;}
.green {color:#009900;}
.amaranto {color:#570015;}
.white {color:#fff !important;}
.gray {color:#333;}
.gray2 {color:#555;}
.minigray {
font-size:9px;
color:#c0c0c0;
}
.minigray2 {
font-size:.8em;
color:#666;
}
.gray3 {
font-size:1em;
color:#c0c0c0;
}
.gray4 {color:#f0f0f0;}
.blue_hl {
color:#0d243f !important;
}
.bg_blue_hl {
background:#0d243f !important;
}


.f8 {
font-size:8px !important;
}
.f10 {
font-size:10px !important;
}
.f11 {
font-size:11px !important;
}
.f12 {
font-size:1em !important;
}
.f13 {
font-size:13px !important;
}
.f16 {
font-size:16px !important;
}

.b {
font-weight:bold !important;
}
.italic {
font-style:italic !important;
}
.strike {
text-decoration:line-through !important;
}

.no_border {
border-width:0px !important;
}
.border_gray {
border:1px solid #999 !important;
}
.border_red {
border:1px solid #ff0000 !important;
}
.bg_black {
background:#000 !important;
}
.bg_white {
background:#fff !important;
}
.bg_red,.bgred {
background:#ff0000 !important;
}
.bg_red2 {
background:#cc0000 !important;
}
.bg_red3 {
background-color:#cc0000 !important;
color:#fff;
}
.bg_orange {
background:#FFA400 !important;
}
.bg_gray,.bg_grey,.bggray {
background:#d0d0d1 !important;
}
.bg_gray2 {
background:#746661 !important;
}
.bg_blue {
background:#0d243f !important;
}
.bg_blue_b {
background:#23447d !important;
}

.bg_green {
background:#02CA0B !important;
}
.bg_green1 {
background:#74fc7a !important;
}
.bg_green2 {
background:#E3F9E3 !important;
}
.bg_green3 {
background:#2E9641 !important;
}
.bgdisabled {
background:#666 !important;
color:#fff !important;
}

.cl_green {
color:#009900 !important;
}
.bg_az {
background:#eaf6fa !important;
}
.fcblack {
color:#000 !important;
}
.fcwhite {
color:#fff !important;
}

.linethrough {
text-decoration:line-through;
}
.inline {
display:inline-block !important;
}
.block {display:block !important;}
.wt100 { width:100px; }
.wt150 { width:150px; }
.wt200 { width:200px; }

.vam { vertical-align:middle !important; }
.vat { vertical-align:top !important; }
.vab { vertical-align:bottom !important; }
.brdot { border-style:dotted !important; }
.brsol { border-style:solid !important; }

.relativo {position:relative;}
.assoluto {position:absolute;}

h3 {
font-size:1.1667em;
padding:0px;
margin:0px;
}
h2 {
font-size:1.3333em;
padding:0px;
margin:0px;
}

hr {
color:#e0e0e0;
font-size:10px;
border:1px solid #e0e0e0;
}
hr.hr1 {
color:#000;
font-size:1em;
border:1px solid #000;
}

.p_mg0 p {
margin:0 !important;	
/*margin-right:5px;*/
}

#sb-body-inner p {
margin:0px;	
}
.m_mng { margin-top:34px !important; }
.m_mng_p { padding-top:34px !important; }

.nowrap { white-space:nowrap; }

.m0 { margin:0 !important; }
.m5 { margin:5px !important; }
.m20 { margin:20px !important; }
.m10perc { margin:10% !important; }
.mb0 { margin-bottom:0px !important; }
.mb1 { margin-bottom:1px !important; }
.mb3 { margin-bottom:3px !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mt2 { margin-top:2px !important; }
.mt3 { margin-top:3px !important; }
.mt5 { margin-top:5px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt35 { margin-top:35px !important; }
.mt40 { margin-top:40px !important; }
.mt10m { margin-top:-10px !important; }
.mt20m { margin-top:-20px !important; }
.ml0 { margin-left:0px !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.mr0 { margin-right:0 !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr30 { margin-right:30px !important; }
.mtb5 { margin-top:5px;margin-bottom:5px !important; }
.mtb10 { margin-top:10px;margin-bottom:10px !important; }

.sepb {height:15px;}
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pl { padding-left:20px !important; }
.pl0 { padding-left:0 !important; }
.pl5 { padding-left:5px !important; }
.pl10 { padding-left:10px !important; }
.pl20 { padding-left:20px !important; }
.pl40 { padding-left:40px !important; }
.pr5 { padding-right:5px !important; }
.pr10 { padding-right:10px !important; }
.pr20 { padding-right:20px !important; }
.p0 { padding: 0px !important; }
.p3 { padding:3px !important; }
.p5 { padding:5px !important; }
.p10 { padding:10px !important; }
.p20 { padding:20px !important; }
.pt20 { padding-top:20px !important; }
.pb0 { padding-bottom:0px !important; }

.p_p0 p { margin:0px !important; }

.no_result1 {
text-align:center;
font-weight:bold;
margin-top:40px;
margin-bottom:40px;
}
.placeholder {
color:#c0c0c0;	
}

.no {color:#ff0000;}
.yes {color:#02CA0B;}
.inprog {color:#ffa200;}
.neutro {color:#fafafa;}
/**/
body .ui-tooltip {
border-width:1px !important;
}
/**/
div.w100 {
width:100% !important;
}
.w50 {
width:50% !important;
border-collapse:collapse;
border-spacing: 0;
}
table.w100 {
width:100%;
border-collapse:collapse;
border-spacing: 0;
}
table.wh100 {
width:100%;
height:100%;
}
table.w100top {
width:100%;
border-collapse:collapse;
border-spacing: 0;
}
table.w100top td {
vertical-align:top;
}
table.w100border {
width:100%;
}
table.w100border td {
border:1px solid #999;
}
table.w100border1 {
width:100%;
background-color:#f0f0f0;
}
table.w100border1 td {
border:1px solid #999 !important;
padding:4px;
vertical-align:middle !important;
}
table.clps,table.w100,table.wh100,table.w100border1 {
border-collapse: collapse;
border-spacing: 0;
}
/**/
td.tdw_i1 {
width:100px;
height:100px;
}
td.tdw1 {
width:50%;   
}
td.tdw2 {
width:70px;   
}
td.tdw3 {
width:150px;   
}
td.tdw_del {
width:auto;
text-align:right;
}
td.tdw_auto {
width:auto;
}
/**/
.atop {
position: fixed;
bottom: 50px;
right: 30px;
z-index: 9999;
display: none;
	
width: 45px;
height: 45px;

text-align: center;
color: #555;
font-size: 25px;
background: #fff;

-webkit-opacity: 0.5;
-moz-opacity: 0.5;
opacity: 0.5;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
transition: all ease 0.5s;
}
.atop i {
line-height: 38px;
font-size: 24px;
vertical-align: middle;
}
.atop:hover {
-webkit-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
}
.atop:hover i {
text-decoration: none;
color: #555;
outline: none;
}

/**FOOTER*****************************/
#footer {
position:fixed;
z-index: 99;
bottom:0;
right:0;
text-align:left;
font-size:10px;
padding:5px 8px;
/*background:rgba(255,255,255,.8);*/
color:#666;

}

#footer a {
color:#fff;
text-decoration: underline;
}
#footer a:hover {
color:#fff;
text-decoration: underline;
}
#footer .af,
#footer1 .af {
color:#666 !important;
text-decoration: none;
margin-left:10px;
}
#footer .af:hover {
color:#000 !important;
text-decoration: underline;
}

#footer1 {
position: relative;
width:100%;
text-align:center;
font-size:10px;
color:#666;
z-index: 99;
}

table.footer1 {
width:100%;
border-spacing:0;
border-collapse:collapse;
}
table.footer1 td {
vertical-align: middle;
padding:10px;
text-align: center;
}
table.footer1 tr td:first-child {
text-align: left;
padding-left:20px;
}
table.footer1 tr td:last-child {
text-align: right;	
padding-right:20px;
}

#footer1 a {
color:#666 !important;
text-decoration: none;
}
#footer1 a:hover {
color:#000 !important;
text-decoration: underline;
}


#footer1 .ft_1 {
display:inline-block;
margin-right:40px;
}

/*
.footer_rel {
position:relative !important;
bottom:auto !important;
}


td.footer_td1 {
padding-top:40px !important;
width:200px;
text-align: center;
vertical-align: top;
}
.footer_td1_1 {
margin-bottom:40px;
}
.footer_td1_1 img {
width:60px;
}

.footer_div1 {
text-align:center;
padding:30px 20px 0 20px ;
}
.footer_div2 {
text-align:left;
padding: 10px 20px;
color:#fff;
}
.footer_div2 p{ 
margin:0;
}


.footer_td2 {
padding:0;
padding-top:40px;
vertical-align: top;
}
.footer_td2 h4,
.footer_div2 h4 {
color:#3c3c3c;
font-weight:600;
margin:0;
margin-bottom:0;
font-size:1.5em;
}
.footer_td2 h5,
.footer_div2 h5 {
color:#fff;
font-weight:600;
margin:0;
margin-bottom:40px;
font-size:1.1em;
}
.footer_td2 span,.f_lb,.footer_div2 span {
color:#fff;
}

.footer_td_sep {
height:1px;
background:#3c3c3c;
}
.footer_td_sep2 {
height:20px;
}

@media (max-width:768px) {
	.footer_td_sep {
	margin-top:20px;
	}
    .footer_div2 {
    text-align:center;
    }
	.footer_div2 h5 {
	margin-bottom:0px;
	}	
}
.ft_cont {
width:100%;
}

table.ft_cont td {
vertical-align: top !important;
}
table.ft_cont td:nth-child(2) {
text-align:right;
}




table.ft_cont {
table-layout: fixed;
border-spacing: 0;
border-collapse: collapse;
}
table.ft_cont td {
padding: 0;
width:50%;
color:#fff;
}
@media (max-width:1024px) {
	table.ft_cont td {
		display:block;
		width:100%;
	}
}

table.ft_cont td p {
margin:0;	
}

table.footer_t {
width:100%;
table-layout:fixed;	
border-spacing: 0;
border-collapse: collapse;
}
*/
#footer .credits {
display:inline-block;
}
#footer .credits a {
text-decoration:none !important;
}

.creditsc {
position:absolute;
right:0px;
padding:10px;
border:1px solid #e0e0e0;
background:#f0f0f0;
width:200px;
height:auto;
color:#999 !important;
text-align:left;
}
.creditsc a {
color:#000 !important;
text-decoration:none !important;
}
.creditsc a:hover {
color:#3c3c3c !important;
text-decoration:none !important;
}
.creditsc p {
margin:0px !important;
}


.menu_f a {
display:block;
text-decoration:none;
font-size: 1.1em;
height:22px;
color:#737373;
}
.menu_f a:hover {
text-decoration:underline;
color:#3c3c3c;
}
.menu_f span {
display:block;
text-decoration:none;
font-size: 1.1em;
height:22px;
color:#3c3c3c;
}


.menu_f1 {
position:absolute;
right:0;
}
.menu_f1 a {
display:inline-block;
text-decoration:none;
font-size: 1.1em;
height:22px;
color:#fff !important;
margin-left:20px;
}
.menu_f1 a:hover {
text-decoration:underline;
color:#fff;
}
.menu_f1 span {
display:block;
text-decoration:none;
font-size: 1.1em;
height:22px;
color:#fff;
}

@media (max-width:480px) {
	.menu_f a {
	height:32px;
	}
	.footer2 {text-align: center;}
	.menu_f1 {
	position:relative;
	text-align: center;
	margin-bottom:20px;
	}
	.menu_f1 a {
	margin:0 10px;
	}
}
/**HEADER**************************/
/*div#header {
width:100%;
-webkit-transition: height 0.8s;
-moz-transition:height 0.8s;
transition: height 0.8s;
background:rgba(0,0,0,0.48);
-webkit-backdrop-filter: saturate(180%) blur(5px);
backdrop-filter: saturate(180%) blur(5px);
}*/
/*#header::before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background:rgba(0,0,0,.58);
}
.header_fx {
height:154px;
position:fixed;
width:100%;
top:0;
z-index: 880;
pointer-events: none;
}
div#header img {
border-width:0;
}
.header-std {
background-image:url("../media/immagini/header_std.png");	
}*/

/*
.fx {
position:fixed;
width:100%;
top:0;
z-index: 880;
}*/

.hfx {
position: fixed;
vertical-align: top;
padding:0;
width:100%;
    
height:70px;
background:rgba(255,255,255,0.85); /*1*/
z-index:99;
}
.hfx_dn {
display:none;   
}
.hfx_w {
background:rgba(255,255,255,0) !important; /*.67*/
}

.hfx_b {
background:rgba(0,0,0,.67) !important; /*.67*/
color:#fff !important;
}
.hfx_bx {
background:rgba(0,0,0,1) !important;
color:#fff !important;
}
.hfx_gx {
background:#0d243f !important;
color:#fff !important;
}
.hfx_gx1 {
background:#23447d !important;
color:#fff !important;
}
.hfx_gx2{
background:#746661 !important;
color:#fff !important;
}

/*.home_dsk {
background:#fff;
height:224px;
text-align: center;
padding-top:34px;
}*/

div#home {
pointer-events:all;
-webkit-transition: margin 0.8s,width 0.8s;
-moz-transition:margin 0.8s,width 0.8s;
transition: margin 0.8s,width 0.8s;
position:absolute;
top:0;
left: 0;
}

/*div#home::after {
content:"DEMO";
position:absolute;
top:0;left:0;
font-weight:bold;
font-size:20px;
background:red;
color:#fff;
padding:5px 10px;
}*/

div#home a {
position:relative;
display:block;
text-decoration:none;
}
div#home img {
height:70px;
}

.home_x {
width:100%;
height:100%;
border-collapse: collapse;
border-spacing:0;
    
background-repeat:no-repeat;
background-size: cover;
background-position:center;
font-size:30px;
}
.home_x_m {
height:500px;
background-color:#fff;
-webkit-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
}
.home_x p {
margin:0;   
}
.home_x td {
vertical-align: middle;
padding:10%;
text-align:center;
font-family: "Playfair Display",Times,serif;
    
text-shadow:0px 1px #000;
}
.video-mng {
width:100%;
margin-bottom:20px;
}
.video-mng video {
width:100%;
}
/*.nomove {
background:orange !important;
}*/
.blurred {
/* Firefox version 34 and earlier */
filter: url("blur.svg#gaussian_blur");
/* Webkit in Chrome 52, Safari 9, Opera 39, and earlier */
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
-o-filter: blur(20px);
/* Any browser which supports CSS3 */
filter: blur(20px);
    
transition: all 1.5s;
}
.notblurred {
/* Firefox version 34 and earlier */

/* Webkit in Chrome 52, Safari 9, Opera 39, and earlier */
-webkit-filter: blur(0);
-moz-filter: blur(0);
-ms-filter: blur(0);
-o-filter: blur(0);
/* Any browser which supports CSS3 */
filter: blur(0);
    
transition: all .6s;
}

.h_foto {
position:relative;
height:90px;
background-repeat: repeat-x;
background-size: contain;
background-position: center;
}

.h_foto_caption {
position: absolute;
z-index: 400;
display: block;
width: 100%;
color: #fff;
bottom: 3px;
font-size: 30px;
font-weight:900;
text-transform: uppercase;
text-align: left;
text-shadow: 0px 1px #000;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.h_foto_caption div {
position: relative;
max-width: 1200px;
margin: 0 auto;
/*padding: 14px 0;*/
transition: all .5s;
}
@media (max-width:1250px) {
.h_foto_caption div {
padding: 5px 20px;
}

}
@media (max-width:768px) {
.h_foto {
height:70px;
background-size: cover;
background-position: left;
}
.h_foto_caption {
font-size: 24px;
position:relative;
bottom:auto;
}
.h_foto_caption div {
padding: 0 20px;
line-height:70px;
}
}
@media (max-width:480px) {
.h_foto {
height:50px;
}
.h_foto_caption {
font-size: 20px;
}
.h_foto_caption div {
line-height:50px;
}
}

.hbox {
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    z-index: 100;
    display:none;
}

#mnbox {z-index: 100;}
#srcbox_panel {z-index: 102;}
#login_panel {z-index: 103;}

.mnbox_b {
background:rgba(0,0,0,.88);
color:#fff;
}
.mnbox_b1 {
background:rgba(13,36,63,.88);
color:#fff;
}
.mnbox_b2 {
background:rgba(116,102,97,.88);
color:#fff;
}
.mnbox_w {
background:rgba(255,255,255,.8);
color:#000;
}
#mnbox .mnbox {
padding:10%;  
font-size:26px;
height:100%;
transition: all .5S;
}

.mnbox .mnbox_t,
.mnbox a.mnba,
.mnbox span.mnba {
font-weight:100;
font-size:28px;
margin-bottom:10px;
text-transform: uppercase;
text-decoration: none;
color:#3c3c3c;
}
.mnbox span.mnba {
font-weight:700;
}
/*.mnbox a.mnba,
.mnbox td a,
.mnbox span.mnba {
border-bottom:1px solid transparent;   
}*/
.mnbox a.mnba:hover {
/*border-bottom:1px solid #000;*/
font-weight:400;
}


.mnbox {
width:100%;
display: table;
}
#mnbox .mnbox .mnbox_1 {
display: table-row;
}
#mnbox .mnbox .mnbox_2 {
display: table-cell;
width:100%;
/*height:16.666666666666666%;6 righe*/
/*height:12.5%;8 righe*/
height:14,2857142%;/*7 righe*/	
}
/*#mnbox .mnbox .mnbox_1:nth-child(6) .mnbox_2 {
vertical-align: bottom;
}
#mnbox .mnbox .mnbox_1:nth-child(7) .mnbox_2 {
vertical-align: bottom;
}*/
#mnbox .mnbox .mnbox_1:nth-child(7) .mnbox_2 a.mnba {
margin-bottom:0;
}



.mnbox_b .mnbox .mnbox_t,
.mnbox_b .mnbox a.mnba,
.mnbox_b .mnbox span.mnba,
.mnbox_b1 .mnbox .mnbox_t,
.mnbox_b1 .mnbox a.mnba,
.mnbox_b1 .mnbox span.mnba,
.mnbox_b2 .mnbox .mnbox_t,
.mnbox_b2 .mnbox a.mnba,
.mnbox_b2 .mnbox span.mnba {
color:#fff;
}
.mnbox_b .mnbox a.mnba:hover,
.mnbox_b1 .mnbox a.mnba:hover,
.mnbox_b2 .mnbox a.mnba:hover {
/*border-bottom:1px solid #fff;*/
font-weight:400;
}

.mnbox a.mnba {
display: inline-block;
}
.mnbox .mnbox_m,.mnbox a.mnba {
margin-bottom:2%;
}
.mnbox table {
width:100%;
border-collapse: collapse;
border-spacing:0;
}
.mnbox td {
vertical-align:top;
padding-right:20px;
font-size:18px;
}
.mnbox td:last-child {
padding-right:0;   
}
.mnbox td a {
font-weight:400;
text-decoration: none;
text-transform: uppercase;
}
.mnbox td a.sel {
font-weight:700;
/*color:#666;*/
/*border-bottom:1px solid #ddd;*/
}
.mnbox td a.sel:after {
content: " ";
display: block;
/*width: 50px;
height: 1px;
border-bottom: 1px dashed #666;*/
width: 20px;
height: 1px;
border-bottom: 1px solid #666;
}
.mnbox td a:hover {
font-weight:700;
/*color:#666;*/
/*border-bottom:1px solid #000; */
}


.mnbox_b .mnbox td a,
.mnbox_b1 .mnbox td a,
.mnbox_b2 .mnbox td a {
color:#fff;
}
.mnbox_b .mnbox td a:hover,
.mnbox_b1 .mnbox td a:hover,
.mnbox_b2 .mnbox td a:hover {
/*color:#ccc;*/
font-weight:700;
/*border-bottom:1px solid #fff; */  
}

.mnbox_m .dizionario {
margin:0 !important;
text-align: left !important;
}
.mnbox_m .dizionario b {
font-weight:400;
}
.mnbox td p {
margin:0;
font-size:14px;
/*margin-top:10px;*/
font-weight:200;
}

.mnbox_m a.bold {
font-weight:400;
}

.mnbox_m a.bold:hover {
font-weight:700;
}
.mnbox_b2 .dizionario a {
font-weight:700; 
color:#fff !important;
}

.mnbox_w .dizionario a:hover {
font-weight:700; 
color:#000 !important;
}
.mnbox_b .dizionario a:hover {
font-weight:700; 
color:#fff !important;
}

#srcbox_panel .mnbox,
#login_panel .mnbox {
position:relative;
padding:10%;/*60px;  */
font-size:26px;
/*background:rgba(255,255,255,.88);*/
height:100%;
}
.body_manage #srcbox_panel .mnbox {
padding-top:94px;
}

.hbox_x {
position:fixed;
right:30px;
top:30px;
/*font-size:50px;*/
font-weight:200;
overflow:auto;
}
.body_manage .hbox_x {
top:54px;
}
table.hbox_tbl {
width:100%;
height:100%;
border-spacing: 0;
border-collapse: collapse;
    table-layout: fixed;
}
table.hbox_tbl td {
vertical-align: top;
padding:0 20px;
}
.hbox_tit {
font-weight:200;
font-size:40px;
margin-bottom:40px;
text-transform: uppercase
}

@media (min-height:1001px) and (max-height:1100px) {
    #mnbox .mnbox {
    padding:8%;  
    }
}
@media (min-height:961px) and (max-height:1000px) {
    #mnbox .mnbox {
    padding:6%;  
    }
}

@media (min-height:801px) and (max-height:960px) {
    #mnbox .mnbox {
    padding:4%; 
    }
}

@media (min-height:701px) and (max-height:800px) {
    #mnbox .mnbox {
    padding:4%; 
    }
}
@media (max-height:700px) {
    #mnbox .mnbox {
    padding:4%;
    }
	.home_x {
	font-size:22px;
	}
}

@media (max-height:960px) {
	.mnbox .mnbox_t,
	.mnbox a.mnba,
	.mnbox span.mnba {
	font-size:22px;
	}
	.mnbox td p {
	font-size:14px;
	}
	.mnbox td p {
	margin:0;
	margin-bottom:5px;
	}
	.dizionario a, .dizionario span {
	font-size:20px;
	line-height:20px;
	height:20px;
	}
}
@media (max-height:900px) {
	.mnbox .mnbox_t,
	.mnbox a.mnba,
	.mnbox span.mnba {
	margin-bottom:0;
	}
	.mnbox .mnbox_m,.mnbox a.mnba {
	margin-bottom:1%;
	}

}
@media (max-height:660px) {
	.mnbox td p {
	margin:0;
	margin-bottom:5px;
	}
	.mnbox td p {
	/*display:none;*/
	}
}

@media (max-height:525px) {
	.mnbox_2 td {
	display:block !important;
	width:100%;
	padding-top:4px;
	}
	#mnbox {
	overflow:auto;
	}
}

@media (max-width:1024px) {
	.tde {
	display:none;
	}
}

div.mnh {
-webkit-opacity:1;
-moz-opacity:1;
opacity:1;
cursor: pointer;
transition: all .2s;
}
/*div.mnh:hover {
-webkit-opacity:.4;
-moz-opacity:.4;
opacity:.4;
}
*/

#menu_h {
position:absolute;
top:0;
right:10px;
height:70px;
padding-top:14px;
margin-right:20px;
}

.mn_1 {
position:absolute;
top:0;
right:90px;
height:70px;
padding-top:21px;/*36*/
margin-right:20px;
}
.mn_2 {
right:150px;
}
.mn_c {
text-align: center;
/*padding-top:33px;*/
line-height:70px;
}
.mn_1,
.mn_1 a,
.mn_c a {
/*font-size:33px;*/
font-size:22px;
font-weight:200;	
}
.mn_1 a,
.mn_c a {
text-transform: uppercase;
text-decoration: none;
}

.mn_1 a:hover,
.mn_c a:hover {
text-decoration: none;
}
.mn_blk a {
color:#fff !important;
}
.mn_blk a:hover {
font-weight:400;
/*text-shadow: 0px 0px 1px #fff;*/
/*color:#ccc !important;*/
}
.mn_whi a {
color:#000 !important;
position: relative;
}
.mn_whi a:hover {
font-weight:400;
/*color:#888 !important;*/
/*text-shadow: 0px 0px 1px rgba(0,0,0,1);*/
}


.counter_nrt {
position:absolute;
top:25%;
right:-10px;
font-size:12px;
background:#000;
color:#fff;

border-radius: 50%;
width:25px;
height:25px;
line-height:25px;
text-align: center;
font-weight:400;
}

.noclick {
opacity:0.08;
-moz-opacity:0.08;
filter:alpha(opacity=8);
}
.noclick,.noclick * {
cursor: default !important;
}
.noclick:hover,.noclick *:hover {
-webkit-box-shadow: 0 0 0 #fff !important; 
-moz-box-shadow: 0 0 0 #fff !important; 
box-shadow: 0 0 0 #fff !important;
text-shadow: 0 0 0 #fff;
text-decoration:none;
}
.noclick a:hover {
border:0 !important;
}

.mnbox_login {
display:none;
}






.header {
position:relative;
height:37px;
background:rgba(32,100,174,.9);
}

div.container1,.menu_h,.menu_h1 {
position:relative;
max-width:1200px;
margin:0 auto;
}
.container2_H,div.container2 {
position:relative;
max-width:100%;
margin:0 auto;
}
div.container2 {
padding-top:0;
height:100%;
}
div.container3 {
padding-top:0;
width:100%;
background:#000;
color:#fff;
position: relative;
}
.container_content {
position: relative;
height:100%;
}
/*********/

div.msgs_tit {
padding:3px;
background:#e0e0e0;
border-bottom:2px solid #333;
color:#000;
} 
div.msgs_b {
padding:3px;
padding-bottom:7px;
}
.elover_el_over {
cursor:pointer;
}
/*##LANG##*/
div.langs {
/*position:absolute;
z-index:881;
right:0;
float:right;
margin-top:0;
padding:4px 6px;*/
display:inline-block;
margin-right:30px;
}

/*@media (max-width: 479px) {
	div.langs {
	display:none;
	}
}*/

div.langs ul {
position:relative;
clear:both;
list-style:none;
padding:0;
}
div.langs ul li {
display:block;
text-align:right;
}
div.langs ul li span.lang_l {
display:block;
color:#000;
text-decoration:none;
cursor:pointer;
padding-right:0;
}
div.langs ul li a.lang_l {
display:inline;
text-decoration:none;
cursor:pointer;
}
div.langs ul li a.lang_l:hover {
/*color:#888 !important;*/
font-weight:400;
}

div.langs ul li img {
border:0 solid #999;
}
div.langs a {
color:#000 !important;
text-decoration:none !important;
}
.mn_blk div.langs ul li span.lang_l,
.mn_blk div.langs a {
color:#fff !important;
}
div.langs a:hover {
color:#3c3c3c !important;
text-decoration:none !important;
}
.mn_blk div.langs a:hover {
color:#ccc !important;
}

.hfx_b div.langs ul li span.lang_l,
.hfx_b div.langs a{
color:#fff !important;
}
.hfx_b div.langs a:hover {
color:#ccc !important;
}

/*#####*/
div.currency {
border:0px solid;
float:right;
margin-top:50px;
color:#fff;
}
div.currency a {
color:#fff !important;
text-decoration:none;
}
div.currency a:hover {
color:#e0e0e0 !important;
text-decoration:none;
}
.crcy {}
.crcy_s {
opacity:0.7;
-moz-opacity:0.7;
filter:alpha(opacity=70);
}

/*#####*/

.social {
margin-bottom:10px;
}
.social div {
display:inline-block;
margin:0 10px;
}
.social a {
display:block;
width:44px;
height:44px;
line-height:46px;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
text-align:center;
font-size:1.6em;
text-decoration: none !important;
color:#3c3c3c !important;
background:#fff;
}
.social a:hover {
text-decoration: none;
color:#fff !important;
}
.social .facebook a:hover,.social .facebook-f a:hover { background:#3c5b9b !important; }
.social .youtube a:hover { background:#e62117 !important; }
.social .pinterest a:hover { background:#bd2125 !important; }
.social .twitter a:hover { background:#55acee !important; }
.social .tripadvisor a:hover { background:#62a14a !important; }
.social .instagram a:hover { background:#683fcb !important; }
.social .tumblr a:hover { background:#36465d !important; }
.social .linkedin a:hover { background:#0077b5 !important; }
.social .vimeo a:hover { background:#1ab7ea !important; }
.social .flickr a:hover { background:#ff0084 !important; }
.social .googleplus a:hover { background:#f63d27 !important; }
.social .foursquare a:hover { background:#f94877 !important; }



div.payoff {
position:absolute;
z-index:5;
right:20px;
top:40px;
display:block;
}
div.payoff div {
color:#fff;
font-size:1.3333em;
text-align:right;
letter-spacing:1px;
}
h1.payoff {
position:absolute;
z-index:5;
right:20px;
top:58px;
color:#fff;
font-weight:normal;
font-size:1.3333em;
text-align:right;
letter-spacing:1px;
}
/*######################*/
/*#container0 {
position:relative;
min-height:100%;
height:100%;
width:100%;
overflow:hidden;
}
#container0_manage {
position:relative;
min-height:100%;
height:100%;
width:100%;
overflow:hidden;
}*/
/***Tabella container ***/
div#container {
position: relative;
/*height:100%;*/
width:100%;
overflow:hidden;
}
div#container_manage {
position: relative;
/*height:100%;*/
width:100%;
overflow:hidden;
}
div#container_s {
position: relative;
height:100%;
width:100%;
}
div.container_s_s {
background:#000;   
}
div.container1.div.container2 {
z-index:1;
}
@media (max-width:1250px) {
    div.container1 {
    padding:0 20px;
    }
}

.container-tb {
width:100%;
height:100%;
border-spacing: 0;
border-collapse: collapse;
    
/*background-image:url(../img/sfondo-linee1.png);
background-position:bottom right;
background-repeat: no-repeat;
background-attachment: fixed;*/
}
.body-tb {
vertical-align: top;
padding:0;
}
.body-tb_wh {
padding:70px 0;
}
.footer-tb {
vertical-align: top;
padding:0;
height:94px;
}

/*.menu-tb {
vertical-align: top;
padding:0;
width:265px;
position:relative;
background:#3d393e;
}*//*
.mp-menu_dsk {
display:block;
}*/
/*@media (max-width:1000px) {
	.menu-tb {
	vertical-align: top;
	padding:0;
	width:80px;
	position:relative;
	background:#3d393e;
	}*/
	/*.home_dsk {
	width:80px;
	padding:0 5px;
	padding-top:80px;
	}*/
	/*.menu-tb_full {
	width:265px !important;
	position:absolute !important;
	z-index: 999;
	height:100%;
	}
	.home_dsk_full {
	width:265px !important;
	padding-top:34px !important;
	}
}*/

.content-tb {
vertical-align: top;
padding:0;
}

div.container2_H {
position:relative;
}
div.containerfh {
position:relative;
/*margin-top:0px;*/
}
div.containerfh-0 {
position:relative;
height:150px;
background-repeat:no-repeat;
background-size: cover;
}
@media (max-width:480px) {
div.containerfh-0 {
height:80px;
}
}
.cnfh_m {
background:url('../media/immagini/header_std_mobile.jpg');
height:105px;
background-size: cover;
}
/*
div.containerbnr {
position: relative;
background:#3c3c3c;
height:50px;
}*/

div.maintenance {
text-align:center;
font-size:1.3333em;	
}

.pagina_gest {
background:#cc0000;
color:#fff;
padding:15px 20px;
font-size:1.2em;
}
.pagina_gest a {
display:block;
color:#fff;
text-transform: uppercase;
text-decoration: none;
}

/* COLUMN LEFT */

/*
a.mnremove {
position:absolute;
color:#cc0000;
right:110px;
top:13px;
font-size:24px;
z-index:1;
display:block;
height:22px;
width:22px;
text-decoration:none;
}
a.mnremove:before {
font-family: Font Awesome\ 5 Pro;
content:"\f057";	
text-decoration:none;
}
a.mnremove:hover {
color:#999;
}
*/


/*div#column_left_prodotti {
position:relative;
display:inline-block;
*diplay:inline;zoom:1;
margin:0;
width:200px;
text-align:left;
clear:both;
margin-right:20px;
vertical-align:top;
}*/
/* COLUMN RIGHT 
div#column_right { 
margin:0px;
float:right;
width:200px;
text-align:left;
min-height:350px;
height:auto !important;
height:350px;
background:#e0e0e0;
}*/
/**CONTENT*************************/
/*div.contents {
position: relative;
height:100%;
}*/
div#content_c,div.content_c {
position: relative;
max-width:100%;
width:100%;
height:auto;
}
/*
.w_fx {
max-width:100%;
width:100%;
margin:0 auto;
}*/
.content_sep {
height:40px;
}
/*
div.content_news {
width:100%;
height:auto !important;
margin:0 auto;
background:#f0f0f0;
}
div.content_news1 .fr_c {
padding: 0 70px;
}*/
table.content_news_c {
border-spacing:0;
border-collapse: collapse;
width:100%;
}
/*table.content_news_c td.content_news_c1 {
vertical-align:top;
}
table.content_news_c td.content_news_c2 {
vertical-align:top;
width: 360px;
padding-left: 70px;
font-size:1.4em;
}
/*
.news_storico {
font-size:1.2em;
}
.news_storico .ndata {
color:#737373;
font-size:.9em;
margin-bottom:5px;
}
.news_storico .pg_sep {
margin-top:20px;
}
*/
div.content_contatti {
max-width:1200px;
height:auto !important;
/*margin:0 auto;*/
}

@media (max-width:900px) {
	div.content_contatti {
	width:100%;
	/*padding:0;*/
	}
	div.content_contatti .c {
	padding:0 !important;
	}
}

/*div#content0,div.content0 {
display:inline-block;
*diplay:inline;zoom:1;
width:100%;
position:relative;
height:100%;
}*/
div#content, div.content {
margin-left:0px;
margin-right:0px;
height:auto !important;
}
/*@media (max-width: 1024px) {
	div#container, div#container_manage {
	padding-bottom:0px;
	}
	div#content, div.content,
	div#content_c,div.content_c {
	min-height:auto;
	height:auto !important;
	}
	div#content0, div.content0 {
	width:100%;
	}
}*/
/*div#content, div#content0, div#content_c { padding-bottom: 150px; }*/
/**BODY*************************/
/*div#content_body,div.content_body {
text-align:left;
vertical-align:top;
padding:0px;
position:relative;
height:100%;
}
div#content_body1,div.content_body1 {
background-color:transparent;
padding:0px;
font-size:1em;
color:#000;
position:relative;
height:100%;
}
@media (max-width: 768px) {
div#content_body,div.content_body {
padding-bottom:0px;
}
}*/
/**********************/
div.content_s0 {
position: relative;
height:100%;
font-size:1em;
text-align:left;
padding-left:0;
padding-right:0px;
}
div.content_s {
padding:0px;
}
div.content_s1 {
display:block;

}
.ccl_frow .content_s0 {
margin-right:6px;	
}
.ccr_frow .content_s0 {
margin-left:6px;	
}
.ccc_frow .content_s0 {
margin-left:6px;	
margin-right:6px;	
}
.fr {
display:inline-block;
vertical-align:top;
margin-right:-3px;
}
.fr_m {
display:inline-block;
vertical-align:top;
/*margin-right:-3px;*/
direction: ltr;
}


.fr_news,.fr_pub {
width:50%;
min-height:320px;
padding:0 10px 20px 0px !important;
margin:0 !important;
}
.fr_pub {
min-height:280px;
}
.fr_news:nth-child(odd),
.fr_pub:nth-child(odd) {
padding:0px 20px 30px 0px !important;
}
.fr_news:nth-child(even),
.fr_pub:nth-child(even) {
padding:0px 0px 30px 20px !important;
}

/*
.fr_spn {
width:25%;
padding:0 10px 20px 10px !important;
margin:0 !important;
}

.fr_b {
width:33.3333333%;
min-height:320px;
padding:0 10px 20px 10px !important;
margin:0 !important;
}
.fr_b1,.fr_b2,.fr_b4,.fr_b5 {
width:33.3333333%;
padding:0 10px 20px 10px !important;
margin:0;
margin-bottom:20px;
}
.fr_b5 {
width:25%;
margin-bottom:0;
}
.fr_b2 {
height:300px;
cursor:pointer;
}
.fr_b3 {
width:25%;
padding:0 !important;
margin:0;
}
.fr_c_b {
margin:0 -10px;
margin-top:20px;
}
.fr_b4 {
max-height:200px;
cursor:pointer;
background-repeat: no-repeat;
background-position:center;
background-size: contain;
}
.fr_b4 img {
max-height:200px;
width:auto;
}
.fr_b4 div {
text-align: center;
background-color: #fff;
}
.fr_b5 {
cursor:pointer;
background-repeat: no-repeat;
background-position:center;
background-size: contain;
}
.fr_b5 img {
max-height:300px;
width:auto;
}
.fr_b5 div {
text-align: center;
background-color: #fff;
}

@media (max-width: 1250px) {
    .fr_b {
    width:33.3333333%;
    height:300px;
    padding:0 10px 17px 10px !important;
    margin:0 !important;
    }
    .fr_b1 {
    width:33.3333333%;
    padding:0 10px 17px 10px !important;
    margin:0 !important;
    }
    .fr_spn {
    width:33.3333333%;
    padding:0 10px 17px 10px !important;
    margin:0 !important;
    }
}
*/

.fr_mr0 { margin-right:0 !important; }
/*.fr_news.fr_mr0 {margin-right:20px !important; }*/

.fr_c { text-align:left; }
.fr_c_c { text-align:center; }
/*
@media (max-width: 967px) {
	.fr_mr0  { margin-right:0.3em !important; }
}*/
@media (min-width: 481px) and (max-width: 1024px) {
	.fr_c { text-align:center; }
	/*.fr_mr0 { margin-right:0.7em !important; }*/
}
@media (min-width: 768px) and (max-width: 1200px) {
	.carousel .fr_prd_h  { width:100% !important; margin:0 !important;  }
	/*.fr_mr0 { margin:0 0.4em !important; }*/
}
@media (max-width: 1022px) {
	.fr_c { text-align:left; }
	
	.fr_news, .fr_pub {
		width: 100%;
	}
	.fr_news:nth-child(1),
	.fr_pub:nth-child(1),
	.fr_news:nth-child(2),
	.fr_pub:nth-child(2) {
	padding:0 0 20px 0 !important;
	}
	/*.fr_mr0 { margin:0.8em !important; }*/
}
@media (min-width: 1023px) and (max-width: 1024px) {
	.fr_c { text-align:left; }
	/*.fr_mr0 { margin:0.8em !important; }*/
}
/*@media (min-width: 481px) and (max-width: 767px) {
    .fr_b1,.fr_b2,.fr_b3,.fr_b4,.fr_b5 {width:50%;}
}*/
@media (max-width: 480px) {
	.fr_c { margin:0; }
}
/***/

.menu_box_lg {
position:absolute;
right:0;
top:0;
z-index: 3;
padding-right:20px;
}
.menu_box_lg li {
float:left;
position:relative;
display:inline-block;
list-style:none;
margin-left:25px;
}
.menu_lg {
display:block;
text-align:center;
text-decoration:none;
font-size:16px;

color:#000;
line-height:60px;
cursor: pointer;
}

.menu_lg:hover {
color:#999;
transition: all 0.5s ease-out;
text-decoration:none;
}
.menu_lg .fa { 
font-size: 20px;
}
/*
.menu_lg_i {
display:inline-block;
height:60px;
background-color:#d97009;
margin-right:16px;
}
.menu_lg_i_s {
background-color:#037f3e;
}
.menu_lg:hover .menu_lg_i {
background-color:#000;
transition: all 0.8s ease-out;
}*/

.menu_lg span {
margin-right:18px;
margin-left:10px;
}
@media (max-width:320px) {
.menu_box_lg {
padding-right:17px;
}
}
/* MENUS *******************/
.mn_nonattivo {
border-left:5px solid #cc0000;
background:#ddd;
}
/*
@media (max-width: 1024px) {
	.header_fx {
	-webkit-transition: height 0.8s,width 0.8s;
	-moz-transition:height 0.8s,width 0.8s;
	transition: height 0.8s,width 0.8s;
	}
	.header_fx,.menu1-trigger-d {
	-webkit-transition: height 0.8s,width 0.8s;
	-moz-transition:height 0.8s,width 0.8s;
	transition: height 0.8s,width 0.8s;
	}
}*/

.menu_h,.menu_h1,.menu_h2 {
/*font-family: 'Heebo', sans-serif;*/
}
.menu_h2 {
position:absolute;
right: 0;
top: 0;
}
.menu_h,.menu_h2 {
height:59px;
z-index:2;
}
.menu_h_b {
margin-left:130px;
}
.menu_h a,.menu_h2 a {
vertical-align: top;
display: inline-block;
height: 59px;
text-decoration: none;
cursor: pointer;
color: #666;
padding: 6px 0;
margin-right:20px;
text-align: center;
}
.menu_h2 a {
padding: 6px 10px;
margin-right:0;
}
.menu_h a:hover,.m1s,.menu_h2 a {
color: #3c3c3c !important;
}
.menu_h2 a:hover {
color: #fff !important;
background-color: #3c3c3c !important;
}
.menu_h .mn1,.menu_h2 .mn1 {
display: block;
font-size: 18px;
height:24px;
line-height:28px;
}
.menu_h .mn2,.menu_h2 .mn2 {
display: block;
font-size: 18px;
height:24px;
line-height:16px;
text-transform: uppercase;
}
.menu_h2 .mn2 {
text-transform:none;
}
@media (max-width: 1496px) {
    .menu_h {
    max-width:100%;
    margin-left:150px;
    }
    .menu_h2 {
    right:180px;
    }
    .menu_h1 {
    max-width:100%;
    margin-left:150px !important;
    }
}
@media (max-width: 767px) {
	.menu_h {
    max-width:100%;
    margin-left:85px;
    }
    .menu_h2 {
    right:57px;   
    }
    .menu_h2 a {
    background-color: #3c3c3c !important;
    color: #fff !important;
    }
}
@media (max-width:400px) {
    .menu_h2 {
    right:57px;
    }
}
@media (max-width:320px) {
    .menu_h {
    max-width:100%;
    margin-left:65px;
    }
    .menu_h2 {
    right:52px;
    }
}

/*
.menu_h1 {
height:100px;
display: inline-block;
vertical-align: top;
padding-top:55px;
}
.menu_h1 a {
display: inline-block;
height: 38px;
line-height:40px;
padding:6px 10px;
text-decoration: none;
cursor: pointer;
color: #3c3c3c;
text-transform: uppercase;

font-size: 1.4em;
}
.menu_h1 a:hover,.m2s {
background: #3c3c3c;
color:#fff;
}
*/
.menu_h1 {
height:37px;
display:block;
vertical-align: top;
padding-left:120px;
margin:0 auto;
}
.menu_h1 a {
display: inline-block;
height: 37px;
line-height:38px;
padding:0 10px;
text-decoration: none;
cursor: pointer;
color: #fff;
text-transform: uppercase;
font-size: 1.4em;
}
.menu_h1 a:hover,.m2s {
background:#fff;
color:#3c3c3c !important;
}


/*****************/

#oh, #oh table, #oh td {
curson:hand;
cursor:pointer;	
}
div.boxfooter {
height:20px;
display:block;
font-size:11px;
}
/* CHANGEPAGES contapagine ***************/
.num_perpg {
text-align:left !important;
font-size:.75em;
color: #666;
float:left;
margin-left:13px;
}
.num_perpg .combo-select {
width:50px;
position: relative;
display:inline-block;
margin-right:10px;
}
.num_perpg input {
border:1px solid #ddd !important;   
}
div.count_pages {
display:inline-block;
height:32px;
}
div.contapagine {
display:block;
min-height:32px;
padding:0;
text-align:right;
font-size:1.1em;
clear:both;
margin-bottom:20px;
/*padding-right:13px;*/
}
/*@media (max-width: 767px) {
	div.contapagine { text-align:center; }
}*/
div.contapagine a, div.contapagine span {
display:inline-block;
height:32px;
width:32px;
line-height:30px;
text-align: center;
}
span.changepages {
color:#fff;
background:#999;
}
span.changepages_spacer {
color:#000;
}
a.changepages {
font-weight:400;
color:#555;
text-decoration:none;
}
a.changepages:hover {
text-decoration:none;
color:#000;
background:#c6c6c6;
}
span.changepages1 {
display:inline;
font-size: .75em;
color:#666;
float:left;
line-height:32px;
/*margin-left:13px;*/
width:auto !important;
}
.cpbt {
margin-top:40px;	
}
.cpbb {
margin-top:10px;	
}

.cpbt .combo-dropdown {
bottom: 100%;
top:auto;
}

.cpraquo,.cplaquo {
background:#3c3c3c;
color:#fff !important;
}
.cplt,.cpgt {
background:#3c3c3c;
color:#fff !important;
}

.cpgt:before {
font-family: Font Awesome\ 5 Pro;
content: "\f105";
font-weight:600;
}
.cpraquo:before {
font-family: Font Awesome\ 5 Pro;
content: "\f101";
font-weight:600;
}
.cplt:before {
font-family: Font Awesome\ 5 Pro;
content: "\f104";
font-weight:600;
}
.cplaquo:before {
font-family: Font Awesome\ 5 Pro;
content: "\f100";
font-weight:600;
}
@media (max-width:480px) {
span.changepages_spacer {
width:12px !important;
}

}
/********************/
.normal {
font-weight:normal !important;
}
.bold {
font-weight:bold;
}
.bold1 {
display:block;
color:#000;
width:100%;
margin:10px 0;
font-size:1.2em;
}
/********************/
div._thanx {
display:inline-block;
padding:20px 0;
font-size:1.2em;
color:#737373;
width:100%;
text-align:left;
}
div#testo_gen, div.testo_gen {
/*display:inline-block;*/
padding:0;
font-size:1.2em;
color:#000;
width:100%;
/********/
font-weight:300;
/********/
}
.bg_black .testo_gen,
.bg_blue .testo_gen,
.bg_blue_b .testo_gen,
.bg_gray2 .testo_gen {
color:#fff;    
}
div#testo_gen1,div.testo_gen1 {
/*display:inline-block;*/
padding:0;
font-size:1.2em;
color:#737373;
width:100%;
margin-bottom:10px;
}

div#testo_gen10,div.testo_gen10 {
font-size:10px;
color:#737373;
}
div#testo_gen11,div.testo_gen11 {
font-size:11px;
color:#737373;
}
div.testo_gen_th,div.testo_gen_thanx {
/*display:inline-block;*/
padding:0;
font-size:1.2em;
color:#737373;
width:100%;
text-align:left;
margin-top:20px;
}/*
div.testo_gen b {,div.testo_gen strong
color:#000;   
}*/
div#m1 {
margin:0px;
margin-bottom:0px;
}
div#c,div.c {
padding:0px;
padding-bottom:5px;
}
/*@media (max-width: 767px) {
	div#c,div.c {
	padding:20px;
	padding-top:0;
	}	
}
@media (max-width: 480px) {
	div#c,div.c {
	padding:10px;
	padding-bottom:5px;
	padding-top:0;	
	}	
}*/

div#c0,div.c0 {
padding:0px;
}
div#c0t,div.c0t {
padding:0px;
padding-top:10px;
}
div#c1,div.c1 {
padding:0px;
padding-bottom:15px;
}
div.c1fr,div.c1fr {
padding:0px;
}

div#c2,div.c2 {
padding:0px;
padding-bottom:5px;
padding-right:10px;
}
div#c5,div.c5 {
padding:0px;
padding-top:5px;
padding-bottom:5px;
}
div#c5t,div.c5t {
padding:0px;
padding-top:5px;
}
div.c_brd {
padding:0;
border:1px solid #c0c0c0;
border-top:0 solid #c0c0c0;
}
div.c_brd1 {
padding:5px;
border:1px solid #e0e0e0;
border-top:1px dashed #e0e0e0;
}
div.c_brd1a {
padding:10px;
border:1px solid #e0e0e0;
border-top:0;
margin-bottom:10px;
}

div.c_brd2 {
padding:10px;
border:1px solid #e0e0e0;
}
div.c_brd3 {
padding:15px;
border-bottom:1px solid #c0c0c0;
background:#e0e0e0;
}
div.c_brd4 {
padding:10px 15px;
border-bottom:1px solid #ddd;
}
div.c_brd5 {
padding:20px;
border:1px solid #ddd;
background:#f0f0f0;
}

div.c_brd6 {
background:#f4f4f4;
margin-bottom:20px;
}

div.men {
padding:0;
border:1px solid #ddd;
margin-bottom:20px;
}

div#c10,div.c10 {
padding:10px;
/*padding-top:0px;
padding-bottom:5px;*/
}
div#c101,div.c101 {
padding:10px;
padding-bottom:5px;
}
.c_note {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;

padding:10px 20px !important;
background:yellow;
}
div#ctb10, div.ctb10 {
padding-top:10px;
padding-bottom:10px;
}

div#cb,div.cb {
padding:5px;
background:#e0e0e0;
color:#999;
border:1px solid #c0c0c0;
border-top:0px solid;
}
div#c_disattiva,div.c_disattiva {
padding:15px;
background:#e0e0e0;
color:#999;
border:1px solid #c0c0c0;
}
div.cb2 {
color:#666;
}

div#c_left {
padding:0px;
padding-left:8px;
}
div#c p,div#c0 p,div#c0t p,div#c1 p,div.c1fr p,div#c5 p,div#c2 p,div#c_border p, div#c_left p, div#c_border1 p, div#c_border2 p, div#c_border3 p, div#c_border4 p,div#c10 p,div#c101 p,div.cdisatt p,div.csc p {
padding:0px;
margin:0px;
}
div#c p img {
border-width:0px;
}
div.testo_gen p {
padding:0;
margin:0;
margin-bottom:10px;
}
div.testo_gen ul {
padding-left:18px;
}
/**********************/
div#testo_gen ul:not(.sbOptions) {
margin-left:15px;
}
div#testo_gen li:not(.sbOptions) {
margin-left:5px;
}
div#testo_gen .sbOptions li {
margin-left:0px;
}
div#testo_gen h1, div#testo_gen h2, div#testo_gen h3 {
/*font-weight:normal;*/
}
.r_selected {
font-weight:bold;
color:#cc0000;
}
/**********************/
.testo_bg1 {
/*padding:5px;
padding-left:10px;
padding-right:10px;*/
padding:10px;
font-size:1.1667em;
color:#000;
background:url("../img/boxbg.png");
}
.testo_bg2 {
padding:10px;
padding-left:15px;
padding-right:15px;
font-size:1em;
/*color:#fff;*/
background:#f0f0f0;
text-align:left;
}
/**********************/
a.btnX {
display:inline-block;
text-transform:uppercase;
text-decoration:none;

height:32px;
line-height:32px;

padding:0 10px;
margin-right:5px;
margin-bottom:5px;

font-size:14px;
white-space:nowrap;
text-align:center;
background-color:#3c3c3c;
color:#fff;
}
a.btnX:hover {
color:#fff !important;
text-decoration:none;
background-color:#578cc5;
}
a.btnX_B {
display:inline-block;
text-transform:uppercase;
text-decoration:none;

height:32px;
line-height:32px;
/*background-color:#f3f3f3;
border:1px solid #fff;*/

padding:0 10px;
margin-right:5px;
margin-bottom:5px;

font-size:14px;
white-space:nowrap;
text-align:center;
background-color:#ff9900;
color:#fff;
}
a.btnX_B:hover {
text-decoration:none;
background-color:#fff;
color:#000;
}

a.btnXA {
display:inline-block;
*display:inline;
text-transform:uppercase;
text-decoration:none;

background-color:#2e9526;
border:1px solid #2e9526;

margin-right:5px;
height:22px;
line-height:22px;

font-weight:400;
padding:0 8px;
font-size:1em !important;
white-space:nowrap;
text-align:center;
color:#fff;
/*-moz-border-radius:2px;
-webkit-border-radius:2px;*/
}
a.btnXA:hover {
color:#fff !important;
text-decoration:none;
border:1px solid #21751b;
-webkit-box-shadow: 0px 0px 4px #666;
-moz-box-shadow: 0px 0px 4px #666;
box-shadow: 0px 0px 4px #666;
}
a.btnXA img {
height:16px;
}
a.btnXA_del {
background:#cc0000;
border:1px solid #cc0000;
}
a.btnXA_del:hover {
border:1px solid #cc0000;
}
a.btnX2 {
display:block;
font-weight:400;
text-transform:uppercase;
font-size:19px;
min-height:40px;
padding:10px 15px;
text-align:center;
text-decoration:none;
margin-bottom:2px;
color:#fff !important;
background:#3c3c3c;

-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;
}
a.btnX2:hover {
text-decoration:none;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
.btnX2_w {
width:202px;
}
.btnX2_w1 {
display:inline-block !important;
}
.btnX2_w2 {
padding:10px 30px !important;
-moz-border-radius:22px !important;
-webkit-border-radius:22px !important;
border-radius:22px !important;
}

.btnX2_o,.btnX2_d,.btnX2_m {
display:inline-block;
font-weight:400;
font-size:1.3em;
width:40px;
height:40px;
line-height:40px;
text-align:center;
text-decoration:none;
color:#444;
background:#fff;
}
.btnX2_round {
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
}
.btnX2_m {
background:#cc0000;
color:#fff !important;	
}
.btnX2_m:hover {
background:#000;
color:#fff !important;	
}

.btnX2_o {
color:#3c3c3c !important;	
}
.btnX2_d {
color:#999 !important;	
}
.btnX2_o:hover {
background:#3c3c3c;
color:#fff !important;	
}
.btnX2_d:hover {
background:#cc0000;
color:#fff !important;	
}

.btnX2_q {
padding:0 !important;
width:40px !important;
height:40px !important;
line-height:40px !important;
margin-bottom:0 !important;
font-size:1.3em;
}

@media (max-width: 480px) {
	.btnX2_w {
	width:124px;	
	}
}
a.btnX2A,a.btnX2A_logged {
display:block;
font-weight:400;
text-transform:uppercase;
font-size:22px;
line-height:28px;
padding:10px 12px;
text-align:center;
text-decoration:none;
margin-bottom:2px;
color:#666;
background:#fff;/*007f3e;*/
border:1px solid #666;
/*-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;*/
}
a.btnX2A:hover {
text-decoration:none;
/*-webkit-box-shadow: 0 0 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;*/
    
color:#000;
background:#fff;/*007f3e;*/
border:1px solid #000;
}

.btnX2A_w {
width:250px;
}
.btnX2B_w {
width:100px;
}
.btnX2C_w {
width:250px;
display:inline-block !important;
}
.btnX2C {
display:inline-block !important;
}
.btnX2_000 {
background:#000 !important;	
}
.btnX2_999{
background:#999 !important;	
}
.btnX2_red {
background:#cc0000 !important;
}
.btnX2_green {
background:#2e9526 !important;
}
.btnX2_orange {
background:orange !important;
}


a.btnX2AL_logged {
line-height:35px !important;
height:35px !important;
padding:0 2px;
}
.btnX2AL1 {
line-height:22px !important;
min-height:35px !important;
height:auto !important;
padding:8px 8px !important;
}

.mnbox_w .btnX2ALa {
color:#000 !important;
background:#fff !important;
border:1px solid #000;
}
.mnbox_w .btnX2ALa:hover {
color:#fff !important;
background:#000 !important;
border:1px solid #000;
}
.mnbox_b .btnX2ALa {
color:#fff !important;
background:#000 !important;
border:1px solid #fff;
}
.mnbox_b1 .btnX2ALa {
color:#fff !important;
background:#0d243f !important;
border:1px solid #fff;
}
.mnbox_b1b .btnX2ALa {
color:#fff !important;
background:#23447d !important;
border:1px solid #fff;
}

.mnbox_b .btnX2ALa:hover,
.mnbox_b1 .btnX2ALa:hover {
color:#000 !important;
background:#fff !important;
border:1px solid #fff !important;
}
.loginbox a.btnX2A {
display:inline-block;
width:40%;
font-size:16px;
}
.loginbox_forgot  a.btnX2A {
display:block;
width:100%;
}

.login_btn {
display:inline-block;
width:65px;
}
/*.loginbw a.btnX2A {
text-align:left !important;
margin-left:-8px;
background:#f0f0f0;
color:#666 !important;
text-transform:none;
padding:0 8px;
}
.loginbw a.btnX2A:hover {
background:#ddd;
-webkit-box-shadow: 0 0 0 #666;
-moz-box-shadow: 0 0 0 #666;
box-shadow: 0 0 0 #666;
}
.loginbw a.btnX2A.white {
color:#fff !important;
}*/

a.btnXTB {
display:inline-block;
font-weight:400;
text-transform:uppercase;
font-size:1em;
line-height:32px;
height:32px;
padding:0 12px;
text-align:center;
text-decoration:none;
color:#fff !important;
background:#555;
}
a.btnXTB:hover {
text-decoration:none;
-webkit-box-shadow: 0 0 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

a.btnX2G {
display:block;
font-weight:400;
margin-right:0;
font-size:1.2em;
line-height:32px;
height:32px;
padding:0 8px !important;
text-align:center;
text-decoration:none;
margin-bottom:2px;
/*border:1px solid #d0d0d0;*/
color:#888 !important;
text-transform:uppercase;
background:#ddd;
/*
-moz-border-radius:1px;
-webkit-border-radius:1px;
border-radius:1px;*/
}
a.btnX2G:hover {
text-decoration:none;
/*border:1px solid #a0a0a0;*/
-webkit-box-shadow: 0 0px 4px #777;
-moz-box-shadow: 0 0 4px #777;
box-shadow: 0 0 4px #777;
}
.btnX2G_pad {
padding:0 8px !important;
}
.addcart_msg a.btnX2 {
line-height:32px !important;
height:32px !important;
}
.years_select {
background: #f1f1f1;
border: 0 solid #ddd;
padding: 20px 25px;
margin: 10px 0;
font-size: 1.1em;
min-height:74px;
}
a.btnX2Y {
display:block;
min-width:98px;
height:35px;
font-size:18px;
padding:4px;
/*margin-right:7px;*/
text-align:center;
text-decoration:none;
text-transform:uppercase;
margin-bottom:2px;
background-color:#3c3c3c !important;
border:1px solid #3c3c3c;
color:#fff !important;
/*-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;*/
}
a.btnX2Y:hover {
text-decoration:none;
background-color:#3c3c3c !important;
color:#fff !important;
}
.btnX2Y_g {
display:block;
font-size:18px;
padding:4px;
/*margin-right:7px;*/
text-align:center;
text-decoration:none;
text-transform:uppercase;
margin-bottom:2px;
background-color:#f4bd3e !important;
border:1px solid #f4bd3e;
color:#000 !important;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX2Y_g:hover {
text-decoration:none;
background-color:#e8c87e !important;
}
a.btnX2YH, span.btnX2YH {
display:block;
min-width:98px;
height:35px;
font-size:18px;
padding:4px;
/*margin-right:7px;*/
text-align:center;
text-decoration:none;
text-transform:uppercase;
margin-bottom:2px;
background-color:#fff !important;
border:1px solid #3c3c3c;
color:#3c3c3c !important;
/*-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;*/
}
a.btnX2YH:hover {
text-decoration:none;
background-color:#3c3c3c !important;
color:#fff !important;
}
.btnX2Y_b {
padding:4px 15px !important;
}
.years_sel_arch {
margin-top:20px;
}
.years_sel_arch li {
margin-left:3px !important;
padding:0 !important;
height:30px !important;
min-width:98px;
text-align:center;
background-color:rgba(32,100,174,.85);
}

.years_sel_arch li a {
display:block;
height:30px;
line-height:30px;
padding:0px 9px;

text-decoration:none;
cursor:pointer;
cursor:hand;
font-size:14px;

color:#fff;
}
.years_sel_arch li a:hover {
text-decoration:none;
background-color:#000;
}
.years_sel_arch li a.YSA {
display:block;
height:30px;
line-height:30px;
padding:0px 9px;

text-decoration:none;
cursor:pointer;
cursor:hand;

color:#fff;
background-color:#000;
}
.years_sel_arch li a.YSA:hover {
text-decoration:none;
color:#333;
background-color:#fff;
}
.YSA_s {
float:left;
font-size:18px;
line-height:28px;
padding-top:4px;
padding-left:0px;
padding-right:5px;
margin-right:7px;
text-align:center;
text-transform:uppercase;
margin-bottom:2px;
color:#38496D;
}
.jMenu li:nth-child(odd) {
padding-right:3px;
}
.jMenu li:nth-child(even) {
padding-left:3px;
}

@media (max-width:480px) {
    .years_select .flrt,.years_select .fllt {
    float:none !important;
    }
    .years_select .flrt {
    margin-top:10px;
    }
    .years_select .flrt a {
    display:block;   
    }
    .years_select .jMenu li {
    width:50%;
    }
    .years_select .jMenu,.years_select .jMenu .btnX2Y,.years_select .jMenu li {
    width:100%;
    }
    .years_select .jMenu ul li {
    width:100%;
    padding:0 20px !important;
    }
    .years_select .jMenu li {
    width:50%;
    }
    .YSA_s {
    float: none;
    display:block;
    text-align:right;
    /*font-size: 18px;
    line-height: 28px;
    padding-top: 4px;
    padding-left: 0px;
    padding-right: 5px;
    margin-right: 7px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2px;
    color: #38496D;*/
    }
}


a.btnX21 {
display:block;
width:130px;
font-weight:400;
padding:5px 7px;
font-size:14px;
text-align:center;
text-decoration:none;
/*margin-bottom:4px;
margin-top:20px;*/
margin-left:auto;
margin-right:auto;
text-transform:uppercase;

background:#e5231d;
color:#fff !important;

-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX21:hover {
background:#e5231d;
text-decoration:none;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
.btnX21.btng {
background:#007f3e !important;
border:1px solid #007f3e !important;
}
/*a.btnX21.btng:hover {
border:1px solid #008000 !important;
background:#008000 !important;
}*/
a.btnX21_cassa {
width:280px;
padding:10px 12px;
font-weight:400;
}
a.btnX21_modifica {
width:120px;
padding:10px 12px;
font-weight:400;
background:#fff !important;
border:1px solid #fff !important;
color:#888 !important;
}
a.btnX21_modifica:hover {
background:#fff !important;
border:1px solid #fff !important;
color:#888 !important;	
}

a.btnX21a {
width:130px;
font-weight:bold;
height:24px;
line-height:24px;
padding:5px;
padding-left:1em;
padding-right:1em;
font-size:1.1667em;
text-align:center;
text-decoration:none;
margin-left:5px;
margin-right:5px;
text-transform:uppercase;

background:#e5231d;
border:1px solid #e5231d;
color:#fff !important;

-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX21a:hover {
border:1px solid #e5231d;
background:#e5231d;
text-decoration:none;
color:#000;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
a.btnX22 {
display:inline-block;
/*width:150px;*/
font-weight:bold;
padding:10px 12px;
font-size:14px;
text-align:center;
text-decoration:none;
margin-top:2px;
margin-left:auto;
margin-right:auto;

background:#3c3c3c;
color:#fff !important;
}
a.btnX22:hover {
background:#465c89;
text-decoration:none;
color:#000;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
a.btnX22 i {
margin-right:10px;   
}
a.btnX22az,a.btnX22az:hover {
background:#a5b2d2 !important;
}
a.btnX22gr,a.btnX22gr:hover {
background:green !important;
}

a.btnX22g,a.btnX22g:hover {
height:24px;width:25px;
line-height:26px;
margin:0;
background:green !important;
}
a.btnX22g:hover {
background:orange !important;
}
a.btnX22g i {
margin-right:0;   
}


a.btnX22border_col {
border-left:7px solid #fcf103;
border-right:7px solid #f586fe;
}
a.btnX22B {
margin-bottom:10px;
line-height:32px;
font-size:17px;
font-weight:normal;
padding:0px 10px;
}
a.btnX22H {
display:inline-block;
width:150px;
font-weight:bold;
padding:2px;
padding-left:3px;
padding-right:3px;
font-size:12px;
text-align:center;
text-decoration:none;
margin-top:2px;
margin-left:auto;
margin-right:auto;

background:#cc0000;
border:1px solid #cc0000;
color:#fff !important;

-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnX22H:hover {
background:#465c89;
border:1px solid #465c89;
text-decoration:none;
color:#000;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

.btnX22ADX {
display:inline-block;
padding:10px 0;
padding-right:10px;
font-size:14px;
text-align:center;
text-decoration:none;
text-transform: uppercase;
color:#000 !important;
}
a.btnX22AD {
display:inline-block;
font-weight:bold;
padding:10px 12px;
font-size:14px;
text-align:center;
text-decoration:none;

background:#a5b2d2;
color:#fff !important;
    margin-right:1px;
}
a.btnX22AD:hover {
background:#a5b2d2;
text-decoration:none;
color:#000;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
/*a.btnX22 {
display:block;
width:180px;
color:#fff;
font-weight:bold;
padding:0 5px;
background-color:#a0a0a0;
font-size:1em;
line-height:32px;
text-decoration:none;
margin:0 3px;
text-align:center;
text-transform:uppercase;
}
a.btnX22:hover {
text-decoration:none;
color:#fff;
background-color:#e5231d;
}*/

a.btnX23 {
display:block;
font-weight:bold;
padding:3px;
padding-left:5px;
padding-right:5px;
font-size:1em;
text-align:center;
text-decoration:none;
background-image:url("../img/general/btn.jpg");
background-repeat:repeat-x;
background-position:top left;
border:1px solid #666;
color:#666;

text-shadow: 0px 1px 0px #e5e5ee;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
a.btnX23:hover {
text-decoration:none;
color:#707070;
border:1px solid #888;
background-image:url("../img/general/btn_hover.jpg");
}
a.btnX24,.btnX24_a,.btnX24_c {
display:block;
min-width:130px;
font-weight:bold;
padding:5px 20px;
font-size:14px;
text-align:center;
text-decoration:none;
margin-bottom:4px;
margin-left:auto;
margin-right:auto;
text-transform:uppercase;

background:#e5231d;
color:#fff !important;

-moz-border-radius:22px;
-webkit-border-radius:22px;
border-radius:22px;
}
a.btnX24:hover,.btnX24_a:hover,.btnX24_c:hover {
background:#e5231d;
text-decoration:none;
color:#000;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
.btnX24_a {
background:#3c3c3c !important;
font-size:18px;
display:inline-block !important;
}
a.btnX24:hover,.btnX24_a:hover {
background:#3c3c3c;
}
.btnX24_b {
font-size:20px;
height:40px;
line-height:30px;
}
.btnX24_c {
background:#3c3c3c !important;
font-size:18px;
}



a.btnX3 {
display:block;
font-weight:bold;
padding:3px;
padding-left:5px;
padding-right:5px;
font-size:15px;
text-align:center;
text-decoration:none;
margin-bottom:2px;
background-color:#fff;
background-image:url("../img/general/btn2.jpg");
background-repeat:repeat-x;
background-position:top left;
border:1px solid #666;
color:#333 !important;
text-shadow: 0px 1px 0px #e5e5ee;

-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
a.btnX3:hover {
text-decoration:none;
color:#707070;
border:1px solid #888;
background-image:url("../img/general/btn2_hover.jpg");
}
a.btnX3 div {	
display:inline-block;
padding:2px;
}

a.btnX41 {
display:inline-block;
color:#fff;
height:22px;
line-height:23px;
padding-left:8px;
padding-right:8px;
font-size:1em;
text-decoration:none;
margin-right:0px;
background-color:#c6c6c6;
border:1px solid #c0c0c0;
text-align:center;
/*-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;*/
}
a.btnX41:hover {
border:1px solid #e5231d;
background:#e5231d;
text-decoration:none;
color:#fff;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

a.btnX25 {
margin-top:7px;
display:inline-block;
color:#fff !important;
padding:5px 10px;
background-color:#3c3c3c;
line-height:26px;
text-decoration:none;
text-align:center;
width:220px;
text-transform:uppercase;
}
a.btnX25:hover {
text-decoration:none;
color:#333 !important;
background-color:#fff;
}
a.btnX25_b {
margin:0;
width:auto;    
}
/*a.btnX5, a.btnX6 {
display:inline-block;
*display:inline;
height:26px;
width:auto;
line-height:26px;
color:#fff;
padding-left:10px;
padding-right:10px;
font-size:1em !important;
text-decoration:none;
text-transform:uppercase;
background-color:#2e9526;
border:1px solid #2e9526;
text-align:center;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
a.btnX5:hover, a.btnX6:hover {
text-decoration:none !important;
border:1px solid #21751b;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}*/

a.btnX5, a.btnX6, span.btnX6 {
display:inline-block;
width:auto;
/*height:38px;
line-height:38px;*/
padding:8px 15px;
font-size:14px !important;
color:#fff;
text-decoration:none;
text-transform:uppercase;
background-color:green;/*#2e9526;*/
text-align:center;
/*-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;*/
cursor: pointer;
}
a.btnX5:hover, a.btnX6:hover {
text-decoration:none !important;
-webkit-box-shadow: 0 0px 3px #777;
-moz-box-shadow: 0 0 3px #777;
box-shadow: 0 0 3px #777;
}
a.btnX5s {
height:26px;
line-height:26px;
padding:0 8px;
font-size:1em !important;
text-transform:capitalize;
}
a.btnX5m {
background-color:#EFBF0D;
}
a.btnX5pc {
background-color:#75C669;
}
a.btnX5pc:hover {
background-color:#000;
}
a.btnX5g {
background-color:#ccc;
}
a.btnX5blk {
background-color:#000;
}
a.btnX5d {
color:#4b4f56;
background-color:#f6f7f9;
border: 1px solid #ced0d4;
font-size:.8em !important;
margin-left:10px;
}
a.btnX5big {
padding:10px 15px;
font-size:18px !important;
}
.ins_btnX5big {
background:#f0f0f0;
text-align:center;
margin-top:40px;
padding:20px;
}

.btnX6_e {
height:39px !important;
line-height:39px !important;
background-color:#ccc !important;
-moz-border-top-left-radius:0 !important;
-moz-border-bottom-left-radius:0 !important;
-webkit-border-top-left-radius:0 !important;
-webkit-border-bottom-left-radius:0 !important;
border-top-left-radius:0 !important;
border-bottom-left-radius:0 !important;
}

a.btnX7 {
display:inline-block;
*display:inline;
height:26px;
line-height:26px;
color:#666;
padding-left:10px;
padding-right:10px;
font-size:1em !important;
text-decoration:none;
text-transform:uppercase;
background-color:#e0e0e0;
text-align:center;
}
a.btnX7:hover {
text-decoration:none !important;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

/*#################################*/
.home_e {
margin-top:37px;	
}
@media (max-width: 768px) {
	.home_e {
	margin:0;
	}	
}
div#home0t {
height:60px;
margin-bottom:10px;
}
div#home0t div {
font-size:1.8em;
color:#000;
padding-top:35px;
padding-left:1em;
text-align:left;
}

div#home1t,div.home1t {
padding:0px;
text-align:left;
font-weight:300;
text-transform:uppercase;
}
div#home1t div,div.home1t div {
width:100%;
font-size:2em;
line-height:60px;
}
h1.h1t,div.h1t,.h1t {
font-size:24px;/*36px;*/
font-weight:200;
text-transform:uppercase;
color:#3c3c3c;
margin:30px 0;
}
.bg_black h1.h1t,.bg_black div.h1t,.bg_black .h1t,
.bg_blue h1.h1t,.bg_blue div.h1t,.bg_blue .h1t,
.bg_blue_b h1.h1t,.bg_blue_b div.h1t,.bg_blue_b .h1t,
.bg_gray2 h1.h1t,.bg_gray2 div.h1t,.bg_gray2 .h1t {
color:#fff;
}
.ht1 {
font-size:23px;
font-weight:600;
text-transform:uppercase;
color:#000;
margin:20px 0 0 0;
}

.h1t1d {
font-size:32px;
font-weight:600;
text-transform:uppercase;
color:#000;
margin:10px 0;
}

.h1t_b0 {
margin-bottom:0 !important;
}
.h1t_mb {
margin-bottom:10px !important;
}
.h1t_h {
margin:45px 0 !important;
}
.h1t_h_a {
text-transform:none !important;
margin-top:70px !important;
margin-bottom:0 !important;
}
.h1t .h1t_a {
float:right;
font-size:.7em;
text-decoration: none;
color:#333;
}
.h1t .h1t_a:hover {
color:#3c3c3c;
}
h1.h1t1, div.h1t1 {
font-size:1.8em;
margin:0px;
font-weight:200;
}
h1.h1t2, div.h1t2 {
font-size:2em;
height:45px;
line-height:45px;
margin:0;
margin-top:10px;
font-weight:200;
text-transform:uppercase;
padding-left:10px;
margin-bottom:10px;
text-align:left;
}
h1.h1t3, div.h1t3 {
font-size:2em;
height:45px;
line-height:45px;
margin:0;
margin-top:10px;
font-weight:200;
text-transform:uppercase;
margin-bottom:10px;
text-align:left;
}
h1.h1t31, div.h1t31 {
margin:0;
height:32px;
line-height:32px;
text-align:right;
}

h1.h1t4, div.h1t4 {
font-size:1.8333em;
line-height:50px;
margin:0px;
font-weight:200;
text-transform:uppercase;
}
h1.h1t5, div.h1t5 {
font-size:1.5em;
line-height:42px;
margin:0;
padding-left:10px;
font-weight:normal;
background:#f0f0f0;
}
h1.h1t6, div.h1t6 {
font-size:1.8333em;
line-height:32px;
margin:0px;
font-weight:200;
text-transform:uppercase;
}
.h2t {
font-size:20px;
line-height:46px;
font-weight:200;
text-transform:uppercase;
color:#000;
margin:0px;
margin-bottom:20px;
}
.c_blk .h2t {
color:#fff;
}
.h2t_b {
color:#333;
margin-top:40px;
}
.h2t1 {
font-size:1.3em;
font-weight:400;
text-transform:uppercase;
color:#000;
margin:0px;
margin-bottom:10px;
}

h3.h3t3 {
font-size:18px;
line-height:22px;
margin:5px 0;
font-weight:200;
}

h2.h2t3 {
font-size:16px;
font-weight:normal;
min-height:18px;
line-height:18px;
margin:5px 0;
}
.bg9 {
padding:20px;
background:#f0f0f0;
margin-top:20px !important;
}
h2.h2t4 {
font-size:20px;
font-weight:bold;
line-height:16px;
padding-bottom:20px;
}
h2.h2t5 {
font-size:22px;
font-weight:normal;
min-height:18px;
line-height:18px;
margin:0px;
}
h2.h2t5b {
font-size:22px;
font-weight:normal;
min-height:18px;
line-height:18px;
margin:10px 0;
}

@media (max-width: 480px) {
	h1.h1t,div.h1t,.h1t {
	font-size:22px;
	line-height:28px;
	margin:0;
	border:0;
	padding:10px 0 !important;
	text-align:left;
	}
    .h1t1d {
    font-size:23px;
    }
	.h2t {
	font-size:18px;
	margin-bottom:0;
	}
	/*.h1t_prd {
	margin-top:0 !important;
	margin-bottom:0 !important;
	text-align:center !important;
	}
	.h2t_prd {
	font-size:1.4em;
	margin-bottom:10px !important;
	text-align:center !important;
	}*/
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
	h1.h1t,div.h1t,.h1t {
	font-size:26px;
	line-height:32px;
	margin-top:10px !important;
	margin-bottom:10px !important;
	border:0;
	padding:10px 20px !important;
	text-align:center;
	}
	.content_o .h1t {
	margin-top:0 !important;
	margin-bottom:0 !important;
	}
	.h2t {
	font-size:20px;
	}
	/*.h1t_prd {
	margin-top:10px !important;
	margin-bottom:10px !important;
	text-align:center !important;
	}
	.h2t_prd {
	font-size:1.4em;
	margin-bottom:10px !important;
	text-align:center !important;
	}*/

}
/***********************/
h3.titleh3 {
padding:0px;
margin:0px;
margin-bottom:4px;
border-bottom:1px solid #6c7f4e;
}
h2.titleh2 {
text-transform:uppercase;
margin:7px;
margin-left:0px;
margin-right:0px;
background:#6c7f4e;
color:#000;
padding:4px;
}
.title1 {
text-transform:uppercase;
padding:10px;
margin:0px;
margin-bottom:5px;
background:#e0e0e0;
color:#333;
font-size:1.3333em;
}
.title1_dis {
text-transform:uppercase;
padding:10px;
margin:0px;
margin-bottom:5px;
background:#ff0000;
color:#fff;
font-size:1.3333em;
}
.title2 {
text-transform:uppercase;
padding:10px;
margin:0px;
margin-right:10px;
background:#f5f5f5;
color:#333;
font-size:1.3333em;
border:1px solid #f5f5f5;
}
.bgsf1 {
padding:10px;
border:1px solid #f5f5f5;	
}
.bgsf2 {
padding:10px;
background:#f5f5f5;	
}

/************************/
/* GALLERIA FOTO */
table.adnav_st { border-collapse:collapse;border:0px solid;table-layout:fixed; }
table.adnav_st td {  }
table.adnav_st td.adnav { height:110px;width:110px;vertical-align:middle;text-align:left; }
table.adnav_st td.adnav1 { height:110px;width:110px;vertical-align:middle;text-align:left; }
table.adnav_st td.adnav img.adnav_i { margin-bottom:10px;margin-right:10px; }
table.adnav_st td.adnav img.adnav_ir { margin-bottom:10px; }

table.adnav0 { border-collapse:collapse;border:0px solid;table-layout:fixed; }
table.adnav0 td {  }
table.adnav0 td.adnav { height:110px;width:110px;vertical-align:middle;text-align:center; }
table.adnav0 td.adnav1 { height:110px;width:110px;vertical-align:middle;text-align:center; }
table.adnav0 td.adnav img.adnav_i { margin-bottom:10px;margin-left:10px; }
table.adnav0 td.adnav img.adnav_ir { margin-bottom:10px; }

table.adnav1 { border-collapse:collapse;border:0px solid;table-layout:fixed; }
table.adnav1 td {  }
table.adnav1 td.adnav { height:75px;width:75px;vertical-align:middle;text-align:center; }
table.adnav1 td.adnav1 { height:75px;width:75px;vertical-align:middle;text-align:center; }
table.adnav1 td.adnav img.adnav_i { margin:3px; }
table.adnav1 td.adnav img.adnav_ir { margin:5px; }
div.adnav1c {display:inline-block;*display:inline;text-align:center;}

td.navpg { color:#000;font-size:10px;padding-top:2px;padding-bottom:2px; }
td.navpg img { border:0px solid;cursor:pointer;cursor:hand; }
td.navpg a.arrow { margin:0px; }

div.adnavpg {
display:inline-block;
*display:inline;
height:8px;
width:8px;
border:1px solid #a3c0d6;
margin-left:2px;
margin-right:2px;
background-color:#a3c0d6;
cursor:pointer;
}
div.adnavpg_h {
display:inline-block;
*display:inline;
height:8px;
width:8px;
border:1px solid #fff;
margin-left:2px;
margin-right:2px;
background-color:#a3c0d6;
}
.fg a {
font-size:1.1667em !important;
text-decoration:none !important;
}
.fg1  {
width:190px;
}
/************************/
div.box1 {
color:#fff;
margin-top:20px;
border-top:2px solid #707070;
border-bottom:2px solid #707070;
height:auto;
}
div.box1a {
width:100%;
padding:4px;
padding-bottom:5px;
color:#fff;
}
div.box1a div {
padding-left:5px;
}
a.a1 {
float:right;
margin-right:1em;
margin-top:2px;
}
a.a1 img {
background:transparent;
}
a.a1:hover img {
background:transparent;
}
/** NEWS ***********/
div.box_news { width:100%; }
div.box_news_txt { vertical-align: top; padding:0 10px; }
div.box_news_txt_p { }
div.box_news_txt_p1 {  }
.news_data { color:#9c9c9c; margin-bottom:10px;font-size:11px; }
div.box_news_txt .news_titolo { font-weight:200; font-size:22px; text-transform:uppercase; margin:0px 0px 5px 0px; }
/*div.box_news_txt div { height:76px; font-size:16px; line-height:19px; color:#737373; overflow:hidden; margin:0px 0px 38px 0px; }*/
div.box_news_txt_c { font-size:1em;font-weight:200;}
div.box_news_txt .pg_sep { margin-bottom:20px !important;}

div.tasto_readmore { position:relative; display:inline-block;margin:0px 0px 10px 0px;}
div.tasto_readmore a { display:block;border:1px solid transparent;font-weight:200;font-size:16px;color:#3c3c3c;padding:5px 0;text-align:center;cursor:pointer;text-decoration:none;text-transform: uppercase}
div.tasto_readmore a:hover { text-decoration:none;color:#000;font-weight:400; }

.bg_black div.tasto_readmore a,
.bg_blue div.tasto_readmore a,
.bg_blue_b div.tasto_readmore a,
.bg_gray2 div.tasto_readmore a
{ color:#fff;}

.bg_black div.tasto_readmore a:hover,
.bg_blue div.tasto_readmore a:hover,
.bg_blue_b div.tasto_readmore a:hover,
.bg_gray2 div.tasto_readmore a:hover
{ color:#fff;font-weight:400; }

.tasto_readmore i {margin-right:10px;}

.autore_r {
font-size:1em;
color:#666;
margin-top:-20px;
margin-bottom:20px;
}
.bg_black .autore_r,
.bg_blue .autore_r,
.bg_blue_b .autore_r,
.bg_gray2 .autore_r {
color:#fff;
}

div.box_news_tit {
display:inline-block;
background:#3c3c3c;
font-size:2.2em;
font-weight:700;
color:#fff;
text-align: center;
padding:6px 20px;
text-transform: uppercase;
margin-bottom:30px;
}

.box_news_img,.news_img_b {
position:relative;
display: block;
vertical-align: top;
width:100%;
margin-bottom:20px;
    
-webkit-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
    
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.bg_black .box_news_img,.bg_black .news_img_b,
.bg_blue .box_news_img,.bg_blue .news_img_b,
.bg_blue_b .box_news_img,.bg_blue_b .news_img_b
.bg_gray2 .box_news_img,.bg_gray2 .news_img_b
{
-webkit-box-shadow: 0px 5px 6px -2px rgba(255,255,255,0.25);
-moz-box-shadow: 0px 5px 6px -2px rgba(255,255,255,0.25);
box-shadow: 0px 5px 6px -2px rgba(255,255,255,0.25);
}

.box_news_img img,.news_img_b img {
width:100%;
}
.box_news_img div {
background-size:cover;
background-repeat: no-repeat;
background-position: center;
}

.np_box {
width:100%;
border-collapse:collapse;
border-spacing:0;
}
.np_box td {
padding:0;	
width:33.33333333333333333%;
}
.np_box1 td {
width:50%;
}
.np_box td i {
margin-right:10px;
}

.np_box td:nth-child(1) {
text-align:left;	
}
.np_box td:nth-child(2) {
text-align:center;	
}
.np_box td:nth-child(3) {
text-align:right;	
}
.np_box1 td:nth-child(2) {
text-align:right;	
}


.n_h1 {
font-family:"Playfair Display",Times,serif;
font-weight:bold;
font-size: 30px;
padding:20px;
text-transform: uppercase;
position:absolute;
left:0;
bottom:0;
margin:0;
width:100%;
background-color:rgba(255,255,255,0.75);
color:#000;
}
.c_blk .n_h1 {
background-color:rgba(0,0,0,0.75);
color:#fff;
}


.box_pub {
position:absolute;
top:0;
left:0;
padding:10px 12px;
max-width:80%;
transition: all 0.4s ease;
}
.box_pub1,.box_pub1:hover {
height:auto !important;
max-width:auto !important;
width:auto !important;
}
.box_pub_cat {
font-size:40px;
line-height:40px;
padding:0;
font-weight:200;
}
.box_pub_cat b {
font-weight:700;   
}
.box_pub_date {
font-size:12px;
margin-left:20px;
    
-webkit-opacity:.6;
-moz-opacity:.6;
opacity:.6;
}
.box_pub_tit {
font-size:14px;
margin-top:10px;
text-transform: uppercase;
font-weight:400;
}
.box_pub1 .box_pub_tit {
font-size:20px;
}

.box_pub_aut {
font-size:12px;
margin-top:8px;
margin-bottom:15px;
    
-webkit-opacity:.6;
-moz-opacity:.6;
opacity:.6;
}

.box_pub_txt {
font-size:14px;
margin-top:10px;
margin-bottom:30px !important;
-webkit-opacity:.8;
-moz-opacity:.8;
opacity:.8;
}
.box_pub_read {
text-align:right;
position:absolute;
bottom:0;
right:15px;
}
.box_pub_read div.tasto_readmore a {font-weight:400 !important;color:#000;}

.box_pub:hover {
max-width:80% !important;
width:80% !important;
}
.box_pub:hover .box_pub_txt,
.box_pub:hover .box_pub_read {
display: block;
}

.news_img_b .box_pub_cat,
.box_pub_no .box_pub_cat {
text-align:center;
white-space: nowrap;
}
.news_img_b .box_pub_date,
.box_pub_no .box_pub_date {
font-size:16px;
font-weight:200;
letter-spacing:3px;
text-align:center;
margin-left:0;
}
.news_img_b .box_pub {
padding:24px;
}

.news_img_b .box_pub:hover {
height:auto !important;
max-width:auto !important;
width:auto !important;
}

.news_img_b_no {
width:100%;
border-spacing:0;
border-collapse: collapse;
table-layout: fixed;
}
.news_img_b_no td {
vertical-align: top;
padding:0;
}
.news_img_b_no td:first-child {
border-bottom:3px solid #000;
}
.news_img_b_no td:last-child {
width:140px;
}



.news_insdate {
color:#888;
text-align:right;
}
.news_breve {
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px dotted #ddd;	
}
div.news_testo {
display: table-cell;
vertical-align: top;
text-align: left;
padding-bottom:10px;
}

.news_img {
float:left;
width:30%;
padding-right:25px;
padding-bottom:15px;
}
.news_img img {
/*border-bottom:15px solid #3c3c3c;*/
width:100%;
}
.news_txt {
margin-top:20px;
font-size:16px;
line-height:32px;
}
.testo_gen iframe,
.news_txt iframe {
border:0;
}

/*@media (max-width: 900px) {
	.box_news_img {
	width:40%;
	}
}*/
@media (max-width: 768px) {
	
    .testo_gen iframe,
    .news_txt iframe {
	width:100% !important;
	}

	div.news_foto {
	display: block;
	padding-right: 0;
	width: 258px;
	position: relative;
	margin:0 auto;
	}
	div.news_testo {
	display: block;
	}
	.box_news_img {
	display: block;
	margin-bottom:20px;
	width:100%;
	}
	.box_news_txt {
	padding:0 !important;
	}
	.flexslider .box_news_txt {
	border-bottom:0;
	}
	div.box_news_txt .news_titolo { font-size:1.3em; margin:0px 0px 18px 0px; }
	div.box_news_txt .pg_sep { margin-bottom:25px !important;}
	div.tasto_readmore { margin:0px 0px 18px 0px; }
	div.tasto_readmore a { font-size:1em; }
	.box_news .mt40 { margin-top:20px !important;margin-bottom:20px;}
	.news_img {
	float:none;
	width:100%;
	padding-right:0;
	padding-bottom:15px;
	}
}

.news_pub {
padding:10px;
background:#f0f0f0;
margin:0;
height:auto;
line-height:1em;
}
.bg_black .news_pub,
.bg_blue .news_pub,
.bg_blue_b .news_pub,
.bg_gray2 .news_pub {
color:#000;   
}
.news_pub div {
display:inline-block;
width:50%;
vertical-align:top;
}

.pubblica_scaduta {
border-left:5px solid #FFAB00;
opacity:.6;
-moz-opacity:0.6;
filter:alpha(opacity=60);
}
.pubblica_home {
border-left:5px solid #22E600;
}
.non_pubblicare {
border-left:5px solid #cc0000;
}
.pubblica_scaduta_vb {
border-top:5px solid #FFAB00;
opacity:.4;
-moz-opacity:0.4;
filter:alpha(opacity=40);
}
.pubblica_home_vb {
border-top:5px solid #22E600;
}
.non_pubblicare_vb {
border-top:5px solid #cc0000;
}
.data_fine_today {
color:#FFAB00;	
}
.data_past {
color:#FFAB00;
text-decoration:line-through;	
}
/** FAQ ***********/
.faq_q {
font-size:1em;
margin-top:4px;
margin-bottom:4px;
color:#707070;
}
.faq_d {
font-size:9px;
font-style:italic;
color:#888;
margin-bottom:6px;
}
.faq_a {
display:block;
margin-top:4px;
margin-bottom:4px;
color:#000;
/*background:url('../img/bg.gif') top left;*/
padding:10px;
border:1px solid #999;
}
/** BOX ***********/
		div#box_c {
		width:150px;
		/*height:200px;*/
		background-image:url("../img/box_bg.jpg");
		background-position:top left;
		background-repeat:repeat-x;
		}
		div#box_subtitle {
		font-size:9px;
		padding:5px;
		padding-bottom:0px;
		color:#707070;
		font-weight:bold;
		}
		
		div#box_testo {
		font-size:1em;
		color:#fff;
		padding:5px;
		padding-top:2px;
		padding-bottom:10px;
		}
		
		div#boxf {
		height:27px;
		text-align:right;
		font-size:1em;
		border-top:1px dotted #666;
		border-bottom:2px solid #D2D3D4;
		background-color:#D2D3D4;
		padding-left:5px;
		padding-right:5px;
		padding-top:3px;
		}
		div#boxf div {
		padding-top:2px;
		padding-right:5px;
		background-color:#fff;
		}
		div#boxf div img {
		margin-bottom:2px;
		margin-left:2px;
		}
		div#boxf a {
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		}
		div#boxf a:hover {
		color:#707070;
		font-weight:bold;
		text-decoration:none;
		}
/***********/

a.fb_btn1 {
display:block;
font-weight:400;
text-transform:uppercase;
font-size:1em;
line-height:25px;
height:25px;
padding-left:8px;
padding-right:8px;
text-align:center;
text-decoration:none;
margin-bottom:2px;
border:1px solid #606060;
color:#fff !important;

background: #597ab3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5N2FiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDYyYTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #597ab3 0%, #4062a0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#597ab3), color-stop(100%,#4062a0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #597ab3 0%,#4062a0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #597ab3 0%,#4062a0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #597ab3 0%,#4062a0 100%); /* IE10+ */
background: linear-gradient(to bottom, #597ab3 0%,#4062a0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#597ab3', endColorstr='#4062a0',GradientType=0 ); /* IE6-8 */

}

.social_btn:before {
content: "";
border-right: 0.075em solid rgba(0, 0, 0, 0.1);
float: left;
/*font: 120%/1.85 zocial;
font-style: normal;
font-weight:normal;*/
margin: 0 0.5em 0 0;
padding: 0 0.5em;
text-align: center;
text-decoration: none;
text-transform: none;
height:27px;
width:27px;

-moz-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
-webkit-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);

/*-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;*/
}


a.social_btn {
border: 0px solid #777;
/*border-color: rgba(0,0,0,0.2);
border-bottom-color: #333;
border-bottom-color: rgba(0,0,0,0.4);*/
color: #fff;
-moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
-webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);

cursor: pointer;
display: block;

/*font: bold 100%/2.1 "Lucida Grande", Tahoma, sans-serif;*/
font-size:1em;
font: 100%/2.1;

padding: 0 .95em 0 0;
height:27px;
line-height:26px;

text-align: center;
text-decoration: none;
text-shadow: 0 1px 0 rgba(0,0,0,0.3);
white-space: nowrap;

-moz-user-select: none;
-webkit-user-select: none;
user-select: none;

position: relative;

/*-moz-border-radius: .3em;
-webkit-border-radius: .3em;
border-radius: .3em;	*/

/*background-image: -moz-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
background-image: -ms-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
background-image: -o-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), color-stop(49%, rgba(255,255,255,.05)), color-stop(51%, rgba(0,0,0,.05)), to(rgba(0,0,0,.1)));
background-image: -webkit-linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));
background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.05) 49%, rgba(0,0,0,.05) 51%, rgba(0,0,0,.1));*/
}
a.social_btn:hover {
text-decoration:none;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

.social_btn.facebook_btn {
background-color: #3a559f;
}
.social_btn.facebook_btn:before {
content: "";
background:url("../img/facebook.png") no-repeat left top;
}
.social_btn.sbw {
width:170px;
}

.kbox_fb {
position:relative;
color:#000 !important;
width:180px;
padding:5px;
}
/* KBOX */
.kbox {
position:relative;
color:#000;
background:#e0e0e0;
}
.kbox_nobb {
border-bottom-width:0px !important;
}
.kbox_nobt {
border-top-width:0px !important;
}

.kbox_c, .kbox_cf {
font-size:1em;
padding:10px;
padding-top:0px;
padding-bottom:10px;
}
.kbox_cf {
max-height:250px;
overflow:auto;	
}
.kbox_c p {
margin:2px;
}
.kbox_c1 {
padding:5px;
font-size:1em;
padding-bottom:10px;
}
.kbox_c1 p {
margin:2px;
}
a.kca {
color:#000;
}
a.kca:hover {
color:#e5231d;
}
#kbox_c b.kca {
color:#e5231d;
}
a.kca1 {
color:#888;
font-size:14px;
}
a.kca1:hover {
color:#000;
}
.mnbox_b a.kca1:hover,
.mnbox_b1 a.kca1:hover {
color:#fff;
}


/*LOGIN*/
.fblg_btn {
display:block;
border-width:0px;
width:150px;	
}
.fblg_box {
border:1px solid #e0e0e0;
border-right:0px;
margin:10px 0px 10px 0px;
padding:15px;
}
/**/
#loginb {
font-size:18px;
}
.loginbox {
text-align:left;
color:#333;
min-width:320px;
max-width:600px;
margin:0 auto;
background:#fff;
-webkit-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.25);
}
.mnbox_b .loginbox {
color:#fff !important;
background:#000;
-webkit-box-shadow: 0px 5px 6px -2px rgba(255,255,255,0.25) !important;
-moz-box-shadow: 0px 5px 6px -2px rgba(255,255,255,0.25) !important;
box-shadow: 0px 2px 6px -2px rgba(255,255,255,0.25) !important;
}
.mnbox_b1 .loginbox {
color:#fff !important;
background:#0d243f;
-webkit-box-shadow: 0px 5px 6px -2px rgba(255,255,255,0.25) !important;
-moz-box-shadow: 0px 5px 6px -2px rgba(255,255,255,0.25) !important;
box-shadow: 0px 2px 6px -2px rgba(255,255,255,0.25) !important;
}
.mnbox_b1b .loginbox {
color:#fff !important;
background:#23447d;
-webkit-box-shadow: 0px 5px 6px -2px rgba(255,255,255,0.25) !important;
-moz-box-shadow: 0px 5px 6px -2px rgba(255,255,255,0.25) !important;
box-shadow: 0px 2px 6px -2px rgba(255,255,255,0.25) !important;
}
.loginbox_c {
padding: 25% 20%;
border:1px solid #666;
}
.loginbox_rad {
-moz-border-radius-bottomleft:8px;
-webkit-border-bottom-left-radius:8px;
border-bottom-left-radius:8px;
}

.loginbox_c_tit {
position: relative;
padding-bottom:40px;
color: #000;
font-size:30px;
font-weight:200;
text-transform: uppercase;
}
.mnbox_b .loginbox_c_tit,
.mnbox_b1 .loginbox_c_tit {
color: #fff;
}
.loginbox_c .langs {
margin-bottom:10px;
	
}
/*.loginbox_c_tit:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    clear: both;

}*/
.btnXLgd {
display:block;
font-weight:400;
text-transform:uppercase;
font-size:.95em;
line-height:40px;
height:40px;
padding:0;
text-decoration:none;
color:#000;
}
.btnXLgd .fa {
margin-right:10px;  
width:25px;
color:#333;
}
.btnXLgd:hover {
text-decoration:none;
color:#3c3c3c;
}
.bg_black .btnXLgd:hover,
.bg_blue .btnXLgd:hover,
.bg_blue_b .btnXLgd:hover {
color:#fff;
}

.btnXLgd:hover .fa {
text-decoration:none;
color:#3c3c3c;
}
.bg_black .btnXLgd,
.bg_black .btnXLgd .fa,
.bg_black .btnXLgd:hover,
.bg_black .btnXLgd:hover,
.bg_blue .btnXLgd,
.bg_blue .btnXLgd .fa,
.bg_blue .btnXLgd:hover,
.bg_blue .btnXLgd:hover,
.bg_blue_b .btnXLgd,
.bg_blue_b .btnXLgd .fa,
.bg_blue_b .btnXLgd:hover,
.bg_blue_b .btnXLgd:hover,
.bg_gray2 .btnXLgd,
.bg_gray2 .btnXLgd .fa,
.bg_gray2 .btnXLgd:hover,
.bg_gray2 .btnXLgd:hover
{
color:#fff;
}

.loginbox .lbl {
margin-bottom:10px;
color:#666;
text-transform: uppercase;
font-size:13px;
}
.loginbox input {
text-align:left;
padding:12px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width:100%;
border:1px solid #999;
/*-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;*/
font-size:20px;
color:#3c3c3c;
}
.mnbox_b .loginbox input {
/*border-bottom:1px solid #fff;*/
background:#000000;
color:#fff;
}
.mnbox_b1 .loginbox input {
/*border-bottom:1px solid #fff;*/
background:#0d243f;
color:#fff;
}
.mnbox_b1b .loginbox input {
/*border-bottom:1px solid #fff;*/
background:#23447d;
color:#fff;
}

.loginbox form {
margin:0px;
padding:0px;
}
.loginbox_r {
margin-top:40px;
}
div.loginbox_a {
display:inline-block;
text-align:left;
font-size:1em;
width:50%;
vertical-align:top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.loginbox_a .testo_gen {color:#888;}
div.loginbox_aa {padding:10px 20px;}
div.loginbox_ab1 {border-left:1px dotted #ddd;border-top:0px solid;}
.loginbox_a input {
text-align:left;
padding:5px;
box-sizing: border-box;
font-size:1.1667em;
border:1px solid #bebebe;
width:70%;
}
.login_sep { height:20px;}
.btnX2A_danger:before {
font-family: Font Awesome\ 5 Pro;
content:"\f06a";
color:#cc0000;
font-size:1.2em;
margin-right:10px;
font-weight:600;
}

/*@media (max-width:768px) {
	.mn_1, .mn_1 a, .mn_c a {
	font-size: 28px;
	line-height:46px;
	}
}*/
@media (max-width:767px) {
	#header #menu_l,#hdr_s #menu_l {
	display:none;
	}
	#login_panel .mnbox {
	padding:0;
	}
	#loginb {
	background:#fff;
	height:100%;
	overflow:auto;
	}
	.mn_blk #loginb,.mnbox_b #loginb {background:#000;}
	.mnbox_b1 #loginb {background:#0d243f;}
	.mnbox_b1b #loginb {background:#23447d;}
	
	.loginbox {
	text-align: left;
	color: #333;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding:30px;
	padding-top:54px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
	}
	.mnbox_b .loginbox {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
	}
	.loginbox_c {
		padding:0;
		border: 0 solid #666;
	}
	
	div.loginbox_a {
	text-align:center;
	display:block;
	width:300px;
	margin:0 auto !important;
	margin-bottom:20px;
	padding-bottom:20px
	}
	div.loginbox_ab1 {border-left:0px solid;border-top:1px dotted #ddd;padding-top:20px;}
	
	div.loginbox_a .btnX2 {
		margin:0 auto !important	;
	}
	div.loginbox_a .btnX2_w {
		width:70%;
	}
}

@media (max-height:816px) and (min-width:768px) {
	#loginb {
	background:#fff;
	height:100%;
	overflow:auto;
	border: 1px solid #666;
	}
	.mn_blk #loginb,.mnbox_b #loginb {background:#000;}
	.mnbox_b1 #loginb {background:#0d243f;}
	.mnbox_b1b #loginb {background:#23447d;}
	.loginbox {
	text-align: left;
	color: #333;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding:30px;
	padding-top:54px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
	}
	.mnbox_b .loginbox,
	.mnbox_b1 .loginbox {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.25) !important;
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.25) !important;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.25) !important;
	}
	.loginbox_c {
	padding: 0;
	border: 0 solid #666;
	}
	
	div.loginbox_a {
	text-align:center;
	display:block;
	width:300px;
	margin:0 auto !important;
	margin-bottom:20px;
	padding-bottom:20px
	}
	div.loginbox_ab1 {border-left:0px solid;border-top:1px dotted #ddd;padding-top:20px;}
	
	div.loginbox_a .btnX2 {
		margin:0 auto !important	;
	}
	div.loginbox_a .btnX2_w {
		width:70%;
	}
}

.loginbox_a form {
margin:0;
padding:0;
}
.loginbox1 {
text-align:left;
padding:8px;
font-size:1em;
color:#848586;
}
div.loginbox_forgot {
margin-top:10px;
padding-top:5px;
color:#000;
}
.mnbox_b div.loginbox_forgot,
.mnbox_b1 div.loginbox_forgot {
color:#fff;
}

div.loginbox_forgot input {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
margin:10px 0;
}

div.loginbox_forgot a {
margin-bottom:10px;
}

div.login_dt {
background:#fff;
}
/*********************/
#kbox1 {
/*color:#737373;*/
padding:0px;
}
.kbox1 {
/*color:#737373;*/
padding:0;
/*border-bottom:5px solid #e5231d;*/
/*background:#e0e0e0;*/
}
.kbox1b {
/*color:#737373;*/
padding:0;
padding-top:10px;
/*background:#e0e0e0;*/
}

div.kbox1_t {
position:relative;
text-align:left;
padding-top:40px;
}
div.kbox1_t div {
height: 70px;
line-height: 70px;
width:100%;

font-size:2.4em;
color:#fff;
background:#3c3c3c;
	
font-weight:600;
text-align: center;
/*padding:0 20px;*/
text-transform:uppercase;
	
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
div.kbox1_t3 {
padding-top:40px;
}
div.kbox1_t3 div {
height:50px;
line-height: 50px;
width:100%;

font-size:1.4em;
color:#fff;
background:#999;
	
font-weight:600;
text-align: center;
text-transform:uppercase;
	
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.kbox1_t_fdb div {
height: 60px !important;
line-height: 60px !important;
font-size:1.6em !important;
font-weight:normal !important;
text-align: left !important;
padding:0 20px;
}
.kbox1_t_fdb span {
float:right;
color:#000;
}
div.kbox1_t_freccia {
margin: 0 auto;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 30px 0 30px;
border-color: #3c3c3c transparent transparent transparent;
}
div.kbox1_t1 {
position:relative;
text-align:left;
padding-top:40px;
}
div.kbox1_t1 div {
height: 70px;
line-height: 70px;
width:100%;

font-size:2.4em;
color:#fff;
background:#3c3c3c;
	
font-weight:600;
text-align: center;
/*padding:0 20px;*/
text-transform:uppercase;
	
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

div.kbox1_t2 {
position:relative;
font-size:1.3333em;
height:26px;
line-height:27px;
vertical-align:top;
color:#333 !important;
border-bottom:1px dotted #848586;
text-transform:uppercase;
padding-left:5px;
padding-right:5px;
text-align:center;
}

@media (max-width:1024px) {
	div.kbox1_t {
	margin-bottom:0;
	height:auto;
	background:#f7f7f7;
	padding-top:20px;
	padding-bottom:0;
	}
	div.kbox1_t div {
	font-size:1.8em;
	font-weight:400;
	/*color:#3c3c3c;
	border-bottom:0px; */
	padding:0 10px;
	}

	.kbox1b {
	padding-top:0;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	div.kbox1_t {
	margin-bottom:20px;
	}
}

@media (max-width:767px) {
	div.kbox1_t {
	padding-top:0;
	}
	div.kbox1_t div {
	height: 50px;
	line-height: 50px;
	font-size:1.4em;
	}
	div.kbox1_t_freccia {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #3c3c3c transparent transparent transparent;
	}
	.kbox1_t_fdb span {
	display:none;
	}

}

.mod_profilo {
text-align: center;
}


/*
.mod_profilo {
width:100%;
border-spacing: 0;
table-layout: fixed;
margin:20px 0;
}
.mod_profilo td {
width:50% !important;
text-align: left;
}
@media (max-width:767px) {
.mod_profilo {
width:100%;
border-spacing: 0;
table-layout: fixed;
margin-top:0 !important;
}

.mod_profilo td {
display: block;
width:100% !important;
text-align: left !important;
padding:0 20px;
}
.mod_profilo .h1t2 {
margin-top:0;
line-height: inherit;
padding-left:0;
}
.mod_profilo .h1t3 {
text-align: left !important;
padding-left:0;
}
}*/

/**CONTACTS***********/
/*div.cont1 {
padding:5px;
padding-left:0px;
}
div.cont1 textarea {
width:100%;
}
.contacts1 {
padding-left:0px;
text-align:left;
}
.contacts_t {
padding:10px;
background:url("../img/boxbg.png");
font-size:18px;
line-height:34px;
font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif !important;
text-transform:uppercase;
font-weight:400;
text-align:center;
margin-top:10px;
}
.contacts_t a {
color:#333 !important;
}
.contacts_t a:hover {
color:#007f3e !important;
}*/
.contacts1 {
background:#fafafa;
margin-bottom:20px;
}
.contacts_t {
text-align:center;
padding:20px 0;
}
@media (max-width:768px) {
	.contacts1 {
	padding:0;
	margin-bottom:0;
	}
}

/*CONTATTI*/
.contacts_tit {
font-size:1.4em;
display:block;
padding:20px;
text-transform: uppercase;
font-weight:200;
color:#fff;
background:#3c3c3c;
text-align: center;
}
.contacts_a {
font-size:1.2em;
text-decoration: none;
display:block;
margin:0 auto;
width:200px;
padding:10px;
text-transform: uppercase;
font-weight:400;
color:#000;
background:#fff;
border:1px solid #000;
text-align: center;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.contacts_a:before {
font-family: Font Awesome\ 5 Pro;
font-weight:400;
content:"\f0e0";
color:#000;
margin-right:10px;
}
.contacts_a:hover:before {
color:#fff;
}
.contacts_a:hover {
color:#fff;
background:#3c3c3c;
text-decoration: none;
border:1px solid #037f3e;
}
.contacts1_B {
color:#fff !important;
border:1px solid #037f3e !important;
background:#037f3e !important;
cursor:default;
}
.contacts1_B:before {
color:#fff;
}
.contacts_tx {
padding-bottom:20px;
}
/********************/
img.i_left {
margin:5px;
margin-right:5px;
margin-top:3px;
margin-bottom:2px;
margin-left:0px;
}
img.i_border {
margin:0px;
border:1px solid #999;
margin-bottom:8px;
}
#selected_h {
border:4px solid #fff;
padding:3px;
}
/*********************/
.div_v {
text-align:center;
height:26px;
}
.div_v a {
/*position:absolute !important;*/
}

div.path {
padding:0;
padding-bottom:20px;	
}
.back1 {
/*height: 60px;
line-height: 60px;*/
margin-right: 20px;
float: left;
}
.back1 i {
background: #3c3c3c;
color: #fff;
font-size: .7em;
line-height: 42px;
height: 42px;
width: 42px;
text-align: center;
padding-right: 1px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
float: left;
margin-top:3px;
}
.back1:hover i {
background: #000;
}
/*div.path div {
display: inline-block;
text-transform: uppercase;
border-right:1px solid #3c3c3c;
padding:0 10px;
}
div.path div:last-child {
border-right:0;
}
div.path div:first-child {
padding-left:0;
}
div.path h3 {
font-weight:normal;
font-size:inherit;
color:#000;
}

div.path_sep {
height:50px;
line-height: 80px;
font-size: 1em;
}

div.path a {
display:block;	
}
div.path1 {
margin-bottom:10px;
line-height:45px;
padding-left:0;
}
div.path1 a.path1 {
display:inline;
font-weight:bold;
color:#ff9a00;
}

div.path h1 {
color:#000;
font-size:2.5em;
line-height:50px;
font-weight:600;
text-transform: uppercase;
margin-bottom:20px;
}
div.path h2 {
color:#737373;
line-height:80px;
font-size:1em;
}
div.path h1,div.path h2 {
margin:0;
height:50px;
font-weight:inherit;
}

@media (max-width:768px) {
.path { display:none;}
}

div.path a {
color:#555;
}
div.path a:hover {
color:#3c3c3c;
}
*/
.tree_desc {
font-size:1em;
margin-bottom:40px;
padding:0 13px;
color:#737373;
}
.tree_desc p {
margin:0;
}
.tree_desc h1,.tree_desc h2,.tree_desc h3 {
margin:0;
margin-bottom:5px;
}
/*
div.path small {
color:#7c6151;
margin:0 5px;
}
div.path_e {
line-height:32px;
}
@media (max-width: 768px) {
div.path_e {
display:none;
}
}*/
/***********/
a.download {
text-decoration:none;
color:#000;
}
/*GMAP component */
/*#cat0 {
position: absolute;
top: 50px;
left: 10px;
z-index: 99;
width: 180px;
}
.cat {
height:36px;
line-height:36px;
margin:0px;
cursor:pointer;
background:#fff;

padding-left:10px;
padding-right:10px;
font-size:14px;
border-bottom:1px dotted #f0f0f0;
}
.cat:hover{
background-color:#f2f2f2;
}
#cat_c {
display:none;
}
#sel_cat {
height:44px;
line-height:44px;
margin:2px 0;
cursor:pointer;
text-transform:uppercase;
padding-left:15px;
padding-right:15px;
background-color:rgba(0, 0, 0, .75);
color:#fff;
}
#sel_cat:hover {
background-color:rgba(0, 0, 0, 1);
}*/
.map_canvas_a {
border:10px solid #999;
width:100%;	
height:640px;
}

.map_canvas_v {
border:1px dashed #333;
width:100%;	
height:400px;
margin-top:10px;
}
.map_canvas_b0 {
}
.gmap_b img {
max-width: none !important
}
.gmap_b {
overflow:hidden;
position:relative;
margin:0;
width:100%;
height:420px;
}
.gmap_b_big {
height:640px;
}
.gmap_b:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.map_canvas_b {
width:100%;
height:0;
padding-bottom: 50%;
overflow:hidden;
position:relative
}
@media screen and (max-width:767px) {
.gmap_b {
height:300px;
}
.gmap_b_big {
height:500px;
}
.map_canvas_b {
padding-bottom: -100%
}
}
@media screen and (max-height:700px) {
	.map_canvas_b {
	padding-bottom: 150px
	}
}
@media screen and (max-width:320px) {
	.gmap_b {
	height:250px;
	}
}
/************/
/**CERCA SEARCH**********************/
.s_incl {
float:right;
*position:absolute;
*right:10px;
}
div.search input, .s_incl input {
font-size: 1em;
padding-left: 7px;
border: 1px solid #ddd;
border-right: 0;
margin: 0px;
float: left;
height: 38px;
line-height: 38px;
}
a.btn_search {
margin:0 !important;
display:inline-block;
font-size:12px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
color:#999;
background:#fff;
border:1px solid #ddd;
border-left:1px dashed #ddd;
height:38px;
width:38px;
line-height:36px;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

/*a.btn_search img {
margin-top:3px;
}*/
a.btn_search1 {
border-right:0px solid;
color:#ff0000;
}
a.btn_search:hover {
text-decoration:none;
}
a.btn_search .fa-search:hover {
color:#00B500;
}
a.btn_search .fa-times:hover {
color:#000;
}

/**/
.s1 .placeholder {
color:#555 !important;
}

div#search_mono,
div.search_mono {
position:relative;
height:50px;
line-height:50px;
background:#fff;
margin-bottom:20px;
width:330px;
}

div#search_mono form, div#search_mono1 form,
div.search_mono form, div.search_mono1 form {
margin:0;
padding:0;
}
div#search_mono span.s1, div#search_mono span.s,
div.search_mono span.s1, div.search_mono span.s {
color:#444;
font-weight:400;
text-align:left;
/*border-left:1px solid #ddd;*/
height:50px;
float:left;
margin:0 !important;
background:#f0f0f0;

}
div#search_mono span.s1 input, div#search_mono span.s input,
div.search_mono span.s1 input, div.search_mono span.s input {
/*float:left;*/
height:50px;
line-height:50px;
font-size:1.3em;
border-width:0px;
padding:0 15px;
background:#f0f0f0;
width:100%;
}
.sms1 {width:255px;}
.sms2 {width:225px;}

.btnXS_bg {
background:#f0f0f0;
position:absolute;
right:50px;
height:50px;
width:25px;
}

a.btnXS {
z-index:2;
position:relative;
float:left;
display:inline-block;
*display:inline;
text-decoration:none;

height:50px;
line-height:49px;
width:50px;
margin:0;
color:#fff;
text-align:center;
font-size:1.8em;
background:#ff9a00;
	
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
}
a.btnXS:hover {
text-decoration:none;
background:#000;
}
a.btnXSC {
float:left;
display:inline-block;
*display:inline;
text-decoration:none;

height:50px;
line-height:49px;
width:30px;
margin:0;
background:#f0f0f0;

color:#444;
text-align:center;
font-size:1.35em;
font-weight:400;
}
a.btnXSC:hover {
text-decoration:none;
color:#cc0000;
}
a.btnXSm {
float:left;
display:inline-block;
*display:inline;
text-decoration:none;
background-color:#f0f0f0;
height:40px;
width:32px;
margin:0px !important;
	
color:#fff;
text-align:center;
font-size:1.4em;
}
a.btnXS img, a.btnXSC img, a.btnXSC1 img, a.btnXSm img {
border-width:0px;
height:32px;
width:32px;
padding:5px;
}
a.btnXSm img {
opacity:0.4;
-moz-opacity:0.4;
filter:alpha(opacity=40);
}

/**CERCA SEARCH**********************/
div.search_f {
background: #f1f1f1;
border: 0;
padding:20px 25px;
margin: 10px 0;
font-size: 1.1em;
}
#search_btn {
display:none;
}

@media (max-width:480px) {
div.search_f {
display:none;
}
#search_btn {
display:block;
}

}
div.search_f form {
margin:0;
}

div.search_f .combo-select {
position: relative !important;
width:130px;
}
div.search_f .inline {
margin-right:20px;
margin-bottom:20px;
}
.btnsr {
margin-top:10px;
}
/*
div.search_f input[type="radio"] {
margin-right:10px;   
}
div.search_f .tbrev .inline {
padding:15px 20px;
}*/
div.search_f .tbrev a {
display:inline-block;
padding:15px 20px;
text-decoration:none;
margin-right:20px;
margin-bottom:20px;
text-transform: uppercase;
font-size:16px;
color:#000;
cursor:pointer !important;
text-align: center;
}
div.search_f .tbrev a:hover {
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.tbrev_s {
-webkit-box-shadow: 0 0 4px #3c3c3c; 
-moz-box-shadow:0 0 4px #3c3c3c; 
box-shadow: 0 0 4px #3c3c3c;
}
@media (max-width:480px) {
div.search_f .tbrev a,div.search_f .inline {
margin-left:5px;
margin-right:5px;
margin-bottom:10px;
width:48%;
}
.btnsr {
text-align:center;
}

div.search_f .tbrev a:nth-child(odd),div.search_f .inline:nth-child(odd) {
margin-left:0;  
}
div.search_f .tbrev a:nth-child(even),div.search_f .inline:nth-child(even) {
margin-right:0;  
}
}
/***/
/* REGISTRATI */
td.f_t {
font-weight:bold;
padding:5px;
border-bottom:1px solid #999;
}
td.f_td1 {
font-weight:bold;
width:150px;
text-align:right;
padding:2px;
vertical-align:top;
padding-top:5px;
}
td.f_td2 {
padding:2px;
}
td.f_td2 small {
display:block;
color:#999;
font-style:italic;
}
td.f_td2 p {
margin:0px;
}
td.f_td2 span.reg_nota {
display:block;
font-size:1em;
color:#999;
margin-bottom:8px;
}
td.f_privacy {
padding:10px;
text-align:center;
vertical-align:top;
}
div.f_privacy {
display:block;
height:100px;
overflow:auto;
border:1px solid #999;
text-align:left;
padding:8px;
margin-bottom:5px;
}
.f_privacy_t {
font-weight:bold;
padding:5px 8px;
}
@media (max-width:767px) {
#privacy_cnt {
margin:0 8px;
}
}
div.vercode {
background:#e0e0e0;
border:1px solid #999;
padding:5px;
text-align:center;
}
td.reg_txt {
text-align:left;
padding-top:10px;
padding-left:15px;
}
td.reg_txt p {
margin:0px;
}
/***/
.x {
margin-top:1px !important;
margin-left:3px !important;	
}
a.a1b img {
background:transparent;
}
a.a1b:hover img {
background:transparent;
}
/******/
table.user_ob {
width:100%;
}
table.user_ob td {
padding:3px;
}
td.user_ob1 {
font-weight:bold;
}
/******/
.lb {
display:block;
font-size: .7em;
color: #999;
text-transform: uppercase;
margin-bottom: 2px;	
}
/******/
/*div.toolbar_oby2 {
padding:5px;
padding-right:6px;
background:#f0f0f0;
min-height:46px;
}*/
div.toolbar_oby2 .btnX2 {
font-size:1em;	
}

/*div.toolbar_oby3 {
padding-left: 10px;
}*/
div.toolbar_oby3 {
min-height: 36px;
height: 36px;
}
table.toolbar_oby {
width:100%;
}
div.toolbar_oby1 {
padding-top:5px;
}
div.toolbar_oby4 {
background:#ddd !important;
border:1px dotted green;
margin-bottom:20px !important;
}
div.to2 {
border-top:0px solid;
}
div.to3 {
margin-bottom:5px;
}
div.to4 {
margin-bottom:5px;
margin-top:5px;
}
td.tbo1 {
width:50%;
text-align:center;
background:url("../img/boxbg.png");
padding:5px;
}
td.tbo2 {
padding-bottom:5px;
}

/******/
div.toolbar_oby2 {
position:relative;
padding:8px;
background:#fafafa;
    margin-bottom:20px;
/*border:1px solid #000;*/
/*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);*/
}
.toolbar_oby2 .combo-select {
position:relative;
width:224px;
float:left;
margin-right:0px;
z-index:1;
}
.toolbar_oby2_block {
display:inline-block;

height:28px;
width:32px;
}

div.toolbar_oby3 {
padding-left: 10px;
}
div.toolbar_oby {
padding: 10px;
min-height: 60px;
/*height: 60px;*/
background:#fafafa;
margin-bottom:20px;
}
.toolbar_oby .combo-select,.toolbar_oby2 .combo-select{
position:relative;
margin-top:3px;
}

@media (max-width:768px) {
div.toolbar_oby {
margin-bottom:10px;
}
}
@media (max-width:480px) {
    div.toolbar_oby2 {
    margin-bottom:10px;
    }
    div.toolbar_oby .flrt,div.toolbar_oby .fllt, 
    div.toolbar_oby2 .flrt,div.toolbar_oby2 .fllt
    {float:none !important;}
    div.toolbar_oby .btnX22,div.toolbar_oby2 .btnX22 {
    width:100%;
    display:block;
    margin-bottom:5px;
    }
    div.toolbar_oby2 .ml5 {
    margin-left:0 !important;
    }
    div.toolbar_oby .s_incl {
    float: none;
    }
    .spacer10 {display:none;}
}

.tbo_blk {
display:inline-block;
float:left;
margin-left:10px;
height:40px;
line-height:40px;
font-size:1.2em;
}
.tbo_ico {
display:inline-block;
float:left;
margin-right:5px;
height:40px;
line-height:40px;
font-size:1.4em;
color:#999;
}
/*INSERT*/
div.ins2 {
/*border:1px solid #9ed698;*/
font-size:1em;
padding:5px;
text-align:left;
background-color:#d3f3d0;
color:#000;
margin-bottom:10px;
}
div.ins2a {
font-size:1em;
padding:5px;
text-align:left;
background-color:#f0f0f0;
color:#000;
margin-bottom:10px;
}
div.ins3 {
font-size:1em;
padding:5px 0;
text-align:left;
/*background-color:#d3f3d0;*/
color:#000;
border: 1px solid #ddd;
margin-top: -11px;
background: #fafafa
}
@media (max-width:767px) {
	div.ins3 {
	border: 0 solid #ddd;
	margin-top: 0;
	}
	div.ins2 {
	font-size:1em;
	padding:10px 20px;
	}
}
/* SETTORI newsletter MKT ****/
div.settore {
float:left;
padding-top:2px;
padding-bottom:2px;
width:139px;
}
div.settore input {
border:0px solid;
}

input.inp1 {
font-size:13px;
font-weight:400;
padding:4px;
border:1px solid #c0c0c0;
width:250px;
text-align:center;
}

.bgsf {
padding:8px;
background:url("../img/boxbg.png");
}

td.bp1 {
font-weight:bold;
}
td.bp2 {
border-top:3px solid #999 !important;
font-weight:bold;
}
td.bp3 {
font-weight:bold;
}
table.w100bp {
width:100%;
border-collapse:collapse;
border-spacing: 0;
/*border:1px solid #999;*/
}
table.w100bp td {
/*border:1px solid #e0e0e0;*/
padding:10px;
vertical-align:top;
}
table.w100bp_nn td {
vertical-align:top;
}
table.w100bp_nn td:last-child {
padding:0;
}
table.w100bp_nn td:not(:last-child) i {
font-size:1.3em;
}

td.bp2t {
background-color:#e0e0e0;
font-weight:bold;
}
.intd1, .intd2 {
text-align:center;
padding:20px;	
background:#eee;
cursor:pointer;
font-size:1.1em;
}
.intd1:hover, .intd2:hover {
background:#3c3c3c;
color:#fff;
}
.intd1_h, .intd2_h {
background:#3c3c3c !important;
cursor:default !important;
color:#fff;
}
.intd1:hover .bt, .intd2:hover .bt,
.intd1_h .bt, .intd2_h .bt
{
color:#fff !important;
}

.bx {
font-size:1.333em;
font-weight:600;	
}
/* FORM_GROUPS*/
div.form_g {
padding:12px;
color:#666 !important;
/*border-top:1px solid #e0e0e0;*/
/*background:url("../img/boxbg.png");*/
/*background:url("../img/boxbg.png");*/
background-color:#f5f5f5;
font-size:1.3333em;
}
div.form_g_n {
padding:5px;
padding-left:10px;
padding-right:10px;
color:#666 !important;
/*border-bottom:1px solid #e0e0e0;*/
background-color:#f5f5f5;
font-size:1em;
}
div.form_g_n p {
margin:0px;
}

table.tbc1,table.tbc3 {
width:100%;
border-collapse:collapse;
border-spacing: 0;
}
table.tbc1 td,table.tbc2 td {
vertical-align:top;
}
td.tbc1 {
border-right:1px dotted #e0e0e0;
width:170px;
color:#666;
padding:5px;
padding-left:10px;
}

table.tbc3 td {
width:50%;
padding:0;
padding-top:20px;
color:#222;
}
table.tbc3 td:nth-child(even) {
padding-left:20px;
}
table.tbc3 td p {
margin:0;
border-bottom:1px solid #3c3c3c !important;
padding-bottom:5px;
}

@media (max-width:768px) {
	td.tbc1 {
    display: block;
    width:100%;
	font-size: .7em;
    color: #999;
    text-transform: uppercase;
	}
    table.tbc3 td {
    display: block;
    width:100%; 
    padding-left:0;   
    }
    table.tbc3 td:nth-child(even) {
    padding-left:0;
    }
	.dc1 {
	padding:5px;
	background:#f0f0f0;
	}
	.dc2 {
	padding:5px;
	border-bottom:1px solid #ddd;
	}
}
@media (max-width:480px) {
    table.tbc3 td:nth-child(even) {
    padding-left:0;
    }
}
td.tbc1c {
border-right:1px dotted #d0d0d0;
width:200px;
color:#666;
padding:5px;
}
td.tbc2 {
padding:5px;
padding-left:10px;
}
td.tbc1b {
background:#f0f0f0;
padding:10px !important;
font-weight:400;
font-size:1.1667em;
}
div.tbc1b {
background:#f0f0f0;
padding:10px !important;
font-weight:bold;
font-size:1em;
margin-top:2px;
}
td.tbc1b_n {
padding:4px !important;
}

.ok {
background:#cffed0;
}
.done {
font-style:italic !important;
color:#777 !important;
background:#f0f0f0 !important;
}
.done a {
color:#999 !important;
}
.inprogress {
font-style:italic !important;
color:#999 !important;
}
.deleted {
border-left:10px solid red;
color:#aaa !important;
font-style:italic !important;
}

table.tut {
width:100%;
}
table.tut td {
vertical-align:top;
}
table.tut td.tut1 {
width:300px;
}
table.tut td.tut3 {
text-align:right;
width:300px;
}
table.tut h1, table.tut h2, table.tut h3 {
margin:0px;
margin-bottom:5px;
}
table.tut td.note {
padding-top:5px;
border-top:1px dashed #bbb;
}
/**/


.home_testo {
padding:40px 0;
font-size:1.2em;
color:#737373;
width:100%;
}
.home_testo h1 {
margin-top:0;
text-align: center;
}
.home_testo h2 {
text-align: center;
}

.home_tbl {
width:100%;
border-collapse: collapse;
border-spacing:0;
}
.home_tbl td {
padding:0;
vertical-align: top;
}
.home_tbl td:first-child {
width:300px;
text-align:left;
}
@media (max-width:1024px) {
	.home_tbl td:first-child {
	width:200px;
	padding:0 10px;
	}
}
@media (max-width:480px) {
.home_testo {
padding-top:20px;
padding-bottom:40px;
}
}


.home_testo .h2t {
font-style: italic;
margin-bottom:40px;
text-transform: inherit;
font-weight:600;
}
@media (max-width:767px) {
.home_testo .h2t {
margin-bottom:20px;
margin-top:10px;
}
}


.home_foto {
background:#fff;
padding-bottom:0px;
height:272px;
}
.home_foto img {
max-width:1280px;
height:270px;
border-width:0px;
border-bottom:2px solid #3c3c3c;
}
.prev {
display:block;
position:absolute;
z-index:15;
/*top:255px;*/
margin-top:231px;
left:0;
float:left;
}
.next {
display:block;
position:absolute;
z-index:15;
margin-top:231px;
right:0;
float:right;
}
.prev img, .next img {
border-width:0px;
}
.testo_fh {
position:absolute;
z-index:16;
top:15px;
float:right;
padding:10px;
padding-left:15px;
padding-right:15px;
text-align:left;
background:url('../img/bg_trans.png');
color:#000;
}
.testo_fh p {
font-size:13px;
margin:0px;
}
.testo_fh h1 {
font-size:22px;
margin:0px;
}

.home_foto_bgoff {
background:#e6e6e6;
color:#c0c0c0;
opacity:0.3;
-moz-opacity:0.3;
filter:alpha(opacity=30);
}

.c_bg {
border-top:5px solid red;
}
.c_bg1 {
border-top:5px solid blue;
}

/*EVENTS*/
.event_v {
width:242px;
margin-bottom:17px;
-webkit-box-shadow: 0px 1px 2px #999; 
-moz-box-shadow: 0px 1px 2px #999; 
box-shadow: 0px 1px 2px #999;
}
.evt {
padding: 6px 8px 7px;
font-size:1.1667em;
text-transform:uppercase;
background:#e5231d;
color:#fff;
}
.evt strong {
font-weight:normal;
}
.evt a {
color:#fff !important;
text-decoration:none;
}

.evtx {
border-top:0px solid;
padding: 6px 8px 5px;
}
.evtd {
background:#f0f0f0;
padding: 6px 8px 5px;
}
.evi img {
border-width:0px;
}


.videoWrapper,.issuuembed {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0 !important;
}

.videoWrapper iframe,.issuuembed frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border:0 !important;
}

.video-container {
position:relative;
overflow:hidden;
margin:0 auto;
margin-top:40px;
width:700px;
height:393.75px;
}
.video-container iframe, .video-container object, .video-container embed {
position:absolute;
top:0;
left:0;
width:700px;
height:393.75px;
}
@media (max-width:700px) {
    .video-container {
    width:100%;
    height:0;
    padding-top:30px;
    padding-bottom:56.25%;
    }
    .video-container iframe, .video-container object, .video-container embed {
    width:100%;
    height:100%;
    }
}

#sent_em {
display:none;
}
.sent_em {
display:inline-block;
*display:inline;
text-transform:uppercase;
background:#4EFF0D;
padding:2px 12px;
color:#000;
margin-left:10px;	
}
/**Allegati**/
.all_list {
color:#656565;
}
.all_list table {
width:100%;
border-spacing:0;
border-collapse:collapse;
}
.all_list td {
vertical-align:top;
padding:10px;
padding-left:0;
padding-right:20px;
}
.all_ml p {
margin:0;
display:inline;
}
.all_list_tit {
margin-top:20px;
margin-bottom:15px;
font-size:1.2em;
color:#3c3c3c;
}
.all_list_sep {
    display:none;
height:1px;
background:#3c3c3c;
width:92px;
margin-top:15px;
margin-bottom:10px;
}

.inline .all_list_tit {
margin-top:0;
}
.alsc {
text-align:right;
color:#999;	
font-size:.8em;
padding-right:20px !important;
}
.alsc1 {
color:#111;	
}
div.alsc {
text-align:left;
}

/*.all_list table:nth-child(even) {
background-color:rgba(0,0,0,.04);
}
.all_list table:nth-child(odd) {
background-color:rgba(255,255,255,.2);
}*/
@media (max-width:767px) {
	.all_list td {
	line-height:22px;
	}
	.file_icon {
	margin:10px;
	margin-left:0;
	}
	.all_list td {
	padding: 5px;
	}
	.all_list td:first-child {
	width:70px;
	}
	.all_list_am {
	padding:0 20px 20px 0 !important;
	overflow: hidden;
	word-break: break-word;
	word-wrap: break-word;
	font-size: 16px;
	}
	.alsc { font-size:.8em;}
}

.all_list a {
color:#333;
}
/**/

.pg_img img {
width:100%;
}
.pg_tb {
border-spacing: 0;
border-collapse:collapse;
}
.pg_tb td {
width:50%;
vertical-align: top;
}
.pg_tb td:nth-child(1) {
padding-right:20px;
padding-left:4px;
}
.pg_tb td:nth-child(2) {
padding-left:20px;
padding-right:4px;
}

@media (max-width:850px) {
.pg_tb td:nth-child(1) {
padding-right:0;
padding-left:0;
}
.pg_tb td:nth-child(2) {
padding-left:0;
padding-right:0;
}
.pg_tb td {
width:100%;
}
.pg_img,.pg_txt { display:block;}
}

.bsp_reg_1 {
text-align:center;
position: relative;
text-transform: uppercase;
color: #000;
}
.bsp_reg_2 {
text-align:center;
position: relative;
text-transform: uppercase;
color: #fff;
background:#037f3e;
cursor:pointer;
}

.banners {
margin-top:40px;
box-sizing: border-box;
}
.bnr {
position:relative;
}
.bnr .imod {
z-index:2;	
}
.bnr a {
display:block;	
}
.bnr div.bnr_d {
position:absolute;
width:100%;
height:100%;
font-size:2.4em;
color:#fff;
text-align:center;
text-transform: uppercase;
font-weight:bold;
}
.bnr table {
border-collapse: collapse;
border-spacing: 0;
width:100%;
height:100%;
}
.bnr div.bnr_d td {
vertical-align:bottom;
}
.bnr div.bnr_d td .bnrc {
display:inline-block;
width:100%;
padding:15px 20px;
background-color:rgba(0,0,0,0.6)
}
/*************/
/*************/
.pg_header {
position:relative;
height:270px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color:#fff;
text-align: right;
}
.pg_lnk table {
width:100%;
border-collapse: collapse;
border-spacing:0;	
}
.pg_lnk td {
vertical-align:top;
}


@media (max-width:767px) {
.pg_header {
height:auto;
}
}

.pg_h_rec {
font-size: 2em;
padding-bottom:10px;
}
.pg_h_in {
display:inline-block;
font-size: 1.1em;
line-height:1.25em;
padding:0 0 10px 0;
/*border-top:1px solid #fff;*/
}
.pg_h_em {
font-style: italic;
font-size: 1em;
padding-top:5px;
}
.pg_h_em a,.pg_h_a a {
color:#fff;
text-decoration: none;
}
.pg_header2 {
background:#3c3c3c;
font-size:2.4em;
font-weight:600;
padding:6px;
color:#fff;
text-align: right;
}
.pg_header2 h2 {
padding-right:9.5%;
display:inline-block;
border-left:2px solid #fff;
padding-left:45px;
font-weight:600;
font-size:.95em;
text-transform: uppercase;
}

.pg_content {
padding:0;
}
/*.pg_content strong {
color:#3c3c3c;
}*/

.nw_content {
padding:30px;
padding-top:0;
margin-top:-25px;
z-index: 2;
}
.pg_h1 {
font-weight:200;
font-size: 24px;/*2.2em;*/
margin-top:10px;
margin-bottom:30px;
text-transform: uppercase;
}
.pg_h2 {
font-weight:600;
font-size: 1.6em;
color:#000;
margin:20px 0;
}
.pg_sep {
height:2px !important;
background:#3c3c3c;
width:115px;
margin-bottom:10px;
}
@media (max-width: 1200px) {
.pg_content {
padding:10px 30px;
}
}
@media (max-width: 767px) {
.pg_header2 {
font-size:1.6em;
padding:10px 13px;
color:#fff;
text-align: left;
}
.pg_header2 h2 {
padding-right:0;
display:block;
border-left:0;
padding-left:0;
line-height: 1em;
}
.nw_content {
padding:10px 20px;
padding-top:20px;
margin-top:0;
}
h1.pg_h1 {
font-size: 1.45em;
margin:10px 0;
}
.pg_sep {
margin-bottom:0;
}
.pg_content {
padding:10px 0;
}
}


.pg_fg_t {
width:25%;
background:#3c3c3c;
font-size:2.2em;
font-weight:700;
color:#fff;
text-align: center;
padding:6px 0;
text-transform: uppercase;
margin-top:40px;
}
.pg_fg {
margin-left:-10px;
margin-right:-10px;
position:relative;
margin-top:20px;
}
.pg_fg div {
display:inline-block;	
}
.pg_fg img {
width:100%;
}
.pg_fg a, .pg_fg div {
width:25%;
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

}
.pg_fg a {
display:inline-block;
text-align:center;
}

@media (min-width:1326px) {
.pg_fg a, .pg_fg div {
width:20%;
}
}
@media (min-width:1025px) and (max-width:1325px) {
.pg_fg a, .pg_fg div {
width:25%;
}
}

@media (min-width:769px) and (max-width:1024px) {
.pg_fg a, .pg_fg div {
width:33.3333333333%;
padding:8px;
}
.pg_fg {
margin-left:-8px;
margin-right:-8px;
}
}
@media (max-width:768px) {
.pg_fg a, .pg_fg div {
width:50%;
padding:4px;
}
.pg_fg {
margin-left:-4px;
margin-right:-4px;
}
}


#pg_lnk_start {
display:none;
}
.pg_lnk {
margin-top:40px;
background:#fff;
-webkit-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.25);
}
.pg_lnk a {
color:#3c3c3c;
}
.pg_lnk td.pl_icon {
width:72px !important;
padding:20px 10px !important;
color:#3c3c3c;
text-align: center;
}
.pg_lnk td.pl_icon .fa {
font-size:30px;
font-weight:400;
}
.pg_lnk td.pl_icon .fa-external-link-alt {
font-weight:600;
}

.pg_lnk0 {
padding-bottom:0 !important;
}
.pg_lnk1 {
font-size:1.2em;
padding-top:0 !important;
}
.pg_lnk1 .pl_icon .fa {
font-size:2.6em !important;
}

.pg_map_h {
padding:17px;
font-size:2.2em;
color:#fff;
font-weight:600;
text-align: center;
background: #181e50;
}
.contatti_box {
background:#aaaaad;
padding:30px;
margin-bottom:30px;
}
.contatti_t {
margin-top:40px;
margin-bottom:40px;
}

.contatti_tit {
display:inline-block;
background:#3c3c3c;
font-size:2.2em;
font-weight:700;
color:#fff;
text-align: center;
padding:6px 20px;
text-transform: uppercase;
margin-bottom:20px;
}
#lavora_box .contatti_tit {
text-align: left;
}


.contatti_txt {
color:#fff;
font-size:1.4em;
margin-bottom:40px !important;
}
.contatti_c {
max-width:1200px;
}


@media (max-width:768px) {
.pg_lnk {
margin-top:20px;
}
.pg_fg_t {
font-size:1.4em;
margin-top:30px;
}
.pg_lnk td.pl_icon {
width:42px;
padding:20px 10px;
}
.pg_lnk td.pl_icon .fa {
font-size:2em ;
}
.pg_lnk td.pl_icon .fa-external-link-alt {
font-size:1.2em !important;
}
.pg_map_h {
padding:12px;
font-size:1.6em;
margin-top:10px;
}
.contatti_tit {
font-size:1.6em;
margin-bottom:0;
}
/*.loghi_f {
line-height:100%;
}
.loghi_f img {
padding:10px;
}*/
}

.verified {
font-size:24px;
margin:20px;

margin-bottom:2px;
line-height:40px;
}


.fr_b .c_bx {
border:1px solid #ddd;
cursor: pointer;
height:100%;
}

.fr_b .c_bx:hover {
border:1px solid #3c3c3c;
-webkit-box-shadow: 0 0 4px #3c3c3c; 
-moz-box-shadow:0 0 4px #3c3c3c; 
box-shadow: 0 0 4px #3c3c3c;
}

.hdr_bx {
position:relative;
height:150px;
width:100%;
background-color:#fff;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.logo_bx {
position:relative;
height:100px;
width:100px;
margin:0 auto;
margin-top:-50px;

background-color:#fff;
background-position: center;
background-size:contain;
background-repeat: no-repeat;

border:3px solid #fff;
}

.logo_bx_b {
box-shadow: 0 1px 1px rgba(0, 0, 0, .32);
position:absolute;
height:200px;
width:200px;
margin-left:10px;
margin-top:-100px;

background-color:#fff;
background-position: center;
background-size:contain;
background-repeat: no-repeat;

border:5px solid #fff;
vertical-align: middle;
}

@media (max-width: 767px) {
.logo_bx_b {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
position:relative;
min-height:120px;
width:100%;
margin-left:0;
margin-top:10px;

border:5px solid #fff;
vertical-align: middle;
}}

.t1_bx {
text-align: center;
font-size: 1.3em;
font-weight:bold;
margin-top:20px;
margin-bottom:30px;
padding:0 10px;
}
.t1_bx a {
color:#000;
text-decoration: none;
}
.h1_bx {
font-size:2em;
font-weight:600;
text-transform:uppercase;
color:#3c3c3c;
display:inline-block;
margin:10px 0;
margin-left:230px;
}
.pg_header .h1_bx_t {
background:rgba(255,255,255,.8);
position:absolute;
/*bottom:10px;
left:220px;*/
top:10px;
left:10px;
padding:15px 25px;
padding-bottom:10px;
text-align: left;
}
.pg_header .h1_bx {
margin:0;  
}
.h1_bx_1 {
font-size:1.2em;
color:#333;
}
.h1_bx_1 a {
text-decoration: none;
}
.h1_bx_1 i.fa-trophy {
font-size:18px;
height:32px;
width:32px;
line-height:32px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background:rgba(32,100,174,.8);
color:#fff;
text-align: center;
margin-right:5px;
margin-bottom:5px;
margin-left:-11px;
}
.dhi {
padding:5px;
text-align: center;
}
/****/
.bx_h {
padding:0;
width:100%;
height:100%;
min-height:300px;
position: relative;
overflow: hidden; 
}
.bx_h1 {
padding:0;
width:100%;
height:100%;
position: relative;

transition: all 0.4s ease;
background-repeat:no-repeat;
background-size: cover;
background-position: center;
}
.bx_h_t {
font-size:1.4em;
color:#fff;
padding:15px;
background:rgba(32, 100, 174,.8);
font-weight:normal;
position:absolute;
bottom:0;
width:100%;
}
.bx_h:hover .bx_h1,
.bx_h:focus .bx_h1 {
transform: scale(1.1);
}

.bx_b_1 {
margin-bottom:40px;
background-size:cover;
background-repeat: no-repeat;
background-position:center;
background-image:url('../img/bg2.jpg');
background-attachment:fixed;
}
.bx_b_2 {
background-color:rgba(32,100,174,.8);
width:100%;
min-height:300px;
padding:70px;
}
.bx_b_3 {
max-width:1200px;
color:#fff;
margin:0 auto;
position: relative;
}
.bx_b_4 {
margin-top:20px;
background-size:cover;
background-repeat: no-repeat;
background-position:center;
background-image:url('../img/testata_manifestazione.jpg');
background-attachment:fixed;
}
.bx_b_41 {
/*background-color:rgba(32,100,174,.9);*/
background-color:rgba(255,255,255,.8);
width:100%;
min-height:200px;
padding:70px;
padding-bottom:50px;
}
.bx_b_5,.bx_b_6 {
margin-top:0;
background-color:#fff;
}
.bx_b_51,.bx_b_61 {
background-color:rgba(32,100,174,.2);
width:100%;
/*min-height:300px;*/
padding:20px;
padding-bottom:0 !important;
}
.bx_b_61 {
background-color:rgba(32,100,174,.5);
}

.bx_b_t {
position:absolute;
display:inline-block;
padding:10px 15px;
background:#fff;
margin-top:-72px !important;
font-size:26px;
color:#000;
text-transform: uppercase;
}

@media (max-width:1333px) {
.fr_1,.bx_b_51,.bx_b_41 {
padding:20px;
padding-bottom:0;
}
.bx_b_2 {
padding:20px;
padding-top:70px;
}
}
@media (max-width:480px) {
.h1_bx {
font-size:2em;
margin:10px 0;
margin-left:0;
}
.pg_header .h1_bx_t {
background:rgba(255,255,255,0);
position:relative;
top:auto;
left:10px;
padding:10px 0;
text-align: left;
}
.h1_bx_1 i.fa-trophy {
margin-left:5px;
}
.h1_bx_1 {
font-size:14px;
}
.bx_b_1 {
margin-bottom:0;
background-image:url('../img/bg2.jpg');
}
.bx_b_t {
position:relative;
display:inline-block;
padding:8px 15px;
top:-6px !important;
font-size:26px;
margin-left:-4px;
}
}



.content_tbl {
width:100%;
border-spacing: 0;
border-collapse: collapse;
}
.content_tbl td.content_tbl_td,
.content_tbl td.content_tbl_td_s {
padding:0;
vertical-align: top;
position:relative;
}
.content_tbl td.content_tbl_td {
padding-right:0px;
}
.content_tbl td.content_tbl_td_s {
padding-left:40px;
width:400px;
}
#first_pub {
margin-bottom:40px;
}

.td_s_fx2 {
position:fixed;
width:360px;
overflow: hidden;
}



.srcbx {
background:#fff;
padding:25px;
-webkit-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.25);
margin-bottom:20px;
}

.bg_black .srcbx {
background:#000;
-webkit-box-shadow: 0px 5px 6px -2px rgba(255,255,255,0.25);
-moz-box-shadow: 0px 5px 6px -2px rgba(255,255,255,0.25);
box-shadow: 0px 2px 6px -2px rgba(255,255,255,0.25);
}
.bg_blue .srcbx {
background:#0b2039;
-webkit-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.25);
}
.bg_blue_b .srcbx {
background:#183972;
-webkit-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.25);
}
.bg_gray2 .srcbx {
background:#746661;
-webkit-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 6px -2px rgba(0,0,0,0.25);
box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.25);
}
.bg_gray .srcbx {
background:rgba(255,255,255,.1);
}

.srcbox_t {
font-size:26px;
font-weight:200;
text-transform: uppercase;
color:#000;
}
.bg_black .srcbox_t,
.bg_blue .srcbox_t,
.bg_blue_b .srcbox_t,
.bg_gray2 .srcbox_t {
color:#fff;
}

.srcbox_c0 {
margin-bottom:80px;  
}
.srcbox_c {
margin-bottom:-10px;
/*margin-top:20px; */ 
}
.srcbox_cw {
/*text-align:right;*/
}
.srcbox_cw .srcbox_t {
/*text-align:right;*/
}

.srcbox_c a, .srcbox_c span {
font-size:18px;
font-weight:200;
text-transform: uppercase;
text-decoration:none;
display:inline-block;
margin-bottom:5px;
/*border:1px solid transparent;*/
color:#000;/*3c3c3c*/
transition: all 1s;
}
.bg_black .srcbox_c a,
.bg_black .srcbox_c span,
.bg_blue .srcbox_c a,
.bg_blue .srcbox_c span,
.bg_blue_b .srcbox_c a,
.bg_blue_b .srcbox_c span,
.bg_gray2 .srcbox_c a,
.bg_gray2 .srcbox_c span 
{
color:#fff;
}
.srcbox_cw a,
.srcwa {
font-size:16px;
font-weight:200;
text-transform: uppercase;
text-decoration:none;
display:inline-block;
margin-bottom:5px;
margin-right:5px;
padding:5px 8px;
color:#3c3c3c;
border:1px solid #9c9c9c;
background:#fff;
}
.srcwa_blk {
color:#fff !important;
border:1px solid #000;
background:#000;
}

@media (max-width:1200px) {
	.td_s_fx2 {
	position:fixed;
	width:300px;
	overflow: hidden;
	}
	.srcbx {
	padding:30px;
	}
	.srcbox_t {
	font-size:24px;
	}
	.srcbox_c a,.srcbox_c span {
	font-size:18px;
	}
	.content_tbl td.content_tbl_td_s {
		padding-left: 20px;
		width: 320px;
	}
}
@media (max-width:900px) {
	.td_s_fx2 {
	position:fixed;
	width:220px;
	overflow: hidden;
	}
	.srcbx {
	padding:20px;
	}
	.srcbox_t {
	font-size:22px;
	}
	.srcbox_c a,.srcbox_c span {
	font-size:16px;
	}
	.content_tbl td.content_tbl_td_s {
		padding-left: 20px;
		width: 240px;
	}
}
@media (max-height:720px) {
	.td_s_fx2 {
	position:relative !important;
	width:300px;
	overflow: hidden;
	}
}
.srcbox_c a p {
margin:0 !important;   
}
.srcbox_c a:hover {
/*border-bottom:1px solid #000;*/
text-decoration:none;
font-weight:400;
/*color:#888 !important;*/
}
.c_blk .srcbox_c a:hover {
/*border-bottom:1px solid #000;*/
text-decoration:none;
color:#ccc;
}
.srcbox_cw a:hover,
.srcwa:hover {
text-decoration:none;
border:1px solid #000;
color:#000;
background:#fff;
text-shadow: 0px 0px 1px rgba(0,0,0,1);
font-weight:200;
}
.srcbox_c a.src_s {
font-weight:400;
/*border-bottom:1px solid #999; */
}
.bg_black .srcbox_cw a,
.bg_black .srcwa {
color:#fff !important;
background:#000 !important;
}
.bg_gray2 .srcbox_cw a,
.bg_gray2 .srcwa {
color:#fff !important;
background:#746661 !important;
}

.bg_blue .srcbox_cw a,
.bg_blue .srcwa,
.bg_blue_b .srcbox_cw a,
.bg_blue_b .srcwa {
color:#fff !important;
background:#0d243f !important;
}
.bg_black .srcbox_c a:hover,
.bg_blue .srcbox_c a:hover,
.bg_blue_b .srcbox_c a:hover,
.bg_gray2 .srcbox_c a:hover 
{
color:#888 !important;
/*color:#fff;
font-weight:400;*/
/*border-bottom:1px solid #fff; */
}
.bg_black .srcbox_cw a:hover,
.bg_black .srcbwa:hover ,
.bg_blue .srcbox_cw a:hover,
.bg_blue .srcbwa:hover,
.bg_blue_b .srcbox_cw a:hover,
.bg_blue_b .srcbwa:hover,
.bg_gray2 .srcbox_cw a:hover,
.bg_gray2 .srcbwa:hover 
{
color:#000 !important;
background:#fff !important;
border:1px solid #000; 
text-shadow: 0px 0px 1px rgba(0,0,0,1);
}
.bg_black .srcbox_c ._s2_a_s:hover,
.bg_black .srcbox_c ._s2_a_s,
.bg_blue .srcbox_c ._s2_a_s:hover,
.bg_blue .srcbox_c ._s2_a_s,
.bg_blue_b .srcbox_c ._s2_a_s:hover,
.bg_blue_b .srcbox_c ._s2_a_s,
.bg_gray2 .srcbox_c ._s2_a_s:hover,
.bg_gray2 .srcbox_c ._s2_a_s
{
color:#000 !important;
background:#d0d0d0 !important;
border:1px solid #000; 
text-shadow: 0px 0px 1px rgba(0,0,0,1);
}

/*.bg_black .srcbox_c a.src_s,
.bg_blue .srcbox_c a.src_s,
.bg_blue_b .srcbox_c a.src_s,
.bg_gray2 .srcbox_c a.src_s 
{
border-bottom:1px solid #999; 
}
*/
._s2_a_s:hover i {
color:#777;
}

.srcbox_cw a.src_s {
background:#000;
color:#fff !important;
border:1px solid #000; 
}
.bg_black .srcbox_cw a.src_s,
.bg_blue .srcbox_cw a.src_s,
.bg_blue_b .srcbox_cw a.src_s,
.bg_gray2 .srcbox_cw a.src_s 
{
background:#fff !important;
color:#000 !important;
border:1px solid #fff; 
}

.srcbox_cw a.src_s:hover i {
transition: transform .5s;
transform: rotate(180deg);
}

/*.srcbox_cw a.src_s {
border:1px solid #000; 
color:#000;
}
.bg_black .srcbox_cw a.src_s,
.bg_blue .srcbox_cw a.src_s,
.bg_blue_b .srcbox_cw a.src_s {
border:1px solid #fff; 
color:#fff;
}*/

.s_ico {
margin-right:20px;
}
.search_box .s_ico {
font-size:18px;
margin-top:12px;
float:left;
}
.search_box .s_ico {
font-size:18px;
}
.srcbox_del_e {
height:22px;   
}
.srcbox_del {
height:22px !important;   
font-size:14px !important;
font-weight:200;
text-transform: uppercase;
text-decoration:none;
display:block;
margin-bottom:5px;
color:#999 !important;
/*margin-left:-18px;*/
}
.srcbox_del_c {
margin-bottom:10px;
}


.bg_black .srcbox_del,
.bg_blue .srcbox_del,
.bg_blue_b .srcbox_del,
.bg_gray2 .srcbox_del 
{
color:#fff;
}

.srcbox_del i {
margin-right:10px;
}
.srcbox_del:hover {
text-decoration:none;
color:#000 !important;
}
.bg_black .srcbox_del:hover,
.bg_blue .srcbox_del:hover,
.bg_blue_b .srcbox_del:hover,
.bg_gray2 .srcbox_del:hover
{
color:#fff !important;
}
.srcbox_del:hover i {
transition: transform .5s;
transform: rotate(180deg);
}
/*.srcbox_active:after {
content:" ";
display:block;
width:50px;
height:1px;
border-bottom:1px dashed #000;
}*/
.srcbox_active {
font-weight:400;
}

.first_pub {
padding-bottom:50px !important;
}

.dizionario {
font-size:26px;
text-align: center;
margin:40px 0;
}
.dizionario a,
.dizionario span {
display: inline-block;
width:3.3%;
margin:0;
padding:0;
height:22px;
line-height:22px;
}
.dizionario a {
text-decoration: none;
font-weight:900;
color:#000;
}
.dizionario a:hover {
color:#888;
}
.mnbox_b .dizionario a,
.mnbox_b1 .dizionario a {
color:#fff;
}
.mnbox_b .dizionario a:hover,
.mnbox_b1 .dizionario a:hover {
color:#f0f0f0;
}

.dizionario span {
color:#999;
font-weight:200;
}
.dizionario .d_s {
border-bottom:1px solid #000;
}
a.dizionario_fka {
color:#000;
text-decoration: none;
}
@media (max-width:767px) {
	.dizionario {
	font-size:26px;
	text-align: center;
	margin:0;
	margin-bottom:20px;
	}
	.dizionario a,
	.dizionario span {
	width:22px;
	}
}
.mnbox_b .dizionario a,
.mnbox_b1 .dizionario a {
color:#fff;
}
.mnbox_b .dizionario span,
.mnbox_b1 .dizionario span {
color:#999;
}

.mnbox_b .dizionario .d_s,
.mnbox_b1 .dizionario .d_s {
border-bottom:1px solid #fff;
}

.m_hide {
opacity: 0;
pointer-events: none;
transition: opacity 1.5s ease-in-out;
}
.m_show {
opacity: 1; 
pointer-events: all;
}

/*SCROLLBAR https://codepen.io/devstreak/pen/dMYgeO*/
.scrollbar {
margin-left: 0;
height: 100%;
width: 100%;
margin-bottom: 25px;
	
/*float: left;
overflow-y: auto;*/
	overflow-y: auto;
}
.force-overflow{
/*min-height: 450px;*/
}
/* STYLE HL  */
#style-hl_blk::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
	border-radius: 5px;
	background-color: transparent;
}

#style-hl_blk::-webkit-scrollbar {
	width: 5px;
	background-color: #f9f9f9;
}

#style-hl_blk::-webkit-scrollbar-thumb {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
	background-color: #f0f0f0;
    transition:all .5s;
}
#style-hl_blk::-webkit-scrollbar-thumb:hover {
	background-color: #ddd;
}

#style-hl_whi::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
	border-radius: 5px;
	background-color: transparent;
}

#style-hl_whi::-webkit-scrollbar {
	width: 5px;
	background-color: #111;
}

#style-hl_whi::-webkit-scrollbar-thumb {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
	background-color: #222;
    transition:all .5s;
}
#style-hl_whi::-webkit-scrollbar-thumb:hover {
	background-color: #444;
}

#_sst_c::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
	border-radius: 5px;
	background-color: transparent;
}
#_sst_c::-webkit-scrollbar {
	width: 5px;
	background-color: #111;
}
#_sst_c::-webkit-scrollbar-thumb {
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
	background-color: #222;
    transition:all .5s;
}
#_sst_c::-webkit-scrollbar-thumb:hover {
	background-color: #444;
}


#menu_srch,
.srcbx .hbox_x {
display:none;
}
.bg_black #menu_srch a,
.bg_blue #menu_srch a,
.bg_blue_b #menu_srch a,
.bg_gray2 #menu_srch a 
{
color:#fff;
}
@media (max-width:850px) {
	.mn_c {
	display:none;
	}
/*	.mn_1, .mn_1 a, .mn_c a {
	font-size: 26px;
	line-height: 46px;
	}*/
	#menu_srch, .srcbx .hbox_x {
	display: block;
	}
	#menu_l {
	right: 150px;
	}

}
@media (max-width:767px) {
	div#home {
	top:-5px !important;
	width:270px;
	}
	div#home img {
	height:70px !important;
	/*width:70% !important;*/
	}
	#header {
	height:60px;
	}
	.hfx {
	height:60px;	
	}
	.mn_c {
		display:none;
	margin-top:50px;
	line-height: 50px;
	}
	.body-tb_wh {
    padding: 60px 0;
	}
	
	div.container1 {
	margin-top:20px;
	}
	#footer .af:hover {
	color:#fff !important;
	text-decoration: underline;
	}
	
	
	.footer-tb {
	height:auto;
	}
	#footer {
	bottom: 0;
	right: 0;
	left:0;
	text-align:center;
	background:rgba(0,0,0,.5);
	color:#fff;
	}
	#footer .af {
	color:#fff !important;
	}

	.bg_black #footer,.bg_black #footer .af,.bg_black #footer1 .af,
	.bg_blue #footer,.bg_blue #footer .af,.bg_blue #footer1 .af,
	.bg_blue_b #footer,.bg_blue_b #footer .af,.bg_blue_b #footer1 .af 
	.bg_gray2 #footer,.bg_gray2 #footer .af,.bg_gray2 #footer1 .af 
    {color:#b0b0b0 !important}
	table.footer1a td {
	width:50%;
	display:inline-block;
	padding:0 10px;
	}
	table.footer1a tr td:nth-child(odd) {
	text-align:right;	
	}
	table.footer1a tr td:nth-child(even) {
	text-align:left;	
	}
	table.footer1b td {
	width:100%;
	display:block;
	padding:10px 0;
	text-align:center !important;
	}
	
	#mnbox {
	overflow:auto;
	}
	#mnbox .mnbox .mnbox_2 {width:100%;display: block;}
	.mnbox_m,.mnbox_m table {width:100%;}
	.mnbox td {
		display:inline-block;
		padding-right: 20px;
		font-size: 16px;
		width: 50% !important;
	}
	.tde {
	display: none !important;
	}
	
	#mnbox .mnbox .mnbox_1 {
	display: block;
	}
    .mnbox_1 {
	margin-bottom:20px;
    }
	
	.hbox_x {
	background:transparent;
	transform: scale(.6);
	top:-14px;
	right:-14px;
	padding:10px;
	}
	/*.mn_blk .hbox_x {
	background:#000;
	}*/
	#menu_h {
	/*background:transparent;
	transform: scale(.6);
	top:-16px;
	right:-24px;
	padding:10px;*/
    transform: scale(.9);
    top:-7px; 
	right:-5px;
	}
	#menu_srch,
	.srcbx .hbox_x {
	display:block;
	}
	.hfx_bx #menu_srch a {
	color:#fff;
	}
	#menu_srch a {
	display:block;
	line-height: 60px;
	}
	.srcbx .hbox_x {
	top:60px;
	right:-5px;
	}
	
	.home_x {
	font-size:18px;
	}
	
	.mnbox_login {
	display:block;
	margin-top:-15px;
	margin-left:-15px;
	margin-right:-15px;
	height:44px;
	line-height:48px;
	margin-bottom:20px;
	padding:0 4%;
	background:#f0f0f0;
	}
	.mnbox_b .mnbox_login {
	background:#030303;
	}
	.mnbox_b1 .mnbox_login {
	background:#0d243f;
	}
	.mnbox_b .mnbox_login a, .mnbox_b .mnbox_login .lang_l, .mnbox_b .mnbox_login a.lang_l,
	.mnbox_b1 .mnbox_login a, .mnbox_b1 .mnbox_login .lang_l, .mnbox_b1 .mnbox_login a.lang_l {
	color:#fff !important;
	}
	.mnbox_login .mn_1, .mn_1, .mn_1 a, .mn_c a {
	font-size: 20px;
	}
	#menu_srch.mn_1 {
	right: 50px;
	height: 60px;
	line-height: 60px;
    width:50px;
	padding-top: 0;
	margin-right: 0px;
	}
	
	.mnbox_login .mn_1 {
	position: relative;
    top:auto;
    right: auto;
    height: auto;
    padding-top: 0;
    margin-right: 20px;
	display:inline-block;
	} 
	
	.counter_nrt {
	position: absolute;
	top: 10%;
	right: -15px;
	font-size: 11px;
	background:rgba(0,0,0,.6);
		border:1px solid #fff;
	color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	}
	
	div.langs {
	margin-left:30px;
	margin-right:0;
	}
	#search_panel {display:none;}
	.content_tbl td.content_tbl_td {
	display:block;
	}
	.content_tbl td.content_tbl_td_s {
	display:block;
	position:fixed;
	width:100%;
	height:100%;
	background:#fff;
	padding:0;
	z-index: 2;
	left:0;
	top:62px;
	overflow: auto;
	}
	.c_blk .content_tbl td.content_tbl_td_s {
	background:#000;
	}
	.td_s_fx2 {
    position: relative;
    width: 100%;
    overflow: hidden;
	padding:20px;
	}
	.srcbx,.bg_black .srcbx,
	.srcbx,.bg_blue .srcbx,
	.srcbx,.bg_blue_b .srcbx,
	.srcbx,.bg_gray2 .srcbx 
    {
	margin-bottom: 0;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.25);
	}
	.content_sep {
	height:0;
	}
	.n_h1 {
    font-size: 18px;
    padding: 10px;
	}
	.news_data {
	margin-bottom:10px;
	}
	.news_data .tasto_readmore {
	margin:0;
	margin-top:-5px;
	}
	.box_pub:hover .box_pub_txt,
	.box_pub:hover .box_pub_read {
	display: none;
	}
	
	
	.fancybox-content {
	height:100%;
	width:100%;
	min-height:100%;
	min-width:100%;
	}
	.fancybox-slide > * {
	margin:0 !important;
	}
}
@media (max-width:1147px) {
	#menu_c {display:none;}
}
.tempo_news {
display: inline-block;
font-family:"Heebo";
padding:15px 20px;
border:1px solid #fff;
background:rgba(0,0,0,0.8);
color:#fff;
margin-top:30px;
font-size:13px;
text-transform: lowercase;
}
@media (max-height:700px) {
	.tempo_news {
	padding:10px 15px;
	margin-top:20px;
	}
}
@media (max-width:767px) {
	.tempo_news {
	padding:10px 15px;
	margin-top:20px;
	}
}

.story_btn {
font-family: "Heebo",Arial;
padding:10px 20px;
color:#fff !important;
border:1px solid #fff;
background:#000;
text-decoration: none;
margin-top:10px;
}
.story_btn:hover {
color:#000 !important;
border:1px solid #000;
background:#fff;
text-decoration: none;
}
/*NEWSLETTER*/
table.nwsl {
width:100%;
border-collapse:collapse;
border-spacing: 0;
}
table.nwsl th {
padding:10px;
background:#f0f0f0;
}
table.nwsl td {
vertical-align:top;
padding:10px;
}
