@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: 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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url('/images/./layout/ajax-loader.gif') center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear, to bottom, #fff 50%, #eee 100%;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear, to bottom, #eee 50%, #ccc 100%;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear, to bottom, #fff 0%, #eee 50%;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear, to bottom, #eee 50%, #fff 100%;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.container {
  max-width: 1200px;
  margin: 0 auto; }

#top {
  background-color: #79a931;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #79a931), color-stop(50%, #6f9d2c), color-stop(100%, #5d8423));
  background-image: -webkit-linear-gradient(to top, #79a931, #6f9d2c, #5d8423);
  background-image: -moz-linear-gradient(to top, #79a931, #6f9d2c, #5d8423);
  background-image: -ms-linear-gradient(to top, #79a931, #6f9d2c, #5d8423);
  background-image: -o-linear-gradient(to top, #79a931, #6f9d2c, #5d8423);
  background-image: linear-gradient(to top, #79a931, #6f9d2c, #5d8423);
  border-top: 1px solid #a1b880;
  border-bottom: 1px solid #507024;
  margin-bottom: 2px; }
  #top .container {
    padding: 0 40px;
    *zoom: 1; }
    #top .container:before, #top .container:after {
      content: " ";
      display: table; }
    #top .container:after {
      clear: both; }

#wrapper {
  position: relative;
  background: #fff url("../images/layout/bg.jpg") no-repeat 50% 0;
  background-size: auto 315px;
  border-bottom: 10px solid #6f9d2c; }
  @media screen and (max-width: 990px) {
    #wrapper {
      margin-top: 10px;
      border-top: 3px solid #6f9d2c; } }
  #wrapper .bgpp {
    width: 315px;
    height: 315px;
    background: red;
    position: absolute;
    top: 0;
    left: 0; }

#page {
  position: relative; }

#header-main {
  position: relative;
  min-height: 60px;
  background: #d47300;
  padding: 0 30px;
  line-height: 60px; }
  @media screen and (max-width: 990px) {
    #header-main {
      padding: 14px 30px; } }
  @media screen and (max-width: 767px) {
    #header-main {
      *zoom: 1; }
      #header-main:before, #header-main:after {
        content: " ";
        display: table; }
      #header-main:after {
        clear: both; } }
  #header-main:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background: #d47300; }

@media screen and (min-width: 990px) {
  .header-nav {
    display: block !important; } }
@media screen and (max-width: 990px) {
  .header-nav {
    position: relative;
    display: none;
    padding: 0 30px;
    margin: 20px -30px 0;
    font-size: 20px; }
    .header-nav ul {
      line-height: 40px;
      margin: 0;
      padding: 0;
      list-style: none; }
      .header-nav ul li {
        margin: 0; }
      .header-nav ul a {
        color: #fff;
        text-shadow: 2px 2px #b46200; } }
@media screen and (max-width: 990px) {
  .header-nav {
    clear: both; } }

#content {
  *zoom: 1; }
  #content:before, #content:after {
    content: " ";
    display: table; }
  #content:after {
    clear: both; }

#aside-col {
  float: left;
  width: 33%;
  padding: 350px 40px 30px; }
  @media screen and (max-width: 990px) {
    #aside-col {
      display: none;
      float: none;
      width: 100%;
      padding: 40px 70px;
      background: #f7f7f7;
      border-top: 1px solid #eee;
      clear: both; } }
  @media screen and (max-width: 767px) {
    #aside-col {
      padding: 40px 30px; } }
  #aside-col h2 {
    margin-top: 0;
    color: #d47300;
    text-transform: none; }
  #aside-col h3 {
    background: #e8e8e8;
    color: #507bbf;
    padding: 2px 15px;
    display: inline-block;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      #aside-col h3 {
        font-size: 1.05em; } }

.ninfea-news {
  margin-bottom: 25px; }
  .ninfea-news h2 {
    margin-bottom: 10px; }
  .ninfea-news p {
    margin-top: 10px; }
  .ninfea-news .btn,
  .ninfea-news input[type='submit'] {
    background: #d47300;
    padding: 8px 21px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #fff;
    outline: 1px solid #d47300; }
    .ninfea-news .btn:hover,
    .ninfea-news input[type='submit']:hover {
      outline: 1px solid rgba(212, 115, 0, 0.75);
      color: #fff;
      background: rgba(212, 115, 0, 0.75);
      outline: 1px solid rgba(212, 115, 0, 0.75); }

@media screen and (max-width: 990px) {
  #p_news #aside-col, #p_staff #aside-col, #p_contact_us #aside-col, #p_credits #aside-col {
    display: block; } }

#main-col {
  float: right;
  width: 67%;
  padding: 15px 40px 0 0; }
  @media screen and (max-width: 990px) {
    #main-col {
      width: 100%;
      padding: 10px 40px 40px; } }
  @media screen and (max-width: 767px) {
    #main-col {
      padding: 10px 10px 0; } }

#maincontent {
  position: relative;
  margin: 0 0 75px;
  background: url("../images/layout/main-bg.png") repeat-x;
  box-shadow: 0 0 15px #ccc; }
  #maincontent:after {
    content: "";
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    padding-bottom: 150px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 15px #ccc; }
  #maincontent:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: #fff;
    z-index: 1; }
  @media screen and (max-width: 767px) {
    #maincontent:after {
      bottom: -35px;
      padding-bottom: 70px; } }

#main-content {
  position: relative;
  z-index: 2;
  padding: 0 30px 0px; }
  @media screen and (max-width: 767px) {
    #main-content {
      padding: 0 20px 0px; } }

