@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCJW8zaGW8.ttf) format('truetype');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4LcnbuKjk0j.ttf) format('truetype');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCNWgzaGW8.ttf) format('truetype');
}
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: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;
  text-align: center;
}
h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.25em;
  color: #000;
  text-align: center;
}
h3 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.25em;
  text-align: center;
}
h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.25em;
  text-align: center;
}
h5 {
  font-size: 0.7em;
  font-weight: normal;
  margin-bottom: 0.5em;
  color: #666;
  border-top: thin dotted #333;
  border-bottom: thin dotted #333;
  text-align: center;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 150%;
}
p {
  margin: 0 0 1em 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,
a:link {
  text-decoration: underline;
  color: #009ee0;
}
a:hover,
a:link:hover {
  text-decoration: underline;
  color: #b64d35;
}
/*==== 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;
  }
}
/* == Fine HTML5 ✰ Boilerplate == */
/* == Stili di base - Mobile first ===== */
body {
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 200;
  line-height: 125%;
  color: #222;
  background: #324960;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    font-weight: 200;
    color: #504945;
    line-height: 1.5em;
    text-align: justify;
    min-height: 710px;
    word-wrap: break-word;
  }
}
input,
select,
textarea {
  border: 1px solid #c4c4c4;
}
form input {
  border-radius: 3px;
  padding: 5px;
}
form select {
  border-radius: 3px;
}
form textarea {
  border-radius: 3px;
}
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.5em 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;
}
#wrapper {
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  #wrapper {
    min-height: 400px;
  }
}
#cerca {
  text-align: center;
  margin: 0 0 0.625em 0;
  border-bottom: 1px solid #D1D3D4;
  padding: 2.7%;
}
#cerca input[type=text] {
  font-size: 0.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;
}
@media only screen and (min-width: 1024px) {
  .nascondiSide {
    display: block;
  }
}
#container {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  #container {
    max-width: 960px;
    margin-top: 0;
    text-align: left;
    background: #FFF;
  }
}
@media only screen and (min-width: 1024px) {
  #container {
    width: 100%;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  #container {
    width: 100%;
    max-width: 1100px;
  }
}
#header {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  #header {
    background: #fff;
  }
}
#testata,
#menu {
  width: 95%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
#testata {
  border-bottom: 10px solid #009ee0;
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  #testata {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  #testata {
    max-width: 1100px;
  }
}
#testata .logoTesta {
  height: 100px;
  margin: 0;
  padding: 0;
  background: #fff url(../images/logoTesta.jpg) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 1024px) {
  #testata .logoTesta {
    float: left;
    width: 200px;
    background-position: center center;
  }
}
@media only screen and (min-width: 1200px) {
  #testata .logoTesta {
    width: 400px;
  }
}
#testata .logoTesta img {
  width: 100%;
  height: 100%;
}
#language {
  position: absolute;
  width: auto;
  top: 51px;
  left: 4px;
  z-index: 100;
  border: none;
  margin: 0px;
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  #language {
    top: 0;
    right: 10px;
  }
}
#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;
}
@media only screen and (min-width: 768px) {
  #saluto {
    top: 35px;
    right: 10px;
    padding: 5px 10px;
    font-size: 1em;
  }
}
/* ==== NAV ==== */
#menuAlto {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 100;
  margin: 0px;
  text-align: right;
  line-height: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  #menuAlto {
    top: 95px;
    left: auto;
    right: 10px;
    text-align: right;
  }
}
/*** CSS  MENUALTO ***/
ul#menuTop {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 32px;
  line-height: 32px;
}
ul#menuTop li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  position: relative;
}
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;
}
@media only screen and (min-width: 768px) {
  ul#menuTop li#newsLett a {
    width: 151px;
    height: 32px;
    line-height: 32px;
    background-image: url(../images/newsLettButtonSmall.png);
    background-position: 0px -32px;
    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: 32px;
  height: 32px;
  line-height: 32px;
  background-image: url(../images/find.png);
  background-position: 0px -32px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  ul#menuTop li#findButton a {
    width: 62px;
    height: 32px;
    line-height: 32px;
    background-image: url(../images/find.png);
    background-position: 32px -32px;
    background-repeat: no-repeat;
  }
}
ul#menuTop li#findButton a:hover,
ul#menuTop li#findButton a:focus {
  background-position: 0px 0px;
}
@media only screen and (min-width: 768px) {
  ul#menuTop li#findButton a:hover,
  ul#menuTop li#findButton a:focus {
    background-position: 32px 0px;
  }
}
/*** END  MENUALTO ***/
/*** CSS  MENU LANGUAGES ***/
ul#menuFlags {
  font: 70%/1.5 Verdana, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 8px;
  height: 11px;
  line-height: 11px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  ul#menuFlags {
    float: right;
    height: 22px;
    line-height: 22px;
  }
}
ul#menuFlags a {
  display: block;
  width: 42px;
  padding: 0;
  text-align: left;
  text-indent: -9999px;
  text-decoration: none;
  color: #FFF;
}
ul#menuFlags li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  position: relative;
  margin-left: 2px;
}
ul#menuFlags li#IT a {
  line-height: 11px;
  background-image: url(../images/ITflagSmall.gif);
  background-position: 0px -11px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  ul#menuFlags li#IT a {
    line-height: 22px;
    background-image: url(../images/ITflag.gif);
    background-position: 0px -22px;
  }
}
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/ENflagSmall.gif);
  background-position: 0px -11px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  ul#menuFlags li#EN a {
    line-height: 22px;
    background-image: url(../images/ENflag.gif);
    background-position: 0px -22px;
  }
}
ul#menuFlags li#EN a:hover,
ul#menuFlags li#EN a:focus {
  background-position: 0px 0px;
}
/*** END  MENU LANGUAGES ***/
#menu {
  background: #FFF;
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #menu {
    height: 40px;
    line-height: 40px;
    width: 95%;
    max-width: 960px;
    font-family: 'Playfair Display Bold', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #000;
  }
  #menu:before {
    content: '';
    display: inline-block;
    background: #CCC;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #menu {
    float: right;
    /*width:100%;*/
    margin-top: 60px;
    width: 760px;
    height: 40px;
    line-height: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  #menu {
    width: 700px;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  #menu .section {
    display: none;
    height: 0;
  }
}
#menu.collapsible {
  margin: 10px 0 10px 10px;
}
#menu.collapsible .section {
  width: 30px;
  height: 30px;
  background: url(../images/sections.svg) no-repeat left top;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
}
#menu.collapsible .section.minus {
  background: url(../images/sectionsMinus.svg) no-repeat left bottom;
  cursor: pointer;
}
.menuArrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: 0 0 0 5px;
  text-indent: -9999px;
}
.rightArrow {
  border-top: 4px solid transparent;
  border-left: 4px solid #222;
  border-bottom: 4px solid transparent;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: 0 0 0 5px;
  text-indent: -9999px;
  margin-right: 10px;
}
.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;
}
/* ==== PRIMO LIVELLO ==== */
ul#nav {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 50;
  background: none;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  ul#nav {
    display: inline-block;
    top: 0;
    width: auto;
    font-size: 0.8em;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  ul#nav {
    max-width: 960px;
    font-size: 0.8em;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1200px) {
  ul#nav {
    max-width: 1100px;
  }
}
ul#nav li {
  position: relative;
  height: 40px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* ==== SECONDO LIVELLO ==== */
}
@media only screen and (min-width: 768px) {
  ul#nav li {
    float: left;
    background: none;
    transition: all 0.2s;
  }
}
ul#nav li:hover > a {
  background-color: #f5f5f5;
}
ul#nav li:hover ul {
  left: 0;
}
ul#nav li a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 35px 0 15px;
  height: 40px;
  border-bottom: 1px solid #009ee0;
  line-height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  ul#nav li a {
    color: #333;
    padding: 0 15px;
    border-right: none;
    background: #fff;
    border-bottom: none;
    transition: all 0.2s;
  }
}
@media only screen and (min-width: 1024px) {
  ul#nav li a {
    padding: 0 15px 0 15px;
  }
}
ul#nav li a:hover,
ul#nav li a:active {
  background: #f5f5f5;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
