/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==== Normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;}
audio, canvas, video {display: inline-block; *display: inline; *zoom: 1;}
audio:not([controls]) {display: none;}
[hidden] {display: none;}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

body {margin: 0; line-height: 1.231;}

body, button, input, select, textarea {font-family: sans-serif; color: #222;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {background: #3AC3E0; color: #fff; text-shadow: none;}
::selection {background: #3AC3E0; color: #fff; text-shadow: none;}


/* =============================================================================
   Links
   ========================================================================== */

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {outline: 0;}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {border-bottom: 1px dotted;}

b, strong {font-weight: bold;}

blockquote {margin: 1em 40px;}

dfn {font-style: italic;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

ins {background: #ff9; color: #333; text-decoration: none;}

mark {background: #ff0; color: #333; font-style: italic; font-weight: bold;}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em;}

/* Improve readability of pre-formatted text in all browsers */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word;}

q {quotes: none;}
q:before, q:after {content: ""; content: none;}

small {font-size: 85%;}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {margin: 1em 0; padding: 0 0 0 40px;}
dd {margin: 0 0 0 40px;}
ul, nav ol {list-style: none; list-style-image: none; margin: 0; padding: 0;}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img {border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {overflow: hidden;}


/* =============================================================================
   Figures
   ========================================================================== */

figure {margin: 0;}


/* =============================================================================
   Forms
   ========================================================================== */

form {margin: 0;}
fieldset {border: 0; margin: 0; padding: 0;}

/* Indicate that 'label' will shift focus to the associated form element */
label {cursor: pointer;}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {border: 0; *margin-left: -7px; padding: 0;}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input {line-height: normal; *overflow: visible;}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input {*overflow: auto;}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

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

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {box-sizing: border-box;}
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-decoration {-webkit-appearance: none;}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

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

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

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

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid {background-color: #f0dddd;}


/* =============================================================================
   Tables
   ========================================================================== */

table {border-collapse: collapse; border-spacing: 0;}
td {vertical-align: top;}

/* ==== Non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr;}
.ir br {display: none;}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {display: none !important; visibility: hidden;}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {visibility: hidden;}

/* Contain floats: h5bp.com/q */
.clearfloat, .clearfloat:before, .clearfloat:after {content: ""; display: table; font-size:1px; clear: both;}
.clearfloat:after {clear: both;}
.clearfloat {zoom: 1;}

/* ==== RIASSEGNAZIONI BASE ====*/

h1 {font-size:1.75em; font-weight:bold; margin-bottom:0.25em}
h2 {font-size:1.5em; font-weight:bold; margin-bottom:0.25em; color:#527889}
h3 {font-size:1.25em; font-weight:bold; margin-bottom:0.25em}
h4 {font-size:1em; font-weight:bold; margin-bottom:0.25em}
h5 {font-size:0.7em; font-weight:normal; margin-bottom:0.5em; color:#666; border-top: thin dotted #333; border-bottom: thin dotted #333}

p { margin:0; padding:0}

strong {font-weight:bold}

em {font-style:italic}

ul {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:1em;
}

.button{border:0px;vertical-align:bottom;}

.espon {
  	font-size: 0.8em;
  	vertical-align: super;
}

a {text-decoration:underline;color:#6A94AE;}
a:hover {text-decoration:underline;}

/*==== FINE RIASSEGNAZIONI ====*/

/* ==== Print styles =======================================================
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important;}
  /* Black prints faster: h5bp.com/s */
  a, a:visited {text-decoration: underline;}
  a[href]:after {content: " (" attr(href) ")";}
  abbr[title]:after {content: " (" attr(title) ")";}
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: "";}  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid;}
  thead {display: table-header-group;} /* h5bp.com/t */
  tr, img {page-break-inside: avoid;}
  img {max-width: 100% !important;}
  @page {margin: 0.5cm;}
  p, h2, h3 {orphans: 3; widows: 3;}
  h2, h3 {page-break-after: avoid;}

  body{font-size:12pt}
  #container {width: auto;}
  #main {margin-top: 20pt; }
  #header {display:none}
  #menu {display:none}
  #sidebar_dx {display:none}
  #socials {display:none}
  #footer {display:none}
  #basefooter {display:none}
  #primopiano {display:none}
  .breadcrumb {display:none}
  .tags {display:none}
  a href {display:none}
  #container img {width:100pt;}

}

/* == Fine HTML5 ✰ Boilerplate == */


/* == Stili di base - Mobile first ===== */

body {
 font-size: 100%;
 font-family: "Open sans", sans-serif;
 font-weight:normal;
 color: #333;
 background: #222;
 margin: 0;
 padding: 0;
}

.wrapper {background: #fff}

article {
 width: 100%;
 border-top: 1px solid #D1D3D4;
 padding: 0.925em 0 0.625em 0;
}

article:first-of-type {
 border: 0;
 padding-top: 0;
}


article time {
 font-size: 0.6875em;
 color: #ADAFB2;
}

article h2 {
 font-weight: 500;
 font-size: 1.1875em;
 margin: 0 0 0.925em 0;
}

article h2 a {color: #333;}

article h2 a:hover {
 color: #3AC3E0;
}

article img {
 display: block;
 max-width: 100%;
 height: auto;
 margin-bottom: 0.625em;
}

article .fluid-width-video-wrapper {margin: 0 auto 10px auto;}



#cerca {
 text-align: center;
 margin: 0 0 0.625em 0;
 border-bottom: 1px solid #D1D3D4;
 padding: 2.70%;
}

#cerca input[type=text] {
 font-size: .875em;
 font-family: Lucida Grande, Verdana, sans-serif;
 width: 60%;
 border: 1px solid #3AC3E0;
 padding: 2.25%;
}

#cerca input[type=text]:focus {outline: none;}

#cerca input#button {
 font-family: Lucida Grande, Verdana, sans-serif;
 background: #3AC3E0;
 color: #333;
 border: 1px solid #D1D3D4;
 padding: 2.25%;
}


.nascondiSide {
	display:none
}

#container, #primopiano {
	 width: 95%;
	 margin: 0 auto;
	 padding: 0;
	 position:relative;
	 background-color:#fff;
	 text-align: left;
}

#primopiano {
	width: 100%;
	overflow:hidden;
	margin-bottom:20px;	
}

#header {
	width: 100%;
	height: 125px;
 	position:relative;
 	margin: 0 auto;
 	padding: 0;
	background-color:#fff;
}

#header .logoTesta {
	position:relative;
	width:100%;
	margin: 0 auto;
	padding:0;
}

#header .logoTesta img {
	max-width:300px;
}


#language {
	position: absolute;
	width:auto;
	top: 51px;
	left:4px;
	z-index:100;
	border:none;
	margin:0px;
	padding: 0px;
}

#saluto {
	background-color: rgba(255,255,255, 0.5);
	position:absolute;
	top:5px;
	right:5px;
	z-index:100;
	margin:0px;
	padding: 5px;
	font-weight:bold;
	font-size:0.8em;
	color:#00597a;
	text-align:right
}



/* ==== NAV ==== */

#menuAlto {
	background: rgba(255,255,255, 0.5);
	position:absolute;
	/*top:70px;
	right:10px;*/
	top:70px;
	left:0px;
	z-index:100;
	margin:0px;
	padding:5px;
	text-align:right;
}


/*** CSS  MENUALTO ***/
ul#menuTop,ul#menuTop li{margin:0;padding:0;list-style-type:none}
ul#menuTop{height:30px;line-height:30px;}
ul#menuTop li{float: left;position: relative;}
/*ul#menuTop li a{display:block;padding-left: 5px; text-align:left; text-indent: -9999px;text-decoration: none; color:#FFF;}*/
ul#menuTop li a{display:block;margin-right: 5px; text-align:left; text-indent: -9999px;text-decoration: none; color:#FFF;}
ul#menuTop li#lega a{ width:94px;height:30px;line-height:30px; background-image:url(../images/legaNaz.png);background-position: 0px -30px; background-repeat:no-repeat;}
ul#menuTop li#lega a:hover, ul#menuTop li#lega a:focus {background-position: 0px 0px;}
ul#menuTop li#newsLett a{ width:120px;height:30px;line-height:30px; background-image:url(../images/newsLettButtonSmall.png);background-position: 0px -30px; background-repeat:no-repeat;}
ul#menuTop li#newsLett a:hover, ul#menuTop li#newsLett a:focus {background-position: 0px 0px;}
/*ul#menuTop li#findButton a{ width:62px;height:30px;line-height:30px; background-image:url(../images/find.png);background-position: 30px -30px; background-repeat:no-repeat;}*/
ul#menuTop li#findButton a{ width:35px;height:30px;line-height:30px; background-image:url(../images/find.png);background-position: 0 -30px; background-repeat:no-repeat;}
/*ul#menuTop li#findButton a:hover, ul#menuTop li#findButton a:focus {background-position: 30px 0px;}*/
ul#menuTop li#findButton a:hover, ul#menuTop li#findButton a:focus {background-position: 0 0px;}
/*** END  MENUALTO ***/