#main-content__top {
  min-height: 370px;
  padding: 30px 0 0; }
  #main-content__top:before {
    content: "";
    display: block;
    float: right;
    width: 37%;
    height: 80px; }
  @media screen and (max-width: 1150px) {
    #main-content__top:before {
      width: 33%;
      height: 60px; } }
  @media screen and (max-width: 990px) {
    #main-content__top:before {
      width: 27%; } }
  @media screen and (max-width: 767px) {
    #main-content__top {
      padding: 20px 0 0; }
      #main-content__top:before {
        display: none; } }

#footer {
  *zoom: 1; }
  #footer:before, #footer:after {
    content: " ";
    display: table; }
  #footer:after {
    clear: both; }
  #footer .loghi {
    padding: 30px 0;
    text-align: center; }
    #footer .loghi img {
      margin: 0 20px; }
    @media screen and (max-width: 990px) {
      #footer .loghi {
        padding: 50px 0; } }

.full-size #aside-col {
  display: none; }
.full-size #main-col {
  float: none;
  width: 100%;
  padding: 15px 40px 0; }
  @media screen and (max-width: 1024px) {
    .full-size #main-col {
      padding: 10px 40px 0; } }
  @media screen and (max-width: 990px) {
    .full-size #main-col {
      padding: 10px 40px 40px; } }
  @media screen and (max-width: 767px) {
    .full-size #main-col {
      padding: 15px 10px 0; } }
.full-size #nav-bottom {
  float: none;
  margin: 0 auto; }
.full-size #footer .loghi {
  margin: 0;
  width: 100%; }

body {
  font: 16px/22px "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333; }

a {
  font-weight: 500;
  color: #507bbf;
  text-decoration: none;
  outline: none; }

h2 {
  font-size: 1.4em;
  line-height: 1.5em; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 1.125em;
      line-height: 1.5em; } }

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.375em; } }

h2, h3 {
  color: #6f9d2c;
  text-transform: uppercase;
  font-weight: 400; }

h3 {
  line-height: 1.5em; }

* {
  box-sizing: border-box; }

dt {
  margin-bottom: 3px; }

dd {
  margin-bottom: 20px; }

ol li {
  margin-bottom: 15px; }

span.tre-puntini {
  color: #666; }

.notransform {
  text-transform: none; }

.hidden {
  display: none; }

.info,
.warning {
  min-height: 24px;
  padding-left: 40px; }

.info {
  background: url("../images/layout/ico-info.png") no-repeat 0 0; }

.warning {
  background: url("../images/layout/ico-warning.png") no-repeat 0 0; }

.bene {
  font-size: 24px !important;
  text-align: center;
  color: #6f9d2c;
  font-weight: 700; }

.thanks {
  font-size: 20px; }

#invite {
  border-top: 1px solid #6f9d2c;
  margin-top: 70px;
  padding-top: 10px;
  text-align: center; }
  #invite h2 {
    margin-bottom: 10px; }
  #invite h3 {
    margin: 0 0 30px; }
  #invite .btn {
    display: inline-block; }

.rvfs-1 {
  font-size: 70%; }

.rvfs-2 {
  font-size: 80%; }

.rvfs-3 {
  font-size: 90%; }

.rvfs-4 {
  font-size: 100%; }

.rvfs-5 {
  font-size: 110%;
  line-height: 140%; }

.rvfs-6 {
  font-size: 120%;
  line-height: 140%; }

.rvfs-7 {
  font-size: 130%;
  line-height: 150%; }

@media screen and (min-width: 990px) {
  .show-s {
    display: none; } }

@media screen and (min-width: 767px) {
  .show-xs {
    display: none; } }

@media screen and (max-width: 990px) {
  .hide-s {
    display: none; } }

.title-page,
#main-content__top > h1,
#main > h1 {
  position: relative;
  padding: 0 0 15px;
  font: 400 40px "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #d47300;
  border-bottom: 1px solid #d47300; }
  @media screen and (max-width: 767px) {
    .title-page,
    #main-content__top > h1,
    #main > h1 {
      padding: 0 0 5px;
      font-size: 28px; } }

.block {
  margin-bottom: 50px; }

.btn,
input[type='submit'] {
  background: #507bbf;
  padding: 8px 21px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  border: 1px solid #fff;
  outline: 1px solid #507bbf; }
  .btn:hover,
  input[type='submit']:hover {
    outline: 1px solid #507bbf;
    color: #fff;
    background: #5e8edb;
    outline: 1px solid #5e8edb; }

.segreteria a {
  color: #000;
  cursor: default; }
  @media screen and (max-width: 767px) {
    .segreteria a {
      color: #507bbf; } }

.align-center {
  text-align: center; }

#logo {
  width: 323px;
  height: 229px;
  position: absolute;
  top: -40px;
  right: 0;
  background: url("../images/layout/logo_NEW.png") no-repeat;
  z-index: 3; }
  #logo a {
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    display: inline-block;
    width: 200px;
    height: 190px;
    float: right;
    margin: 20px 10px 0 0; }
  @media screen and (max-width: 1150px) {
    #logo {
      width: 280px;
      height: 200px;
      top: -33px;
      right: 5px;
      background: url("../images/layout/logo-small_NEW.png") no-repeat; }
      #logo a {
        height: 170px; } }
  @media screen and (max-width: 767px) {
    #logo {
      width: 223px;
      height: 92px;
      position: absolute;
      top: 0;
      right: auto;
      left: 10px;
      margin: -12px;
      background: url("../images/layout/logo-mobile_NEW.png") no-repeat; }
      #logo a {
        float: left;
        height: 60px;
        margin: 10px 0 0 10px; } }