@media only screen and (min-width: 768px) {
  ul#nav li a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #009ee0;
    content: "";
    transition: width 0.2s;
  }
}
@media only screen and (min-width: 768px) {
  ul#nav li a:hover:after {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  ul#nav li a:hover > a {
    background-color: #f5f5f5;
    color: #000;
  }
}
ul#nav li ul {
  position: absolute;
  padding: 0;
  top: 40px;
  left: -9999px;
  width: 90%;
  z-index: 250;
  margin-left: 10%;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  ul#nav li ul {
    margin: 0;
    margin-top: 0;
    top: 40px;
    left: -9999px;
    background: #fff;
    width: 20em;
    z-index: 250;
  }
}
ul#nav li ul li {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  background-image: none;
  margin-right: 20%;
  box-sizing: border-box;
  /*** III LIVELLO ***/
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li {
    width: 20em;
    padding: 0 15px;
    height: auto;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li:hover {
    background: #f5f5f5;
  }
}
ul#nav li ul li:hover > a {
  background-color: #f9f9f9;
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li:hover > a {
    background-color: #f5f5f5;
    color: #000;
  }
}
ul#nav li ul li:hover ul {
  visibility: visible;
}
ul#nav li ul li:last-child {
  border-bottom: 2px solid #009ee0;
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li > a:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li:last-of-type {
    border-bottom: 4px solid #009ee0;
  }
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li:last-of-type a {
    border-bottom: none;
  }
}
ul#nav li ul li a {
  display: block;
  background: #fff;
  padding-left: 15px;
  border-bottom: 1px solid #009ee0;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li a {
    color: #999;
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
ul#nav li ul li a:hover {
  background: #f9f9f9;
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li a:hover {
    background: none;
    color: #000;
    transition: none;
  }
}
ul#nav li ul li a .linked {
  background: url(../images/linked.png) no-repeat top right;
}
ul#nav li ul li ul {
  z-index: 300;
  padding: 0;
  visibility: hidden;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li ul {
    margin-left: 50px;
    background: #fff;
  }
}
ul#nav li ul li ul li {
  float: none;
  background: none;
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li ul li {
    background-color: none;
  }
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li ul li:hover {
    background-color: #f5f5f5;
  }
}
ul#nav li ul li ul li a {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #009ee0;
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li ul li a {
    color: #999;
    border: none;
    border-bottom: 1px solid #ccc;
  }
}
ul#nav li ul li ul li a:hover {
  background-color: #f9f9f9;
}
@media only screen and (min-width: 768px) {
  ul#nav li ul li ul li a:hover {
    background: none;
  }
}
.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 ==== */
/*==== MAIN ====*/
#main,
#mainLeft {
  padding: 0;
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #main,
  #mainLeft {
    max-width: 960px;
    padding: 10px 0 0 10px;
    margin: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1024px) {
  #main,
  #mainLeft {
    padding: 10px 0 0 20px;
  }
}
#main h2,
#mainLeft h2 {
  font-size: 1.5em;
  line-height: 115%;
  color: #000;
  margin-bottom: 5px;
  text-align: left;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1024px) {
  #main h2,
  #mainLeft h2 {
    font-size: 1.75em;
  }
}
#main h3,
#mainLeft h3 {
  color: #009ee0;
  font-size: 1.15em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1024px) {
  #main h3,
  #mainLeft h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.25em;
  }
}
#main img,
#mainLeft img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  #main {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  #main {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1024px) {
  #mainLeft {
    max-width: 670px;
  }
}
@media only screen and (min-width: 1200px) {
  #mainLeft {
    max-width: 650px;
  }
}
/* ===== END MAIN ==== */
/*==== CONTAINER GALLERY PRIMO PIANO ====*/
#primopiano,
#sliderBox {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0 0 20px 0;
  background-color: #fff;
}
#flexContainer {
  display: inline-block;
  width: 100%;
}
.primopiano_img {
  display: block;
  overflow: hidden;
  position: relative;
}
#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;
}
@media only screen and (min-width: 1024px) {
  #primopiano h2,
  #primopiano h2 a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.4em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
  }
}
.showTitGal {
  position: absolute;
  display: block;
  bottom: 20px;
  width: 100%;
  min-height: 30px;
  height: 30px;
  background: url(../images/showTitGal.svg) no-repeat top center;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.showTitGal:hover {
  background: url(../images/showTitGalHover.svg) no-repeat top center;
}
.boxTitoli {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  padding: 15px 20px 15px 20px;
  background-color: #007aae;
  cursor: pointer;
}
.titArt {
  position: relative;
  /*display:none;*/
  width: 100%;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.65rem;
  text-align: left;
  color: #fff;
  box-sizing: border-box;
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  .titArt {
    font-size: 2rem;
    line-height: 2.15rem;
  }
}
.titArt a {
  color: #fff;
  text-decoration: none;
}
.introPrimoPiano {
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .introPrimoPiano {
    position: relative;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    top: 0;
  }
}
.introPrimoPiano a {
  text-decoration: none;
  color: #fff;
}
.introPrimoPiano a:hover {
  color: #d9d4ce;
}
@media only screen and (min-width: 1200px) {
  .primopiano_txt_block {
    width: 700px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .primopiano_txt_block .introPrimoPiano {
    display: block;
  }
}
#primopiano_ombra {
  display: hidden;
}
@media only screen and (min-width: 768px) {
  #primopiano_ombra {
    height: 12px;
    background: url(../images/ombraGallery.png) no-repeat top center;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #primopiano_ombra {
    background: url(../images/ombraGallery1200.png) no-repeat top center;
  }
}
.continua {
  margin-top: 8px;
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
}
.continua a {
  color: #7e7e7e;
  text-decoration: none;
}
.continua a:hover {
  color: #7e7e7e;
  text-decoration: none;
}
/*** FLEX SLIDER PRIMO PIANO ***/
#galleryArt {
  width: 100%;
  height: 250px;
  max-height: 250px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  #galleryArt {
    width: 400px;
  }
}
#galleryArt img {
  max-height: 250px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #galleryArt img {
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .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;
  }
}
@media only screen and (min-width: 768px) {
  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
  }
}
@media only screen and (min-width: 768px) {
  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
  }
}
/*** END CONTAINER GALLERY PRIMO PIANO ***/
/*==== SIDE BAR ====*/
#sidebar_dx {
  float: right;
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #sidebar_dx {
    width: 32%;
    padding-right: 10px;
    background-color: none;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1024px) {
  #sidebar_dx {
    width: 280px;
    max-width: none;
  }
}
#sidebar_dx h3 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #bb0f0f;
}
#sidebar_dx h3:first-of-type {
  margin-top: 0;
}
#sidebar_dx hr {
  margin: 8px 0;
}
#sidebar_dx hr:last-of-type {
  display: none;
}
#privacy {
  font-size: 0.75rem;
  line-height: 0.85rem;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  ul#navDx {
    width: auto;
  }
}
/*** CONTENITORI GENERICI ***/
.boxDxTit {
  position: relative;
  width: 95%;
  max-width: 300px;
  padding: 6px 20px 6px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .boxDxTit {
    margin: 0 0 0 10px;
    width: auto;
    height: auto;
  }
}
.boxDxTit:before {
  content: '';
  display: inline-block;
  background: #CCC;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: -5;
}
.boxDxTit span {
  display: inline-block;
  background-color: #fff;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  padding-right: 10px;
  text-decoration: none;
}
.boxDxTit a {
  display: inline-block;
  background-color: #fff;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  padding-right: 10px;
  text-decoration: none;
}
.boxDxTit a:hover {
  color: #8a0000;
  text-decoration: none;
}
.boxDx {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  width: 95%;
  max-width: 300px;
  padding: 0;
  float: none;
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  .boxDx {
    width: auto;
    margin-left: 10px;
  }
}
.boxDx img {
  max-width: 100%;
}
.boxDxBorder {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
  width: 95%;
  max-width: 300px;
  padding: 5px;
  float: none;
  background: #fff;
  font-size: 0.8em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .boxDxBorder {
    margin-left: 10px;
    width: auto;
  }
}
.boxDxCatTit {
  position: relative;
  width: 95%;
  max-width: 300px;
  padding: 0;
  background-image: url(../images/whiteDot.png);
  background-position: 0px 50%;
  background-repeat: repeat-x;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .boxDxCatTit {
    width: auto;
    margin-left: 10px;
  }
}
.boxDxCatTit span {
  display: inline-block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
  z-index: 2;
}
.boxDxCat {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
  width: 95%;
  max-width: 300px;
  padding: 10px;
  float: none;
  font-size: 0.8em;
  background: #f9f9f9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .boxDxCat {
    width: auto;
    margin-left: 10px;
  }
}
.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;
}
/*** END CONTENITORI GENERICI ***/
/*** TABELLA CALENDARIO APPUNTAMENTI ***/
.mese {
  width: 100%;
  max-width: 300px;
  height: 2rem;
  line-height: 2rem;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 5px;
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mese .cal-rw {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
}
.mese .cal-rw:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  background: url(../images/rw.png) no-repeat 0 0;
  vertical-align: middle;
}
.mese .cal-rw:hover::before {
  background: url(../images/rw.png) no-repeat 0 -15px;
}
.mese .cal-fw {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  box-sizing: border-box;
}
.mese .cal-fw:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  background: url(../images/fw.png) no-repeat 0 0;
  vertical-align: middle;
}
.mese .cal-fw:hover::before {
  background: url(../images/fw.png) no-repeat 0 -15px;
}
.calendario {
  font-size: 0.8em;
  border-spacing: 1px;
  margin: 0 ;
  color: #000;
  width: 100%;
  max-width: 300px;
  margin-top: 0;
  text-align: center;
  border-collapse: separate;
  padding: 0;
}
.calendario a {
  display: block;
  width: 100%;
  color: #523A0B;
  text-decoration: none;
  border-bottom: 1px dotted;
}
.calendario a:visited {
  color: #444;
  font-weight: normal;
}
.calendario td {
  padding: 0.5em;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
.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: #f6f8f9;
}
.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;
}
.calendario thead th,
thead td,
tfoot th,
tfoot td {
  background: none;
  font-weight: bold;
  text-align: center;
  height: 2em;
  line-height: 2em;
}
.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 tbody th a:link,
.calendario tbody th a:visited {
  font-weight: bold;
}
.calendario tbody td a {
  background: #ffdd00;
}
/*
.calendario  .cal-rw:after {
	display:inline-block;
	min-width:15px;
	min-height:15px;
	background:url(../images/rw.png) no-repeat 50% 50%;
}*/
/*** 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:last-of-type {
  border-bottom: none;
}
.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;
}
/*** 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;
  margin: 5px 0 0 10px;
  display: block;
}
form#newsletter .submit {
  margin: 10px 0 10px 5px;
}
form#newsletter .submit input[type=submit],
button[type=submit],
#cercaForm input[type=submit],
#insCommento 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%);
  padding: 8px 13px;
  margin: 10px 0 10px 5px;
  color: #fff;
  font-size: 0.85rem;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #521614;
}
button[type=submit],
#insCommento input[type=submit] {
  margin: 0;
}
#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-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  color: #000;
  text-align: left;
  margin: 0;
  margin: 10px 0 0 10px;
}
.annoNewsList a {
  text-decoration: none;
}
.meseNewsList {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  color: #333C;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 6px;
  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-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #000;
  text-align: left;
  line-height: 1.4em;
  margin-bottom: 8px;
  margin-left: 10px;
  color: #666;
}
.titNewsList .titNewsList a {
  text-decoration: none;
}
/* ==== END SIDEBAR_DX === */
/* ==== NEWS === */
#newsContainer {
  width: 100%;
  padding: 0;
  background-color: transparent;
  box-sizing: border-box;
}
#newsContainer h2 {
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  font-size: 1.35rem;
  text-align: left;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  #newsContainer h2 {
    font-size: 1.25em;
  }
}
#newsContainer h2:hover {
  text-decoration: none;
  color: #fff;
}
.titNewsBox {
  position: relative;
  font-size: 1.15rem;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 2px;
  color: #009ee0;
  min-height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2rem;
  background-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .titNewsBox {
    font-size: 1.5rem;
  }
}
.titNewsBox:before {
  content: '';
  display: inline-block;
  background: #CCC;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 0;
}
.titNewsBox span {
  position: absolute;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.titApici {
  position: relative;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 2px;
  color: #009ee0;
  text-align: center;
  font-size: 1.2rem;
  min-height: 25px;
  line-height: 25px;
  margin-bottom: 2rem;
  background-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .titApici {
    font-size: 1.5rem;
  }
}
.titApici:before {
  content: '';
  display: inline-block;
  background: #CCC;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 0;
}
.titApici span {
  display: inline-block;
  padding-right: 10px;
  padding-left: 50px;
  background: #fff url(../../images/apici.svg) no-repeat 8px 0;
  background-size: 30px 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.newsBox {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
.newsFrame {
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: height 1s;
  /* Safari */
  transition: height 1s;
}
@media only screen and (min-width: 768px) {
  .newsFrame {
    float: left;
    width: 50%;
    height: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .newsFrame {
    width: 33.33%;
  }
}
.newsFrame:hover .imgWrap {
  background-position: 0 -5px;
}
.newsFrame:hover .artRefs {
  height: auto;
  visibility: visible;
  padding: 15px;
}
.newsFrame:hover .velo {
  background-color: rgba(255, 255, 255, 0.35);
}
.newsFrame a {
  text-decoration: none;
  color: #fff;
}
.newsFrame a:hover {
  color: #68c8f1;
}
.newsFrame .ombra {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 380;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.07) inset;
}
@media only screen and (min-width: 1024px) {
  .newsFrame .ombra {
    visibility: visible;
  }
}
.newsFrame .newsTxtBlock {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  line-height: 1.15em;
  color: #fff;
}
.newsFrame .artRefs {
  position: absolute;
  z-index: 400;
  padding: 0 15px;
  bottom: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  background: rgba(0, 158, 224, 0.85);
  box-sizing: border-box;
  -webkit-transition: height 1s, visibility 1s, padding 1s;
  /* Safari */
  transition: height 1s, visibility 1s, padding 1s;
}
.newsFrame .introNews {
  display: block;
  margin: 0;
  padding: 0;
}
.newsFrame img {
  width: 100%;
}
.imgWrap {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: background-position 1s;
  /* Safari */
  transition: background-position 1s;
}
.velo {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 1s;
  /* Safari */
  transition: background-color 1s;
}
.news_sep {
  float: left;
  width: 0;
}
.data,
.dataWhite,
.dataVideo,
.dataNewsList,
.dataPost {
  display: block;
  background: url(../images/data_icon.png) no-repeat top left;
  height: 14px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #222;
  text-align: left;
  line-height: 0.8em;
  margin-bottom: 0.5em;
  padding-left: 14px;
  box-sizing: border-box;
}
.dataWhite {
  background: url(../images/dataWhite_icon.png) no-repeat top left;
  color: #fff;
}
/* override margin bottom */
.dataVideo,
.dataNewsList {
  margin-bottom: 0;
}
.dataNewsList {
  margin-left: 10px;
}
/*** BOX INDICE NEWS ***/
#newsList {
  padding: 5px;
  border-left: 1px dotted #CCC;
}
.bloccoNewsList {
  margin-bottom: 4px;
  padding: 0 0 4px 0;
}
.annoNewsList {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  color: #000;
  text-align: left;
  margin: 0;
  margin: 10px 0 0 10px;
}
.annoNewsList a {
  text-decoration: none;
}
.meseNewsList {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  color: #333;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 6px;
  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-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #000;
  text-align: left;
  line-height: 1.4em;
  margin-bottom: 8px;
  margin-left: 10px;
  color: #666;
}
.titNewsList a {
  text-decoration: none;
}
.moreNews {
  height: auto;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 30%;
}
@media only screen and (min-width: 768px) {
  .moreNews {
    line-height: 28px;
  }
}
.moreNewsButton {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100px;
  box-sizing: border-box;
}
.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;
  color: #009ee0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: middle;
}
.moreNews a:hover,
.moreNewsButton a:hover {
  text-decoration: none;
  color: #222;
  background-color: #f9f9f9;
}
a.readMore {
  display: inline-block;
  border: 1px solid #fff;
  margin-top: 5px;
  padding: 6px 14px;
  color: #fff;
  font-family: "Monserrat", sans-serif;
  font-size: 0.65em;
  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;
}
a.readMore:hover {
  border: 1px solid #009ee0;
  color: #fff;
}
/* ==== END NEWS === */
/* ==== VIDEO === */
.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;
}
@media only screen and (min-width: 768px) {
  .moreVideo {
    line-height: 28px;
  }
}
.moreVideo:hover {
  background-position: 0px -26px;
}
#videoContainer {
  width: 100%;
  text-align: center;
}
#videoContainer h4 {
  color: #3093b4;
  text-align: left;
  line-height: 1.15em;
  margin-top: 2px;
}
#videoContainer .videoBoxShadow {
  background: url(../images/video_shadow.png) no-repeat center bottom;
  height: 18px;
  border: none;
  margin-top: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ourTube {
    display: block;
    width: 100%;
  }
}
/*==== END YOUTUBE ====*/
/*==== VIDEO GALLEY ====*/
#videoGallery {
  padding: 0;
  width: 100%;
}
#videoGallery h4 {
  font-family: Conv_Bitter-Regular;
  color: #3093b4;
  text-align: left;
  line-height: 1.15em;
  margin-top: 2px;
}
.videoBox {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-right: 0.5%;
  margin-top: 10px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .videoBox {
    width: 49%;
  }
}
@media only screen and (min-width: 1024px) {
  .videoBox {
    width: 32.5%;
  }
}
.videoBox object,
.videoBox embed {
  width: 100%;
  height: 169px;
  position: relative;
}
.videoBox .videoCop {
  display: block;
  padding: 8px;
  color: #FFF;
  height: 50px;
  overflow: hidden;
  position: relative;
}
/*==== END VIDEO GALLEY ====*/
h1.flexTitle {
  color: #fff;
  font-size: 1.75em;
}
h2.flexComment {
  color: #fff;
  font-size: 1.5em;
}
/*==== ALBUM GALLERY  ====*/
.album {
  float: left;
  width: 30%;
  padding: 0;
  font-size: 1em;
  text-align: center;
  color: #333;
  margin-right: 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.albumBlock {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.albumBlock img {
  width: 100%;
}
.albumTitle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 80px 10px 10px 10px;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0);
  background: none;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.albumTitle:hover {
  visibility: visible;
  background: rgba(255, 255, 255, 0.75);
}
.albumTitle:hover * {
  visibility: visible;
}
.albumTitle * {
  visibility: hidden;
}
.dataAlbum {
  display: inline-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;
}
#mappa_menu ul li.c1 {
  font-weight: bold;
}
#mappa_menu ul li.c2 {
  text-indent: 20px;
}
#mappa_menu ul li.c3 {
  text-indent: 40px;
}
/*** END MAPPA SITO ***/
/*** FOOTER ***/
#footer {
  position: relative;
  background-color: #324960;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
}
#footer a {
  color: #aae4d2;
  text-decoration: none;
}
#footer p {
  margin: 0;
  padding: 0;
}
#footerContent {
  width: 95%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  #footerContent {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  #footerContent {
    max-width: 1100px;
  }
}
#basefooter {
  clear: both;
  width: 100%;
  background: #324960;
  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);
}
@media only screen and (min-width: 1024px) {
  #basefooter .centered {
    max-width: 900px;
  }
}
@media only screen and (min-width: 1200px) {
  #basefooter .centered {
    max-width: 1100px;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .frame_footer {
    float: left;
    width: 25%;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .frame_footer {
    width: 270px;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .frame_footer2 {
    float: left;
    width: 20%;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
  }
}
@media only screen and (min-width: 1024px) {
  .frame_footer2 {
    width: 230px;
  }
}
@media only screen and (min-width: 1024px) {
  .sep {
    margin-top: 50px;
  }
}
.sep_footer {
  display: none;
}
@media only screen and (min-width: 768px) {
  .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 rgba(255, 255, 255, 0.6);
  }
}
/*=== END FOOTER ====*/
/*** SOCIAL PLUGINS BAR, MAIL ***/
.socials {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px 0 0 0;
}
.socialsTitle {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.socialsTitle:before {
  content: '';
  display: inline-block;
  background: #CCC;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: -5;
}
.socialsTitle span {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  background-color: #fff;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  padding: 6px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-social {
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
.list-social li {
  display: inline-block;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
  margin: 0 10px 0 0;
}
.list-social li a {
  text-align: center;
  text-decoration: none;
  margin: 0;
}
.outer-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 5px;
  box-sizing: border-box;
}
.outer-circle:hover {
  border: 1px solid #9b9b9b;
  transition-duration: 275ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
}
.outer-circle .inner-circle {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: none;
  border: 1px solid #222;
  border-radius: 15px;
  border: none;
}
.soc_fb {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff url(../images/socials/fb.svg) no-repeat 0 0;
  background-size: 30px 60px;
}
.soc_fb:hover {
  background: #222 url(../images/socials/fb.svg) no-repeat 0 -30px;
}
.soc_twitter {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff url(../images/socials/twitter.svg) no-repeat 0 0;
  background-size: 30px 60px;
}
.soc_twitter:hover {
  background: #222 url(../images/socials/twitter.svg) no-repeat 0 -30px;
}
.soc_google {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff url(../images/socials/google.svg) no-repeat 0 0;
  background-size: 30px 60px;
}
.soc_google:hover {
  background: #222 url(../images/socials/google.svg) no-repeat 0 -30px;
}
.soc_pint {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff url(../images/socials/pint.svg) no-repeat 0 0;
  background-size: 30px 60px;
}
.soc_pint:hover {
  background: #222 url(../images/socials/pint.svg) no-repeat 0 -30px;
}
.soc_mail {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff url(../images/socials/mail.svg) no-repeat 0 0;
  background-size: 30px 60px;
}
.soc_mail:hover {
  background: #222 url(../images/socials/mail.svg) no-repeat 0 -30px;
}
/*** 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;
}
.titoloEtichetta {
  display: inline-block;
  height: 1.35em;
  line-height: 1.35em;
  margin-bottom: 4px;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 1em;
  font-weight: bold;
  color: #FFF;
  background: #256ba4;
}
.titoloBlocco {
  display: block;
  line-height: 1.35em;
  margin-bottom: 4px;
  margin-top: 10px;
  font-size: 1.15em;
  font-weight: bold;
  color: #668493;
  letter-spacing: 3px;
}
@media only screen and (min-width: 1024px) {
  .titoloBlocco {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
.titoloParagrafo {
  display: block;
  color: #666;
  font-weight: bold;
  font-size: 1.1em;
  padding: 0 2px;
  border-bottom: 1px solid #666;
  margin-bottom: 15px;
  text-align: left;
}
.greyList {
  background-color: #f2f2f2;
  list-style: none;
  font-family: 'Oxigen', sans-serif;
  color: #666;
}
.greyList li {
  border-bottom: 1px solid #fff;
  font-weight: 400;
  padding: 2px 0 2px 10px;
  margin-left: 0;
}
.greyList li:last-child {
  border-bottom: none;
}
.greyList li ul {
  list-style: none;
  background-color: #eeebeb;
}
.citazione {
  display: block;
  font-style: italic;
  line-height: 1.2em;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .citazione {
    padding: 0px 200px 0px 0px;
  }
}
.espon {
  font-size: 0.8em;
  vertical-align: super;
}
.mailInd {
  display: block;
  background: url(../images/mailIco.png) no-repeat top left;
  padding: 0 0 0 40px;
  height: 20px;
  line-height: 20px;
  color: #666;
  margin-bottom: 4px;
}
.phone {
  display: block;
  background: url(../images/phoneIco.png) no-repeat top left;
  padding: 0 0 0 40px;
  height: 20px;
  line-height: 20px;
  color: #666;
  margin-bottom: 4px;
}
.fax {
  display: block;
  background: url(../images/faxIco.png) no-repeat top left;
  padding: 0 0 0 40px;
  height: 20px;
  line-height: 20px;
  color: #666;
  margin-bottom: 4px;
}
.linkWeb {
  display: block;
  background: url(../images/linkWeb.png) no-repeat top left;
  padding: 0 0 0 40px;
  height: 20px;
  line-height: 20px;
  color: #666;
  margin-bottom: 4px;
}
.linkPdf {
  display: block;
  background: url(../images/pdfIcon.png) no-repeat 0 5px;
  padding: 3px 0 3px 36px;
  line-height: 35px;
  height: 35px;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  color: #666;
  margin-bottom: 10px;
}
.socialsTit {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .socialsTit {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 34px;
    color: #256ba4;
    margin-right: 15px;
  }
}
/*** PAGINAZIONE RISULTATI RICERCA ***/
.pageButton {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em;
  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;
  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;
}
/*** FORM REGISTRAZIONE  ***/
.reg {
  margin-left: 10px;
  margin-top: 10px;
  width: 95%;
  padding: 5px;
}
#regBox {
  color: #111;
  background: none;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
#regBox h1 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}
#regBox p {
  font-size: 11px;
  color: #666666;
  margin-bottom: 20px;
  border-bottom: solid 1px #b7ddf2;
  padding-bottom: 10px;
}
#regBox label {
  display: block;
  font-weight: bold;
  text-align: right;
  width: 170px;
  float: left;
  line-height: 1em;
}
#regBox .small {
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  width: 170px;
  display: block;
}
#regBox input {
  display: block;
  font-size: 12px;
  padding: 4px 2px;
  border: solid 1px #aacfe4;
  width: 200px;
  margin: 2px 0 20px 180px;
}
#regBox img,
#regBox a {
  display: block;
  font-size: 12px;
  padding: 0;
  width: 200px;
  margin: 0 0 0 180px;
}
#regBox button {
  clear: both;
  margin-left: 180px;
  width: 100px;
  height: 25px;
  background-color: #666666;
  text-align: center;
  line-height: 25px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}