/*** CSS  MENU LANGUAGES ***/
ul#menuFlags{font: 70%/1.5 Verdana,Tahoma,sans-serif}
ul#menuFlags,ul#menuFlags li{margin:0;padding:0;list-style-type:none}
ul#menuFlags{ margin-top:8px; height:11px;line-height:11px; color: #fff}
ul#menuFlags a{display:block;width: 42px;padding: 0; text-align:left; text-indent: -9999px;text-decoration: none; color:#FFF;}
ul#menuFlags li{float: left;position: relative; margin-left: 2px}
ul#menuFlags li#IT a{ line-height:11px; background-image:url(../images/ITflag.gif); background-position: 0px -11px; background-repeat: no-repeat;}
ul#menuFlags li#IT a:hover, ul#menuFlags li#IT a:focus {background-position: 0px 0px; }
ul#menuFlags li#EN a{ line-height:11px; background-image:url(../images/ENflag.gif); background-position: 0px -11px; background-repeat: no-repeat;}
ul#menuFlags li#EN a:hover, ul#menuFlags li#EN a:focus {background-position: 0px 0px; }
/*** END  MENU LANGUAGES ***/

#menu {
	padding:0;
	margin:0;
	background:#FFF;
	text-align:left;
	width:100%;
}

.menuArrow{
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #111;
	display:inline-block;
	vertical-align: middle;
	width:0;
	height: 0;
	margin:0px 4px 0 0px;
	text-indent: -9999px;
}

.whitearrow{
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #FFF;
	display:inline-block;
	vertical-align: middle;
	width:0;
	height: 0;
	margin:0px 8px 0 8px;
	text-indent: -9999px;
}



#menu.collapsible .section {
	width:40px;
	height:30px;
	background: url(../images/sections.png) no-repeat 10px 50%;
 	cursor: pointer;
	margin-bottom:10px;
}

#menu.collapsible .section.minus {
	background:url(../images/sectionsMinus.png) no-repeat 10px 50%;
 	cursor: pointer;
}

/* ==== PRIMO LIVELLO ==== */

ul#nav {
	background:#aeafb1;
	font-size: 1.0625em;
	font-weight: bold;
	position:relative;
	height:2.5em;
	line-height:2.5em;
	z-index:50;
	margin:0 auto;
	width:100%
}


ul#nav li{
	position: relative;
	height: 40px;
	display:block;
}


ul#nav li a {
	display:block;
	text-align:left;
	text-decoration: none;
	color:#FFF;
	background:#c61a44;
	padding: 0 35px 0 15px;
	height: 40px;
	line-height:40px;
}


ul#nav li a:hover {
	background-color:#a1223b;
}


ul#nav li:hover ul {
	left: 15%;
}

ul#nav li:hover > a {
	background-color:#a1223b;
}

/* ==== SECONDO LIVELLO ==== */

ul#nav li ul {
	position:absolute;
	padding:0;
	top: 40px;
	left: -9999px;
	width: 85%;
	background-color:#f3f3f3;
	z-index:250;
	box-sizing: border-box;
 }


ul#nav li li{
	position:relative;
	display:block;
	width:100%;
	float: none;
	height:35px;
	line-height: 35px;
	color:#4b2436;
	background-image:none;
	border-bottom: 1px dotted #fff;
	margin-right:0;
}


ul#nav li li:last-child{
	border-bottom: 4px solid #6e6e6e;
}


ul#nav li li a {
	display:block;
	background-image:none;
	background-color:#f3f3f3;
	color:#3d3d3d;
	line-height: 35px;
	border-right:none;
	padding-left: 15px;
	border:none;
}

ul#nav li li a .linked {
	background:url(../images/linked.png) no-repeat top right;
}

ul#nav li li:hover ul{
	visibility:visible;
}

ul#nav li li a:hover {
	background:#a1223b;
	color:#FFF;
}

ul#nav li li:first-of-type a {
	background:url(../images/menuRedArrowFirst.png) no-repeat 15px 0px;

}

ul#nav li li:hover > a {
	background-color:#a1223b;
	color:#fff
}

/*** III LIVELLO ***/


ul#nav ul ul {
	z-index:300;
	top:35px;
	padding: 0;
	width: 85;
	margin-left: 15%;
	background:#f3f3f3;
	visibility:hidden;
	color:#4b2436;
}



ul#nav li li li{
	display:block;
	width: 100%;
	float: none;
	background:none;
	border-bottom: 1px dotted #79455d;

}


ul#nav li li li a{
	display:block;
	background:#e9e9e9;
}



ul#nav li li li a:hover{
	background-color:#cdcdcd;
	color:#333
}

ul#nav li li li:first-of-type a {
	background:#e9e9e9 url(../images/menuRedArrowFirst.png) no-repeat 15px 0px;
}

ul#nav li li li:first-of-type a:hover  {
	background-color:#cdcdcd;
}

.arrow{
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #111;
	display:inline-block;
	vertical-align: middle;
	width:0;
	height: 0;
	margin:0px 8px 0 8px;
	text-indent: -9999px;
}
 /* ===== END NAV ==== */


/*==== CONTAINER GALLERY PRIMO PIANO ====*/
.primopiano_img {
	display:block;
	overflow:hidden;
	position:relative;
	width: 100%;
	padding-bottom:50%;
}

#primopiano h2 {
	position:absolute;
	display:block;
	width:100%;
	padding:15px;
	bottom:0;
	font-size:1.5em;
	color:#fff;
	margin:0;
	background:rgba(22,79,134,0.85);
	z-index:500;
}

.boxTitoli {
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.boxTitoli  h1{
	margin: 0;
	padding: 0;
	font-size: 1.15em;
	line-height: 115%;
}


.introPrimoPiano {
	width:100%;
	padding:10px;
	font-family: 'Oxigen', sans-serif;
	font-weight:400;
	font-size:1rem;
	color:#fff;
	bottom:0;
	background:rgba(228,28,63,.8);
	box-sizing: border-box;
}

.introPrimoPiano a, .introPrimoPiano a:hover {
	text-decoration:none;
	color:#fff;
}

.introPrimoPiano a:hover {
	cursor: pointer;
	color:#fff;
}

.titArt {
	display: block;
	width:100%;
	padding:20px;
	font-family: "Oxygen", sans-serif;
	font-weight:900;
	font-size:1.5rem;
	line-height:1.65rem;
	text-align:left;
	text-shadow: -1px -1px 1px #000;
	color:#fff;
	box-sizing: border-box;
	z-index:100;
}

.titArt a {
	color:#fff;
	text-decoration:none;
}
.titArt a:hover {
	color: #D01C3F
}







.continua {
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	text-decoration: none;
}

.continua a, a:hover {
	color:#7e7e7e;
	text-decoration: none;
}



/*** FLEX SLIDER PRIMO PIANO ***/

#galleryArt {
	width:100%;
	height:250px;
	max-height:250px;
	margin-bottom:10px;
}

#galleryArt img {
	max-height:250px;
	max-width:100%;
}

.flexslider {
	width:100%;
	background:#fff;
	margin: 0;
	padding:0;
	position: relative;
	border:none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-o-border-radius: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow:none;
}

/*** FLEX SLIDER ***/

.flexslider .slides {
	list-style:none;
	margin:0;
}


/* per caricamento immediato prima immagine */
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible; position:relative}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative}


.flex-direction-nav {
	display:block;
	position: absolute;
	height:42px;
	width:100%;
	top:35%;
}

.flexslider .flex-direction-nav li {
	position:relative;
	height:100%;
	width:50%;
	display:inline-block;
}
.flexslider .flex-direction-nav a{
	display: inline-block; 
	font-size:0
}

.flex-direction-nav .flex-prev { 
	position:absolute;
	top:50%;
	left:10px;
	font-size:0;
	display:block;
	width:30px;
	height:42px;
	opacity: 1 !important; 
	background:url(../images/rwButton.png) no-repeat  0 0;
	-webkit-transition:none;
	transition:none;
}

.flex-direction-nav .flex-prev:hover { 
	background-position: 0 -42px;
}

.flex-direction-nav .flex-next { 
	position:absolute;
	top:50%;
	right:10px;
	font-size:0;
	display:block;
	width:30px;
	height:42px;
	opacity: 1 !important; 
	background:url(../images/fwButton.png) no-repeat 0 0;
	-webkit-transition:none;
	transition:none;
}

.flex-direction-nav .flex-next:hover { 
	background-position: 0 -42px;
}

.flex-direction-nav a.flex-next:before, flex-direction-nav a.flex-prev:before {
	content: "";
	display: none;
}
.flex-direction-nav a:before {
	content: "";
	display: none;
}

.flexslider .slides > .liPrimo {height: 300px; }


/*** END FLEX SLIDER ***/


/*** END CONTAINER GALLERY PRIMO PIANO ***/

#main {
 	padding: 0.625em 0 0 0;
 	float:left;
 	width:100%;
}

#mainTot {
 	padding: 0.625em 0 0 0;
 	float:left;
 	width:100%;
}

#cercaDownload {
	display:none;
}

#main h1, #main h2, #mainTot h2 {
	font-size:1.2em;
	color:#c61a44;
	margin-bottom: 15px;
	text-align:left;
}

#main h3, #mainTot h3 {
	color:#01667F;
	font-size:1em;
	margin-bottom: 0.25em
}

#main img {
	max-width:95%;
}


/*==== SIDE BAR ====*/

#sidebar_dx {
	float: right;
	width: 100%;
	padding: 0;
	margin-top: 8px;
}

/*** MENU DESTRO ***/

ul#navDx {
	position:relative;
	list-style:none;
	border:none;
	margin:0;
	padding:0;
}


ul#navDx li{
	background: #81b3e3;
	border:1px solid #6694b9;
	height:30px;
	line-height:30px;
	padding:2px;
}


