/* File da compilare SCSS */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* CLASSI NECESSARIA ALLA IMPAGINAZIONE TABLE FREE */
.BLOBAlignLeft {
  text-align: left;
  position: relative; }

.BLOBAlignCenter {
  text-align: center; }

.BLOBAlignRight {
  text-align: right; }

.BLOBAlignJustify {
  text-align: justify; }

.BLOBBlockAlignCenter {
  text-align: center; }

.BLOBBlockAlignCenter div {
  margin: 0 auto; }

.BLOBBlockAlignRight {
  float: right; }

.BLOBBlockAlignLeft {
  float: left; }

.BLOBBlockAlignCenter dl {
  margin: 0 auto 20px; }

ul.BLOBListSymbolDisc {
  list-style-type: disc; }

ul.BLOBListSymbolCircle {
  list-style-type: circle; }

ul.BLOBListSymbolSquare {
  list-style-type: square; }

ol.BLOBListSymbolDecimal {
  list-style-type: decimal; }

ol.BLOBListSymbolLowerLetter {
  list-style-type: lower-alpha; }

ol.BLOBListSymbolUpperLetter {
  list-style-type: upper-alpha; }

ul.BLOBListSymbolNone {
  list-style-type: none; }

ul.viewUL li.viewLI {
  display: list-item; }

.BLOBFloatClear {
  clear: both; }

.BLOBFloatLeft {
  float: left;
  position: relative;
  /* serve per gestire un bug di ie http://www.positioniseverything.net/explorer/peekaboo.html */ }

.BLOBFloatRight {
  float: right;
  position: relative;
  /* serve per gestire un bug di ie http://www.positioniseverything.net/explorer/peekaboo.html */ }

.BLOBMarginLeft {
  margin-left: 10px; }

.BLOBMarginRight {
  margin-right: 10px; }

.BLOBIMGSpacerLeft {
  padding-left: 10px; }

.BLOBIMGSpacerRight {
  padding-right: 10px; }

.BLOBVAlignMiddle {
  vertical-align: middle; }

.BLOBVAlignTop {
  vertical-align: top; }

.BLOBVAlignBottom {
  vertical-align: bottom; }

.BLOBWidth100 {
  width: 100%; }

.BLOBWidth50 {
  width: 49%; }

/* usato per affiancare orrizontalmente n oggetti */
.BLOBWidthN1 {
  float: left;
  width: 99%; }

.BLOBWidthN2 {
  float: left;
  width: 49.5%; }

.BLOBWidthN3 {
  float: left;
  width: 33%; }

.BLOBWidthN4 {
  float: left;
  width: 24.7%; }

.BLOBWidthN5 {
  float: left;
  width: 19.8%; }

.BLOBWidthN6 {
  float: left;
  width: 16.5%; }

.BLOBWidthN7 {
  float: left;
  width: 14.1%; }

.BLOBWidthN8 {
  float: left;
  width: 12.3%; }

.BLOBWidthN9 {
  float: left;
  width: 11.0%; }

.BLOBWidthN10 {
  float: left;
  width: 9.9%; }

.BLOBWidthN11 {
  float: left;
  width: 9.0%; }

.BLOBWidthN12 {
  float: left;
  width: 8.2%; }

.BLOBWidthN13 {
  float: left;
  width: 7.6%; }

.BLOBWidthN14 {
  float: left;
  width: 7.0%; }

.BLOBWidthN15 {
  float: left;
  width: 6.6%; }

/* usato per la dimensione delle celle delle tabelle */
.BLOBWidthTDN1 {
  width: 99%; }

.BLOBWidthTDN2 {
  width: 49.5%; }

.BLOBWidthTDN3 {
  width: 33%; }

.BLOBWidthTDN4 {
  width: 24.7%; }

.BLOBWidthTDN5 {
  width: 19.8%; }

.BLOBWidthTDN6 {
  width: 16.5%; }

.BLOBWidthTDN7 {
  width: 14.1%; }

.BLOBWidthTDN8 {
  width: 12.3%; }

.BLOBWidthTDN9 {
  width: 11.0%; }

.BLOBWidthTDN10 {
  width: 9.9%; }

.BLOBWidthTDN11 {
  width: 9.0%; }

.BLOBWidthTDN12 {
  width: 8.2%; }

.BLOBWidthTDN13 {
  width: 7.6%; }

.BLOBWidthTDN14 {
  width: 7.0%; }