#settings {
  *zoom: 1;
  position: absolute;
  top: 12px;
  right: 320px;
  z-index: 4; }
  #settings:before, #settings:after {
    content: " ";
    display: table; }
  #settings:after {
    clear: both; }
  @media screen and (max-width: 1150px) {
    #settings {
      right: 270px; } }
  @media screen and (max-width: 767px) {
    #settings {
      display: none;
      position: relative;
      top: 0;
      right: auto;
      margin: 0 -30px -14px;
      padding: 15px 30px;
      background: #b46200; } }
  #settings .lang {
    float: left;
    margin-right: 20px;
    line-height: 36px; }
    #settings .lang img {
      vertical-align: middle; }

#font-resize {
  float: left;
  height: 36px; }
  #font-resize span {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: #fff url("../images/layout/sprite.png") no-repeat 11px 10px;
    border-radius: 50%;
    cursor: pointer; }
    #font-resize span.font-resize--big {
      background-position: -41px 8px;
      margin: 0 0 0 10px; }
    #font-resize span:hover {
      opacity: 0.7; }
  @media screen and (min-width: 990px) and (max-width: 1150px) {
    #font-resize {
      line-height: 55px; }
      #font-resize span {
        width: 30px;
        height: 30px;
        background-position: 8px 8px; }
        #font-resize span.font-resize--big {
          background-position: -44px 6px; } }

#welcome h2 {
  font: 400 30px "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif; }

.aspetti {
  background: #e2ebd5;
  padding: 10px 30px 13px;
  border-top: 1px solid #c5d8ab;
  border-bottom: 1px solid #c5d8ab;
  text-align: center; }
  .aspetti p {
    display: inline-block;
    margin: 0;
    font: 500 italic 22px "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #d47300; }
  .aspetti .btn {
    display: inline-block;
    margin: 0 30px; }
  @media screen and (max-width: 990px) {
    .aspetti {
      margin-bottom: -8px; }
      .aspetti p {
        font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .aspetti {
      margin: 0 0 -10px;
      *zoom: 1; }
      .aspetti:before, .aspetti:after {
        content: " ";
        display: table; }
      .aspetti:after {
        clear: both; }
      .aspetti p {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 20px; }
        .aspetti p span {
          display: none; }
      .aspetti .btn {
        font-size: 14px;
        padding: 5px; } }

#socialGrid {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  #socialGrid li {
    margin: 0; }
  #socialGrid li {
    display: inline-block;
    margin: 0 5px; }
    #socialGrid li a {
      width: 50px;
      height: 50px;
      color: transparent;
      font: 0/0 a;
      text-shadow: none;
      display: inline-block;
      background: url("../images/layout/sprite_social.png") 0 -50px; }
    #socialGrid li.instagram a {
      background-position: -50px 0px; }
    #socialGrid li.facebook a {
      background-position: -100px 0px; }
    #socialGrid li.x a {
      background-position: -150px 0px; }
  @media screen and (max-width: 767px) {
    #socialGrid li {
      margin: 0 10px; } }

#nav-bottom {
  position: relative;
  bottom: -35px;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px dashed #ddd;
  text-align: center; }
  #nav-bottom a {
    margin-right: 15px; }
  #nav-bottom span a {
    margin: 0; }
  @media screen and (max-width: 767px) {
    #nav-bottom {
      bottom: 0px;
      padding-top: 10px;
      margin-top: 25px; }
      #nav-bottom span {
        display: block;
        padding-top: 10px; }
      #nav-bottom strong {
        white-space: nowrap; } }

.burger {
  width: 47px;
  height: 32px;
  position: relative;
  z-index: 5;
  background: url("../images/layout/sprite.png") no-repeat 0 -100px; }
  .burger.open {
    width: 33px;
    background-position: -50px -100px; }
  @media screen and (max-width: 990px) {
    .burger.open {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .burger {
      float: right; } }

#service-info p strong {
  white-space: nowrap; }

.opendata {
  margin-bottom: 25px; }
  .opendata h2 {
    margin-bottom: 10px; }
  .opendata p {
    margin-top: 10px; }
  .opendata .btn {
    display: inline-block; }

.opendata__link {
  text-align: center; }

.tour-list__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .tour-list__item.is-open h3:after {
    transform: rotate(225deg) translateY(-5px); }
  .tour-list__item h3 {
    position: relative;
    margin: 0 !important;
    display: block !important;
    background: none !important;
    padding-left: 5px !important;
    font-size: 16px;
    cursor: pointer; }
    .tour-list__item h3:after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      position: absolute;
      right: 5px;
      top: 6px;
      border-bottom: 2px solid #ccc;
      border-right: 2px solid #ccc;
      transition: transform 0.3s;
      transform-origin: center center;
      transform: rotate(45deg); }
  .tour-list__item ul {
    display: none;
    list-style: none;
    padding: 10px 5px 0;
    margin: 0; }
  .tour-list__item li {
    margin: 0 0 10px;
    padding-top: 10px;
    border-top: 1px solid #eee; }
    .tour-list__item li a {
      display: block; }

#main-content .tour-list__item h3 {
  margin: 0 50px 10px 0 !important; }
#main-content .tour-list__head {
  display: flex; }
  #main-content .tour-list__head > h3 {
    flex: 1;
    margin-right: 20px; }

.tour-list__pdf img {
  margin-right: 10px; }

#aside .tour-list__pdf {
  margin: 5px 0;
  font-size: 14px; }
  #aside .tour-list__pdf a {
    color: #666;
    text-decoration: underline; }

#nav-top {
  *zoom: 1;
  padding: 0; }
  #nav-top:before, #nav-top:after {
    content: " ";
    display: table; }
  #nav-top:after {
    clear: both; }
  #nav-top ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #nav-top ul li {
      margin: 0; }
    #nav-top ul li {
      float: left;
      margin: 0 20px 0 0;
      text-transform: uppercase; }
    #nav-top ul a, #nav-top ul span {
      color: #fff;
      display: inline-block;
      font-weight: 300;
      height: 50px;
      line-height: 50px;
      padding-top: 1px;
      text-shadow: 1px 1px #606060; }
    #nav-top ul a:hover {
      color: #000;
      text-shadow: none; }
    #nav-top ul span {
      color: #000;
      text-shadow: none; }
  #nav-top #langswitch {
    float: right;
    position: relative;
    top: 12px; }
    #nav-top #langswitch img {
      vertical-align: middle; }