ul#navDx a {
	display:block;
	text-align:left;
	text-decoration: none;
	color:#FFF;
	padding: 0 10px;
	background: #49a1e9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5YTFlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODc5YmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #49a1e9 0%, #2989d8 73%, #207cca 85%, #2879bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49a1e9), color-stop(73%,#2989d8), color-stop(85%,#207cca), color-stop(100%,#2879bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #49a1e9 0%,#2989d8 73%,#207cca 85%,#2879bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #49a1e9 0%,#2989d8 73%,#207cca 85%,#2879bc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #49a1e9 0%,#2989d8 73%,#207cca 85%,#2879bc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #49a1e9 0%,#2989d8 73%,#207cca 85%,#2879bc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a1e9', endColorstr='#2879bc',GradientType=0 ); /* IE6-8 */
}




ul#navDx a:hover {
	background: #49a1e9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5YTFlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzI0N2JjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzFlNWI5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjY4OWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #49a1e9 0%, #247bc1 73%, #1e5b9e 85%, #22689e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49a1e9), color-stop(73%,#247bc1), color-stop(85%,#1e5b9e), color-stop(100%,#22689e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #49a1e9 0%,#247bc1 73%,#1e5b9e 85%,#22689e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #49a1e9 0%,#247bc1 73%,#1e5b9e 85%,#22689e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #49a1e9 0%,#247bc1 73%,#1e5b9e 85%,#22689e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #49a1e9 0%,#247bc1 73%,#1e5b9e 85%,#22689e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a1e9', endColorstr='#22689e',GradientType=0 ); /* IE6-8 */
}

/*** FINE MENU DESTRO ***/



/* RETE NAZ SERVIZI*/
#rns {
	position:relative;
	/*margin: 10px 0 10px 10px;*/
	margin: 10px 0 10px 0;
	width: 260px;
	height:130px;
}


/*** CONTENITORI GENERICI ***/
.boxDxTit {
	position:relative;
	background-color:#82A0AF;
	color:#FFF;
	font-size: 0.8em;
	font-weight:bold;
	width: 300px;
	line-height:25px;
	padding: 2px 10px;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
}

.boxDxTit a{
	color:#FFF;
}

.boxDx {
	position:relative;
	margin-top:0;
	margin-bottom: 10px;
	width:300px;
	padding: 0;
	float: none;
	font-size: 0.8em;
}

.boxDx img {
	max-width:300px;
}

.boxDxBorder {
	position:relative;
	margin-top:0;
	margin-bottom: 10px;
	border: 1px solid #d4d4d4;
	border-top:none;
	width:300px;
	padding: 5px;
	float: none;
	font-size: 0.8em;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
}

.boxDxCatTit {
	position:relative;
	color:#FFF;
	font-size: 0.8em;
	font-weight:bold;
	width:300px;
	height:25px;
	line-height:25px;
	padding: 2px 10px;
	float: none;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
}

.boxDxCat {
	position:relative;
	margin-top:0;
	margin-bottom: 10px;
	width:300px;
	padding: 10px;
	float: none;
	font-size: 0.8em;
	background:#dfe8ee;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
}

.boxDxCat h2 {
	color:#506a7b;
	font-size: 1.25em;
	font-weight:normal;
	padding:0 0 4px 0;
	margin:0;
	border-bottom: 1px dotted  #666
}

.boxDxCat h2:last-of-type {
	border-bottom: none;
	padding-bottom:0;
}

.boxDxCat h2 a {
	text-decoration:none;
}

#privacy {
	text-align:justify;
	line-height:1.25em;
	padding:5px;
}

#privacy .titPrivacy {
	font-weight:bold;
	margin-bottom: 5px;
}

/*** END CONTENITORI GENERICI ***/


/*** TABELLA CALENDARIO APPUNTAMENTI ***/

.mese {
	width:100%;
	height:3em;
	line-height:3em;
	margin-top:0;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
	text-transform:uppercase;
	background-color:#a6aaa9;
	padding:0;
	}

.calendario {
	font-size:0.8em;
	border-spacing:1px;
	margin:0;
	color:#000;
	width:100%;
	margin-top:0;
	text-align:center;
	border-collapse:separate;
	}
.calendario a {
	display: block;
	width: 100%;
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
.calendario a:visited {
	color:#444;
	font-weight:normal;
	}

.calendario thead th,thead td,tfoot th,tfoot td {
	background:none;
	text-align:center;
	font-weight:bold;
	text-align:center;
	height:2em;
	line-height:2em;
	padding:0.25em 0.5em;
}
.calendario thead tr th:first-of-type, thead tr td:first-of-type, tbody tr th:first-of-type, tbody tr td:first-of-type {
	border-left:none;
}
.calendario thead tr th:last-of-type, thead tr td:last-of-type, tbody tr th:last-of-type, tbody tr td:last-of-type {
	border-right:none;
}
.rigaTit thead tr,thead th,thead td{
	color:#333;
	font-weight:bold;
	text-transform: uppercase;
	background:#FFF;
	border:none
	}


.calendario td {
	padding: 0.5em 0;
	margin:0;
	text-align:center;
	vertical-align:middle;
	background: #e9e9e9;
	}

.calendario tbody th a:link,
.calendario tbody th a:visited {
	font-weight:bold;
	}


.calendario tbody td a {
	background:#ffdd00;
	}
.calendario caption {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}

.calendario .cal_noday {
	background:rgb(246,248,249);
}

.calendario .cal_today {
	background:#82A0AF;
	color:#FFF;
	font-weight:bold
}

.calendario .cal_today_app {
	background:#ffdd00;
	font-weight:bold
}

.calendario .cal_app {
	background:#ffdd00;
	font-weight:bold
}

/*** FINE CALENDARIO ***/

/*** BOX APPUNTAMENTI ***/

.subArrowApp {
	border-bottom: 10px solid #DDDDDD;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	height: 0;
	width: 0;
	padding: 0;

}

.arrowApp {
	border-bottom: 8px solid #802020;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	height: 0;
	width: 0;
	padding: 0;
}

.boxApp {
	width: 300px;
	margin:0;
	padding: 0;
	font-family: tahoma;
	font-size: 12px;
	line-height:18px;
	color:#4a4a4a;
	border: 1px solid #802020;
	box-shadow: 0 0 6px #5c5c5c;
	z-index:100;
	background:#FFF

}

.boxApp .appDate {
	display: block;
	background:#802020;
	padding:10px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}


.boxApp .singleApp {
	border-bottom: 1px solid orange;
	text-align:right
}

.boxApp .singleApp .tit {
	font-weight:bold;
	font-size: 13px;
	line-height: 16px;
	background: url(../images/appSquare.jpg) no-repeat top right;
	padding-right: 15px;
	padding-left: 10px;
	margin:10px 10px 10px 0;
}


.boxApp .singleApp .introApp {
	font-weight:normal;
	display:block;
	padding: 0 25px 15px 10px;
	color:#666
}

.boxApp .singleApp:last-of-type {
	border-bottom: none;
}


/*** END BOX APPUNTAMENTI ***/

/*** FORM NEWSLETTER ***/

form#newsletter legend {color:#666; border:#e9e9e9}
form#newsletter fieldset {border:1px solid #e9e9e9; padding:10px}
form#newsletter .row {margin:5px}
form#newsletter .row label {

	display: block;
	font-size:1em;
	font-weight:bold;
	color:#666
}

form#newsletter .row input[type=text] {
	width: 95%;
	padding: 0 5px;
	height:25px;
	border:solid 1px #aacfe4;
}

form#newsletter .row img {
	width: 160px;

}

form#newsletter .row a {
	width: 95%;
	margin-left: 0;
}

form#newsletter a {
	font-size:0.75em;
	margin0: 5px 0 0 10px;
	display:block;
}

form#newsletter .submit {
	margin: 10px 0 10px 5px
}

form#newsletter .submit input[type=submit]{
	background: #eee;
	cursor:pointer;
}
#regMsgBox {
	margin-left:5px;
}

/*** END FORM NEWSLETTER ***/

/*** BOX INDICE NEWS ***/

#newsList {
	padding: 5px;
	border-left: 1px dotted #CCC;
}

.bloccoNewsList {
	margin-bottom:4px;
	padding:0 0 4px 0;
}

.annoNewsList{
	display:block;
	font-weight:bold;
	font-size:1.2em;
	color:#82A0AF;
	text-align:left;
	margin:0;
	margin:10px 0 0 10px;
}

.annoNewsList a {
	text-decoration: none
}

.meseNewsList{
	display:block;
	font-weight:bold;
	font-size:1em;
	color:#ee7f00;
	text-align:left;
	margin-left:10px;
	background:url(../images/greyDot_1-3.png) repeat-x 50%;
}

.meseNewsList span{
	display:inline-block;
	margin:0;
	padding-right:5px;
	background:#FFF;
}


.titNewsList{
	display:block;
	font-weight:bold;
	font-size:1em;
	color:#000;
	text-align:left;
	line-height:1.4em;
	margin-bottom:8px;
	margin-left:10px;
}

.titNewsList a {
	text-decoration:none
}


/* ==== END SIDEBAR_DX === */

/* ==== NEWS === */

#newsContainer {
    float: left;
	width: 100%;
	padding:0;
 	box-sizing: border-box;
}


#newsContainer .titNewsBox, .titApici {
	position:relative;
	font-family:'Work Sans', sans-serif;
	font-size:1.5rem;
	font-weight:bold;
	font-weight:700;
	letter-spacing:2px;
	color:#222;
	min-height:35px;
	line-height:35px;
	text-align:center;
	margin-bottom:2rem;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
}