.BLOBWidthTDN15 {
  width: 6.6%; }

.BLOBRow1px {
  font-size: .05em;
  height: 1px; }

.BLOBHidden {
  visibility: hidden;
  position: absolute;
  top: -1000em;
  font-size: .1em; }

.FlexCMPError {
  position: relative;
  margin: 2em 0 2em 0;
  padding: .5em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: bold;
  color: #000000;
  background-color: #FFFF66;
  border: 2px solid #FF0000; }

.errList {
  margin: 1em auto;
  max-width: 600px;
  padding: .5em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .9em;
  font-weight: bold;
  color: #000000;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  list-style-type: none;
  border-radius: 4px; }

.nowrap {
  white-space: nowrap; }

/* Bordo del campo bloboject che diventa rosso se lasci vuoto un campo obbligatori */
.fldBox {
  border: 1px solid black; }

.fldErr {
  border: 1px solid red; }

/* Partial con le informazioni base del progetto - Mixin, Plaholder, variabili, font */
/* Colori progetto */
/* Stili di reset */
a:hover {
  text-decoration: none; }

a, a:hover, a:active, a:focus {
  outline: 0; }

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0; }

ol li, ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top; }

a {
  color: black; }

a:hover {
  color: #00714b; }

img {
  max-width: 100%;
  height: auto; }

/* Rimuove il colore giallo dell'autocomplete di chrome negli input */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #e5e5e5 inset !important;
  border: 1px solid #e5e5e5 !important;
  -webkit-text-fill-color: #000000 !important; }

.BLOBBlockAlignLeft, .BLOBBlockAlignRight {
  float: none; }

.NoPadSx {
  padding-left: 0 !important; }

.NoPadDx {
  padding-right: 0 !important; }

.NoPad {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.PadUpDown {
  padding: 50px 0; }

.PadUp {
  padding: 50px 0 0 0; }

.PadDown {
  padding: 0 0 50px 0; }

.PadUpDownBig {
  padding: 100px 0; }

.BLOBHidden {
  display: none; }

.BoxFloatDx {
  display: block;
  float: right;
  margin: 0 0 30px 30px; }

/* Oggetti editoriali comuni */
h1, h3, h4, h5 {
  margin: 0 0 15px 0;
  font-family: 'Lato', sans-serif;
  font-weight: 600; }

h1 {
  font-size: 36px;
  line-height: 36px; }

h2 {
  color: black; }

ul.viewUL li, ol.viewOL li {
  list-style-position: outside;
  margin-left: 30px;
  margin-bottom: 10px;
  display: block; }

ul.viewUL.BLOBListSymbolDisc li:before {
  content: " ";
  height: 8px;
  width: 8px;
  display: inline-block;
  margin: -5px 10px 0 -17px;
  border-radius: 50%;
  background-color: #c2cf34;
  vertical-align: middle;
  position: relative; }
ul.viewUL.BLOBListSymbolCircle li:before {
  content: " ";
  height: 8px;
  width: 8px;
  display: inline-block;
  margin: -5px 10px 0 -17px;
  border-radius: 50%;
  border: 2px solid #c2cf34;
  background-color: transparent;
  vertical-align: middle;
  position: relative; }
ul.viewUL.BLOBListSymbolSquare li:before {
  content: " ";
  height: 6px;
  width: 6px;
  display: inline-block;
  margin: -5px 10px 0 -17px;
  background-color: #c2cf34;
  vertical-align: middle;
  position: relative; }
ul.viewUL.BLOBListSymbolNone li {
  margin-left: 31px; }

ol.viewOL.BLOBListSymbolCustom1 li:before {
  content: "\e258";
  display: inline-block;
  margin-right: 10px;
  color: #c2cf34;
  font-family: 'Glyphicons Halflings';
  margin-top: -2px;
  vertical-align: middle;
  position: relative;
  font-size: 1.2rem; }
ol.viewOL.BLOBListSymbolCustom2 {
  margin-left: 20px; }
  ol.viewOL.BLOBListSymbolCustom2 li {
    margin-bottom: 15px; }
    ol.viewOL.BLOBListSymbolCustom2 li:before {
      content: "\e013";
      display: inline-block;
      margin-right: 10px;
      color: #58585a;
      font-family: 'Glyphicons Halflings';
      margin-top: 0;
      vertical-align: middle;
      position: absolute;
      font-size: 1.5rem;
      left: -25px; }

.BLOBListSymbolDecimal, .BLOBListSymbolLowerLetter, .BLOBListSymbolUpperLetter {
  margin-left: 0; }
  .BLOBListSymbolDecimal li, .BLOBListSymbolLowerLetter li, .BLOBListSymbolUpperLetter li {
    display: list-item !important; }

.CorpoPagina hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 2px dashed #58585a; }

.userFormat3 {
  color: #00714b; }

.clear {
  clear: both;
  height: 1px; }

.blob-element-download a {
  color: #58585a;
  display: block;
  border: 1px solid #58585a;
  padding: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  transition: color 0.5s; }
  .blob-element-download a img {
    margin-right: 10px; }
  .blob-element-download a :hover {
    color: black; }
  .blob-element-download a :before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #c2cf34;
    transition: width 0.5s;
    z-index: -1; }
  .blob-element-download a :hover:before {
    width: 100%; }

/* PLACEHOLDER */
.viewPar p, .viewParCell p, p, ul.viewUL, ol.viewOL, .AdminLink .adminPanelPageInfoItemTitle, .AdminLink .adminPanelPageInfoItem, .TestoBordoVerde, .home .Top1 .PrimoPianoHome p, table.viewTable .viewTableCellText, body {
  font-family: 'Lato', sans-serif;
  font-weight: 400; }

header .MenuH ol li a, header .MenuH ol li strong, header .MenuH ol ol li a, header .MenuH ol ol li.LIStrong strong, header .MenuH ol ol li.LISel strong, .TestoEvidenza, .home .Top1 .PrimoPianoHome h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 600; }

.userFormat1, table.viewTable .viewTableHCCellText {
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

.viewPar p, .viewParCell p, p, ul.viewUL, ol.viewOL, .AdminLink .adminPanelPageInfoItemTitle, .AdminLink .adminPanelPageInfoItem, .TestoBordoVerde, .home .Top1 .PrimoPianoHome p {
  font-size: 17px;
  line-height: 21px;
  margin: 0 0 15px 0; }

footer ol.Social li a i {
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

header .MenuH ol ol {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

footer ol.Social li a {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  /* Safari */
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.LinkSottoElenc a, .ElencFotoDataTitolo ol li {
  -webkit-transition: background 0.3s ease-in-out;
  /* Safari */
  transition: background 0.3s ease-in-out; }

.TopHeader ol li a, .WrapBread .Bread a, footer a, .ElencFotoDataTitolo .Caption :hover {
  -webkit-transition: color 0.3s ease-in-out;
  /* Safari */
  transition: color 0.3s ease-in-out; }

/* MIXIN */
/* definizione Mixin media query */
.BoxGrey {
  background-color: #f1efef;
  margin-bottom: 30px; }

.BgGreen {
  background-color: #e1eec5;
  margin-bottom: 30px;
  height: inherit;
  min-height: 300px; }

.viewIndexSlice ol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 30px -5px; }
  .viewIndexSlice ol li {
    -webkit-flex: 0 1 32%;
    -moz-flex: 0 1 32%;
    -ms-flex: 0 1 32%;
    -o-flex: 0 1 32%;
    flex: 0 1 32%;
    position: relative;
    margin: 5px;
    border: 1px solid #58585a; }
    .viewIndexSlice ol li a {
      background-color: #c2cf34;
      color: black;
      text-transform: uppercase;
      padding: 15px;
      font-weight: 600;
      font-size: 16px;
      line-height: 16px;
      display: block;
      text-align: left;
      -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
      /* Safari */
      transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
      .viewIndexSlice ol li a:hover {
        background-color: #00714b;
        color: white; }

.ElencoCanale a, .viewLinkOnlyTextContainer a {
  color: #00714b;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
  /* Safari */
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out; }
  .ElencoCanale a:hover, .viewLinkOnlyTextContainer a:hover {
    text-decoration: underline; }

/* Classi generiche progetto da estendere */
.containerFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: stretch; }
  .containerFlex .itemFlex50 {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -o-flex: 1 1 50%;
    flex: 1 1 50%;
    overflow: hidden; }
  .containerFlex .itemFlex33 {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    width: 33.3%;
    overflow: hidden; }

.NoPadSx {
  padding-left: 0 !important; }

.NoPadDx {
  padding-right: 0 !important; }

.NoPad {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.PadUpDown {
  padding-top: 60px;
  padding-bottom: 60px; }

.PadUp {
  padding-top: 60px; }

.PadDown {
  padding-bottom: 60px; }

.PadUpDownBig {
  padding-top: 100px;
  padding-bottom: 100px; }

.PadLeft {
  padding-left: 20px; }

.PadRight {
  padding-right: 20px; }

.BLOBHidden {
  display: none; }

.BoxFloatDx {
  display: block;
  float: right;
  margin: 0 0 30px 30px; }

/* Oggetti editoriali comuni */
ul.viewUL li.viewLI, ol.viewOL li.viewLI {
  display: block; }

/* ADMINLINK */
.WrapAdmin {
  background-color: #58585a; }

.AdminLink {
  background-color: #58585a; }
  .AdminLink a, .AdminLink p, .AdminLink a.btn {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.4rem; }
  .PagInt .AdminLink {
    background-color: #58585a; }
    .PagInt .AdminLink a, .PagInt .AdminLink p, .PagInt .AdminLink a.btn {
      color: #ffffff; }
  .AdminLink .adminPanelPageInfo {
    color: #ffffff;
    font-size: 1.4rem;
    margin: 0;
    padding: 10px;
    text-align: center; }
  .AdminLink .adminPanelPageInfoItemTitle, .AdminLink .adminPanelPageInfoItem {
    color: #ffffff;
    text-align: center; }
  .AdminLink .adminLinkOnSite, .AdminLink .admin-backoffice-link a, .AdminLink .admin-logged-panel a, .AdminLink .admin-logged-panel p {
    background-color: #333333;
    border-radius: 4px;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    padding: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 300px; }
  .AdminLink .admin-logged-panel, .AdminLink a.btn {
    text-align: center;
    color: #ffffff; }
  .AdminLink .WrapAdmin {
    padding: 20px; }

/* Testata sticky */
.headroom {
  transition: transform 400ms ease-out; }

.goingDown {
  transform: translateY(-165%); }

.stuck {
  transform: translateY(0%);
  position: fixed;
  z-index: 1000;
  /* 1030 */
  backface-visibility: hidden;
  top: 0;
  width: 100%; }

.stuck.imOnTop {
  position: relative;
  z-index: 2; }

/* Stili Tabella */
table.viewTable {
  border-top: 2px solid #58585a !important;
  border-left: none !important; }
  table.viewTable tr {
    border-bottom: 2px solid #58585a !important; }
    table.viewTable tr th, table.viewTable tr td {
      border-right: none !important;
      border-bottom: none !important;
      padding: 15px !important; }
  table.viewTable .viewTableHCCellText {
    font-size: 2rem;
    line-height: 2rem;
    color: #58585a; }
  table.viewTable .viewTableCellText {
    font-size: 2rem;
    line-height: 2rem;
    color: #000000; }

/* pulsante menu */
#hamburger-icon {
  color: #58585a;
  width: 30px;
  height: 20px;
  position: relative;
  display: block;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  right: inherit;
  z-index: 120;
  cursor: pointer; }
  #hamburger-icon .line {
    display: block;
    background: #58585a;
    width: 30px;
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
  #hamburger-icon .line.line-1 {
    top: 0; }
  #hamburger-icon .line.line-2 {
    top: 50%; }
  #hamburger-icon .line.line-3 {
    top: 100%; }
  #hamburger-icon:hover .line-1 {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px); }
  #hamburger-icon:hover .line-3 {
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px); }
  #hamburger-icon.active .line-1 {
    transform: translateY(10px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -moz-transform: translateY(10px) translateX(0) rotate(45deg); }
  #hamburger-icon.active .line-2 {
    opacity: 0; }
  #hamburger-icon.active .line-3 {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-10px) translateX(0) rotate(-45deg); }

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
.hvr-bob {
  animation-delay: 0s, 0.3s;
  animation-direction: normal, alternate;
  animation-duration: 0.3s, 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1, infinite;
  animation-name: hvr-bob-float, hvr-bob;
  animation-timing-function: ease-out, ease-in-out;
  backface-visibility: hidden;
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  transform: translateZ(0px);
  vertical-align: middle; }

.hvr-bob {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate; }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Informazioni di base, definizione costanti, colori, mixin, ... */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: inline-block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* CSS dello slider http://kenwheeler.github.io/slick/ */
/* MEDIA QUERY */
/* Media query per la gestione del responsive */
.GoAway {
  position: absolute;
  top: -10000px;
  left: -10000px; }

html {
  font-size: 62.5%; }

body {
  color: #333333;
  min-height: 100vh;
  font-size: 1.6rem; }

/* TOP HEADER */
.TopHeader {
  background-color: #58585a;
  color: white;
  padding: 6px 0; }
  .TopHeader .SearchWrap {
    position: absolute;
    right: 0;
    top: -1px;
    background-color: #c2cf34; }
    .TopHeader .SearchWrap .Search #text {
      border: 0;
      padding: 3px;
      color: #000000; }
    .TopHeader .SearchWrap .Search #btnOK {
      background: #c2cf34 url(kAssetsUSR/img/New/ico-cerca.png) 45% 50% no-repeat;
      position: relative;
      border: none;
      width: 27px;
      height: 27px;
      vertical-align: top;
      font-size: 0;
      color: transparent;
      margin-left: -2px; }
  .TopHeader ol li {
    margin: 0 15px; }
    .TopHeader ol li a {
      color: white;
      font-size: 24px;
      line-height: 24px; }
      .TopHeader ol li a :hover {
        color: #c2cf34; }
    .TopHeader ol li :last-child {
      margin-right: 0; }

/* HEADER */
header {
  padding: 10px 0; }
  header .LogoTop {
    display: block;
    position: relative;
    margin-left: 20px; }
  header .MenuH {
    margin: 45px 0 0 0; }
    header .MenuH ol li {
      position: relative;
      margin: 0 10px 0 0; }
      header .MenuH ol li a, header .MenuH ol li strong {
        padding: 0 15px 0 0;
        font-size: 17px;
        line-height: 17px;
        color: black;
        display: block; }
      header .MenuH ol li a:hover {
        color: #00714b; }
      header .MenuH ol li :after {
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 2px;
        background-color: black; }
      header .MenuH ol li :last-child:after {
        display: none;
        margin: 0; }
    header .MenuH ol ol {
      display: none;
      position: absolute;
      background-color: #c2cf34;
      color: #000000;
      min-width: 240px;
      margin-left: 0;
      margin-top: 10px;
      border-top: 3px solid #00714b;
      z-index: 100;
      padding: 0px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); }
      header .MenuH ol ol li {
        margin: 0;
        padding: 0;
        display: block; }
        header .MenuH ol ol li:after {
          display: none; }
        header .MenuH ol ol li a, header .MenuH ol ol li.LIStrong strong, header .MenuH ol ol li.LISel strong {
          color: #000000;
          font-size: 16px;
          line-height: 16px;
          display: block;
          text-align: center;
          vertical-align: top;
          padding: 15px 10px;
          -webkit-transition: background-color 0.3s ease-in-out;
          /* Safari */
          transition: background-color 0.3s ease-in-out; }
          .home header .MenuH ol ol li a, .home header .MenuH ol ol li.LIStrong strong, .home header .MenuH ol ol li.LISel strong {
            padding: 15px 10px; }
          header .MenuH ol ol li a a:hover, header .MenuH ol ol li.LIStrong strong a:hover, header .MenuH ol ol li.LISel strong a:hover {
            color: #ffffff; }
        header .MenuH ol ol li a:hover, header .MenuH ol ol li.LIStrong strong, header .MenuH ol ol li.LISel strong {
          background-color: #f1efef;
          color: #000000; }
  header .MenuHResp {
    background-color: #c2cf34;
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 200; }
    header .MenuHResp ol > li {
      margin: 2px 0;
      display: block;
      width: 100%;
      text-align: center; }
      header .MenuHResp ol > li a, header .MenuHResp ol > li strong {
        color: #000000;
        text-transform: uppercase;
        padding: 3px 10px;
        display: inline-block; }
        header .MenuHResp ol > li a:hover, header .MenuHResp ol > li strong:hover {
          font-weight: 600; }
      header .MenuHResp ol > li i.BtnOpen {
        padding: 0 5px;
        color: #000000;
        width: 10px;
        text-align: center; }
    header .MenuHResp ol > li > ol {
      display: none;
      background-color: #00714b;
      padding: 15px 0; }
      header .MenuHResp ol > li > ol > li a, header .MenuHResp ol > li > ol > li strong {
        color: #ffffff;
        text-transform: none; }
    header .MenuHResp ol > li > ol > li > ol {
      display: none; }
  header .WrapHam {
    display: inline-block;
    float: right;
    position: relative;
    padding: 20px 10px 0; }

header.stuck {
  background-color: white;
  border-bottom: 3px solid #c2cf34;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  header.stuck .LogoTop {
    max-width: 130px; }
  header.stuck .MenuH {
    margin: 15px 0 0 0; }

/* Breadcrumb */
.WrapBread .Bread {
  margin: 10px 0; }
  .WrapBread .Bread a {
    color: black; }
    .WrapBread .Bread a :hover {
      color: #c2cf34; }
  .WrapBread .Bread a, .WrapBread .Bread strong {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600; }

/* CORPOPAGINA*/
.CorpoPagina h1.viewTitolo {
  border-bottom: 2px solid #c2cf34;
  font-size: 33px;
  line-height: 33px;
  display: block;
  position: relative;
  padding: 0 5px 5px 5px; }
.CorpoPagina h2.viewSottotitolo {
  position: relative;
  font-size: 17px;
  line-height: 19px;
  font-weight: 800;
  text-transform: uppercase; }
  .CorpoPagina h2.viewSottotitolo :before {
    content: '';
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 10px;
    background-color: #c2cf34;
    margin-top: 3px; }
.CorpoPagina h4.viewTitolo4 {
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px dashed #58585a;
  color: #58585a;
  text-transform: uppercase;
  display: block;
  margin: 20px 0;
  padding: 0 4px 4px 4px; }

/* FOOTER */
footer {
  background-color: #58585a;
  color: white;
  padding: 20px 0; }
  footer a {
    color: white; }
    footer a :hover {
      color: #c2cf34; }
  footer ol.Social li {
    margin: 0 5px; }
    footer ol.Social li a {
      color: #58585a;
      background-color: white;
      font-size: 20px;
      line-height: 20px;
      width: 38px;
      height: 38px;
      text-align: center;
      display: block;
      position: relative; }
      footer ol.Social li a :hover {
        background-color: #c2cf34; }
      footer ol.Social li a i {
        position: absolute; }
  footer .MenuFooter {
    margin: 35px 0; }
    footer .MenuFooter ol li {
      position: relative;
      margin: 0 5px 0 0; }
      footer .MenuFooter ol li a, footer .MenuFooter ol li strong {
        text-transform: uppercase;
        padding: 0 10px 0 0;
        font-size: 16px;
        line-height: 16px; }
      footer .MenuFooter ol li :after {
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: white; }
      footer .MenuFooter ol li :last-child:after {
        display: none; }

.WrapMenuLat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .WrapMenuLat .MenuSx {
    -webkit-flex: 0 1 32%;
    -moz-flex: 0 1 32%;
    -ms-flex: 0 1 32%;
    -o-flex: 0 1 32%;
    flex: 0 1 32%;
    background-color: #f1efef; }
  .WrapMenuLat .CorpoInt {
    -webkit-flex: 0 1 68%;
    -moz-flex: 0 1 68%;
    -ms-flex: 0 1 68%;
    -o-flex: 0 1 68%;
    flex: 0 1 68%; }

.MenuSx {
  padding-bottom: 50px; }
  .MenuSx ol {
    margin: 0;
    padding: 0; }
    .MenuSx ol li {
      display: block;
      width: 100%;
      margin: 0; }
      .MenuSx ol li a, .MenuSx ol li strong {
        background-color: #c2cf34;
        color: black;
        display: block;
        padding: 10px 20px;
        font-size: 19px;
        line-height: 19px;
        font-weight: 600; }
  .MenuSx ol ol {
    padding: 0 15px 0 50px; }
    .MenuSx ol ol li {
      display: block;
      border-bottom: 1px dashed black; }
      .MenuSx ol ol li a, .MenuSx ol ol li strong {
        background-color: transparent;
        color: black;
        padding: 10px;
        font-size: 17px;
        line-height: 17px;
        font-weight: 600;
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        /* Safari */
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
        .MenuSx ol ol li a:hover, .MenuSx ol ol li strong:hover {
          background-color: #00714b;
          color: #ffffff; }
      .MenuSx ol ol li strong {
        background-color: #00714b;
        color: #ffffff; }

/*----------Paginatore---------*/
.FlexNavi {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #c2cf34; }
  .FlexNavi span, .FlexNavi ol {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .FlexNavi ol li {
    display: inline-block;
    margin: 0 5px;
    padding: 0; }
  .FlexNavi .NavInactive {
    color: #000000; }
    .FlexNavi .NavInactive a {
      color: #333333; }

/* Testi personalizzati */
.EtichettaVerde {
  background-color: #c2cf34;
  color: black;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 16px;
  margin: 15px 0;
  display: inline-block;
  font-weight: 700; }

.TestoEvidenza {
  font-size: 17px;
  line-height: 22px;
  color: black; }

.TestoBordoVerde {
  border-left: 3px solid #c2cf34;
  padding-left: 10px; }

h3.TitQuadVerde {
  position: relative; }
  h3.TitQuadVerde :before {
    content: '';
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    background-color: #c2cf34;
    margin-top: 3px; }

.LinkSottoElenc {
  background-color: #d1d2d4; }
  .LinkSottoElenc a {
    background-color: #d1d2d4;
    color: black;
    font-size: 17px;
    line-height: 17px;
    display: block;
    font-weight: 600;
    padding: 8px 10px;
    margin-bottom: 30px; }
    .LinkSottoElenc a :hover {
      background-color: #c2cf34; }

/* Elencatori */
.ElencFotoDataTitolo {
  display: block;
  position: relative; }
  .ElencFotoDataTitolo ol li {
    display: block;
    position: relative;
    margin: 0 0 -1px 0;
    border-top: 1px dashed #58585a;
    border-bottom: 1px dashed #58585a; }
    .ElencFotoDataTitolo ol li :nth-child(2n+1) {
      background-color: #f1efef; }
    .ElencFotoDataTitolo ol li :last-child {
      margin-bottom: 0; }
    .ElencFotoDataTitolo ol li :hover {
      background-color: #e1eec5; }
  .ElencFotoDataTitolo .Caption {
    padding: 15px 0;
    display: block;
    position: relative; }
    .ElencFotoDataTitolo .Caption small {
      display: block;
      font-size: 16px;
      line-height: 16px;
      margin: 0;
      color: black; }
    .ElencFotoDataTitolo .Caption em {
      font-style: normal;
      font-weight: 600;
      display: block;
      font-size: 16px;
      line-height: 16px;
      margin: 15px 0;
      color: black; }
    .ElencFotoDataTitolo .Caption h3 {
      font-weight: 400;
      display: block;
      font-size: 18px;
      line-height: 22px;
      color: black; }
    .ElencFotoDataTitolo .Caption :hover h3 {
      color: #00714b; }

.home .Top1 {
  position: relative; }
  .home .Top1 .EtichettaVerde {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    margin: 0; }
  .home .Top1 .PrimoPianoHome {
    position: relative;
    z-index: 40; }
    .home .Top1 .PrimoPianoHome h2 {
      font-size: 27px;
      line-height: 28px;
      display: block;
      margin: 15px 10px;
      color: black; }
    .home .Top1 .PrimoPianoHome p {
      margin: 0 10px 15px; }
.home .Top2 .BLOBAlignCenter a img {
  margin-top: -15px; }
.home .Top2 .PuntoPSRHome {
  margin-top: 25px; }
  .home .Top2 .PuntoPSRHome .Item {
    display: block;
    position: relative; }
    .home .Top2 .PuntoPSRHome .Item .EtichettaVerde {
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }
    .home .Top2 .PuntoPSRHome .Item h3 {
      margin: 15px 0; }
.home .NewsHome .Item {
  display: block;
  position: relative; }
  .home .NewsHome .Item .EtichettaVerde {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
  .home .NewsHome .Item h3 {
    margin: 10px 0;
    font-size: 22px;
    line-height: 24px; }
.home .HomeBottom .EtichettaVerde {
  /*cambiato da michele*/
  position: absolute;
  margin: 0; }
.home .HomeBottom .RegioniHome {
  display: block;
  position: relative;
  padding: 10px; }
  .home .HomeBottom .RegioniHome .Item {
    display: block;
    border-bottom: 1px dashed #58585a;
    padding: 8px 0;
    margin-top: 10px; }
    .home .HomeBottom .RegioniHome .Item p {
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 16px; }
    .home .HomeBottom .RegioniHome .Item h3 {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 20px; }
.home .HomeBottom .RRNHome .Caption {
  padding: 15px 10px; }
  .home .HomeBottom .RRNHome .Caption p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 16px; }
  .home .HomeBottom .RRNHome .Caption h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px; }

/* VCO */
.VCOImgTestoHome {
  background-color: #9ea572;
  margin: 30px 0;
  display: block;
  position: relative;
  padding-bottom: 20px; }
  .VCOImgTestoHome .EtichettaVerde {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 8px 20px; }
  .VCOImgTestoHome h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    padding: 13px 0;
    position: relative;
    margin: 0; }

.ElencoCanale {
  padding-left: 15px; }
  .ElencoCanale p {
    margin: 0; }
  .ElencoCanale.DataTitoloStrillo ol li {
    margin: 0 0 20px;
    display: block; }

.WrapMenuTopResp #toggleTopMenu {
  background-color: #00714b;
  border-radius: 0 0 50px 50px;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  margin: 0 0 20px;
  min-width: 150px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 100%; }
  .WrapMenuTopResp #toggleTopMenu span {
    color: #ffffff; }
  .WrapMenuTopResp #toggleTopMenu strong {
    color: #ffffff;
    font-size: 16px;
    margin: 0 10px;
    text-decoration: none;
    text-transform: uppercase; }
  .WrapMenuTopResp #toggleTopMenu .dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
    top: 100%;
    z-index: 1000; }
  .WrapMenuTopResp #toggleTopMenu .dropdown-menu {
    width: 100%; }

.WrapMenuTopResp.open .dropdown-menu {
  display: block;
  width: 100% !important; }

/* MEDIA QUERY */
@media screen and (max-width: 991px) {
  .TopHeader {
    padding: 6px 0 0; }
    .TopHeader ol {
      margin: 0 0 6px; }
      .TopHeader ol li a {
        font-size: 18px;
        line-height: 18px; }
    .TopHeader .SearchWrap {
      position: relative;
      display: block;
      overflow: hidden; }
      .TopHeader .SearchWrap .Search input#text {
        width: 80%;
        float: left;
        padding: 5px 10px;
        color: #000000; }
      .TopHeader .SearchWrap .Search #btnOK {
        width: 35px;
        height: 28px; }

  header {
    padding: 0;
    border-bottom: 2px solid #c2cf34; }
    header .LogoTop {
      margin: 10px 0 10px 20px; }

  footer ol.Social li a {
    width: 30px;
    height: 30px; }

  .WrapMenuLat .CorpoInt {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    -o-flex: 0 1 100%;
    flex: 0 1 100%; }

  .PadLeft {
    padding-left: 0; }

  .MenuSx ol ol {
    padding: 0; }

  .WrapBread .Bread a, .WrapBread .Bread strong {
    font-size: 13px;
    line-height: 13px; }

  .CorpoPagina h1.viewTitolo {
    font-size: 25px;
    line-height: 28px; }

  .home .Top1 .PrimoPianoHome h2, .home .Top2 .PuntoPSRHome .Item h3, .home .NewsHome .Item h3, .home .VCOImgTestoHome h3 {
    font-size: 20px;
    line-height: 25px; }
  .home .Top2 .BLOBAlignCenter a img {
    margin-top: 0; }
  .home .VCOImgTestoHome h3 {
    padding: 40px 0 13px; }

  .NoPadSx {
    padding-left: 15px !important; }

  .ElencFotoDataTitolo a {
    display: block;
    margin: 0 auto; }
    .ElencFotoDataTitolo a img {
      display: block;
      margin: 0 auto; }

  .BgGreen {
    display: block;
    min-height: 300px;
    height: auto !important; } }
@media (min-width: 401px) and (max-width: 766px) {
  .NewsHome a, .PuntoPSRHome a, .RRNHome a {
    margin: 10px 0;
    display: block; }
    .NewsHome a img, .PuntoPSRHome a img, .RRNHome a img {
      display: inline-block;
      float: left;
      max-width: 40%; }
    .NewsHome a .BoxCont, .NewsHome a .Caption, .PuntoPSRHome a .BoxCont, .PuntoPSRHome a .Caption, .RRNHome a .BoxCont, .RRNHome a .Caption {
      display: inline-block;
      max-width: 60%;
      padding-left: 15px; }
  .NewsHome .Item h3, .NewsHome .Caption h3, .PuntoPSRHome .Item h3, .PuntoPSRHome .Caption h3, .RRNHome .Item h3, .RRNHome .Caption h3 {
    font-size: 17px !important;
    line-height: 20px !important; } }
@media screen and (max-width: 400px) {
  .ElencFotoDataTitolo ol li div {
    width: 100%; } }

/*# sourceMappingURL=N_flex.css.map */