#nav-public {
  position: relative; }
  @media screen and (max-width: 990px) {
    #nav-public {
      padding: 10px 0; }
      #nav-public #langswitch {
        position: absolute;
        top: 10px;
        right: 0; } }

#nav-user ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
  font-size: 18px; }
  #nav-user ul li {
    margin: 0; }
  #nav-user ul:before, #nav-user ul:after {
    content: " ";
    display: table; }
  #nav-user ul:after {
    clear: both; }
  #nav-user ul li {
    margin-right: 30px; }
    @media screen and (min-width: 990px) {
      #nav-user ul li {
        float: left; } }
  #nav-user ul a {
    color: #fff;
    font-weight: 400; }
    #nav-user ul a:hover {
      color: #000; }
  @media screen and (max-width: 1050px) {
    #nav-user ul {
      font-size: 16px; }
      #nav-user ul li {
        margin-right: 25px; } }
@media screen and (max-width: 990px) {
  #nav-user {
    margin: 20px -30px 0;
    padding: 10px 30px;
    border-top: 1px solid #b46200;
    border-bottom: 1px solid #b46200; }
    #nav-user ul {
      font-size: 20px; } }
@media screen and (max-width: 990px) {
  #nav-user {
    margin-top: 0; } }
#nav-user .form-login__wrap {
  display: none; }
  #nav-user .form-login__wrap > span {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    z-index: 2;
    cursor: pointer; }
    #nav-user .form-login__wrap > span:hover {
      color: #000; }
  @media screen and (max-width: 990px) {
    #nav-user .form-login__wrap {
      display: block; }
      #nav-user .form-login__wrap span {
        font-size: 20px; }
        #nav-user .form-login__wrap span:hover {
          color: #fff; } }
  @media screen and (min-width: 767px) and (max-width: 990px) {
    #nav-user .form-login__wrap {
      max-width: 314px; } }

.full-size #nav-user .form-login__wrap {
  display: inline-block; }

.news-item {
  *zoom: 1;
  margin-bottom: 30px; }
  .news-item:before, .news-item:after {
    content: " ";
    display: table; }
  .news-item:after {
    clear: both; }
  .news-item h4 {
    margin: 0 0 0.15em; }
    .news-item h4 a {
      font-weight: bold;
      font-size: 16px; }

.news-item__date {
  float: left;
  position: relative;
  top: 3px;
  width: 50px; }
  .news-item__date span {
    display: block;
    text-align: center; }
  .news-item__date .year {
    border-top: 1px solid #fff;
    font-size: 12px; }
  .news-item__date .month, .news-item__date .day {
    line-height: 14px; }
  .news-item__date .day {
    border: 1px solid #507bbf;
    padding-bottom: 2px;
    font-size: 20px;
    line-height: 30px; }
  .news-item__date .month {
    background: #507bbf;
    color: #fff;
    padding: 2px 0;
    text-transform: uppercase;
    font-size: 12px; }

.news-item__abstract {
  padding-left: 65px; }
  .news-item__abstract p {
    margin: 0; }

#news-aside .news-item__abstract {
  font-size: 14px; }

.news-archivio ul {
  padding: 0;
  list-style: none; }
.news-archivio li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed; }
.news-archivio .news-archivio__item h4 {
  text-align: center; }
.news-archivio .slick-prev, .news-archivio .slick-next {
  bottom: auto;
  top: 30px; }
.news-archivio .slick-dots {
  margin-top: -5px; }
  .news-archivio .slick-dots li {
    border: 0; }
    @media screen and (max-width: 767px) {
      .news-archivio .slick-dots li {
        margin: 0 15px; } }

.tooltip--info {
  border-bottom: 1px dashed #666;
  cursor: help; }