.titApici {
	font-size:1.2rem;
	min-height:25px;
	line-height:25px;
	}

#newsContainer .titNewsBox span{
	display:inline-block;
	padding-right:5px;
	padding-left:5px;
	background:#fff;
}

#newsContainer  .titApici span{
	display:inline-block;
	padding-right:10px;
	padding-left:50px;
	background:#fff url(../images/apici.svg) no-repeat top left;
	background-size: 30px 24px;

}



#newsContainer .titNewsBox:before {
	content:'';
	display:inline-block;
	background:#CCC;
	height:1px;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	z-index:-5;
}

#newsContainer .titApici:before {
	content:'';
	display:inline-block;
	background:#CCC;
	height:1px;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	z-index:-5;
}

#newsContainer .newsBox {
	margin-top:0.5em;
	margin-bottom:0.25em;
}

#newsContainer .newsFrame {
	font-size:1em;
	margin:0;
	padding:0;
	width:100%;
	overflow:none;
	position:relative;
	margin-bottom:30px;
	box-sizing:border-box;
	overflow:hidden;

}



#newsContainer .newsFrame .imgWrap {
	float:left;
	width: 50%;
	padding-top: 37.5%; /* 4:3 Aspect Ratio */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing:border-box;
}




#newsContainer .newsFrame .newsTxtBlock {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	line-height:1.15em;
}





#newsContainer .newsFrame .artRefs {
	float:left;
	width: 50%;
	padding: 0 10px;
	color:#222;
	box-sizing:border-box;
}





#newsContainer .newsFrame  {
	-webkit-transition: height 1s; /* Safari */
	transition: height 1s;
}

#newsContainer .newsFrame .introNews {
	display:block;
	margin:0;
	padding:0;
}


#newsContainer .newsFrame h2, h2 a, h2 a:link {
	padding:0;
	color:#222;
	margin: 0 0 0.25em 0;
	font-size:1.1rem;
	font-weight:bold;
	text-align:left
}



#newsContainer .newsFrame h2 a{
	text-decoration:none;
}

#newsContainer .newsFrame h2 a:hover, h2 a:link:hover {
	text-decoration:none;
	color:#D01C3F;
}

#newsContainer .newsFrame img {
	float:left;
}

#newsContainer .news_sep {
	float:left;
	width:0;
}

.introArt {
	display:none;
	text-align:left;
}


.data, .dataVideo, .dataNewsList, .dataPost, .dataNewsFrame {
	display:block;
	background: url(../images/data_icon.png) no-repeat top left;
	height:14px;
	font-family:"Monteserrat", Arial, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color:#606060;
	text-align:left;
	line-height:0.8em;
	margin-bottom: 0.5em;
	padding-left:14px;
	box-sizing:border-box;
}

.dataNewsFrame {
	color:#009ee0;
}

/* override margin bottom */
.dataVideo, .dataNewsList {
	margin-bottom: 0;
}
.dataNewsList {
	margin-left: 10px;
}


.moreNews {
	height:auto;
	box-sizing:border-box;
	margin-bottom:20px;
	text-align:center;
}

.moreNews a, .moreNewsButton a {
	display:inline-block;
	background: url(../images/moreNews.svg) no-repeat 10px 10px;
	background-size: 28px 28px;
	line-height:30px;
	font-family: 'Work Sans', sans-serif;
	font-size:1em;
	text-align:left;
	padding:10px 10px 10px 42px;
	text-decoration:none;
	width:auto;
	border:1px solid #ccc;
	box-sizing:border-box;
}

.moreNews a:hover, .moreNewsButton a:hover {
	text-decoration:none;
	color:#222;
	background-color:#f9f9f9;
}

.moreNewsButton {
	position:absolute;
	top:25%;
	left:0;
	width:100%;
	height:auto;
	box-sizing:border-box;
}




/* ==== END NEWS === */

/* ==== VIDEO === */

#videoContainer {
   float:left;
   width:100%;
   padding:0;
   margin:0;
}

.ourTube {
	display:block;
	width:235px;
	height:40px;
}


#videoContainer h4 {
	color:#3093b4;
	text-align:left;
	line-height:1.15em;
	margin-top:2px;
}

#videoContainer ul {
	margin:0;
	list-style: none outside none;
	width:300px;
}

#videoContainer li {
	border: 4px solid #d7d7d7;
	padding:2px 5px;
	background-color:#f0f0f0
}

#videoContainer li iframe {
	margin:0;
	padding:0;
	max-width:100%;
	border:none;
}


#videoContainer .videoBoxShadow {
	background: url(../images/video_shadow.png) no-repeat center bottom;
	height:18px;
	border:none;
	margin-top: 0;
	padding:0;
}

/*==== END YOUTUBE ====*/


/*==== VIDEO GALLEY ====*/

#videoGallery {
	padding:0;
	width:100%
}

#videoGallery .videoBox {
	float:left;
	display:block;
	width:225px;
	padding:0;
	margin-right:6px;
	margin-top:10px;
	background:#000;
}

#videoGallery .videoBox object, #videoGallery .videoBox embed {
	width:225px;
	heigth:169px;
}

#videoGallery .videoBox .videoCop {
	display:block;
	padding:8px;
	color:#FFF;
	height:50px;
	overflow:hidden;
	position:relative
}


#videoGallery h4 {
	font-family: Conv_Bitter-Regular;
	color:#fff;
	text-align:left;
	line-height:1.15em;
	margin-top:2px;
}

/*==== END VIDEO GALLEY ====*/

/*==== ALBUM GALLERY  ====*/

.album {
	float:left;
	width:120px;
	padding:0;
	font-size: 0.8em;
	text-align:left;
	color:#333;
	margin-right:8px;
}


.copertina img {
	width:120px;
	height:80px;
	display:block;
	line-height: 1.25em;
	background-color:#e9e9e9;
	margin-bottom: 8px;
}



albumTitle {
	display:block;
	line-height: 1em;
	background-color:#e9e9e9;
	text-align:left
}

.dataAlbum {
	display:block;
	background: url(../images/data_icon.png) no-repeat top left;
	height:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color:#5c5c5c;
	text-align:left;
	line-height:10px;
	margin-bottom: 0;
	padding-left:15px;
}


/*** MAPPA SITO ***/

#mappa_menu ul {
	list-style:none;
}


ul#mappa_altri li, li a{
	list-style:none;
}

/*** END MAPPA SITO ***/


/*** FOOTER ***/

#footer {
	position:relative;
	padding: 0;
	background-color:#222;
	margin: 0;
	padding:0;
	width:100%;
	overflow:auto
}

#footerContent {
	width:95%;
	margin: 0 auto;
}



#basefooter {
	clear:both;
	width:100%;
	background:#b3b3b3;
	color:#fff;
	font-size:0.75em;
	padding:10px;
	margin:0;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
}

#basefooter .centered {
	margin:0 auto;
	max-width:95%;
	padding:0 10px;
	box-sizing:border-box;
	border-top: 1px solid rgba(255,255,255,0.5);
}



#footer p {
	margin: 0;
	padding: 0;
}

.frame_footer {
	display:block;
	background:none;
	padding: 0 1em;
	font-size: 0.75em;
	line-height:1.5em;
	color: #fff;
	margin:20px 0 10px 0;
	height:auto;

}

.frame_footer2 {
	display:block;
	background:none;
	padding: 0 1em;
	font-size: 0.75em;
	line-height:1.5em;
	margin-left:4px;
	margin-top: 25px;
	height:auto
}


.sep_footer {
	display:none
}


/*** BOX LOGIN ***/

#login {
	margin: 10px 0 0 0;
	padding: 10px;
	border-left: none;
	min-height:10em;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
}



#login label{
	display:block;
	width:80px;
	font-weight:bold;
	text-align:left;
	line-height:1em;
	color:#444;
	font-size:0.75rem;
	margin-bottom:5px;
}
#login input[type=text], #login input[type=password]{
	display:block;
	font-size:0.8em;
	padding:4px;
	border:solid 1px #CCC;
	width:200px;
	margin:0 0 8px 0px;
}