/*** END FORM REGISTRAZIONE  ***/
/*** FORM RICHIESTA PASSWORD  ***/
#pswReq {
  color: #111;
  background: none;
}
#pswReq h1 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}
#pswReq p {
  font-size: 11px;
  color: #666666;
  margin-bottom: 20px;
  border-bottom: solid 1px #b7ddf2;
  padding-bottom: 10px;
}
#pswReq label {
  display: block;
  font-weight: bold;
  text-align: right;
  width: 120px;
  float: left;
  line-height: 1em;
}
#pswReq .small {
  color: #111;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
  width: 120px;
}
#pswReq input {
  float: left;
  font-size: 12px;
  padding: 4px 2px;
  border: solid 1px #aacfe4;
  width: 200px;
  margin: 2px 0 20px 10px;
}
#pswReq button {
  clear: both;
  margin-left: 130px;
  width: 100px;
  height: 25px;
  background-color: #666666;
  text-align: center;
  line-height: 25px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}
/*** END FORM RICHIESTA PASSWORD  ***/
/*
.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 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 0.75em;
  color: #777;
  font-weight: 300;
  line-height: 21px;
  box-sizing: border-box;
}
.breadcrumb .breadSep {
  display: inline-block;
  padding: 0;
  width: 25px;
  height: 100%;
  line-height: 21px;
  background: url(../images/breadCrumbBack.svg) no-repeat 0 0;
  background-size: 21px 14px;
}
.breadcrumb .breadSepLast {
  display: inline-block;
  width: 25px;
  min-height: 21px;
  padding: 0;
  margin: 0;
  background: url(../images/breadCrumbBackSelected.svg) no-repeat 0 0;
  background-size: 28px 21px;
}
.breadcrumb .breadText {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px 0 20px;
  margin: 0;
  background: #fff url(../images/breadCrumbBack.svg) no-repeat -1px 0;
  background-size: 10px 20px;
  box-sizing: border-box;
}
.breadcrumb .breadLast {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #fff;
  padding: 0 10px 0 20px;
  margin: 0;
  background: #000 url(../images/breadCrumbBackSelected.svg) no-repeat -1px 0;
  background-size: 10px 20px;
  box-sizing: border-box;
}
.breadcrumb .back a {
  display: block;
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  font-size: 0.1em;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(../images/back.png) no-repeat top left;
}
.breadcrumb .back a:hover {
  background-position: bottom left;
}
/*==== END BREADCRUMBS ====*/
.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;
}
@media only screen and (min-width: 1024px) {
  #preview {
    position: absolute;
    width: 640px;
    top: 10px;
    padding: 0px;
    z-index: 1000;
  }
}
#cercaForm input[type="text"] {
  width: 65%;
}
/* Nascondiamo le sezioni che non vogliamo 
visualizzare su smartphone              */
aside .ultimi-commenti-widget,
aside#secondaria,
#preview {
  display: none;
}
.tableA {
  margin: 0px;
  padding: 0px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  vertical-align: top;
  color: #504945;
}
.tableA table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.tableA th {
  border: none;
  vertical-align: top;
  font-weight: bold;
  background: #f2f2f2;
  border-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  text-align: left;
  padding: 10px;
}
.tableA td {
  border: none;
  vertical-align: top;
  border-bottom: 1px solid #e9e9e9;
  text-align: left;
  padding: 10px;
}
.tableA tr:last-child td,
.tableA tr:last-child th {
  border-bottom: none;
}
/*** TABLE B ***/
.tableB {
  color: #666;
  font-size: 12px;
  background: #eaebec;
  margin: 10px 0;
  border: #ccc 1px solid;
  text-align: left;
}
.tableB a:link {
  color: #666;
  font-weight: bold;
  text-decoration: underline;
}
.tableB a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
.tableB a:hover,
.tableB a:active {
  color: #bd5a35;
  text-decoration: underline;
}
.tableB tr {
  padding-left: 5px;
}
.tableB tr:hover td {
  background: #fefdf6;
}
.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: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 td {
  vertical-align: top;
  padding: 5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  /*border-left: 1px solid #e0e0e0;*/
  background: #fff;
}
.tableB td:first-child {
  padding-left: 5px;
  border-left: 0;
}
.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;
}
.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.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
/*** COOKIES DISCLAIMER ***/
#cookieDisclaimer {
  position: absolute;
  width: 340px;
  top: 20%;
  left: 50%;
  margin-left: -170px;
  background: #fff;
  border: 4px solid #009ee0;
  border-radius: 5px;
  box-shadow: 10px 10px 21px -13px rgba(0, 0, 0, 0.75);
  z-index: 10000;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  color: #222;
}
@media only screen and (min-width: 768px) {
  #cookieDisclaimer {
    width: 500px;
    margin-left: -250px;
  }
}
#cookieDisclaimer .box {
  display: block;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.5em;
  box-sizing: border-box;
}
#cookieDisclaimer .box a {
  color: #F93;
}
#cookieDisclaimer .testa {
  margin: 0 auto;
  padding: 10px;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background: #009ee0;
  box-sizing: border-box;
}
#cookieDisclaimer #btnContainer {
  margin-top: 20px;
  display: inline-grid;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #cookieDisclaimer #btnContainer {
    grid-template-columns: auto auto auto;
    column-gap: 10px;
  }
}
#cookieDisclaimer #btnContainer .cookieBtn {
  font-size: 0.7em;
  line-height: 130%;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 8px;
  background: #f9f9f9;
  color: #959595;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