.tooltipster-default {
  max-width: 400px;
  background: #507bbf;
  color: #fff;
  border: 0; }
  .tooltipster-default .tooltipster-content {
    font: 300 16px/20px "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif; }

.slick-slider {
  margin-bottom: 70px; }
  .slick-slider *:focus {
    outline: none; }

.slick-prev, .slick-next {
  z-index: 10;
  top: auto;
  bottom: -45px;
  width: 30px;
  height: 30px; }
  .slick-prev:before, .slick-next:before {
    color: #6f9d2c;
    font-size: 30px; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots {
  top: 100%;
  bottom: auto;
  margin: 0; }
  .slick-dots li {
    top: 10px; }
    .slick-dots li.slick-active button:before, .slick-dots li:hover button:before {
      color: #6f9d2c; }
    .slick-dots li button:before {
      font-size: 16px; }

.select2-container {
  min-width: 70px; }

.select2-results__options {
  box-shadow: 0px 7px 10px 5px rgba(50, 50, 50, 0.25); }

.select2-results__option {
  min-height: 30px;
  border-bottom: 1px dotted #ddd; }

form h3 {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #6f9d2c; }

textarea {
  padding: 5px 10px;
  border: 1px solid #aaa; }

.shorter {
  width: 2.5em; }

.short {
  width: 3.5em; }

.button {
  padding: 10px 0;
  text-align: center; }

table {
  border: 1px solid #ddd;
  border-collapse: collapse; }
  table td, table th {
    border: 1px solid #ddd;
    padding: 5px; }
  table select {
    width: 100%; }

form table tr.dispari td {
  background-color: #EEE;
  border-bottom: 1px solid #EEE; }

fieldset {
  border: 0;
  margin-bottom: 40px; }

legend {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #d47300; }

.field {
  *zoom: 1;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #eee; }
  .field:before, .field:after {
    content: " ";
    display: table; }
  .field:after {
    clear: both; }
  .field h3 {
    margin-top: 50px; }
  .field > h4 {
    float: left;
    width: 25%;
    margin: 0 5% 0 0; }
    @media screen and (max-width: 1024px) {
      .field > h4 {
        width: 30%; } }
  .field > .input {
    float: left;
    width: 70%; }
    @media screen and (max-width: 1024px) {
      .field > .input {
        width: 65%; } }
    .field > .input p, .field > .input .p {
      margin: 0 0 15px; }
    .field > .input ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .field > .input ul li {
        margin: 0; }
      .field > .input ul li {
        margin-bottom: 10px; }
    .field > .input li > div {
      margin: 10px 0 10px 30px; }
    .field > .input .description {
      position: relative;
      background: #ededed;
      border-radius: 8px;
      padding: 10px; }
      .field > .input .description:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -8px;
        left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 8px 0 8px;
        border-color: #ededed transparent transparent transparent; }
    .field > .input .help {
      position: relative;
      display: block;
      background: #ededed;
      border-radius: 8px;
      margin: 15px 0 25px;
      padding: 10px; }
      .field > .input .help:after {
        content: "";
        display: block;
        position: absolute;
        top: -8px;
        left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #ededed transparent; }
  .field input {
    vertical-align: middle;
    padding: 3px; }
    .field input[type=radio], .field input[type=checkbox] {
      margin-right: 5px;
      padding: 0; }
  .field ul.inline li {
    display: inline;
    margin-right: 15px; }
  .field .informativa {
    position: relative;
    height: 200px;
    overflow: auto;
    margin: 0 0 20px;
    padding: 20px;
    border: 1px solid #eee; }
    .field .informativa h5 {
      margin: -20px -21px 15px;
      padding: 15px 20px;
      background: #eee; }
  @media screen and (max-width: 990px) {
    .field > h4,
    .field > .input {
      float: none;
      width: 100%; }
    .field > h4 {
      margin-bottom: 10px; } }
  .field.field--nofloat > h4, .field.field--nofloat > .input {
    float: none;
    width: 100%; }
  .field.field--nofloat > h4 {
    margin-bottom: 20px; }
  .field.error > h4 {
    color: red; }

.field-one-col > .field > h4,
.field-one-col > .field > .input {
  float: none;
  width: 100%; }
.field-one-col > .field > h4 {
  margin-bottom: 15px; }

.small-date {
  min-width: 230px; }
  .small-date .select2-container {
    max-width: 70px; }

.small-date-ym {
  min-width: 240px; }
  .small-date-ym .select2-container {
    max-width: 110px; }

.field-no-margin .field {
  padding: 0;
  margin: 0;
  border: 0; }

.table--radiogroup {
  background: #fff; }
  .table--radiogroup tr td {
    text-align: center; }
    .table--radiogroup tr td:first-child {
      text-align: left; }

#user_telefono,
#user_telefono_2 {
  margin-bottom: 10px; }

.input-left {
  *zoom: 1; }
  .input-left:before, .input-left:after {
    content: " ";
    display: table; }
  .input-left:after {
    clear: both; }
  .input-left > input, .input-left ul {
    float: left;
    margin-right: 10px; }

.attenzione {
  position: relative;
  background: red;
  padding: 15px 30px 15px 90px;
  border-radius: 8px;
  color: #fff;
  font-size: 20px !important;
  line-height: 28px; }
  .attenzione:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 30px;
    width: 40px;
    height: 40px;
    background: url("../images/layout/sprite.png") no-repeat -100px -100px; }
  @media screen and (max-width: 767px) {
    .attenzione {
      padding: 15px 20px;
      font-size: 16px !important; }
      .attenzione:before {
        display: none;
        left: 20px;
        width: 25px;
        height: 25px; } }

p.error {
  color: red;
  margin: 10px 0 !important; }
  p.error img {
    display: none; }

@media screen and (max-width: 767px) {
  form img {
    width: 100%; }

  select {
    max-width: 100%;
    border: 1px solid #ccc;
    height: 27px;
    vertical-align: middle; }

  option {
    padding: 3px 0; }

  .table-mobile-scroll .input {
    width: 100%;
    background: #fff;
    overflow: auto;
    padding-bottom: 20px; }

  .questionnaire-form .field table {
    width: 100%; }
  .questionnaire-form .field .table-block {
    display: block; }
  .questionnaire-form .field table.table--select tr,
  .questionnaire-form .field table.table--textfield tr {
    border-bottom: 1px solid #ccc; }
    .questionnaire-form .field table.table--select tr td,
    .questionnaire-form .field table.table--textfield tr td {
      border: 0; }
  .questionnaire-form .field table.table--textfield,
  .questionnaire-form .field table.table--select {
    display: block; }
    .questionnaire-form .field table.table--textfield tbody, .questionnaire-form .field table.table--textfield tr, .questionnaire-form .field table.table--textfield td,
    .questionnaire-form .field table.table--select tbody,
    .questionnaire-form .field table.table--select tr,
    .questionnaire-form .field table.table--select td {
      display: block; }
    .questionnaire-form .field table.table--textfield td,
    .questionnaire-form .field table.table--select td {
      padding: 15px 10px; }
      .questionnaire-form .field table.table--textfield td:first-child,
      .questionnaire-form .field table.table--select td:first-child {
        padding-bottom: 0; }
  .questionnaire-form .field table.table--select td {
    padding: 5px 10px; }
    .questionnaire-form .field table.table--select td:first-child {
      padding-top: 15px; }
    .questionnaire-form .field table.table--select td:last-child {
      padding-bottom: 15px; }
  .questionnaire-form .field .table--radiogroup {
    text-align: center; }
    .questionnaire-form .field .table--radiogroup:first-child {
      text-align: left; }
    .questionnaire-form .field .table--radiogroup th {
      text-align: center; }

  #preliminary_question_via_residenza,
  #preliminary_question_comune_di_residenza,
  #user_comune_di_residenza,
  #user_cognome {
    margin-bottom: 10px; }

  #user_indirizzo_residenza {
    margin-top: 10px; }

  .residenza select,
  .residenza .long {
    width: 100%; } }
body.tour #pausa,
body.tour .questionnaire-form__bottom {
  display: none; }
body.tour h2.title-page {
  text-transform: none; }
body.tour #main > h1 {
  font-size: 30px; }

.radio-with-image .input li {
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
  cursor: pointer; }
  .radio-with-image .input li label {
    margin-left: 20px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .radio-with-image .input li label {
        display: flex;
        align-items: center; } }
    .radio-with-image .input li label img {
      margin-right: 20px;
      height: 100px;
      width: auto; }
  .radio-with-image .input li span {
    display: block;
    color: #888; }
  .radio-with-image .input li:hover span,
  .radio-with-image .input li input:checked + label span {
    color: #000; }

@media screen and (min-width: 768px) {
  .radio-with-image-inline ul {
    display: flex;
    justify-content: space-between; } }
.radio-with-image-inline ul img {
  width: 70px;
  height: auto;
  margin-top: 10px; }
.radio-with-image-inline li {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px 20px !important; }
  .radio-with-image-inline li label {
    display: block;
    text-align: center; }
    .radio-with-image-inline li label span {
      display: block; }

.form-login {
  line-height: 20px;
  padding: 20px;
  z-index: 1; }
  .form-login .field {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    background: #fff; }
  .form-login input[type=text], .form-login input[type=password] {
    width: 100%;
    background: #fff !important;
    border: 0;
    padding-bottom: 3px;
    outline: none !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    color: #000; }
  .form-login input[type=submit] {
    font-weight: 700;
    background: transparent;
    border: 0;
    outline: 0;
    color: #507bbf;
    padding: 8px; }
  .form-login .send {
    *zoom: 1;
    color: #000; }
    .form-login .send:before, .form-login .send:after {
      content: " ";
      display: table; }
    .form-login .send:after {
      clear: both; }
    .form-login .send label {
      float: right; }
      .form-login .send label input {
        margin-right: 5px; }
  .form-login .recupera {
    border-top: 1px solid #d47300;
    padding-top: 10px;
    margin-top: 15px;
    text-align: center; }
    .form-login .recupera a {
      color: #000; }

#nav-user .form-login {
  display: none;
  position: absolute;
  top: 0;
  left: -42%;
  width: 42%;
  background: rgba(255, 255, 255, 0.85);
  margin-left: -40px; }
  @media screen and (max-width: 990px) {
    #nav-user .form-login {
      position: relative;
      left: 0;
      width: 100%;
      margin: 0;
      padding: 0;
      background: transparent;
      font-size: 16px; }
      #nav-user .form-login .send {
        color: #fff; }
      #nav-user .form-login .field {
        border-bottom: 1px solid #fff; }
      #nav-user .form-login input[type=submit] {
        background: #fff;
        color: #d47300;
        outline: 1px solid #fff;
        border: 1px solid #d47300; } }

.full-size #nav-user .form-login {
  left: 40px;
  top: 100%;
  margin-top: 1px;
  background: #fff;
  border-right: 5px solid #d47300;
  border-bottom: 5px solid #d47300;
  z-index: 10;
  box-shadow: 7px 7px 10px 5px rgba(50, 50, 50, 0.25); }
  @media screen and (max-width: 990px) {
    .full-size #nav-user .form-login {
      box-shadow: none;
      background: none; } }

#aside .form-login {
  position: relative;
  margin: -85px 0 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 0 15px #ddd; }
  #aside .form-login h2 {
    height: 50px;
    background: rgba(212, 115, 0, 0.5);
    color: #fff;
    margin: -20px -20px 20px;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 20px;
    text-align: center; }
    #aside .form-login h2 a {
      color: #fff;
      text-shadow: 1px 0px 1px #666; }
  #aside .form-login:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -3px;
    width: 100%;
    height: 45px;
    border: 3px solid #d47300;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0;
    z-index: -1; }
  #aside .form-login.blue {
    background: #507bbf;
    margin: -70px -40px 30px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 40px 20px 20px;
    box-shadow: none;
    color: #fff; }
    #aside .form-login.blue a, #aside .form-login.blue .send {
      color: #fff; }
    #aside .form-login.blue:after {
      display: none; }
  #aside .form-login .send label {
    padding-top: 6px; }
  @media screen and (max-width: 1023px) {
    #aside .form-login .send input[type=submit] {
      float: none;
      width: 100%; }
    #aside .form-login .send label {
      display: block;
      padding-top: 20px; } }

.banner-dati {
  margin-top: 20px; }

.banner-dati__item {
  overflow: hidden; }
  .banner-dati__item:nth-child(odd) .banner-dati__txt {
    background: #d47300; }
  .banner-dati__item img {
    width: 100%; }

.banner-dati__txt {
  background: #6f9d2c;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font: 18px/24px "Oswald"; }

.modal-mailchimp {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .modal-mailchimp iframe {
    width: 100%;
    height: 650px;
    border: 0; }
    @media screen and (max-width: 990px) {
      .modal-mailchimp iframe {
        height: 550px; } }
  .modal-mailchimp .modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    opacity: 0.6; }
  .modal-mailchimp .modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    width: 26px;
    height: 26px;
    background: url("/images/lightbox/close.gif");
    cursor: pointer; }

.modal-content {
  position: relative;
  background: #fff;
  width: 80%;
  max-width: 800px;
  margin: 40px auto; }
  @media screen and (max-width: 990px) {
    .modal-content {
      padding-top: 30px; } }

.mailchimp-nav {
  font-size: 16px;
  line-height: 1.5em;
  color: #000; }
  .mailchimp-nav .btn {
    display: block;
    margin-top: 20px;
    background: #fff;
    outline-color: #fff;
    border-color: #507bbf;
    font-weight: 7000;
    color: #507bbf;
    font-size: 16px;
    line-height: 1;
    text-align: center; }

.ninfea-teen-info {
  margin: 40px 0;
  padding: 30px 20px;
  border: solid #6f9d2c;
  border-width: 3px 1px 3px 1px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 1.8em; }
  .ninfea-teen-info h2 {
    margin: 0 0 10px; }
  .ninfea-teen-info p {
    margin: 0; }
  .ninfea-teen-info .field {
    border-bottom: 0;
    border-top: 1px solid #eee;
    padding: 25px 0 0;
    margin: 25px 0 0; }
    .ninfea-teen-info .field > .input {
      width: calc(100% - 245px); }
      .ninfea-teen-info .field > .input textarea {
        width: 90%; }
    .ninfea-teen-info .field h4 {
      width: 205px;
      margin-right: 40px; }
    @media screen and (max-width: 990px) {
      .ninfea-teen-info .field h4 {
        width: 100%; }
      .ninfea-teen-info .field > .input {
        width: 100%; } }

@media screen and (min-width: 991px) {
  .ninfea-teen-info__head {
    display: flex; }
    .ninfea-teen-info__head .ninfea-teen-info__content {
      text-align: left; }
      .ninfea-teen-info__head .ninfea-teen-info__content p {
        margin-bottom: 10px; } }

a.ninfea-teen-logo {
  margin-right: 40px; }

.ninfea-goliat-info {
  margin: 40px 0;
  padding: 30px 20px;
  border: solid #6f9d2c;
  border-width: 3px 1px 3px 1px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 1.8em; }
  .ninfea-goliat-info h2 {
    margin: 0 0 10px; }
  .ninfea-goliat-info p {
    margin: 0;
    padding-bottom: 10px; }
  .ninfea-goliat-info .emphasize__block {
    margin: 10px 0 20px;
    padding: 10px;
    background: rgba(0, 255, 0, 0.2); }
  .ninfea-goliat-info .emphasize__element {
    font-size: 22px;
    text-align: center; }
  .ninfea-goliat-info .field {
    border-bottom: 0;
    border-top: 1px solid #eee;
    padding: 25px 0 0;
    margin: 25px 0 0; }
    .ninfea-goliat-info .field > .input {
      width: calc(100% - 245px); }
      .ninfea-goliat-info .field > .input textarea {
        width: 90%; }
    .ninfea-goliat-info .field h4 {
      width: 205px;
      margin-right: 40px; }
    @media screen and (max-width: 990px) {
      .ninfea-goliat-info .field h4 {
        width: 100%; }
      .ninfea-goliat-info .field > .input {
        width: 100%; } }

@media screen and (min-width: 991px) {
  .ninfea-goliat-info__head {
    display: flex; }
    .ninfea-goliat-info__head .ninfea-goliat-info__content {
      text-align: left; }
      .ninfea-goliat-info__head .ninfea-goliat-info__content p {
        margin-bottom: 10px; } }

a.ninfea-goliat-logo {
  margin-right: 40px; }

.home-bottom {
  *zoom: 1; }
  .home-bottom:before, .home-bottom:after {
    content: " ";
    display: table; }
  .home-bottom:after {
    clear: both; }
  .home-bottom > div {
    float: left;
    width: 50%; }
    .home-bottom > div:last-child {
      text-align: center; }
    @media screen and (max-width: 767px) {
      .home-bottom > div {
        float: none;
        width: 100%; } }
  .home-bottom h3 {
    margin-top: 0; }

#p_index #mc_embed_signup {
  margin-bottom: 50px; }
  #p_index #mc_embed_signup form {
    padding-left: 0;
    padding-right: 0; }
  #p_index #mc_embed_signup h2 {
    font-weight: 400; }
  #p_index #mc_embed_signup #mc-embedded-subscribe {
    margin-left: 0; }

#p_contact_us fieldset {
  margin: 40px 0 0; }

#p_staff #main-content__top h3 {
  margin-top: 50px; }

#other_projects ul {
  margin-top: 0;
  padding: 0;
  list-style: none; }
#other_projects img {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.staff--aside dt {
  background: #e8e8e8;
  color: #507bbf;
  padding: 2px 15px;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-bottom: 10px; }