#login input[type=submit]{
	display:block;
	float:none;
	width:auto;
	background: #bb0f0f;
	cursor:pointer;
	margin-right:15px;
	background: #982520;
	background: -moz-linear-gradient(top,#982520 0%,#791c19 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#982520),color-stop(100%,#791c19));
	background: -webkit-linear-gradient(top,#982520 0%,#791c19 100%);
	background: -o-linear-gradient(top,#982520 0%,#791c19 100%);
	background: -ms-linear-gradient(top,#982520 0%,#791c19 100%);
	background: linear-gradient(top,#982520 0%,#791c19 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#982520',endColorstr='#791c19',GradientType=0);
	padding:8px 13px;
	color:#fff;
	font-size:1rem;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #521614

}

#login .logMsg {
	display:block;
	width:240px;
	color: #F00;
	font-size: 0.75em;
	text-align:right;
	margin:0 0 0 10px;
	padding:0;
}

/*=== END FOOTER ====*/

/*** SOCIAL PLUGINS BAR, MAIL ***/

.socials {
	display:block;
	position: relative;
	padding:4px;
	overflow:hidden;
	margin:10px 0 0 0;

}

.socials img {
	width: 25px;
	padding: 0px;
	border: 0;
	box-shadow: 0;
	display: inline;
	margin-right:5px;
	border:none;
}



/*** END SOCIAL PLUGINS ***/

/*** TITOLI E MARCATORI TESTO ***/

.settore {
	height: 15px;
	line-height:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:10px;
}

.settore span {
	display:inline-block;
	background:#df4b16 url(../images/sectorBorder.png) no-repeat top left;
	padding: 0 10px 0 15px;
	height: 15px;
	line-height:15px;
	margin:0
}

.errorBox {
	margin:0;
	padding:5px 0 0 35px;
	height:30px;
	color:#c00016;
	font-weight:bold;
	background:url(../images/exclamSmall.png) no-repeat top left;
}

.miniBlock {
	display:inline-block;
	height: 15px;
	line-height: 15px;
	padding: 0 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	color:#FFF;
	background:#333;
}


.titoloBlocco {
	display:inline-block;
	height: 1.35em;
	line-height: 1.35em;
	margin-bottom: 4px;
	margin-top:10px;
	padding: 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#FFF;
	background: #256ba4;
}

.titoloParagrafo {
	display: inline-block;
	color:#000;
	font-weight:bold;
	font-size:1.1em;
	padding: 0 2px;
	border-bottom: 1px solid #C61A44;
	border-top: 1px solid #C61A44;
	margin-bottom: 15px;
}

.citazione {
	display:block;
	font-style:italic;
	line-height:1.2em;
	text-align:left;
}

.espon {
  	font-size: 0.8em;
  	vertical-align: super;
}

.mailInd {
	display:block;
	background:url(../images/mailIco.png) no-repeat top left;
	padding-left: 30px;
	line-height: 16px;
	color:#666;
	margin-bottom:10px;
}

.phone {
	display:block;
	background:url(../images/phoneIco.png) no-repeat top left;
	padding-left: 30px;
	line-height: 16px;
	color:#666;
	margin-bottom:10px;
}

.linkWeb {
	display:block;
	background:url(../images/linkWeb.png) no-repeat top left;
	padding-left: 30px;
	line-height: 19px;
	color:#666
}

.linkPdf {
	display:block;
	background:url(../images/pdfIcon.png) no-repeat top left;
	padding-left: 36px;
	line-height: 32px;
	color:#666
}

.linkpdf {
	display:block;
	background:url(../images/pdfIcon.png) no-repeat top left;
	padding-left: 36px;
	line-height: 32px;
	color:#666
}

/*** PAGINAZIONE RISULTATI RICERCA ***/

.pageButton{
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	min-width:2em;
	padding:2px;
	margin-right: 1px;
	border:1px solid #d1dcdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	color: #333;
	cursor: pointer;
	background-color: #f2f5f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5f6), to(#c8d7dc));
	background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: linear-gradient(to bottom, #f2f5f6, #c8d7dc);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6, endColorstr=#c8d7dc);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6, endColorstr=#c8d7dc)";
}

.pageButton:hover{
	 border:1px solid #b6c7cc;
	 background-color: #d4dee1;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#d4dee1), top(#a9c0c8));
	 background-image: -webkit-linear-gradient(top, #d4dee1, #a9c0c8);
	 background-image: -moz-linear-gradient(top, #d4dee1, #a9c0c8);
	 background-image: -ms-linear-gradient(top, #d4dee1, #a9c0c8);
	 background-image: -o-linear-gradient(top, #d4dee1, #a9c0c8);
	 background-image: linear-gradient(to bottom, #d4dee1, #a9c0c8);
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d4dee1, endColorstr=#a9c0c8);
	 -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d4dee1, endColorstr=#a9c0c8)";
}

.pageSelected {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	min-width:2em;
	padding:2px;
	cursor: pointer;
	border:1px solid #d1dcdf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:arial, helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	color: #333;
	background-color: #ffdd75;

}

.cercaRemember {
	border:none;
	background-color: transparent;
	color:#306383;
	text-decoration: underline;
	margin:0;
	padding:0;
	font-size:1em;
	cursor:pointer;
	}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #fff 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#dfdfdf);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#dfdfdf)";
	background-color:#ededed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #b1b1b1;
	display:inline-block;
	color:#000;
	font-family:arial;
	font-size:12px;
	padding:1px 8px;
	margin-bottom:5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#ededed);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#dfdfdf, endColorstr=#ededed)";
	background-color:#dfdfdf;
}
.myButton:active {
	position:relative;
	top:1px;
}

/*** PAGINAZIONE BLOCCHI ARTICOLO ***/

.pages {
	font-size: 11px;
	line-height: 25px;
	}

.pages a {
	display:inline-block;
	text-decoration: none;
	border: 1px solid #CDCDCD;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	line-height: normal;
	}

.pages a:hover {
	background-color: #E0EFFC;
	}

.pages_selected  {
	font-weight: bold;
	color: #FF0000;
	background-color: #e1e1e1;
	padding:0;
}


.msg {
	color: #F00;
	font-weight:bold;
	padding:0;
	margin:0;
}

.progIndex {
	display:inline-block;
	width: 2em;
	text-align:right
}


/*** COMMENTI ***/

.comment-posted {
	font-size: 0.9em;
	color:#000;
	border: 1px solid #b4b4b4;
	padding: 5px;
	margin-bottom: 10px;
}

.comment-auth{
	font-size: 0.8em;
	font-weight:bold;
	color:#696969;
	background-color: #e9e9e9;
	display:block;
	margin:0;
	padding: 2px
}

/*==== BREADCRUMBS ====*/
.breadcrumb {
	color:#777;
	font:10px/18px 'OpenSansSemibold', sans-serif;
	line-height: 18px;
	margin:0 0 15px 0;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}

.back {
	font-size:0.1em;
	text-indent:-9999px;
}

.back a {
	display:inline-block;
	width:24px;
	height:12px;
	background:url(../images/back.png) no-repeat top left;
	border-right: 1px solid #ccc;
}

.back a:hover {
	background-position:bottom left;
}


/*==== END BREADCRUMBS ====*/

a.readMore {
	display:inline-block;
	border:1px solid #999;
	margin-top:5px;
	padding:6px 14px;
	color:#999;
	font-family: "Monserrat", sans-serif;
	font-size:0.65em;
	color:#999;
	text-decoration:none
}


a.readMore:hover{
	background:#999;
	color:#fff;
	text-decoration:none;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

/*==== COMUNICAZIONE ====*/

#main_com {
	float:left;
	width: 100%;
	margin-top: 8px;
	margin-bottom:10px;
	padding: 0px;
	background:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	color:#333;
	font-size:0.9em;
	text-align:justify;

}


#main_com_art {
	float:none;
	display:block;
	margin-top:1em;
}

#main_com_art h2 {
	font-size:1.4em;
	color:#c61a44;
	margin-bottom: 15px;
}


/*** MENU COM ***/

#indiceCom {
	display:block;
	float:none;
	padding: 0;
	margin:0;
	background:#e9e9e9;
	color: 646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
}


.boxPressTit {
	position:relative;
	background-color:#F00;
	color:#FFF;
	font-size: 1.2em;
	text-align:center;
	font-weight:bold;
	margin-left:0;
	margin-bottom:0;
	height:20px;
	line-height:20px;
	padding: 10px;
	float: none;
}


#indiceCom a {
	color: #646464;
	text-decoration: none;
}

#indiceCom a:hover {
	color: #848484;
}

#indiceCom h3 {
	background-color:#cccccc;
	color:#c61a44;
	font-size:1.15em;
	text-align:left;
	line-height: 1.8em;
	height:1.8em;
	border-left:12px solid #999999;
	padding-left: 4px;
	margin-top:8px
}

#indiceCom h3:first-of-type {
	margin-top:0
}

#indiceCom ul {
	list-style:none;
	padding: 0;
	margin:o;
}

#indiceCom ul li {
	padding: 2px 5px 2px 15px;
	text-align:left;
	background: #e9e9e9 url(../images/segnaposto.png) no-repeat 0 10px;
	line-height: 2em;
	border-bottom: 1px dotted #b1b0b0;
}

#indiceCom ul li:last-of-type {
	border-bottom: none;
}

#indiceCom ul li.indSelected {
	background: url(../images/segnapostoHover.png) no-repeat 0 7px;
}



/*==== END COMUNICAZIONE ====*/

/*==== NEWSLETTER ===*/


#main_newsletter {
	float:left;
	width:100%;
}

#main_newsletter_art h1, #main_newsletter_art h2 {
	font-size:1.2em;
	color:#c61a44;
	margin-bottom: 15px;
	text-align:left;
}


#main_newsletter_art {
	float:left;
	width: 100%
}

#main_newsletter_art img {
	max-width:100%;
}

#main_newsletter_art h3  {
	color:#01667F;
	font-size:1em;
	margin-bottom: 0.25em
}


#indiceNewsLetter {
	float:left;
	width:100%;
	padding: 0;
	margin:0 0 20px 0;
	background:#e9e9e9;
	color: 646464;
	font-size:0.8em
}

.logoNewsLetter {
	display:block;
	margin:0;
	padding:65px 0 10px 0;
	background: #999999 url(../images/logoNewsletter.png) no-repeat 50% 10px;
	width:100%;
	text-align:center;
	font-size:1.6em;
	color:#FF0;
	font-weight:bold
}

#indiceNewsLetter a {
	color: #646464;
	text-decoration: none;
}

#indiceNewsLetter a:hover {
	color: #848484;
}

#indiceNewsLetter h3 {
	background-color:#cccccc;
	color:#c61a44;
	font-size:1.1em;
	text-align:left;
	border-left:12px solid #999999;
	padding-left: 4px;
	margin-top:8px
}