#cookieDisclaimer #btnContainer .cookieBtn:hover {
  background: #eeeeee;
}
@media only screen and (min-width: 768px) {
  #cookieDisclaimer #btnContainer .cookieBtn {
    padding: 10px 15px;
    margin-bottom: 0;
  }
}
#cookieDisclaimer #btnContainer #cookieOK {
  background: #3093b4;
  color: #fff;
}
#cookieDisclaimer #btnContainer #cookieOK:hover {
  background: #306383;
}
#cookieDisclaimer #cookiePrefs {
  display: block;
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 150%;
}
#cookieDisclaimer #cookiePrefs .cmpl-category {
  display: table;
  width: 100%;
  margin-bottom: 4px;
}
#cookieDisclaimer #cookiePrefs .cmpl-category .row {
  display: inline-grid;
  width: 100%;
  grid-template-columns: 40% auto 35px;
  column-gap: 5px;
  background-color: #f9f9f9;
}
#cookieDisclaimer #cookiePrefs .cmpl-category .row > div {
  padding: 5px 8px;
}
#cookieDisclaimer #cookiePrefs .cmpl-category .details {
  background-color: #f9f9f9;
  padding: 5px 8px;
}
#cookieDisclaimer .cmpl-open {
  display: inline-block;
  cursor: pointer;
  content: '';
  background: url(../images/down.png) no-repeat;
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: cover;
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  #cookieDisclaimer .cmpl-open {
    height: 20px;
    width: 20px;
  }
}
/*** END COOKIES DISCLAIMER ***/
/*** BLOG ***/
#main .post h2 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
  line-height: 2rem;
  text-align: left;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 768px) {
  #main .post h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }
}
#main .post h2 a {
  text-decoration: none;
}
.cancellaIcon {
  display: inline-block;
  width: 21px;
  min-width: 21px;
  height: 21px;
  max-height: 21px;
  background: url(../gestione/images/icons.png) no-repeat 0px 0px;
}
/* AGGIORNA ICON */
.aggiornaIcon {
  display: inline-block;
  height: 21px;
  width: 21px;
  min-width: 21px;
  min-height: 21px;
  border: none;
  background: url(../gestione/images/icons.png) no-repeat -231px 0px;
}
.aggiornaIcon:hover {
  cursor: pointer;
  background-position: -231px -21px;
}
.blogImg {
  display: block;
  width: 95%;
  max-width: 400px;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 4px;
  text-align: center;
  margin-bottom: 10px;
}
.blogImg img {
  margin: 0;
}
.blogDescrImg {
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 8px;
}
/*** FORM COMMENTI ***/
#insCommento {
  color: #000;
  font-size: 10px;
}
#insCommento legend {
  color: #000;
  border: #CCC;
}
#insCommento fieldset {
  border: 1px solid #CCC;
}
#insCommento .row {
  margin: 10px 0;
  clear: both;
}
#insCommento .row label {
  width: 80px;
  float: left;
  display: block;
  font-weight: bold;
  color: #787878;
}
#insCommento .row input[type=text] {
  width: 160px;
  padding: 0 5px;
  height: 25px;
  border: 1px solid #CCC;
}
#insCommento .row textarea {
  width: 240px;
  padding: 0 5px;
  height: 100px;
  border: 1px solid #CCC;
}
#insCommento .submit {
  padding: 5px;
  margin-top: 10px;
}
/*** END FORM COMMENTI ***/
/*** COMMENTI ***/
article.post {
  border: 1px solid #f0f0f0;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px -4px rgba(0, 0, 0, 0.75);
}
.comment-posted {
  font-size: 0.8rem;
  color: #666;
  border: 1px solid #ddd;
  padding: 5px;
  margin-top: 10px;
}
.comment-auth {
  font-size: 0.7rem;
  font-style: normal;
  color: #696969;
  background-color: #f0f0f0;
  display: block;
  margin: 0 0 5px 0;
  padding: 2px 5px;
}
/*** END COMMENTI ***/
/*==== NEWSLETTER ===*/
#main_newsletter {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #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;
  }
}
@media only screen and (min-width: 1200px) {
  #main_newsletter {
    width: 880px;
  }
}
#main_newsletter_art {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #main_newsletter_art {
    float: right;
    max-width: 67%;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  #main_newsletter_art {
    width: 610px;
  }
}
#main_newsletter_art h1,
#main_newsletter_art h2 {
  font-size: 1.2em;
  color: #c61a44;
  margin-bottom: 15px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #main_newsletter_art h2 {
    font-size: 1.5em;
  }
}
#main_newsletter_art h3 {
  color: #01667F;
  font-size: 1em;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 768px) {
  #main_newsletter_art h3 {
    font-size: 1.15em;
  }
}
@media only screen and (min-width: 1024px) {
  #main_newsletter_art h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.25em;
  }
}
#main_newsletter_art img {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  #main_newsletter_art img {
    max-width: none;
  }
}
#indiceNewsLetter {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  background: #e9e9e9;
  color: 646464;
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  #indiceNewsLetter {
    max-width: 30%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  #indiceNewsLetter {
    width: 250px;
  }
}
#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;
}
.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;
}
#sidebar_newsletter {
  float: left;
  width: 100%;
  padding: 0;
  margin: 8px 0 0 0;
}
@media only screen and (min-width: 768px) {
  #sidebar_newsletter {
    width: 200px;
    margin-right: 10px;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .boxDxTitNewsletter {
    margin-right: 10px;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .boxDxNewsletter {
    margin-top: 0;
  }
}
.prefNews {
  display: inline-block;
  background: none;
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
}
/*==== END NEWSLETTER ====*/
@media only screen and (min-width: 1024px) {
  .flexslider {
    width: 100%;
  }
}
.flexslider img.flex {
  width: 100%;
  width: 100;
  display: block;
}
/**
 * Tooltip Styles
 */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #fff;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -75px;
  padding: 7px;
  width: 150px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #984900;
  background-color: hsla(29, 100%, 60%, 0.9);
  color: #fff;
  text-transform: uppercase;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #984900;
  border-top: 5px solid hsla(29, 100%, 60%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
.homeTags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tagFrame {
  display: block;
  flex-shrink: 1;
  width: 100%;
  padding: 20px;
  font-size: 0.85em;
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .tagFrame {
    width: 50%;
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .tagFrame {
    width: 33%;
  }
}
/*** BOTTONI ***/
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.btn:focus {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active,
.btn.active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background: #3498db;
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  border-radius: 14px;
  color: #ffffff;
  padding: 4px 14px 4px 14px;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #3cb0fd;
  color: #ffffff;
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
#msgBox {
  color: #ee7f00;
  font-weight: bold;
  font-size: 1rem;
  margin: 10px 0 10px 0;
}
#msgBox span {
  display: inline-block;
  padding-left: 30px;
  min-height: 25px;
  line-height: 25px;
  background: url(../images/msg.svg) no-repeat 0 0;
}
#msgBox a {
  color: #688590;
}
#msgBox a:hover {
  color: #80a6b4;
}
.obbligatorio {
  display: inline-block;
  color: #f00;
  margin-right: 5px;
}
a.logBtn {
  display: none;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Open Sans', Arial;
  color: #ffffff;
  font-size: 1.15rem;
  padding: 12px 40px 12px 40px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  a.logBtn {
    display: inline-block;
  }
}
a.logBtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
a.logoutBtn {
  background: orange;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: 'Open Sans', Arial;
  color: black !important;
  font-size: 0.9rem;
  padding: 12px 40px 12px 40px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  a.logoutBtn {
    display: inline-block;
  }
}
a.logoutBtn:hover {
  background: orangered;
  text-decoration: none;
  color: white !important;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  min-height: 2000px;
  min-width: 100%;
  background: rgba(125, 125, 125, 0.7);
  z-index: 999;
}
.mask img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}
#containerLog {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 40px 0 0 0 ;
  text-align: center;
  background: url(../images/bg_log.jpg) no-repeat center 0;
  background-size: cover;
  box-sizing: border-box;
}
#mainLogin {
  width: 100%;
  min-height: 100%;
  text-align: center;
}
#login {
  display: inline-block;
  width: 95%;
  max-width: 600px;
  margin: 40px 0 150px 0;
  background: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #login {
    max-width: 450px;
  }
}
#loginForm {
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #loginForm {
    padding: 40px;
  }
}
input[type='text'].log,
input[type='password'].log,
input[type='email'].log {
  display: block;
  margin-top: 15px;
  padding: 4px 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #5E7E8A;
  border-radius: 10px;
  color: #333;
  font-size: 1em;
  width: 100%;
  box-sizing: border-box;
}
input[type='text'].log:focus,
input[type='password'].log:focus,
input[type='email'].log:focus {
  outline: none;
}
#logSubmit {
  display: inline-block;
  margin-top: 15px;
  background: url(../images/logSubmit.svg) no-repeat 50% 50%;
  border: 1px solid #009ee0;
  width: 150px;
  height: 60px;
  text-indent: -9999px;
  border-radius: 12px;
  box-sizing: border-box;
}
#logSubmit:hover {
  background: #009ee0 url(../images/logSubmitHover.svg) no-repeat 50% 50%;
}
#logMsg {
  display: block;
  margin: 0 auto;
  width: 500px;
  color: #222;
  font-weight: bold;
  font-size: 1.15em;
  background: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
}
#logMsgspan {
  display: inline-block;
  padding: 10px;
}
.logLabel {
  background: #556c72;
  color: #fff;
  padding: 4px;
  font-size: 0.85em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: -10px;
}
.viewIcon {
  display: inline-block;
  width: 21px;
  min-width: 21px;
  height: 21px;
  max-height: 21px;
  background: url(../images/icons.png) no-repeat -42px 0px;
}
.viewIcon:hover {
  cursor: pointer;
  background-position: -42px -21px;
}
#showPsw {
  top: 50px;
}
@media only screen and (min-width: 1200px) {
  #showPsw {
    top: 38px;
  }
}
/* checkboox slider */
.checkboxSlider {
  width: 75px;
  height: 25px;
  background: #333;
  margin: 0px;
  padding: 0;
  border-radius: 30px;
  position: relative;
}
.checkboxSlider:before {
  content: 'On';
  position: absolute;
  top: 4px;
  left: 8px;
  height: 2px;
  color: #00aeef;
  font-size: 11px;
}
/**
 * Create the label for the off position
 */
.checkboxSlider:after {
  content: 'Off';
  position: absolute;
  top: 4px;
  left: 50px;
  height: 2px;
  color: #979797;
  font-size: 11px;
}
/**
 * Create the pill to click
 */
.checkboxSlider label {
  display: block;
  width: 30px;
  height: 17px;
  border-radius: 30px;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 4px;
  z-index: 1;
  left: 7px;
  background: #ddd;
}
/**
 * Create the checkbox event for the label
 */
.checkboxSlider input[type=checkbox] {
  visibility: hidden;
}
.checkboxSlider input[type=checkbox]:checked + label {
  left: 40px;
  background: #00aeef;
}
/* end slider */