.staff--aside dd {
  margin: 0 0 30px 20px; }
.staff--aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0; }
  .staff--aside ul li {
    margin: 0; }
  .staff--aside ul li {
    margin-bottom: 10px; }

@media screen and (max-width: 990px) {
  #utente-registrato .field input[type=text], #utente-registrato .field input[type=password] {
    box-sizing: border-box;
    width: 100%; } }

#p_contact_us input[type=text],
#p_contact_us textarea,
#p_contact_us select {
  box-sizing: border-box;
  width: 100%; }

#p_privacy_policy h3 {
  margin-top: 50px; }
#p_privacy_policy h4 {
  margin: 30px 0 10px;
  text-transform: uppercase; }

#p_credits table, #p_credits td, #p_credits th {
  border: 1px solid #ddd; }
#p_credits table {
  width: 100%; }
#p_credits td, #p_credits th {
  padding: 10px;
  vertical-align: top;
  text-align: left; }
#p_credits th {
  background: #ddd; }

/* QUESTIONARI INDEX */
.pregnancy-todo {
  background: #e2ebd5;
  margin: 0 -30px 40px;
  padding: 10px 30px;
  border-top: 1px solid #c5d8ab;
  border-bottom: 1px solid #c5d8ab; }
  @media screen and (max-width: 767px) {
    .pregnancy-todo {
      margin: 0 -20px 40px; } }

.questionari__title-stato {
  margin-bottom: 25px;
  color: #d47300;
  text-align: center;
  text-align: left; }

.questionari {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%; }
  .questionari .covid19-description {
    width: 62%; }
  .questionari .questionari__item {
    position: relative;
    width: 31%;
    padding: 15px;
    margin: 0 1% 2%;
    border: 0;
    color: #000; }
    .questionari .questionari__item:before {
      display: none;
      content: "";
      position: absolute;
      top: -2px;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 40px 0 0;
      border-color: #6f9d2c transparent transparent transparent; }
    .questionari .questionari__item h3 {
      margin: 0 -15px;
      padding: 0 15px 15px 15px;
      text-align: center;
      color: #333; }
    .questionari .questionari__item.questionari__item--green {
      background: rgba(111, 157, 44, 0.5);
      border: 2px solid #6f9d2c; }
      .questionari .questionari__item.questionari__item--green:hover {
        background: #6f9d2c;
        color: #fff; }
        .questionari .questionari__item.questionari__item--green:hover h3 {
          color: #fff; }
    .questionari .questionari__item.questionari__item--red {
      background: rgba(212, 115, 0, 0.15);
      color: #888; }
      .questionari .questionari__item.questionari__item--red h3 {
        color: #888; }
      .questionari .questionari__item.questionari__item--red:before {
        border-color: red transparent transparent transparent; }
    .questionari .questionari__item.questionari__item--gray {
      background: rgba(204, 204, 204, 0.3); }
      .questionari .questionari__item.questionari__item--gray:before {
        border-color: #ccc transparent transparent transparent; }
    .questionari .questionari__item.questionari__item--yellow {
      background: rgba(224, 217, 17, 0.5);
      border: 2px solid #e0d911; }
      .questionari .questionari__item.questionari__item--yellow:hover {
        background: #e0d911;
        color: #fff; }
        .questionari .questionari__item.questionari__item--yellow:hover h3 {
          color: #fff; }
      .questionari .questionari__item.questionari__item--yellow:before {
        border-color: #e0d911 transparent transparent transparent; }
    .questionari .questionari__item img {
      max-width: 75px; }
    .questionari .questionari__item .btn {
      padding: 5px 10px; }
    .questionari .questionari__item .questionari__btn {
      margin: 20px 0 10px;
      text-align: center; }
    .questionari .questionari__item sup {
      text-transform: lowercase; }
  @media screen and (max-width: 990px) and (min-width: 767px) {
    .questionari .questionari__item {
      display: table; }
      .questionari .questionari__item h3,
      .questionari .questionari__item .questionari__main {
        display: table-cell; }
      .questionari .questionari__item h3 {
        min-width: 200px; }
      .questionari .questionari__item .btn {
        font-size: 14px;
        white-space: nowrap; } }
  @media screen and (max-width: 990px) {
    .questionari {
      display: block; }
      .questionari .questionari__item {
        display: block;
        width: 100%;
        margin-bottom: 30px; } }

.items-list li {
  margin: 0 0 10px; }

.items_filters {
  *zoom: 1;
  margin: 0 0 20px;
  display: none; }
  .items_filters:before, .items_filters:after {
    content: " ";
    display: table; }
  .items_filters:after {
    clear: both; }
  .items_filters ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 25px; }
    .items_filters ul li {
      margin: 0; }
    .items_filters ul li {
      float: left;
      background: #d47300;
      margin: 0 15px 0 0;
      padding: 0 10px 0 0;
      color: #fff;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 28px;
      height: 28px;
      letter-spacing: 1px; }
      @media screen and (max-width: 767px) {
        .items_filters ul li {
          float: none;
          margin: 0 0 10px;
          text-align: center; }
          .items_filters ul li:before {
            float: left; } }
      .items_filters ul li:before {
        content: "";
        display: inline-block;
        height: 28px;
        width: 28px;
        background: url("../images/layout/publication-filters.png") no-repeat 50% 45%;
        border-right: 1px solid #fff;
        margin-right: 10px;
        vertical-align: middle;
        overflow: hidden;
        -webkit-transition: width 0.2s;
        -moz-transition: width 0.2s;
        -ms-transition: width 0.2s;
        -o-transition: width 0.2s;
        transition: width 0.2s; }
      .items_filters ul li.disabled {
        background: #ccc;
        color: #666; }
        .items_filters ul li.disabled:before {
          background: none;
          width: 0; }

.p-inspector {
  padding-top: 47px; }
  .p-inspector #font-resize {
    margin-top: 10px; }

#inspect_bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px;
  background: #507bbf;
  color: #fff; }

#inspect_bar:after {
  content: "";
  display: table;
  clear: both; }

#inspect_bar a {
  color: #fff; }

#inspect_bar__main {
  float: left; }

#inspect_bar ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none; }

#inspect_bar li {
  float: left;
  margin: 0 15px; }

.inspected {
  display: none; }
  .inspected > span {
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 5px 10px;
    background: #f69726;
    color: #fff;
    border-radius: 5px; }
    .inspected > span:first-child {
      background: #d47300; }

.help + .inspected {
  margin: -20px 0 25px; }

.p-inspector .inspected {
  display: block; }

.inspected__name {
  font-weight: bold; }

.inspected__type {
  font-weight: normal; }

.inspected__values {
  font-weight: normal; }

#inspected__table {
  float: right;
  color: #333; }
  #inspected__table a {
    margin-left: 10px;
    color: #fff; }

/*# sourceMappingURL=application.css.map */