#indiceNewsLetter h3:first-of-type {
	margin-top:0
}

#indiceNewsLetter ul {
	list-style:none;
	padding: 0;
	margin:o;
}

#indiceNewsLetter ul li {
	padding: 2px 5px 2px 15px;
	text-align:left;
	background: #e9e9e9 url(../images/segnaposto.png) no-repeat 0 7px;
	line-height: 1.4em;
	border-bottom: 1px dotted #b1b0b0;
}

#indiceNewsLetter ul li:last-of-type {
	border-bottom: none;
}

#indiceNewsLetter ul li.indSelected {
	background: url(../images/segnapostoHover.png) no-repeat 0 7px;
}


#sidebar_newsletter {
	float:left;
	width:100%;
	padding: 0;
	margin: 8px 0 0 0;
}

.boxDxTitNewsletter {
	position:relative;
	background-color:#82A0AF;
	color:#FFF;
	font-size: 0.8em;
	font-weight:bold;
	margin:0;
	width: 200px;
	height:25px;
	line-height:25px;
	padding: 2px 10px;
	float: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.boxDxNewsletter {
	position:relative;
	margin:0;
	margin-bottom: 10px;
	border: 1px solid #d4d4d4;
	border-top:none;
	width: 200px;
	padding: 5px;
	float: none;
	font-size: 0.8em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.prefNews {
	display: inline-block;
	background:none;
	color:#000;
	font-weight:bold;
	font-size:1.3em;
}

/*==== END NEWSLETTER ====*/

.tags {
	margin:10px 0 10px 0;
	padding: 10px 5px 10px 5px;
	border-bottom: thin dotted #e9e9e9;
	border-top: thin dotted #e9e9e9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	color:#606060
}

/*** AUTOCOMPLETE ***/
.ui-autocomplete-loading {
	background: white url(images/ui-anim_basic_16x16.gif) right center no-repeat;
}

/*** DATE PICKER SIZE ***/

div.ui-datepicker {
	font-size: 70%;
}


#preview {
	display:none
}

#cercaForm input[type="text"] {width:65%}

/* === TABELLA PER PAGINAZIONE RISULTATI E RICERCA === */

.tableA {
      font:Arial, Verdana, Helvetica, sans-serif;
      font-size:12px;
      margin:2px;
      color:#666;
      border: 1px solid #ccc;
      border-collapse: collapse;
      -moz-box-shadow:0px 2px 2px 0px #ebebeb;
      -webkit-box-shadow:0px 2px 2px 0px #ebebeb;
      box-shadow:0px 2px 2px 0px #ebebeb;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:4px;
}

.tableA tr {
      margin: 0 4px 0 4px
}

.tableA thead th, .tableA .testa {
	font-weight:bold;
    line-height:normal;
    padding:0.25em;
	color: #FFF;
	text-align:left;
	border-right: 1px solid #fff;
  	background: rgb(179,220,237); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(177,177,177,1) 0%, rgba(100,100,100,1) 50%, rgba(117,117,117,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,177,177,1)), color-stop(50%,rgba(100,100,100,1)), color-stop(100%,rgba(117,117,117,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(177,177,177,1) 0%,rgba(100,100,100,1) 50%,rgba(117,117,117,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(177,177,177,1) 0%,rgba(100,100,100,1) 50%,rgba(117,117,117,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(177,177,177,1) 0%,rgba(100,100,100,1) 50%,rgba(117,117,117,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(177,177,177,1) 0%,rgba(100,100,100,1) 50%,rgba(117,117,117,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=0 ); /* IE6-9 */

}

.tableA thead th:last-child {
	border-right: 1px solid #ccc;
}

.tableA thead td,tfoot th,tfoot td, tbody th {
      font-size:11px;
      background:#e3e3e3;
	  border-bottom: 1px solid #fff;
}

.rigaTit {
      border:1px solid #666;
      border-width:1px 0;
      background:#efeae0;
}

  /*.tableA tbody th,*/

.tableA tbody th {
      padding:0.25em;
      text-align:left;
      vertical-align:top;
}


.tableA tbody td {
      padding:0.25em;
      text-align:left;
      vertical-align:top;
      border-bottom: 1px solid #CCC;
}

.tableA caption {
      font-family:Arial, Verdana, Helvetica, sans-serif;
      font-weight:normal;
      font-size:14px;
      text-align:left;
      margin:0;
      padding:0.5em 0.25em;
}

/*** TABLE B ***/
.tableB a:link {
	color: #666;
	font-weight: bold;
	text-decoration:underline;
}

.tableB a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.tableB a:active,
.tableB a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.tableB {
	color:#666;
	font-size:12px;
	background:#eaebec;
	margin:10px 0;
	border:#ccc 1px solid;
	text-align: left;

}
.tableB th, .tableB thead td {
	text-transform:uppercase;
	text-align: center;
	vertical-align:top;
	padding:5px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #dcdcdc;
	font-weight:bold;
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#ebebeb));
	background: -moz-linear-gradient(top,  #f2f2f2,  #ebebeb);
}

.tableB th.sezione{
	color:#fff;
	text-align:center;
	background: #68bcd4;
	background: -webkit-gradient(linear, left top, left bottom, from(#68bcd4), to(#599eb2));
	background: -moz-linear-gradient(top,  #68bcd4,  #599eb2);
}

.tableB th.sezione2{
	color:#333;
	text-align:center;
	background: #cee6ed;
}


.tableB tr:first-child th:first-child {
	border-left: 1px solid #fafafa;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.tableB tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.tableB tr {
	padding-left:5px;
}
.tableB td:first-child {
	padding-left:5px;
	border-left: 0;
}
.tableB td {
	vertical-align:top;
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	/*border-left: 1px solid #e0e0e0;*/

	background: #fff;
}
.tableB tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.tableB tr:last-child td {
	border-bottom:0;
}
.tableB tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.tableB tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.tableB tr:hover td{
	background: #fefdf6;
}


.tableB td label {
	display:block;
	font-size:0.75em;
	font-weight:bold;
	background:#e9e9e9;
	padding:0 4px;
	margin-top:8px;
}

.tableB td label:first-of-type {
	margin-top:0;
}


/*=== STILE ALBERO DIRECTORY PER AREA DOWNLOAD ===*/
.tree {
	display:block;
	background:url(../images/folderIcon.png) no-repeat top left;
	padding-left: 35px;
	font-size: 0.85em;
	color:#333;
	font-weight:bold;
	line-height:30px;
}

.espandi {
	width:21px;
	height:30px;
	background:url(../images/espandi.png) no-repeat top left;
	float:left;
}

.contrai {
	width:21px;
	height:30px;
	background:url(../images/contrai.png) no-repeat top left;
	float:left;
}


/* Nascondiamo le sezioni che non vogliamo
visualizzare su smartphone              */

aside .ultimi-commenti-widget,
aside#secondaria, #preview {
 display: none;
}


/*** COOKIES DISCLAIMER ***/

#cookieDisclaimer {
	width:100%;
	position:absolute;
	font-size: 0.75em;
	color:#FFF;
	top:0;
	left:0;
	padding:20px 10%;
	margin:0;
	background:rgba(70,70,70,0.9);
	z-index:10000;
	box-sizing:border-box;
}

#cookieDisclaimer a {
	color:#F93;
}

#cookieOK, #cookieKO {
	display:inline-block;
	padding:2px 4px;
	min-width:2em;
	margin-right:20px;
	background:#333;
	color:#fff;
	text-align:center;
	font-weight:bold;
	cursor:pointer
}


.videoWrapper {
		width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
		margin:0 0 20px 0;
		border:none;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		border:none;
}

.moreVideo {
	display:inline-block;
	background: url(../images/moreVideo.svg) no-repeat 0px 0px;
	height:26px;
	line-height:14px;
	font-size:0.8em;
	color:#5c5c5c;
	text-align:left;
	margin-bottom: 10px;
	padding-left:38px;
	text-decoration:none
}

.moreVideo:hover {
	background-position: 0px -26px;
}



/* == Media queries (breakpoint) ===== */


/* -----------------------------------
	IPAD PORTRAIT
------------------------------------ */
@media only screen and (min-width: 768px) {

	@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
	@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);

	body  {
		width:100%;
		font-family: 'Open Sans', sans-serif;
		font-weight:300;
		color: #504945;
		line-height:1.5em;
		text-align:justify;
		min-height:442px;
		word-wrap: break-word;
	}

	#menu {
		background:#D01C3F;
	}


	#menu .section {display: none; height:0}


	#header {

		border-top: 4px solid #aeafb1;
		height:110px;
		padding:0;
		z-index:100;
		box-sizing:border-box;
	}

	#header .logoTesta {
		background: #fff url(../images/testaBack.jpg) no-repeat top right;
	}

	#header .logoTesta img {
		max-width:300px;
		margin-top:16px;
	}

	#language {
		top: 0;
		right:10px;
	}

	#saluto {
		font-family:Arial, Helvetica, sans-serif;
		top:30px;
		right:10px;
		padding: 5px 10px;
		font-size:1em;
	}



	#container {
	 	max-width: 900px;
	}


	#menuAlto {
		top:60px;
		left:auto;
		right:10px;
		text-align:right;
	}


	/*** CSS  MENUALTO ***/
	ul#menuTop li#lega a{ width:94px;height:30px;line-height:30px; background-image:url(../images/legaNaz.png);background-position: 0px -30px; background-repeat:no-repeat;}
	ul#menuTop li#lega a:hover, ul#menuTop li#lega a:focus {background-position: 0px 0px;}
	ul#menuTop li#newsLett a{ width:151px;height:30px;line-height:30px; background-image:url(../images/newsLettButton.png);background-position: 0px -30px; background-repeat:no-repeat;}
	ul#menuTop li#newsLett a:hover, ul#menuTop li#newsLett a:focus {background-position: 0px 0px;}
	ul#menuTop li#findButton a{ width:62px;height:30px;line-height:30px; background-image:url(../images/find.png);background-position: 30px -30px; background-repeat:no-repeat;}
	ul#menuTop li#findButton a:hover, ul#menuTop li#findButton a:focus {background-position: 30px 0px;}



	#language {
		position: absolute;
		top: 0;
		right:10px;
		z-index:100;
		border:none;
		margin:0px;
		padding: 0px;
	}

	ul#menuFlags{ float:right;height:22px;line-height:22px;}
	ul#menuFlags li#IT a{ line-height:22px; background-image:url(../images/ITflag.gif); background-position: 0px -22px;}
	ul#menuFlags li#EN a{ line-height:22px; background-image:url(../images/ENflag.gif); background-position: 0px -22px;}



	/*** END  MENUALTO ***/

	/* ==== MENU PRIMO LIVELLO ==== */


	ul#nav {
		background:#D01C3F;
		font-size:1em;
		font-weight:normal;
		position:relative;
		height:40px;
		line-height:40px;
	}


	ul#nav li{
		float:left;
		margin-right:1px;
		border-bottom:none;
	}


	ul#nav li a {
		height:40px;
		line-height:40px;
		padding: 0 10px
	}


	ul#nav li a:hover {
		background:#a1223b;
	}


	ul#nav li:hover ul {
		left: 0;
	}

	ul#nav li:hover > a {
		background:#a1223b;
	}

	/* ==== SECONDO LIVELLO ==== */


	ul#nav li ul {
		position:absolute;
		top:40px;
		left:-9999px;
		margin:0;
		box-shadow:3px 3px 3px 2px rgba(127,127,127,0.7);
		width: 18em;
		z-index:250
	}

	ul#nav li li a {
		border-bottom: 1px dotted #FFFFFF;
	}



	ul#nav li li:hover ul{
		left: 70px;
	}

	ul#nav li li a:hover {
		background:#c61a44;
	}

	ul#nav li li:first-of-type a {
		background:none;

	}

	ul#nav li li:hover > a {
		background-color:#c61a44;
		background-image:none;
		color:#fff
	}


	/*** III LIVELLO ***/

	ul#nav ul ul {
		z-index:300;
		top:36px;
		width: 15em;
		background:#f3f3f3;
		color:#4b2436;
	}


	ul#nav li li li{
		width: 100%;
		border-bottom: 1px dotted #79455d;
	}


	ul#nav li li li:first-of-type a {
		background:#e9e9e9 url(../images/menuRedArrow.png) no-repeat 15px 0px;
	}


	 /* ===== END NAV ==== */


	/*==== CONTAINER GALLERY PRIMO PIANO ====*/

	.titArt {
		font-size:3rem;
		line-height:3rem;
		font-size:2rem;
		line-height:2.15rem;
	}

	.introPrimoPiano {
		display: block;
	}



	.introPrimoPiano {
		width:100%;
		padding:20px;
		font-family: 'Oxigen', sans-serif;
		font-weight:400;
		font-size:1rem;
		color:#fff;
		bottom:0;
		background:rgba(228,28,63,.8);
		box-sizing: border-box;
	}

	.introPrimoPiano a, .introPrimoPiano a:hover {
		text-decoration:none;
	}



	/*** FLEX SLIDER PRIMO PIANO ***/

	#galleryArt img {
		max-height:250px;
		max-width:400px;
	}


	.flex-direction-nav {display:block}

	.flex-control-paging li a {display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; box-shadow: none; text-indent: 0; text-decoration:none; color:#FFF; font-weight:bold;}
	.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
	.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }






	.flexslider .flex-direction-nav li {
		height:42px;
	}
	.flexslider .flex-direction-nav a{
		display: block;
		font-size:0
	}

	.flex-direction-nav .flex-next {
		position:absolute;
		right:20px;
		font-size:0;
		bottom: 10px;
		display:block;
		width:30px;
		height:42px;
		opacity: 1 !important;
		background:url(../images/fwButton.png) no-repeat top left;
		-webkit-transition:none;
		transition:none;
	}

	.flex-direction-nav .flex-next:hover {
		background-position: bottom left;
	}


	.flex-direction-nav .flex-prev {
		position:absolute;
		left:20px;
		font-size:0;
		bottom: 10px;
		display:block;
		width:30px;
		height:42px;
		opacity: 1 !important;
		background:url(../images/rwButton.png) no-repeat  top left;
		-webkit-transition:none;
		transition:none;
	}

	.flex-direction-nav .flex-prev:hover {
		background-position: bottom left;
	}

	.flex-direction-nav a.flex-next:before, flex-direction-nav a.flex-prev:before {
		content: "";
		display: none;
	}
	.flex-direction-nav a:before {
		content: "";
		display: none;

	}


	/*** END FLEX SLIDER ***/

	/*** END CONTAINER GALLERY PRIMO PIANO ***/


	#main {
		float:left;
		width: 65%;
		margin: 8px 0 0 10px;
		padding: 0px;
		background:none;
		font-family: 'Open Sans', sans-serif;
		font-weight:normal;
		font-size:0.9em;
		line-height:1.5em;
		text-align:justify;
	}

	#mainTot {
		float:left;
		width: 100%;
		margin: 8px 0 0 10px;
		padding: 0px;
		background:none;
		font-family: 'Open Sans', sans-serif;
		font-weight:normal;
		font-size:0.9em;
		line-height:1.5em;
		text-align:justify;
	}


	#main h1, #main h2, #mainTot h2, #main_newsletter_art h1, #main_newsletter_art h2 {
		font-size:1.15em;
	}

	#main h3, #mainTot h3, #main_newsletter_art h3  {
		font-size:1.15em;
	}

	#main img {
		max-width:auto;
	}

	/*==== SIDE BAR ====*/


	#sidebar_dx {
		width: 32%;
		padding-right:10px;
		font-family:Lucida Grande, Optima-Regular, Verdana, sans-serif;
	}


	ul#navDx, .boxDxCatTit, .boxDxCat, .boxDx {
		width:auto;
	}

	.boxDxCatTit, .boxDxCat {
		margin-left:10px
	}


	/* RETE NAZ SERVIZI*/
	#rns {
		width:100%;
		margin: 10px 0 10px 10px;
		padding:0
	}

	#rns img {max-width:95%; margin:0}

	.calendario{
		width:100%;
	}


	/*** CONTENITORI GENERICI ***/
	.boxDxTit {
		margin:0 0 0 10px;
		width:auto;
		height:auto;
	}

	.boxDxTit a{
		color:#FFF;
	}

	.boxDx {
		margin-left:10px;
		width:auto;
	}

	.boxDx img {
		max-width: 95%;
	}

	.boxDxBorder {
		margin-left:10px;
		width:auto;
	}



	/*** END CONTENITORI GENERICI ***/

	/* ==== NEWS === */



	.titApici {
		font-size:1.5rem;
	}


	#main .newsFrame h2, #main .newsFrame h2 a {
		font-family: 'Open Sans', sans-serif;
		font-size:.9em;
		line-height:1em;
		text-transform:none;
		margin-top:0;
		margin-bottom:0.5em;
	}

	#main .newsFrame h2 {
		margin-top:0;
		margin-bottom:0.5em;
	}



	.titNewsBox {
		font-family: 'Open Sans', sans-serif;
	}


	/*** NEWS ***/
	.newsBox {
		margin-top:10px;
		margin-bottom:5px;
		padding:0;
	}

	#newsContainer {
		margin:0;
		padding:0;
	}


	#newsContainer .newsFrame h2, h2 a, h2 a:link {
		font-size:1.25rem;
	}


	#newsContainer .newsFrame img {
		width:100%;
		float:none;
		max-width:400px;
	}

	#newsContainer .newsFrame .artRefs {
		padding: 0 15px;
	}


	.sep {
		margin-top: 50px;
	}




	.moreNews {
		line-height:28px;
	}




	/* ==== END NEWS === */

	/* ==== VIDEO === */

	#videoContainer {
		float:right;
	}


	.ourTube {
		display:block;
		width:100%;
	}


	#videoContainer h4 {
		color:#3093b4;
		text-align:left;
		line-height:1.15em;
		margin-top:2px;
	}

	#videoContainer ul {
		margin:0;
		list-style: none outside none;
		width:100%
	}

	#videoContainer li {
		border: 4px solid #d7d7d7;
		padding:2px 5px;
		background-color:#f0f0f0
	}

	#videoContainer li iframe {
		margin:0;
		padding:0;
		width:100%;
		border:none;
	}


	#videoContainer .videoBoxShadow {
		background: url(../images/video_shadow.png) no-repeat center bottom;
		height:18px;
		border:none;
		margin-top: 0;
		padding:0;
	}

	/* override margin bottom */
	.dataVideo, .dataNewsList {
		margin-bottom: 0;
	}
	.dataNewsList {
		margin-left: 10px;
	}

	/*==== END YOUTUBE ====*/

	.album {
		font-family:'Open Sans', sans-serif;;
	}


	/*** SOCIAL PLUGINS BAR, MAIL ***/

	.socials img {
		width: 35px;
	}


	/*** END SOCIAL PLUGINS ***/

	.citazione {
		padding:0px 200px 0px 0px;
	}


	/*==== FOOTER ====*/

	.frame_footer {
		float:left;
		width:25%;
		padding:0;
		font-family: Verdana,Geneva,sans-serif;
		margin:20px 0 0 0;
	}

	.frame_footer2 {
		float:left;
		width:20%;
		padding: 0;
		font-family: Verdana,Geneva,sans-serif;
	}


	.sep_footer {
		display:block;
		float:left;
		width:1px;
		padding:0 5px 0 5px;
		margin-top: 25px;
		margin-left: 10px;
		height:100px;
		border-left:thin solid #333;
	}


	/*** BOX LOGIN ***/

	#login {
		float:left;
		margin: 20px 0 10px 10px;
		width:340px;
		min-height:45px;
		background-color: none;
	}


	#login .key {
		margin-left:52px;
	}



	#login label{
		float:left;
		line-height: 1em;
		width:80px;
		height:auto;
		font-size:0.75em;
		text-align:right;
		margin-top:5px;
		color:rgba(255,255,255,0.5);
	}


	#login input[type=text], #login input[type=password]{
		float:right;
		margin:0 0 8px 5px;
		background:#666;
		border:none;
	}


	#login input[type=submit]{
		float:right;
		margin-right:6px;
		border:1px solid #fff;
		background:none;
		border-radius:0;
		padding:10px 14px;
	}

	#login input[type=submit]:hover{
		background:#fff;
		color:#222;
		-webkit-transition: background 0.3s linear;
		-moz-transition: background 0.3s linear;
		-o-transition: background 0.3s linear;
		transition: background 0.3s linear;
	}

	#main .post h2 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
	}


	/*==== COMUNICAZIONE ====*/


	#main_com {
		float:left;
		width: 98%;
	}


	#main_com_art {
		float:right;
		width:68%;
		margin-top:0;
	}

	#main_com_art h2 {
		font-size:1.4em;
		color:#c61a44;
		margin-bottom: 15px;
	}


	/*** MENU COM ***/


	#indiceCom {
		float:left;
		width:30%;
	}


	.boxPressTit {
		position:relative;
		background-color:#F00;
		color:#FFF;
		font-size: 1.2em;
		text-align:center;
		font-weight:bold;
		margin-left:0;
		margin-bottom:0;
		height:20px;
		line-height:20px;
		padding: 10px;
		float: none;
	}


	#indiceCom a {
		color: #646464;
		text-decoration: none;
	}

	#indiceCom a:hover {
		color: #848484;
	}

	#indiceCom h3 {
		background-color:#cccccc;
		color:#c61a44;
		font-size:1.15em;
		text-align:left;
		line-height: 1.8em;
		height:1.8em;
		border-left:12px solid #999999;
		padding-left: 4px;
		margin-top:8px
	}

	#indiceCom h3:first-of-type {
		margin-top:0
	}

	#indiceCom ul {
		list-style:none;
		padding: 0;
		margin:o;
	}

	#indiceCom ul li {
		padding: 2px 5px 2px 15px;
		text-align:left;
		background: #e9e9e9 url(../images/segnaposto.png) no-repeat 0 10px;
		line-height: 2em;
		border-bottom: 1px dotted #b1b0b0;
	}

	#indiceCom ul li:last-of-type {
		border-bottom: none;
	}

	#indiceCom ul li.indSelected {
		background: url(../images/segnapostoHover.png) no-repeat 0 7px;
	}

	/*=== END COMUNICAZIONE ===*/

	/*==== NEWSLETTER ===*/


	#main_newsletter {
		max-width:100%;
		margin-top: 8px;
		padding: 0px;
		background:none;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-weight:normal;
		color:#333;
		font-size:0.9em;
		text-align:justify;
	}



	#main_newsletter_art {
		float:right;
		max-width:67%;
		margin-right:10px;
	}


	#indiceNewsLetter {
		max-width:30%;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:1em;
	}


	#sidebar_newsletter {
		float: left;
		width: 200px;
		margin-right:10px
	}

	.boxDxTitNewsletter {
		margin-right:10px;
	}

	.boxDxNewsletter {
		margin-top:0

	}

	.moreVideo {
		line-height:28px;
	}



	/*==== END NEWSLETTER ====*/

}

/* -----------------------------------
IPAD LANDSCAPE + NETBOOK
------------------------------------ */

@media only screen and (min-width: 1024px){

	@font-face {
	  font-family: 'Conv_ColabMed';
	  font-style: normal;
	  font-weight: bold;
	  src: local('Conv_ColabMed'), local('Conv_ColabMed'), url(..fonts/ColabMed.woff) format('woff');
	}

	#preview {
		position:absolute;
		width: 640px;
		top: 10px;
		padding: 0px;
		z-index:1000;
	}

	.nascondiSide {display:block}


	#header {
		width:100%;
	}


	#container, #primopiano {
		width:100%;
	 	max-width: 960px;
	}

	.boxTitoli  h1{
		font-size: 1.5em;
	}
	
	
	.introPrimoPiano {
		padding:20px;
	}

	.flex-direction-nav {
		top:45%;
	}



	/* ==== MENU ==== */

	ul#nav {
		font-family: 'Oxigen', sans-serif;
		font-size:1.2em;
		font-weight:400;
		max-width:960px;
	}


	ul#nav li a {
		background:#c61a44 url(../images/bg_right.png) no-repeat top right;
		padding: 0 25px 0 10px;
	}


	ul#nav li a:hover {
		background:#a1223b url(../images/bg_right.png) no-repeat bottom right;
	}


	ul#nav li:hover > a {
		background:#a1223b url(../images/bg_right.png) no-repeat bottom right;
	}



	 /* ===== END MENU ==== */


	#main {
		width: 650px;
		max-width:none
	}

	#cercaDownload {
		display:inline-block;
	}




	#main h1, #main h2, #main_newsletter_art h1, #main_newsletter_art h2 {
		font-family:'Oxygen', sans-serif;
		font-weight:400;
		font-size:1.4em;
	}

	#main h3, #main_newsletter_art h3  {
		font-size:1.25em;
	}

	#newsContainer .titNewsBox {
		font-size:2rem;
	}

	#newsContainer .titNewsBox span, .titApici span{
		background-color:#fff;
	}

	.titApici {
		font-size:1.5rem;
	}



	#newsContainer .news_sep {
		float:left;
		width:2%;
		min-width:2%;
		height:1px;
	}


	.titNewsBox {
		font-family: 'Work Sans', sans-serif;
	}

	.introArt {
		display:block;
	}





	#footerContent {
		max-width:960px;
	}


	#basefooter {
		background:#222;
		color:#fff;
	}

	#basefooter .centered {
		max-width:900px;
	}

	.frame_footer {
		width:270px;
	}

	.frame_footer2 {
		width:230px;
	}


	/*==== COMUNICAZIONE ====*/


	#main_com {
		width: 665px;
	}


	#main_com_art {
		width:450px;

	}

	#main_com_art h2 {
		font-family:'Conv_Bitter-Bold';
	}


	/*==== NEWSLETTER ===*/


	#main_newsletter {
		width: 740px;
	}



	#main_newsletter_art {
		width:495px;
		max-width:none;
	}

	#main_newsletter_art img {max-width:470px};

	#indiceNewsLetter {
		width:250px;
		max-width:none;

	}

	#sidebar_dx {
		width: 280px;
		max-width:none;
	}

	#rns img {max-width:none}


	#sidebar_newsletter {
		float: right;
		width: 210px;
	}


	.boxDxTitNewsletter {
		margin-right:10px;
	}

	.boxDxNewsletter {
		margin-top:0

	}

	.prefNews {
		font-family: 'Conv_Bitter-Bold';
	}

	/*==== END NEWSLETTER ====*/

	#videoGallery .videoBox {
		width:215px;
	}

	#videoGallery .videoBox object, #videoGallery .videoBox embed {
		width:215px;
		heigth:160px;
	}


}

/* -----------------------------------
DESKTOP
------------------------------------ */
@media only screen and (min-width: 1200px){

	#header .logoTesta {
		max-width:1100px;
	}

	#header .logoTesta img {
		max-width:420px;

	}


	#container, #primopiano, ul#nav{
	 	max-width: 1100px;
	}




	#main {
		width: 790px;
		padding: 0 0 10px 0;
	}


	#newsContainer {
		width:550px;
		padding:0;
	}

	.newsFrame .newsTxtBlock {
		width: 434px;
		padding-right:0
	}

	#videoContainer {
		width:225px;
	}

	#videoGallery .videoBox {
		width:225px;
	}


	#videoGallery .videoBox object, #videoGallery .videoBox embed {
		width:225px;
		heigth:169px;
	}

	#footerContent {
		max-width:1100px;
	}

	#basefooter .centered {
		max-width:1100px;
	}

	/*==== COMUNICAZIONE ====*/


	#main_com {
		width: 800px;
	}


	#main_com_art {
		width:550px;
	}


	/*=== END COMUNICAZIONE ===*/

	/*==== NEWSLETTER ===*/


	#main_newsletter {
		width: 880px;
	}



	#main_newsletter_art {
		width:610px;
	}


	#indiceNewsLetter {
		width:250px;
	}


	#main_newsletter_art img {max-width:none};



	/*==== END NEWSLETTER ====*/

}
