@font-face {
  font-family: 'FA';
  src: url('../font/awesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../font/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../font/awesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../font/awesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../font/awesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../font/awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FA;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'weather';
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
  src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * CSS reset!!!
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: 300;
  font: inherit;
  vertical-align: baseline;
  color: #000;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:hover {
  text-decoration: none;
}
[href='javascript: void(0);'] {
  cursor: default !important;
}
a {
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
i {
  font-style: italic;
}
html {
  background-color: #FFFFFF;
  font-size: 20px;
}
@media only screen and (max-width: 1080px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-height: 750px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 980px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  html {
    font-size: 24px;
  }
}
@media only screen and (max-width: 380px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 350px) {
  html {
    font-size: 20px;
  }
}
body {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lora', serif;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (min-width: 750px) {
  body {
    min-width: 100vw;
  }
}
body *:focus {
  outline: 0 !important;
}
body * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body select::-ms-expand {
  display: none;
}
body strong,
body b {
  font-weight: 700;
  color: #363120;
}
body.noScrollBody {
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
}
@media (min-device-width: 1025px) {
  body.noScrollBody {
    padding-right: 15px;
  }
}
body.noScrollBody .stiky {
  left: -7.5px !important;
}
body #menuMobile {
  position: stiky;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 999;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
body #menuMobile.displayOn {
  visibility: visible;
  z-index: 999;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  body #menuMobile {
    display: block;
  }
}
body #menuMobile .wrapper.stikyMobile {
  height: auto;
  z-index: 999;
  background-color: transparent;
}
body #menuMobile .wrapper.stikyMobile div.box {
  display: inline-block;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
  padding: 1rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
body #menuMobile .wrapper.stikyMobile div.box .logo {
  width: 170px;
  height: auto;
  display: inline-block;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
body #menuMobile .wrapper.stikyMobile div.box .logo img {
  width: 100%;
  height: auto;
  display: inline-block;
}
body #menuMobile .wrapper.stikyMobile div.box .hamburger {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/hamburger.png');
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
body #menuMobile .wrapper.stikyMobile div.box .hamburger img {
  width: 100%;
  height: auto;
  display: inline-block;
  pointer-events: none;
}
body #menuMobile .wrapper.stikyMobile__phone {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #menuMobile .wrapper.stikyMobile__phone svg {
  width: 30px;
  height: 30px;
  fill: #006232;
}
body #menuMobile .wrapper {
  width: 100%;
  min-width: 100vw;
  z-index: 1;
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 750px) {
  body #menuMobile .wrapper {
    min-width: 250px;
    padding: 0;
  }
}
body #menuMobile .wrapper .box {
  width: 100%;
  max-width: 100vw;
  min-width: 100vw;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 20px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1rem;
}
@media only screen and (max-width: 750px) {
  body #menuMobile .wrapper .box {
    margin: 0;
    max-width: 100%;
    min-width: 250px;
  }
}
body #menuMobile .wrapper .box {
  position: relative;
}
body #menuMobile .wrapper .box .collapsible {
  margin: 0;
  width: 100%;
  border: none;
  -webkit-box-shadow: 0 1px 0 0 transparent, 1px 0px 0 0 transparent, -1px 0px 0px 0 transparent, 0px -1px 0 0 transparent;
  -moz-box-shadow: 0 1px 0 0 transparent, 1px 0px 0 0 transparent, -1px 0px 0px 0 transparent, 0px -1px 0 0 transparent;
  box-shadow: 0 1px 0 0 transparent, 1px 0px 0 0 transparent, -1px 0px 0px 0 transparent, 0px -1px 0 0 transparent;
  border-top: 1px solid #e1e1e1;
}
body #menuMobile .wrapper .box .collapsible .link {
  display: inline-block;
  width: 100%;
  font: 400 15px 'Roboto', sans-serif;
  color: #363120;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  border-left: 5px solid #FFFFFF;
  font-size: 15px;
  font-size: 0.75rem;
  letter-spacing: 3.6px;
  letter-spacing: 0.18rem;
  padding: 25px;
  padding: 1.25rem;
  padding-left: 15px;
  padding-left: 0.75rem;
}
body #menuMobile .wrapper .box .collapsible .link.selected {
  text-decoration: underline;
}
body #menuMobile .wrapper .box .collapsible .collapsible-header {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-top: 3px;
  border-bottom: 1px solid #e1e1e1;
}
body #menuMobile .wrapper .box .collapsible .collapsible-header.active {
  background-color: #e1e1e1;
}
body #menuMobile .wrapper .box .collapsible .collapsible-header.active p {
  border-left: 5px solid #95BE80;
}
body #menuMobile .wrapper .box .collapsible .collapsible-header.active p span:before {
  opacity: 0;
}
body #menuMobile .wrapper .box .collapsible .collapsible-header p {
  display: inline-block;
  width: 100%;
  border-left: 5px solid #FFFFFF;
  position: relative;
  padding-right: 30px;
  font: 400 15px 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.75rem;
  letter-spacing: 3.6px;
  letter-spacing: 0.18rem;
  color: #363120;
  padding: 25px;
  padding: 1.25rem;
  padding-left: 15px;
  padding-left: 0.75rem;
}
body #menuMobile .wrapper .box .collapsible .collapsible-header p span {
  content: "";
  width: 26px;
  height: 26px;
  background-color: #95BE80;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 1;
}
body #menuMobile .wrapper .box .collapsible .collapsible-header p span:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body #menuMobile .wrapper .box .collapsible .collapsible-header p span:before {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body #menuMobile .wrapper .box .collapsible .collapsible-body {
  padding: 0;
  background-color: transparent;
  border: none;
}
body #menuMobile .wrapper .box .collapsible .collapsible-body a {
  display: inline-block;
  position: relative;
  width: 100%;
  font: 400 13px 'Roboto', sans-serif;
  font-size: 13px;
  font-size: 0.65rem;
  letter-spacing: 3.12px;
  letter-spacing: 0.156rem;
  text-transform: uppercase;
  color: #006232;
  padding: 20px;
  padding: 1rem;
  border-bottom: 1px solid #e1e1e1;
}
body #menuMobile .wrapper .box .collapsible .collapsible-body a.selected {
  text-decoration: underline;
}
body #menuMobile .wrapper .box .form {
  display: inline-block;
  width: 100%;
  padding: 50px 20px;
  position: relative;
}
body #menuMobile .wrapper .box .form .input-field {
  position: relative;
  margin: 0;
}
body #menuMobile .wrapper .box .form .input-field input {
  height: initial;
  margin: 0;
  font: 300 14px / 15px 'Roboto', sans-serif;
  letter-spacing: 1.68px;
  position: relative;
  border: 0;
  border-bottom: 1px solid #363120;
  padding-left: 0;
  z-index: 99;
  background-color: transparent;
  padding: 10px 0;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body #menuMobile .wrapper .box .form .input-field input:focus {
  background-color: #FFFFFF;
  border-bottom: 1px solid #363120;
  -webkit-box-shadow: 0 1px 0 0 transparent, 1px 0px 0 0 transparent, -1px 0px 0px 0 transparent, 0px -1px 0 0 transparent;
  -moz-box-shadow: 0 1px 0 0 transparent, 1px 0px 0 0 transparent, -1px 0px 0px 0 transparent, 0px -1px 0 0 transparent;
  box-shadow: 0 1px 0 0 transparent, 1px 0px 0 0 transparent, -1px 0px 0px 0 transparent, 0px -1px 0 0 transparent;
}
body #menuMobile .wrapper .box .form .input-field label {
  font: 400 12px 'Lora', serif;
  font-style: italic;
  color: #363120;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
body #menuMobile .wrapper .box .form .input-field label.dirty {
  visibility: hidden;
  opacity: 0;
}
body #menuMobile .wrapper .box .form .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0);
  background-size: 20px 20px;
  background-position: center center;
  background-image: url("../images/cerca.jpg");
  background-repeat: no-repeat;
  z-index: 99;
}
body #menuMobile .wrapper.social {
  background-color: #006232;
}
body #menuMobile .wrapper.social .box {
  padding-top: 20px;
  padding-top: 1rem;
  padding-bottom: 20px;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body #menuMobile .wrapper.social .box a.social {
  display: inline-block;
  width: auto;
  font: 300 12px / 15px 'Roboto', sans-serif;
  color: #FFFFFF;
  letter-spacing: 2.88px;
}
body #menuMobile .wrapper.social .box a.social i {
  font-size: 15px;
  line-height: 15px;
  color: #FFFFFF;
}
body .contenitore {
  font-family: 'Lora', serif;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 2;
  /* -------------- ELEMENTI IN COMUNE ------------------- */
  /*------------- Fasce --------------- */
}
body .contenitore.noScroll {
  overflow: hidden;
  height: 100vw;
  width: 100%;
  background-color: #FFFFFF;
}
@media (min-device-width: 1025px) {
}
body .contenitore:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
body .contenitore .cta {
  display: inline-block;
  width: auto;
  font: 400 13px / 19px 'Roboto', sans-serif;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #363120;
  padding-bottom: 10px;
  position: relative;
}
body .contenitore .cta:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 30px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background-color: #363120;
}
body .contenitore .cta:hover:after {
  width: 100%;
}
body .contenitore .BG-verde {
  /* IE10+ */
  background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #95BE80 0%, #006232 70%);
  /* Mozilla Firefox */
  background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #95BE80 0%, #006232 70%);
  /* Opera */
  background-image: -o-radial-gradient(right top, ellipse farthest-corner, #95BE80 0%, #006232 70%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(radial, right top, 0, right top, 572, color-stop(0, #95BE80), color-stop(70, #006232));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #95BE80 0%, #006232 70%);
  /* W3C Markup */
  background-image: radial-gradient(ellipse farthest-corner at right top, #95BE80 0%, #006232 70%);
}
body .contenitore .BG-verde .cta {
  color: #FFFFFF;
}
body .contenitore div.text {
  display: inline-block;
  width: 100%;
}
body .contenitore div.text.text2col p {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 750px) {
  body .contenitore div.text.text2col p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
body .contenitore div.text p {
  font: 400 14px / 25px 'Lora', serif;
  color: #363120;
  display: inline-block;
  letter-spacing: 0.84px;
}
body .contenitore div.text p strong {
  font: 700 14px / 25px 'Lora', serif;
  color: #363120;
}
@media only screen and (max-width: 750px) {
  body .contenitore div.text p strong {
    font-size: 16px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 750px) {
  body .contenitore div.text p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.96px;
  }
}
body .contenitore p.text {
  font: 400 14px / 25px 'Lora', serif;
  color: #363120;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.84px;
}
@media only screen and (max-width: 750px) {
  body .contenitore p.text {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.96px;
  }
}
body .contenitore p.text strong {
  /*font: 700 14px / 25px @lora;*/
  color: #363120;
}
@media only screen and (max-width: 750px) {
  body .contenitore p.text strong {
    font-size: 16px;
    line-height: 25px;
  }
}
body .contenitore p.text.text2col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 750px) {
  body .contenitore p.text.text2col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
body .contenitore p.text i {
  font: 400 14px / 25px 'Lora', serif;
  color: #363120;
  font-style: italic;
}
@media only screen and (max-width: 750px) {
  body .contenitore p.text i {
    font-size: 16px;
    line-height: 25px;
  }
}
body .contenitore .first {
  padding-top: 285px;
}
@media (max-width: 1024px) {
  body .contenitore .first {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 750px) {
  body .contenitore .first {
    padding-top: 145px !important;
  }
}
body .contenitore ul.lista {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  body .contenitore ul.lista {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
body .contenitore ul.lista li {
  width: 31%;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 750px) {
  body .contenitore ul.lista li {
    width: 100%;
    padding-bottom: 70px;
    padding-bottom: 3.5rem;
  }
}
body .contenitore ul.lista li a {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .contenitore ul.lista li figure {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore ul.lista li figure {
    font-size: 16px;
    line-height: 25px;
  }
}
body .contenitore ul.lista li figure img {
  display: block;
  width: 100%;
  height: auto;
}
body .contenitore ul.lista li figure:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(72, 140, 113, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body .contenitore ul.lista li figure:after {
  content: "";
  position: absolute;
  bottom: 0px;
  bottom: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem 1rem;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 99;
}
body .contenitore ul.lista li time {
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-bottom: 30px;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 750px) {
  body .contenitore ul.lista li time {
    padding-bottom: 20px;
    padding-bottom: 1rem;
  }
}
body .contenitore ul.lista li time p.gg {
  font: 700 46px / 46px 'Roboto', sans-serif;
  color: #006232;
  padding-right: 5px;
}
body .contenitore ul.lista li time p.mm-yy {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .contenitore ul.lista li time span.mm {
  font: 700 19px 'Roboto', sans-serif;
  color: #006232;
  letter-spacing: 0.8px;
}
body .contenitore ul.lista li time span.yy {
  font: 700 16px 'Roboto', sans-serif;
  color: #006232;
  letter-spacing: 0.64px;
}
body .contenitore ul.lista li h2 {
  font: 700 20px / 25px 'Roboto', sans-serif;
  color: #363120;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  body .contenitore ul.lista li h2 {
    font-size: 22p;
    line-height: 25px;
    padding-bottom: 10px;
    padding-bottom: 0.5rem;
  }
}
body .contenitore ul.lista li h3 {
  font: 300 13px / 16px 'Roboto', sans-serif;
  color: #71706b;
  display: inline-block;
  width: 100%;
  text-transform: none;
}
@media only screen and (max-width: 750px) {
  body .contenitore ul.lista li h3 {
    font-size: 15px;
    line-height: 18px;
  }
}
body .contenitore ul.lista li span.cta {
  color: #006232;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
  padding-top: 5px;
}
body .contenitore ul.lista li span.cta:after {
  background-color: #006232;
}
@media only screen and (max-width: 750px) {
  body .contenitore ul.lista li span.cta {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2.4px;
  }
}
body .contenitore ul.lista li p.text {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 25px;
}
body .contenitore ul.lista li:hover figure:before {
  opacity: 1;
  visibility: visible;
}
body .contenitore ul.lista li:hover span.cta:after {
  width: 100%;
}
@media (max-width: 768px) {
  body .contenitore .sx .collapsible .directLink a {
    letter-spacing: 0;
  }
}
body .contenitore .collapsible {
  margin: 0;
  width: 100%;
  max-width: 300px;
  border: none;
  -webkit-box-shadow: 0 1px 0 0 transparent, 1px 0px 0 0 transparent, -1px 0px 0px 0 transparent, 0px -1px 0 0 transparent;
  -moz-box-shadow: 0 1px 0 0 transparent, 1px 0px 0 0 transparent, -1px 0px 0px 0 transparent, 0px -1px 0 0 transparent;
  box-shadow: 0 1px 0 0 transparent, 1px 0px 0 0 transparent, -1px 0px 0px 0 transparent, 0px -1px 0 0 transparent;
  border-top: 1px solid #fafafa;
}
body .contenitore .collapsible .directLink {
  display: inline-block;
  width: 100%;
  font: 500 13px 'Roboto', sans-serif;
  border-bottom: 1px solid #fafafa;
}
body .contenitore .collapsible .directLink.active a,
body .contenitore .collapsible .directLink:hover a {
  border-color: #95BE80;
  background-color: #FAFAFA;
}
body .contenitore .collapsible .directLink a {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 25px 15px;
  border-left: 5px solid #FFFFFF;
  font: 500 14px 'Roboto', sans-serif;
  color: #006232;
  text-transform: uppercase;
  letter-spacing: 3.6px;
}
body .contenitore .collapsible .directLink a strong {
  color: #006232;
  font-weight: 700;
}
@media (max-width: 1024px) {
  body .contenitore .collapsible .directLink a {
    font-size: 12px;
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 750px) {
  body .contenitore .collapsible .directLink a {
    font-size: 14px;
    font-size: 0.7rem;
  }
}
body .contenitore .collapsible .collapsible-header {
  background-color: transparent;
  padding: 20px;
  padding: 1rem;
  padding-left: 30px;
  padding-left: 1.5rem;
  border: none;
  margin-top: 3px;
  border-bottom: 1px solid #FFFFFF;
}
@media only screen and (max-width: 750px) {
  body .contenitore .collapsible .collapsible-header {
    padding-left: 20px;
    padding-left: 1rem;
  }
}
body .contenitore .collapsible .collapsible-header.active p span {
  border-color: #ffffff;
  opacity: 0.6;
}
body .contenitore .collapsible .collapsible-header.active p span:before {
  opacity: 0;
}
body .contenitore .collapsible .collapsible-header p {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-right: 30px;
  font: 700 15px 'Roboto', sans-serif;
  font-size: 15px;
  font-size: 0.75rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 750px) {
  body .contenitore .collapsible .collapsible-header p {
    font-size: 15px;
    font-size: 0.75rem;
  }
}
body .contenitore .collapsible .collapsible-header p span {
  content: "";
  width: 26px;
  height: 26px;
  background-color: #FFFFFF;
  border: 3px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 1;
}
body .contenitore .collapsible .collapsible-header p span:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #006232;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body .contenitore .collapsible .collapsible-header p span:before {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #006232;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body .contenitore .collapsible .collapsible-body {
  padding: 30px;
  padding: 1.5rem;
  background-color: transparent;
  border: none;
}
body .contenitore .collapsible .collapsible-body a {
  display: inline-block;
  position: relative;
  width: 100%;
  font: 400 14px 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 0.7rem;
  color: #FFFFFF;
  padding-top: 7px;
  padding-top: 0.35rem;
  padding-bottom: 7px;
  padding-bottom: 0.35rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .collapsible .collapsible-body a {
    font-size: 14px;
    font-size: 0.7rem;
  }
}
body .contenitore .collapsible .collapsible-body a.selected {
  text-decoration: underline;
}
body .contenitore .collapsible .collapsible-body a span.new {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  font: 700 12px 'Roboto', sans-serif;
  line-height: 40px;
  background-color: #006232;
  color: #FFFFFF;
  text-align: center;
}
body .contenitore .wrapper.breadcrump {
  padding-bottom: 45px;
  padding-bottom: 2.25rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .wrapper.breadcrump {
    display: none;
  }
}
body .contenitore .wrapper.breadcrump .box {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  padding-bottom: 15px;
}
body .contenitore .wrapper.breadcrump .box p {
  display: inline-block;
  width: 100%;
  font: 400 12px 'Roboto', sans-serif;
  color: #363120;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
body .contenitore .wrapper.breadcrump .box p a {
  font: 400 12px 'Roboto', sans-serif;
  color: #363120;
  letter-spacing: 2.88px;
}
body .contenitore .wrapper.breadcrump .box p a:hover {
  text-decoration: underline;
}
body .contenitore .wrapper.breadcrump .box p a[href='javascript: void(0);']:hover {
  text-decoration: none;
}
body .contenitore .wrapper.breadcrump .box p strong {
  font: 700 12px 'Roboto', sans-serif;
  color: #363120;
  letter-spacing: 2.88px;
}
body .contenitore .fascia {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-bottom: 4rem;
}
body .contenitore .fascia.bottom40 {
  padding-bottom: 40px;
  padding-bottom: 2rem;
}
body .contenitore .fascia.bottom20 {
  padding-bottom: 20px;
  padding-bottom: 1rem;
}
body .contenitore .fascia:last-of-type {
  padding-bottom: 0;
}
body .contenitore .fascia:first-of-type .titolo {
  padding-right: 150px;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia:first-of-type .titolo {
    padding-right: 0;
  }
}
body .contenitore .fascia .titolo {
  display: inline-block;
  width: 100%;
  padding-bottom: 25px;
  padding-bottom: 1.25rem;
}
body .contenitore .fascia .titolo h2 {
  font: 700 35px 'Roboto', sans-serif;
  color: #006232;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia .titolo h2 {
    font-size: 30px;
  }
}
body .contenitore .fascia .titolo h3 {
  font: 300 12px 'Roboto', sans-serif;
  letter-spacing: 1.68px;
  color: #006232;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia .titolo h3 {
    font-size: 13px;
    letter-spacing: 1.82px;
  }
}
body .contenitore .fascia .titolo h4 {
  font: 300 13px 'Roboto', sans-serif;
  color: #71706b;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia .titolo h4 {
    font-size: 15px;
  }
}
body .contenitore .fascia p.text-bordo {
  display: inline-block;
  width: 100%;
  font: 400 14px / 25px 'Lora', serif;
  color: #363120;
  letter-spacing: 0.84px;
  font-style: italic;
  padding-left: 20px;
  border-left: 5px solid #363120;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia p.text-bordo {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
body .contenitore .fascia p.text-strong {
  display: inline-block;
  width: 100%;
  font: 700 16px / 25px 'Lora', serif;
  color: #363120;
  letter-spacing: 0.96px;
  padding-bottom: 15px;
  padding-bottom: 0.75rem;
}
body .contenitore .fascia p.text-strong.verde {
  color: #006232;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia p.text-strong {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.08px;
  }
}
body .contenitore .fascia figure {
  display: block;
  width: 100%;
  height: auto;
}
body .contenitore .fascia figure img {
  display: block;
  width: 100%;
  height: auto;
}
body .contenitore .fascia figure figcaption {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}
body .contenitore .fascia figure figcaption p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font: 400 14px 'Lora', serif;
  font-style: italic;
  color: #363120;
  letter-spacing: 0.84px;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia figure figcaption p {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
body .contenitore .fascia.testo100 {
  width: 100%;
}
body .contenitore .fascia.testo100.alignCX {
  text-align: center;
}
body .contenitore .fascia.immagine100 {
  width: 100%;
}
body .contenitore .fascia.colonne2 {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.colonne2 {
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
}
body .contenitore .fascia.colonne2 .col1 {
  width: 50%;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.colonne2 .col1 {
    width: 100%;
  }
}
body .contenitore .fascia.colonne2 .col2 {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.colonne2 .col2 {
    width: 100%;
    padding-bottom: 30px;
    padding-bottom: 1.5rem;
  }
}
body .contenitore .fascia.colonne2.immagine-testo .col1 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding-left: 20px;
  padding-left: 1rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.colonne2.immagine-testo .col1 {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
body .contenitore .fascia.colonne2.immagine-testo .col2 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding-right: 20px;
  padding-right: 1rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.colonne2.immagine-testo .col2 {
    padding-right: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
body .contenitore .fascia.colonne2.testo-immagine .col1 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding-right: 20px;
  padding-right: 1rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.colonne2.testo-immagine .col1 {
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
body .contenitore .fascia.colonne2.testo-immagine .col2 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding-left: 20px;
  padding-left: 1rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.colonne2.testo-immagine .col2 {
    padding-left: 0;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
body .contenitore .fascia.listato ul {
  display: inline-block;
  width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.listato ul {
    padding: 0;
  }
}
body .contenitore .fascia.listato ul li {
  display: inline-block;
  width: 100%;
  padding-left: 12px;
  font: 400 14px / 25px 'Lora', serif;
  color: #363120;
  letter-spacing: 0.84px;
  position: relative;
}
body .contenitore .fascia.listato ul li i {
  font-style: italic;
  color: #363120;
}
body .contenitore .fascia.listato ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: #006232;
  position: absolute;
  top: 11px;
  left: 0;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.listato ul li:before {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.listato ul li {
    font-size: 16px;
    letter-spacing: 0.96px;
    padding-bottom: 5px;
  }
}
body .contenitore .fascia.filtro {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
}
body .contenitore .fascia.filtro .filtro-cta {
  display: inline-block;
  width: 31%;
  background-color: #fafafa;
  padding: 20px 15px;
  padding-right: 60px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.filtro .filtro-cta {
    width: 100%;
  }
}
body .contenitore .fascia.filtro .filtro-cta.open:after {
  opacity: 0;
  visibility: hidden;
}
body .contenitore .fascia.filtro .filtro-cta span {
  font: 700 18px 'Roboto', sans-serif;
  letter-spacing: 1.08px;
  color: #006232;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.filtro .filtro-cta span {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
}
body .contenitore .fascia.filtro .filtro-cta:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #006232;
  pointer-events: none;
}
body .contenitore .fascia.filtro .filtro-cta:after {
  content: "";
  display: block;
  height: 8px;
  width: 2px;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #006232;
  pointer-events: none;
}
body .contenitore .fascia.filtro .filtri {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
body .contenitore .fascia.filtro .filtri.open {
  max-height: 200px;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.filtro .filtri.open {
    max-height: 500px;
  }
}
body .contenitore .fascia.filtro .filtri .filtro {
  padding: 20px;
  width: 33%;
  font: 500 14px 'Roboto', sans-serif;
  position: relative;
  float: left;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.filtro .filtri .filtro {
    width: 100%;
    padding-right: 0;
    padding-left: 25px;
    font-size: 16px;
    letter-spacing: 2.88px;
  }
}
body .contenitore .fascia.filtro .filtri .filtro:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 1px solid #363120;
  background-color: transparent;
}
body .contenitore .fascia.filtro .filtri .filtro:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
}
body .contenitore .fascia.filtro .filtri .filtro:hover:before,
body .contenitore .fascia.filtro .filtri .filtro.active:before {
  background-color: #006232;
}
body .contenitore .fascia.fascia404 .text strong,
body .contenitore .fascia.fascia404 .text b {
  color: #006232;
}
body .contenitore .fascia.fascia404 .text a {
  color: #006232;
  font: 400 13px/16px Lora, serif;
}
body .contenitore .fascia.listaRicerca {
  padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.listaRicerca {
    padding-bottom: 80px;
    padding-bottom: 4rem;
  }
}
body .contenitore .fascia.listaRicerca .lista {
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .contenitore .fascia.listaRicerca .lista li {
  width: 33%;
  padding: 0px 10px 3rem;
}
@media (max-width: 480px) {
  body .contenitore .fascia.listaRicerca .lista li {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.listaRicerca .lista li {
    width: 50%;
  }
  body .contenitore .fascia.listaRicerca .lista li:last-of-type {
    padding-bottom: 0;
  }
}
body .contenitore .fascia.video {
  width: 100%;
}
body .contenitore .fascia.video .descrizione {
  width: 100%;
  padding-left: 25px;
}
body .contenitore .fascia.video .descrizione h2 {
  font: 500 13px 'Roboto', sans-serif;
  color: #006232;
  letter-spacing: 1.82px;
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.video .descrizione h2 {
    font-size: 14px;
    letter-spacing: 1.96px;
  }
}
body .contenitore .fascia.video .descrizione p {
  font: 400 13px 'Roboto', sans-serif;
  letter-spacing: 1.82px;
  color: #71706b;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.video .descrizione p {
    font-size: 14px;
    letter-spacing: 1.96px;
  }
}
body .contenitore .fascia.video .descrizione p strong {
  font: 700 13px 'Roboto', sans-serif;
  letter-spacing: 1.82px;
  color: #71706b;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.video .descrizione p strong {
    font-size: 14px;
    letter-spacing: 1.96px;
  }
}
body .contenitore .fascia.video .iframe {
  width: 100%;
}
body .contenitore .fascia.video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}
body .contenitore .fascia.video .videoWrapper img.copertina {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  cursor: pointer;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body .contenitore .fascia.video .videoWrapper img.copertina.displayOff {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
body .contenitore .fascia.video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 1;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body .contenitore .fascia.video .videoWrapper iframe.displayOn {
  visibility: visible;
  opacity: 1;
}
body .contenitore .fascia.gallery {
  padding: 45px 0 10px 0;
  margin-bottom: 80px;
  background-color: #fafafa;
}
body .contenitore .fascia.gallery .titolo {
  padding-bottom: 0;
}
body .contenitore .fascia.gallery h2 {
  text-align: center;
}
body .contenitore .fascia.gallery .slider {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 35px 50px;
}
body .contenitore .fascia.gallery .slider .slick-prev {
  left: 10px;
}
body .contenitore .fascia.gallery .slider .slick-next {
  right: 10px;
}
body .contenitore .fascia.gallery .slider .slickItem {
  width: 20%;
  height: auto;
  cursor: pointer;
  padding: 0 20px;
}
body .contenitore .fascia.gallery .slider .slickItem:hover figure:after {
  opacity: 1;
}
body .contenitore .fascia.gallery .slider .slickItem figure {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  padding-bottom: 0;
  position: relative;
}
body .contenitore .fascia.gallery .slider .slickItem figure img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body .contenitore .fascia.gallery .slider .slickItem figure:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(72, 140, 113, 0.6);
  background-image: url("../images/cta-zoom.png");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body .contenitore .fascia.listaGallery {
  padding: 45px 0 10px 0;
  margin-bottom: 80px;
}
body .contenitore .fascia.listaGallery .titolo {
  padding-bottom: 0;
}
body .contenitore .fascia.listaGallery h2 {
  text-align: center;
}
body .contenitore .fascia.listaGallery .galleryLista {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 35px 50px;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body .contenitore .fascia.listaGallery .galleryLista .slickItem {
  width: 25%;
  height: auto;
  cursor: pointer;
  padding: 0 20px;
}
body .contenitore .fascia.listaGallery .galleryLista .slickItem:hover figure:after {
  opacity: 1;
}
body .contenitore .fascia.listaGallery .galleryLista .slickItem figure {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  padding-bottom: 0;
  position: relative;
}
body .contenitore .fascia.listaGallery .galleryLista .slickItem figure img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body .contenitore .fascia.listaGallery .galleryLista .slickItem figure:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(72, 140, 113, 0.6);
  background-image: url("../images/cta-zoom.png");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body .contenitore .fascia.listaGallery .galleryLista .slickItem h2 {
  display: inline-block;
  width: 100%;
  font: 700 13px 'Roboto', sans-serif;
  letter-spacing: 1.82px;
  color: #006232;
  padding-bottom: 10px;
  text-align: left;
}
body .contenitore .fascia.downloads .titolo {
  padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.downloads .titolo {
    text-align: center;
  }
}
body .contenitore .fascia.downloads .titolo h2 {
  font-size: 16px;
}
body .contenitore .fascia.downloads .listaDownloads {
  width: 100%;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 35px;
  padding-top: 1.75rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.downloads .listaDownloads {
    padding-right: 50px;
    padding-left: 50px;
    height: auto;
  }
}
body .contenitore .fascia.downloads .download {
  display: inline-block;
  width: 18%;
  padding-bottom: 35px;
  padding-bottom: 1.75rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.downloads .download {
    width: 100%;
    padding: 0 20px;
    height: auto;
  }
}
body .contenitore .fascia.downloads .download a {
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body .contenitore .fascia.downloads .download a:hover figure:after {
  opacity: 1;
}
body .contenitore .fascia.downloads .download a:hover .cta:after {
  width: 100%;
}
body .contenitore .fascia.downloads .download a figure {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}
body .contenitore .fascia.downloads .download a figure img {
  display: block;
  width: 100%;
  height: auto;
}
body .contenitore .fascia.downloads .download a figure:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(72, 140, 113, 0.6);
  background-image: url("../images/cta-zoom.png");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body .contenitore .fascia.downloads .download a p {
  display: inline-block;
  width: 100%;
  font: 700 13px 'Roboto', sans-serif;
  letter-spacing: 1.82px;
  color: #006232;
  padding-bottom: 10px;
}
body .contenitore .fascia.downloads .download a .cta {
  font: 400 10px 'Roboto', sans-serif;
  color: #006232;
  letter-spacing: 2px;
}
body .contenitore .fascia.downloads .download a .cta:after {
  background-color: #006232;
}
body .contenitore .fascia.share {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  body .contenitore .fascia.share {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.share {
    position: static;
    width: 100%;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
body .contenitore .fascia.share p {
  display: inline-block;
  width: 100%;
  text-align: right;
  font: 700 11px 'Roboto', sans-serif;
  letter-spacing: 1.98px;
  color: #363120;
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.share p {
    font-size: 13px;
    letter-spacing: 2.34px;
    width: auto;
  }
}
body .contenitore .fascia.share .fa {
  font-size: 16px;
  line-height: 16px;
  color: #9a988f;
  margin-left: 20px;
}
body .contenitore .fascia.share .fa:hover {
  color: #363120;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.share .fa {
    font-size: 18px;
    line-height: 18px;
  }
}
body .contenitore .fascia.fasciaForm .formSx {
  width: 33%;
  padding-right: 40px;
  padding-right: 2rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.fasciaForm .formSx {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    padding-bottom: 1.5rem;
  }
}
body .contenitore .fascia.fasciaForm .formSx .titolo {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.fasciaForm .formSx .titolo {
    padding-bottom: 10px;
  }
}
body .contenitore .fascia.fasciaForm .formSx .titolo h2 {
  font: 700 26px 'Roboto', sans-serif;
  letter-spacing: 0px;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.fasciaForm .formSx .titolo h2 {
    font-size: 28px;
    letter-spacing: 0px;
  }
}
body .contenitore .fascia.fasciaForm .formDx {
  margin-top: 50px;
  width: 64%;
}
@media (max-width: 767px) {
  body .contenitore .fascia.fasciaForm .formDx {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.fasciaForm .formDx {
    width: 100%;
  }
}
body .contenitore .fascia.paginatore {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.paginatore {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
body .contenitore .fascia.paginatore ul.pagine {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.paginatore ul.pagine {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
body .contenitore .fascia.paginatore ul.pagine li {
  display: inline-block;
  width: auto;
  padding: 5px;
  margin: 0 5px;
}
body .contenitore .fascia.paginatore ul.pagine li a {
  display: inline-block;
  font: 500 12px 'Roboto', sans-serif;
  color: #363120;
  text-transform: uppercase;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 0 5px;
  overflow-y: visible;
  position: relative;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.paginatore ul.pagine li a {
    font-size: 14px;
  }
}
body .contenitore .fascia.paginatore ul.pagine li a.selected,
body .contenitore .fascia.paginatore ul.pagine li a:hover {
  color: #006232;
}
body .contenitore .fascia.paginatore ul.pagine li p {
  display: inline-block;
  width: auto;
  font: 500 12px 'Roboto', sans-serif;
  color: #363120;
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.paginatore ul.pagine li p {
    font-size: 14px;
  }
}
body .contenitore .fascia.paginatore .riassunto {
  display: block;
  width: auto;
}
@media only screen and (max-width: 750px) {
  body .contenitore .fascia.paginatore .riassunto {
    display: none;
  }
}
body .contenitore .fascia.paginatore .riassunto p {
  display: inline-block;
  font: 500 12px 'Roboto', sans-serif;
  color: #363120;
  text-transform: uppercase;
}
body .contenitore .fascia.paginatore .riassunto p span {
  display: inline-block;
  font: 500 12px 'Roboto', sans-serif;
  color: #006232;
  text-transform: uppercase;
}
body .contenitore .slick-slider {
  position: relative;
}
@media only screen and (max-width: 750px) {
  body .contenitore .slick-slider {
    padding-bottom: 30px;
  }
}
body .contenitore .slick-slider .slick-prev,
body .contenitore .slick-slider .slick-next {
  top: auto;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  width: 32px;
  width: 1.6rem;
  height: 32px;
  height: 1.6rem;
  z-index: 99;
}
@media only screen and (max-width: 750px) {
  body .contenitore .slick-slider .slick-prev,
  body .contenitore .slick-slider .slick-next {
    width: 32px;
    width: 1.6rem;
    height: 32px;
    height: 1.6rem;
  }
}
body .contenitore .slick-slider .slick-prev:before,
body .contenitore .slick-slider .slick-next:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body .contenitore .slick-slider .slick-prev {
  left: 50px;
  left: 2.5rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .slick-slider .slick-prev {
    left: 20px;
    left: 1rem;
  }
}
body .contenitore .slick-slider .slick-prev:before {
  background-image: url('../images/arrow-left.png');
}
body .contenitore .slick-slider .slick-next {
  right: 50px;
  right: 2.5rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .slick-slider .slick-next {
    right: 20px;
    right: 1rem;
  }
}
body .contenitore .slick-slider .slick-next:before {
  background-image: url('../images/arrow-right.png');
}
body .contenitore .slick-slider .slick-prev,
body .contenitore .slick-slider .slick-next {
  display: none;
}
body .contenitore .slick-slider .slick-dots li {
  width: 14px !important;
  height: 14px !important;
  position: relative;
  border: 2px solid #95BE80;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 0 5px;
  padding: 0;
}
body .contenitore .slick-slider .slick-dots button {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 5px;
}
body .contenitore .slick-slider .slick-dots button:after,
body .contenitore .slick-slider .slick-dots button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: " ";
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: transparent;
}
body .contenitore .slick-slider .slick-dots button:after {
  display: none;
}
body .contenitore .slick-slider .slick-dots .slick-active button:after,
body .contenitore .slick-slider .slick-dots .slick-active button:before {
  background-color: #95BE80;
  opacity: 1;
}
body .contenitore form.form {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
body .contenitore form.form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .contenitore form.form .colonna1 {
  width: 15%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .colonna1 {
    width: 100%;
  }
}
body .contenitore form.form .colonna2 {
  width: 32%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .colonna2 {
    width: 100%;
  }
}
body .contenitore form.form .colonna3 {
  width: 49%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .colonna3 {
    width: 100%;
  }
}
body .contenitore form.form .colonna4 {
  width: 66%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .colonna4 {
    width: 100%;
  }
}
body .contenitore form.form .colonna6 {
  width: 100%;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
body .contenitore form.form .etichetta {
  font-family: 'Lora', serif;
  color: #363120;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
body .contenitore form.form .etichettaMini {
  font-family: 'Lora', serif;
  color: #363120;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: none;
}
body .contenitore form.form .labelNota {
  font-family: 'Lora', serif;
  color: #363120;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: none;
  padding-bottom: 10px;
  text-align: right;
}
body .contenitore form.form .labelNota:after {
  color: #F00;
}
body .contenitore form.form p.msg {
  position: absolute;
  top: -20px;
  right: 0;
  font: 400 11px / 20px 'Roboto', sans-serif;
  padding: 0;
  padding-left: 15px;
}
body .contenitore form.form p.msg span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
}
body .contenitore form.form p.msg.errore {
  color: #ed0032;
}
body .contenitore form.form p.msg.corretto {
  color: #00b511;
}
body .contenitore form.form .msgAjax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px;
  z-index: 99;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .msgAjax {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
  }
}
body .contenitore form.form .msgAjax p.msg {
  position: static;
  display: inline-block;
  font: 500 14px 'Roboto', sans-serif;
  letter-spacing: 0.9px;
}
body .contenitore form.form .msgAjax p.msg.corretto {
  color: #006232;
}
body .contenitore form.form .msgAjax p.msg.errore {
  color: red;
}
body .contenitore form.form .input-field {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 750px) {
}
body .contenitore form.form .input-field.displayOff {
  display: none;
  opacity: 0;
  visibility: hidden;
}
body .contenitore form.form .input-field label {
  font: 400 12px / 20px 'Roboto', sans-serif;
  letter-spacing: 0.96px;
  color: #363120;
  top: -20px;
  left: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  text-align: left;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .input-field label {
    font-size: 14px;
    font-size: 0.7rem;
  }
}
body .contenitore form.form .input-field label:after {
  color: #F00;
}
body .contenitore form.form .input-field input[type=text],
body .contenitore form.form .input-field input[type=tel],
body .contenitore form.form .input-field input[type=email],
body .contenitore form.form .input-field input[type=e-mail],
body .contenitore form.form .input-field textarea {
  border: 1px solid #363120;
  background-color: #FFFFFF;
  height: auto;
  font: 300 13px / 25px 'Roboto', sans-serif;
  letter-spacing: 1.3px;
  margin: 0;
  padding: 20px;
  padding: 1rem;
  padding-top: 10px;
  padding-top: 0.5rem;
  padding-bottom: 10px;
  padding-bottom: 0.5rem;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  /* label focus color */
  /* label underline focus color */
  /* valid color */
  /* invalid color */
}
body .contenitore form.form .input-field input[type=text]::-webkit-input-placeholder,
body .contenitore form.form .input-field input[type=tel]::-webkit-input-placeholder,
body .contenitore form.form .input-field input[type=email]::-webkit-input-placeholder,
body .contenitore form.form .input-field input[type=e-mail]::-webkit-input-placeholder,
body .contenitore form.form .input-field textarea::-webkit-input-placeholder {
  color: #bebebe;
}
body .contenitore form.form .input-field input[type=text]:-moz-placeholder,
body .contenitore form.form .input-field input[type=tel]:-moz-placeholder,
body .contenitore form.form .input-field input[type=email]:-moz-placeholder,
body .contenitore form.form .input-field input[type=e-mail]:-moz-placeholder,
body .contenitore form.form .input-field textarea:-moz-placeholder {
  color: #bebebe;
}
body .contenitore form.form .input-field input[type=text]::-moz-placeholder,
body .contenitore form.form .input-field input[type=tel]::-moz-placeholder,
body .contenitore form.form .input-field input[type=email]::-moz-placeholder,
body .contenitore form.form .input-field input[type=e-mail]::-moz-placeholder,
body .contenitore form.form .input-field textarea::-moz-placeholder {
  color: #bebebe;
}
body .contenitore form.form .input-field input[type=text]:-ms-input-placeholder,
body .contenitore form.form .input-field input[type=tel]:-ms-input-placeholder,
body .contenitore form.form .input-field input[type=email]:-ms-input-placeholder,
body .contenitore form.form .input-field input[type=e-mail]:-ms-input-placeholder,
body .contenitore form.form .input-field textarea:-ms-input-placeholder {
  color: #bebebe;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .input-field input[type=text],
  body .contenitore form.form .input-field input[type=tel],
  body .contenitore form.form .input-field input[type=email],
  body .contenitore form.form .input-field input[type=e-mail],
  body .contenitore form.form .input-field textarea {
    font-size: 14px;
    font-size: 0.7rem;
    line-height: 14px;
    line-height: 0.7rem;
    padding: 11px;
    padding: 0.55rem;
  }
}
body .contenitore form.form .input-field input[type=text]:focus + label,
body .contenitore form.form .input-field input[type=tel]:focus + label,
body .contenitore form.form .input-field input[type=email]:focus + label,
body .contenitore form.form .input-field input[type=e-mail]:focus + label,
body .contenitore form.form .input-field textarea:focus + label {
  color: #363120;
}
body .contenitore form.form .input-field input[type=text]:focus,
body .contenitore form.form .input-field input[type=tel]:focus,
body .contenitore form.form .input-field input[type=email]:focus,
body .contenitore form.form .input-field input[type=e-mail]:focus,
body .contenitore form.form .input-field textarea:focus {
  border: 1px solid #363120;
  -webkit-box-shadow: 0 1px 0 0 transparent, 1px 0px 0 0 transparent, -1px 0px 0px 0 transparent, 0px -1px 0 0 transparent;
  -moz-box-shadow: 0 1px 0 0 transparent, 1px 0px 0 0 transparent, -1px 0px 0px 0 transparent, 0px -1px 0 0 transparent;
  box-shadow: 0 1px 0 0 transparent, 1px 0px 0 0 transparent, -1px 0px 0px 0 transparent, 0px -1px 0 0 transparent;
}
body .contenitore form.form .input-field input[type=text].valid,
body .contenitore form.form .input-field input[type=tel].valid,
body .contenitore form.form .input-field input[type=email].valid,
body .contenitore form.form .input-field input[type=e-mail].valid,
body .contenitore form.form .input-field textarea.valid {
  border: 1px solid ;
  box-shadow: 0 0px 0 0 #9e9e9e;
}
body .contenitore form.form .input-field input[type=text].invalid,
body .contenitore form.form .input-field input[type=tel].invalid,
body .contenitore form.form .input-field input[type=email].invalid,
body .contenitore form.form .input-field input[type=e-mail].invalid,
body .contenitore form.form .input-field textarea.invalid {
  border: 1px solid #F00;
  -webkit-box-shadow: 0 1px 0 0 #F00, 1px 0px 0 0 #F00, -1px 0px 0px 0 #F00, 0px -1px 0 0 #F00;
  -moz-box-shadow: 0 1px 0 0 #F00, 1px 0px 0 0 #F00, -1px 0px 0px 0 #F00, 0px -1px 0 0 #F00;
  box-shadow: 0 1px 0 0 #F00, 1px 0px 0 0 #F00, -1px 0px 0px 0 #F00, 0px -1px 0 0 #F00;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .input-field input[type=text],
  body .contenitore form.form .input-field input[type=tel],
  body .contenitore form.form .input-field input[type=email],
  body .contenitore form.form .input-field input[type=e-mail] {
    margin-bottom: 0;
  }
}
body .contenitore form.form .input-field textarea {
  height: 120px;
  height: 6rem;
  min-height: 120px;
  min-height: 6rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .input-field.select-wrapper-mobile:before {
    content: " ";
    font-size: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url("../images/select-down.png");
    background-size: 11px 11px;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
  }
}
body .contenitore form.form .input-field.select-wrapper-mobile select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .input-field.select-wrapper-mobile select {
    display: inline-block;
    border: 1px solid #fafafa;
    background-color: #fafafa;
    height: auto;
    font-family: 'Lora', serif;
    color: #363120;
    margin: 0;
    font-size: 14px;
    font-size: 0.7rem;
    line-height: 16px;
    line-height: 0.8rem;
    padding: 11px;
    padding: 0.55rem;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
  }
  body .contenitore form.form .input-field.select-wrapper-mobile select option {
    font-size: 14px;
    font-size: 0.7rem;
    color: #363120;
    padding: 11px;
    padding: 0.55rem;
  }
  body .contenitore form.form .input-field.select-wrapper-mobile select option:hover {
    background-color: #006232;
    color: #FFFFFF;
  }
}
body .contenitore form.form .input-field .select-wrapper {
  position: relative;
}
body .contenitore form.form .input-field .select-wrapper .caret {
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../images/select-down.png");
  background-size: 11px 11px;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 99;
}
body .contenitore form.form .input-field .select-wrapper ul.select-dropdown li {
  min-height: inherit;
}
body .contenitore form.form .input-field .select-wrapper ul.select-dropdown li span {
  color: #bebebe;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
body .contenitore form.form .input-field .select-wrapper ul.select-dropdown li:hover {
  background-color: #006232;
}
body .contenitore form.form .input-field .select-wrapper ul.select-dropdown li:hover span {
  color: #FFFFFF;
}
body .contenitore form.form .input-field .labelInput {
  display: inline-block;
  position: absolute;
  width: 100%;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #363120;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  text-align: left;
}
body .contenitore form.form .input-field .labelInput:after {
  color: #F00;
}
body .contenitore form.form .input-field.inputFile {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body .contenitore form.form .input-field.inputFile .btn.findFile {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #FFFFFF;
  padding: 10px 20px;
  padding-bottom: 10px;
  padding-bottom: 0.5rem;
  padding-top: 10px;
  padding-top: 0.5rem;
  line-height: initial;
  height: auto;
  text-align: center;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 rgba(20, 20, 20, 0);
  -moz-box-shadow: 0 0 0 rgba(20, 20, 20, 0);
  box-shadow: 0 0 0 rgba(20, 20, 20, 0);
  border: 1px solid #363120;
  -webkit-transform: translateX(-1px);
  -moz-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  -o-transform: translateX(-1px);
  transform: translateX(-1px);
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .input-field.inputFile .btn.findFile {
    padding-bottom: 12px;
    padding-bottom: 0.6rem;
    padding-top: 12px;
    padding-top: 0.6rem;
  }
}
body .contenitore form.form .input-field.inputFile .btn.findFile span {
  display: inherit;
  color: #363120;
  font: 400 12px / 25px 'Roboto', sans-serif;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .input-field.inputFile .btn.findFile span {
    line-height: 15px;
    line-height: 0.75rem;
  }
}
body .contenitore form.form .input-field.inputFile .file-path-wrapper {
  width: 100%;
  padding: 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
body .contenitore form.form .input-field .resetFiltri {
  border: 1px solid #006232;
  color: #006232;
  font: 400 13px 'Lora', serif;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: initial;
  padding: 8px 12px 6px 12px;
  background-color: transparent;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
body .contenitore form.form .input-field .resetFiltri:hover {
  background-color: #006232;
  color: #FFFFFF;
}
body .contenitore form.form .input-field .inputAbsolute {
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  right: 0;
  background-color: #006232;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  overflow: hidden;
  width: auto;
  height: 100%;
  border: 1px solid #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  font: 300 13px 'Roboto', sans-serif;
  letter-spacing: 3.12px;
  text-transform: uppercase;
  padding: 0 25px;
}
body .contenitore form.form .input-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 20px;
}
body .contenitore form.form .input-radio .radio {
  display: inline-block;
  width: auto;
  padding-right: 15px;
}
body .contenitore form.form .input-radio .radio [type="radio"] + label {
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #363120;
  letter-spacing: 0.8px;
}
body .contenitore form.form .input-radio .radio [type="radio"] + label:before {
  border: 1px solid #363120;
}
body .contenitore form.form .input-radio .radio [type="radio"] + label:after {
  background-color: #006232;
  border: 1px solid #006232;
}
body .contenitore form.form .input-radio .radio [type="radio"] + label:before,
body .contenitore form.form .input-radio .radio [type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 6px 0;
  width: 12px;
  height: 12px;
}
body .contenitore form.form .input-radio .radio [type="radio"]:checked + label {
  padding-left: 18px;
}
body .contenitore form.form .input-radio .radio [type="radio"]:checked + label:before {
  border: 1px solid #006232;
}
body .contenitore form.form .input-check {
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .input-check {
    margin-top: 10px;
    margin-top: 0.5rem;
  }
}
body .contenitore form.form .input-check.error [type="checkbox"].filled-in:not(:checked) + label:after {
  border: 1px solid #F00;
  color: #F00;
}
body .contenitore form.form .input-check.error label {
  color: #F00 !important;
}
body .contenitore form.form .input-check [type="checkbox"] + label {
  padding-left: 25px;
  height: auto;
  line-height: initial;
  font: 400 11px 'Roboto', sans-serif;
  color: #363120;
  letter-spacing: 0.66px;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .input-check [type="checkbox"] + label {
    font-size: 12px;
    font-size: 0.6rem;
    line-height: 15px;
    line-height: 0.75rem;
    letter-spacing: 1.2px;
    letter-spacing: 0.06rem;
  }
}
body .contenitore form.form .input-check [type="checkbox"] + label a {
  color: #363120;
  text-decoration: underline;
}
body .contenitore form.form .input-check [type="checkbox"].filled-in + label:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
body .contenitore form.form .input-check [type="checkbox"].filled-in:not(:checked) + label:after {
  background-color: transparent;
  border: 1px solid #363120;
}
body .contenitore form.form .input-check [type="checkbox"].filled-in:checked + label:after {
  border: 1px solid #363120;
  background-color: #FFFFFF;
}
body .contenitore form.form .input-check [type="checkbox"].filled-in + label:before {
  top: 50%;
  left: 4px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-border-radius: 0%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0%;
  -moz-background-clip: padding;
  border-radius: 0%;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
body .contenitore form.form .input-check [type="checkbox"].filled-in:checked + label:before {
  background-color: #363120;
}
body .contenitore form.form .input-submit {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.5rem;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .input-submit {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
body .contenitore form.form .input-submit .btn {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font: 400 12px / 25px 'Roboto', sans-serif;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  background-color: #006232;
  color: #FFFFFF;
  height: auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0);
  padding: 10px;
  padding: 0.5rem;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
body .contenitore form.form .input-submit .btn:hover {
  background-color: #006232;
  border-color: #006232;
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .input-submit .btn {
    width: 100%;
    font-size: 14px;
    letter-spacing: 1.68px;
  }
}
@media only screen and (max-width: 750px) {
  body .contenitore form.form .input-submit {
    padding-top: 20px;
    padding-top: 1rem;
  }
}
body .contenitore form.form .inputFile.error input.file-path {
  border: 1px solid red;
}
body .contenitore form.form .inputFile.error .btn.findFile {
  border: 1px solid red;
  color: red;
}
body .contenitore form.form .inputFile.error .btn.findFile span {
  color: red;
}
body .contenitore .wrapper {
  width: 100%;
  min-width: 100vw;
  z-index: 1;
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 1440px) {
  body .contenitore .wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media only screen and (max-width: 750px) {
  body .contenitore .wrapper {
    min-width: 250px;
    padding: 0;
  }
}
body .contenitore .wrapper .box {
  width: 100%;
  max-width: 100vw;
  min-width: 100vw;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 20px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1rem;
}
@media (min-width: 1440px) {
  body .contenitore .wrapper .box {
    min-width: 70vw;
  }
}
@media only screen and (max-width: 750px) {
  body .contenitore .wrapper .box {
    margin: 0;
    max-width: 100%;
    min-width: 250px;
  }
}
body .contenitore .stiky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
body .contenitore .stiky.fissato {
  position: stiky;
  position: fixed;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  border-bottom: 1px solid #e1e1e1;
}
body .contenitore .stiky.fissato.displayOn {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body .contenitore .stiky.fissato .stikyMenu header {
  padding-top: 5px;
  padding-bottom: 5px;
}
body .contenitore .stiky.fissato .stikyMenu header .liv1 {
  width: 20%;
  padding-top: 25px;
  padding-top: 1.25rem;
  padding-bottom: 25px;
  padding-bottom: 1.25rem;
}
body .contenitore .stiky.fissato .stikyMenu header .liv1 .form {
  display: none;
}
body .contenitore .stiky.fissato .stikyMenu header .liv2 {
  width: 80%;
  padding-top: 25px;
  padding-top: 1.25rem;
  padding-bottom: 25px;
  padding-bottom: 1.25rem;
}
body .contenitore .stiky.fissato .stikyMenu header .liv2 .menu li a,
body .contenitore .stiky.fissato .stikyMenu header .liv2 .menu li span.menuHover {
  font-size: 12px;
  letter-spacing: 2.88px;
}
body .contenitore .stiky .preHeader {
  background-color: #006232;
  border-bottom: 2px solid #95BE80;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  height: auto;
  max-height: 50px;
  overflow-y: hidden;
}
body .contenitore .stiky .preHeader .box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  height: auto;
  max-height: 100px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 750px) {
  body .contenitore .stiky .preHeader .box {
    padding-left: 10px;
    padding-left: 0.5rem;
    padding-right: 10px;
    padding-right: 0.5rem;
  }
}
body .contenitore .stiky .preHeader .box .sx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
@media only screen and (max-width: 750px) {
  body .contenitore .stiky .preHeader .box .sx {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
body .contenitore .stiky .preHeader .box .sx a {
  display: inline-block;
  font: 400 13px / 16px 'Lora', serif;
  letter-spacing: 1.3px;
  font-style: italic;
  color: #FFFFFF;
  padding-right: 30px;
}
@media only screen and (max-width: 750px) {
  body .contenitore .stiky .preHeader .box .sx a {
    padding-right: 0;
  }
}
body .contenitore .stiky .preHeader .box .dx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
body .contenitore .stiky .preHeader .box .dx a.social {
  display: inline-block;
  width: auto;
  font: 300 14px / 10px 'Roboto', sans-serif;
  color: #FFFFFF;
  letter-spacing: 2.4px;
}
body .contenitore .stiky .preHeader .box .dx a.social i {
  font-size: 13px;
  line-height: 13px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  body .contenitore .stiky .preHeader .box .dx {
    margin-top: 150px;
  }
}
body .contenitore .stiky .stikyMenu {
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.6s linear;
  -moz-transition: background-color 0.6s linear;
  -o-transition: background-color 0.6s linear;
  transition: background-color 0.6s linear;
}
body .contenitore .stiky .stikyMenu header {
  display: inline-block;
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  padding-left: 20px;
  padding-left: 1rem;
  padding-right: 20px;
  padding-right: 1rem;
  background-color: #FFFFFF;
}
body .contenitore .stiky .stikyMenu header .liv1 {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 50px;
}
body .contenitore .stiky .stikyMenu header .liv1 .form {
  display: inline-block;
  width: 190px;
}
body .contenitore .stiky .stikyMenu header .liv1 .form .input-field {
  position: relative;
  margin: 0;
}
body .contenitore .stiky .stikyMenu header .liv1 .form .input-field input {
  position: relative;
  border: 0;
  border-bottom: 1px solid #363120;
  padding-left: 0;
  z-index: 99;
  background-color: transparent;
  padding: 0;
  padding-right: 30px;
}
body .contenitore .stiky .stikyMenu header .liv1 .form .input-field input:focus {
  background-color: #FFFFFF;
}
body .contenitore .stiky .stikyMenu header .liv1 .form .input-field label {
  font: 400 12px 'Lora', serif;
  font-style: italic;
  color: #363120;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
body .contenitore .stiky .stikyMenu header .liv1 .form .input-field label.dirty {
  visibility: hidden;
  opacity: 0;
}
body .contenitore .stiky .stikyMenu header .liv1 .form .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0);
  background-size: 20px 20px;
  background-position: center center;
  background-image: url("../images/cerca.jpg");
  background-repeat: no-repeat;
  z-index: 99;
}
body .contenitore .stiky .stikyMenu header a.logo {
  display: inline-block;
  width: 200px;
  height: auto;
}
body .contenitore .stiky .stikyMenu header a.logo img {
  width: 100%;
  height: auto;
  display: inline-block;
}
body .contenitore .stiky .stikyMenu header .liv2 {
  display: block;
  width: 100%;
  height: initial;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0);
  padding-bottom: 0px;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li {
  width: auto;
  padding: 0;
  padding: 25px;
  padding: 1.25rem;
  padding-right: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  text-align: center;
  position: relative;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li a,
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li span.menuHover {
  display: inline-block;
  width: auto;
  font: 400 14px / 21px 'Roboto', sans-serif;
  letter-spacing: 3.36px;
  text-transform: uppercase;
  line-height: initial;
  color: #363120;
  position: relative;
  cursor: pointer;
  padding: 0;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li a.active:after,
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li span.menuHover.active:after,
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li a:after,
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li span.menuHover:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-background-clip: initial;
  -moz-background-clip: initial;
  background-clip: initial;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li a.active:after,
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li span.menuHover.active:after {
  background-color: #95BE80;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li:hover a,
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li span.menuHover a {
  background-color: #FFFFFF;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li:hover a:after,
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li span.menuHover a:after {
  background-color: #95BE80;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li:hover .subMenu,
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li span.menuHover .subMenu {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  visibility: visible;
  opacity: 1;
  z-index: 99;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li .subMenu {
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 90%);
  -moz-transform: translate(-50%, 90%);
  -ms-transform: translate(-50%, 90%);
  -o-transform: translate(-50%, 90%);
  transform: translate(-50%, 90%);
  width: 300px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li .subMenu:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #f2f2f2 transparent;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li .subMenu li {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li .subMenu li a {
  font: 500 14px 'Roboto', sans-serif;
  letter-spacing: 3.22px;
  text-transform: uppercase;
  color: #006232;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: inline-block;
  padding: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 20px;
  width: 100%;
  border-left: 5px solid #F2F2F2;
  background-color: #F2F2F2;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li .subMenu li a strong {
  color: #006232;
  font-weight: 700;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li .subMenu li a:after {
  display: none;
}
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li .subMenu li a:hover,
body .contenitore .stiky .stikyMenu header .liv2 ul.menu li .subMenu li a.selected {
  background-color: #E3E3E3;
  border-left: 5px solid #95BE80;
}
body .contenitore .wrapper.stikyMobile {
  height: auto;
  z-index: 999;
  background-color: transparent;
}
body .contenitore .wrapper.stikyMobile header {
  display: inline-block;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
  padding: 1rem;
  background-color: #FFFFFF;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
body .contenitore .wrapper.stikyMobile header .logo {
  width: 170px;
  height: auto;
  display: inline-block;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
@media (max-width: 480px) {
  body .contenitore .wrapper.stikyMobile header .logo {
    width: 80px!important;
  }
}
body .contenitore .wrapper.stikyMobile header .logo img {
  width: 100%;
  height: auto;
  display: inline-block;
}
body .contenitore .wrapper.stikyMobile header .hamburger {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/hamburger.png');
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
body .contenitore .wrapper.stikyMobile header .hamburger img {
  width: 100%;
  height: auto;
  display: inline-block;
  pointer-events: none;
}
body .contenitore .wrapper.stikyMobile__phone {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .contenitore .wrapper.stikyMobile__phone svg {
  width: 30px;
  height: 30px;
  fill: #006232;
}
body .contenitore .wrapper.stikyMobile .stikyMobile__phone {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .contenitore .wrapper.stikyMobile .stikyMobile__phone svg {
  width: 30px;
  height: 30px;
  fill: #006232;
}
body .contenitore #index {
  padding-bottom: 80px;
  padding-bottom: 4rem;
}
body .contenitore #index .sliderHome {
  padding-bottom: 95px;
  padding-bottom: 4.75rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .sliderHome {
    padding-bottom: 50px;
    padding-bottom: 2.5rem;
  }
}
body .contenitore #index .sliderHome .slider {
  width: 100%;
  height: initial;
}
body .contenitore #index .sliderHome .slider .intro-wrapper .BG-verde {
  min-height: 500px;
}
@media (max-width: 767px) {
  body .contenitore #index .sliderHome .slider .intro-wrapper .BG-verde {
    min-height: 1px;
  }
}
body .contenitore #index .sliderHome .slider figure {
  width: 100%;
  max-width: 1280px;
  position: relative;
  padding-left: 480px;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .sliderHome .slider figure {
    padding-left: 0;
  }
}
body .contenitore #index .sliderHome .slider figure img {
  width: 100%;
  height: auto;
}
body .contenitore #index .sliderHome .slider figure figcaption {
  width: 480px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #006232;
  padding: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .sliderHome .slider figure figcaption {
    position: static;
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }
}
body .contenitore #index .sliderHome .slider figure figcaption .figText {
  width: 100%;
  text-align: left;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .sliderHome .slider figure figcaption .figText {
    padding-bottom: 30px;
  }
}
body .contenitore #index .sliderHome .slider figure figcaption .figText h3 {
  font: 300 44px 'Roboto', sans-serif;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .sliderHome .slider figure figcaption .figText h3 {
    font-size: 32px;
  }
}
body .contenitore #index .sliderHome .slider figure figcaption .figText h3 strong,
body .contenitore #index .sliderHome .slider figure figcaption .figText h3 b {
  color: inherit;
}
body .contenitore #index .sliderHome .slider figure figcaption .figText h2 {
  font: 400 58px 'Roboto', sans-serif;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
}
body .contenitore #index .sliderHome .slider figure figcaption .figText h2 strong,
body .contenitore #index .sliderHome .slider figure figcaption .figText h2 b {
  color: inherit;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .sliderHome .slider figure figcaption .figText h2 {
    font-size: 35px;
  }
}
body .contenitore #index .sliderHome .slider figure figcaption .figText p {
  font: 400 17px 'Lora', serif;
  letter-spacing: 1.7px;
  color: #FFFFFF;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .sliderHome .slider figure figcaption .figText p {
    font-size: 15px;
    line-height: 22px;
  }
}
body .contenitore #index .sliderHome .slider figure figcaption .figText p strong {
  font-weight: 700;
  color: #FFFFFF;
}
body .contenitore #index .sliderHome .slider figure figcaption .figText p i {
  font-style: italic;
  color: #FFFFFF;
}
body .contenitore #index .sliderHome .slider figure figcaption .cta {
  color: #FFFFFF;
}
body .contenitore #index .sliderHome .slider figure figcaption .cta:after {
  background-color: #FFFFFF;
}
body .contenitore #index .dueColonne .box {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body .contenitore #index .sx {
  width: 74%;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .sx {
    width: 100%;
  }
}
body .contenitore #index .dx {
  width: 22%;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .dx {
    width: 100%;
  }
}
body .contenitore #index .primoPiano {
  padding-bottom: 80px;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .primoPiano {
    padding-bottom: 0;
  }
}
body .contenitore #index .primoPiano .titolo {
  display: block;
  width: 100%;
  padding-bottom: 40px;
  padding-right: 35%;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .primoPiano .titolo {
    padding-right: 0;
  }
}
body .contenitore #index .primoPiano .titolo h1 {
  display: inline-block;
  width: 100%;
  font: 700 35px 'Roboto', sans-serif;
  color: #006232;
  padding-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .primoPiano .titolo h1 {
    font-size: 30px;
  }
}
body .contenitore #index .pubblicazioni .titolo {
  display: block;
  width: 100%;
  padding-bottom: 40px;
  padding-right: 35%;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .pubblicazioni .titolo {
    padding-right: 0;
  }
}
body .contenitore #index .pubblicazioni .titolo h1 {
  display: inline-block;
  width: 100%;
  font: 700 35px 'Roboto', sans-serif;
  color: #006232;
  padding-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  body .contenitore #index .pubblicazioni .titolo h1 {
    font-size: 30px;
  }
}
body .contenitore #index aside {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .contenitore #index aside .dove {
  width: 100%;
  background-color: #006232;
  padding: 20px 15px;
}
body .contenitore #index aside .dove h2 {
  font: 700 35px 'Roboto', sans-serif;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
}
body .contenitore #index aside .dove h3 {
  font: 400 24px 'Lora', serif;
  color: #FFFFFF;
  letter-spacing: 2.88px;
  font-style: italic;
}
body .contenitore #index aside .meteo {
  background-color: #f2f2f2;
  margin-bottom: 25px;
  width: 100%;
}
body .contenitore #index aside .meteo .giorno {
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .contenitore #index aside .meteo .giorno h4 {
  font: 500 15px 'Roboto', sans-serif;
  letter-spacing: 4.8px;
  color: #006232;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
body .contenitore #index aside .meteo .giorno p {
  font: 400 15px 'Lora', serif;
  color: #363120;
  letter-spacing: 2.4px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
body .contenitore #index aside .meteo .giorno p strong {
  font-weight: 700;
  color: #363120;
}
body .contenitore #index aside .meteo .giorno .weather {
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  padding: 10px 0;
}
body .contenitore #index aside .meteo .giorno:last-child .weather {
  border-bottom: 0;
}
body .contenitore #index aside .meteo i {
  color: #fff;
  font-family: weather;
  font-size: 150px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
}
body .contenitore #index aside .meteo .icon-0:before {
  content: ":";
}
body .contenitore #index aside .meteo .icon-1:before {
  content: "p";
}
body .contenitore #index aside .meteo .icon-2:before {
  content: "S";
}
body .contenitore #index aside .meteo .icon-3:before {
  content: "Q";
}
body .contenitore #index aside .meteo .icon-4:before {
  content: "S";
}
body .contenitore #index aside .meteo .icon-5:before {
  content: "W";
}
body .contenitore #index aside .meteo .icon-6:before {
  content: "W";
}
body .contenitore #index aside .meteo .icon-7:before {
  content: "W";
}
body .contenitore #index aside .meteo .icon-8:before {
  content: "W";
}
body .contenitore #index aside .meteo .icon-9:before {
  content: "I";
}
body .contenitore #index aside .meteo .icon-10:before {
  content: "W";
}
body .contenitore #index aside .meteo .icon-11:before {
  content: "I";
}
body .contenitore #index aside .meteo .icon-12:before {
  content: "I";
}
body .contenitore #index aside .meteo .icon-13:before {
  content: "I";
}
body .contenitore #index aside .meteo .icon-14:before {
  content: "I";
}
body .contenitore #index aside .meteo .icon-15:before {
  content: "W";
}
body .contenitore #index aside .meteo .icon-16:before {
  content: "I";
}
body .contenitore #index aside .meteo .icon-17:before {
  content: "W";
}
body .contenitore #index aside .meteo .icon-18:before {
  content: "U";
}
body .contenitore #index aside .meteo .icon-19:before {
  content: "Z";
}
body .contenitore #index aside .meteo .icon-20:before {
  content: "Z";
}
body .contenitore #index aside .meteo .icon-21:before {
  content: "Z";
}
body .contenitore #index aside .meteo .icon-22:before {
  content: "Z";
}
body .contenitore #index aside .meteo .icon-23:before {
  content: "Z";
}
body .contenitore #index aside .meteo .icon-24:before {
  content: "E";
}
body .contenitore #index aside .meteo .icon-25:before {
  content: "E";
}
body .contenitore #index aside .meteo .icon-26:before {
  content: "3";
}
body .contenitore #index aside .meteo .icon-27:before {
  content: "a";
}
body .contenitore #index aside .meteo .icon-28:before {
  content: "A";
}
body .contenitore #index aside .meteo .icon-29:before {
  content: "a";
}
body .contenitore #index aside .meteo .icon-30:before {
  content: "A";
}
body .contenitore #index aside .meteo .icon-31:before {
  content: "6";
}
body .contenitore #index aside .meteo .icon-32:before {
  content: "1";
}
body .contenitore #index aside .meteo .icon-33:before {
  content: "6";
}
body .contenitore #index aside .meteo .icon-34:before {
  content: "1";
}
body .contenitore #index aside .meteo .icon-35:before {
  content: "W";
}
body .contenitore #index aside .meteo .icon-36:before {
  content: "1";
}
body .contenitore #index aside .meteo .icon-37:before {
  content: "S";
}
body .contenitore #index aside .meteo .icon-38:before {
  content: "S";
}
body .contenitore #index aside .meteo .icon-39:before {
  content: "S";
}
body .contenitore #index aside .meteo .icon-40:before {
  content: "M";
}
body .contenitore #index aside .meteo .icon-41:before {
  content: "W";
}
body .contenitore #index aside .meteo .icon-42:before {
  content: "I";
}
body .contenitore #index aside .meteo .icon-43:before {
  content: "W";
}
body .contenitore #index aside .meteo .icon-44:before {
  content: "a";
}
body .contenitore #index aside .meteo .icon-45:before {
  content: "S";
}
body .contenitore #index aside .meteo .icon-46:before {
  content: "U";
}
body .contenitore #index aside .meteo .icon-47:before {
  content: "S";
}
body .contenitore #index aside .meteo .weather {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body .contenitore #index aside .meteo .weather h2 {
  margin: 0 0 8px;
  font-size: 80px;
  font-weight: 300;
  text-align: center;
  color: #363120;
}
body .contenitore #index aside .meteo .weather h2 i {
  font-size: 80px;
  font-weight: 300;
  text-align: center;
  color: #363120;
}
body .contenitore #index aside .meteo .weather span {
  display: block;
  width: 1px;
  height: 70px;
  margin: 0 20px;
  background-color: #b6b5af;
}
body .contenitore #index aside .meteo .weather p {
  font: 400 54px 'Roboto', sans-serif;
  color: #363120;
  letter-spacing: -1.08px;
  width: autO;
}
body .contenitore #index aside .meteo .weather .currently {
  margin: 0 20px;
}
body .contenitore #index aside .lanci {
  background-color: #f2f2f2;
  padding: 20px;
}
body .contenitore #index aside .lanci a.lancio {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
body .contenitore #index aside .lanci a.lancio:last-child {
  margin-bottom: 0;
}
body .contenitore #index aside .lanci a.lancio figure {
  display: block;
  width: 100%;
  height: auto;
}
body .contenitore #index aside .lanci a.lancio figure img {
  display: block;
  width: 100%;
  height: auto;
}
body .contenitore #fasce {
  padding-bottom: 70px;
  padding-bottom: 3.5rem;
}
@media (max-width: 750px) {
  body .contenitore #fasce {
    padding-top: 170px;
  }
}
body .contenitore #fasce .copertina {
  padding-bottom: 60px;
  padding-bottom: 3rem;
}
body .contenitore #fasce .copertina figure {
  width: 100%;
  max-width: 1280px;
  position: relative;
  display: block;
  padding-left: 300px;
}
@media only screen and (max-width: 750px) {
  body .contenitore #fasce .copertina figure {
    padding-left: 0;
  }
}
body .contenitore #fasce .copertina figure img {
  width: 100%;
  height: auto;
  display: block;
}
body .contenitore #fasce .copertina figure figcaption {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 750px) {
  body .contenitore #fasce .copertina figure figcaption {
    width: 100%;
    position: static;
    height: auto;
    padding: 40px 20px;
  }
}
body .contenitore #fasce .copertina figure figcaption .figText {
  width: 100%;
  text-align: left;
}
body .contenitore #fasce .copertina figure figcaption .figText h1 {
  font: 300 40px 'Roboto', sans-serif;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  body .contenitore #fasce .copertina figure figcaption .figText h1 {
    font-size: 38px;
  }
}
body .contenitore #fasce .copertina figure figcaption .figText h1 strong {
  font-weight: 700;
  color: #FFFFFF;
}
body .contenitore #fasce .copertina figure figcaption .figText p {
  font: 400 15px / 19px 'Lora', serif;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  body .contenitore #fasce .copertina figure figcaption .figText p {
    font-size: 17px;
    line-height: 22px;
  }
}
body .contenitore #fasce .copertina figure figcaption .figText p strong {
  font-weight: 700;
  color: #FFFFFF;
}
body .contenitore #fasce .copertina figure figcaption .figText p i {
  font-style: italic;
  color: #FFFFFF;
}
body .contenitore #fasce .copertina figure figcaption .cta {
  color: #FFFFFF;
}
body .contenitore #fasce .copertina figure figcaption .cta:after {
  background-color: #FFFFFF;
}
body .contenitore #fasce .box .sx {
  width: 28%;
  padding-right: 40px;
  padding-right: 2rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore #fasce .box .sx {
    display: none;
  }
}
body .contenitore #fasce .box .dx {
  width: 72%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  body .contenitore #fasce .box .dx {
    width: 100%;
  }
}
body .contenitore footer.wrapper {
  background-color: #006232;
  border-top: 2px solid #95BE80;
}
body .contenitore footer.wrapper .box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body .contenitore footer.wrapper .box .sx {
  width: 40%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 50px;
  padding-top: 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 2.5rem;
  padding-right: 95px;
  padding-right: 4.75rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box .sx {
    width: 100%;
    border: none;
    padding-right: 0;
  }
}
body .contenitore footer.wrapper .box .dx {
  width: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-left: 1px solid #6da38d;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box .dx {
    width: 100%;
    margin-top: 152px;
    border: none;
    border-top: 1px solid #6da38d;
  }
}
body .contenitore footer.wrapper .box .dx .bloccoNSL {
  width: 100%;
  padding-top: 50px;
  padding-top: 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 2.5rem;
  padding-left: 70px;
  padding-left: 3.5rem;
  padding-right: 70px;
  padding-right: 3.5rem;
  border-bottom: 1px solid #6da38d;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box .dx .bloccoNSL {
    padding-left: 0;
    padding-right: 0;
  }
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form {
  display: inline-block;
  width: 100%;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .input-field {
  margin-top: 30px;
  margin-top: 1.5rem;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .input-field input {
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .input-field input:focus {
  background-color: #FFFFFF;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .inputAbsolute:hover {
  background-color: #FFFFFF;
  color: #006232;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .input-check [type="checkbox"].filled-in:not(:checked) + label:after {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .input-check [type="checkbox"].filled-in + label:before {
  background-color: transparent;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .input-check [type="checkbox"] + label {
  color: #FFFFFF;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .input-check [type="checkbox"] + label a {
  color: #FFFFFF;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .input-submit button {
  border: 1px solid #FFFFFF;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .input-check.error [type=checkbox].filled-in:not(:checked) + label:after {
  border: 1px solid red;
  color: red;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .input-check.error [type=checkbox].filled-in:not(:checked) + label a {
  color: red;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .input-check.error [type=checkbox].filled-in:checked + label:before {
  background-color: #FFFFFF;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form .input-check.error [type=checkbox].filled-in:checked + label:after {
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
body .contenitore footer.wrapper .box .dx .bloccoNSL form p.msg.errore {
  padding: 0;
}
body .contenitore footer.wrapper .box .dx .bloccoSocial {
  padding-top: 20px;
  padding-top: 1rem;
  padding-bottom: 20px;
  padding-bottom: 1rem;
  padding-left: 70px;
  padding-left: 3.5rem;
  padding-right: 70px;
  padding-right: 3.5rem;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #6da38d;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box .dx .bloccoSocial {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
body .contenitore footer.wrapper .box .dx .bloccoSocial p {
  font: 400 11px 'Roboto', sans-serif;
  color: #FFFFFF;
  letter-spacing: 2.64px;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  padding-right: 25px;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box .dx .bloccoSocial p {
    padding: 0;
    font-size: 16px;
    letter-spacing: 2.24px;
  }
}
body .contenitore footer.wrapper .box .dx .bloccoSocial a.social {
  font: 400 11px / 16px 'Roboto', sans-serif;
  color: #FFFFFF;
  letter-spacing: 2.64px;
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box .dx .bloccoSocial a.social {
    font-size: 14px;
    letter-spacing: 3.36px;
  }
}
body .contenitore footer.wrapper .box .dx .bloccoSocial a.social i {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
}
body .contenitore footer.wrapper .box .dx .bloccoCredits {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body .contenitore footer.wrapper .box .dx .bloccoCredits p.privacy {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto;
  padding-top: 20px;
  padding-top: 1rem;
  padding-bottom: 20px;
  padding-bottom: 1rem;
  padding-left: 70px;
  padding-left: 3.5rem;
  padding-right: 70px;
  padding-right: 3.5rem;
  border-right: 1px solid #6da38d;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box .dx .bloccoCredits p.privacy {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
    border-right: 0;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #6da38d;
  }
}
body .contenitore footer.wrapper .box .dx .bloccoCredits p.privacy a {
  display: inline-block;
  width: auto;
  font: 400 14px 'Lora', serif;
  font-style: italic;
  color: #FFFFFF;
  letter-spacing: 0.84px;
}
body .contenitore footer.wrapper .box .dx .bloccoCredits p.privacy a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box .dx .bloccoCredits p.privacy a {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
body .contenitore footer.wrapper .box .dx .bloccoCredits p.privacy span.riga {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #FFFFFF;
  margin: 0 10px;
}
body .contenitore footer.wrapper .box .dx .bloccoCredits p.credits {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 20px;
  padding-top: 1rem;
  padding-bottom: 20px;
  padding-bottom: 1rem;
  padding-left: 70px;
  padding-left: 3.5rem;
  padding-right: 70px;
  padding-right: 3.5rem;
  width: auto;
  font: 400 14px 'Lora', serif;
  font-style: italic;
  color: #FFFFFF;
  letter-spacing: 0.84px;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box .dx .bloccoCredits p.credits {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
body .contenitore footer.wrapper .box .dx .bloccoCredits p.credits a {
  font: 700 14px 'Roboto', sans-serif;
  color: #FFFFFF;
  letter-spacing: 0.84px;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box .dx .bloccoCredits p.credits a {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
body .contenitore footer.wrapper .box h2 {
  display: inline-block;
  width: 100%;
  font: 700 35px / 35px 'Roboto', sans-serif;
  color: #FFFFFF;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box h2 {
    font-size: 37px;
    line-height: 37px;
    padding-bottom: 15px;
  }
}
body .contenitore footer.wrapper .box h3 {
  display: inline-block;
  width: 100%;
  font: 300 15px 'Roboto', sans-serif;
  color: #FFFFFF;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box h3 {
    font-size: 16px;
    letter-spacing: 2.24px;
  }
}
body .contenitore footer.wrapper .box p {
  font: 400 14px / 25px 'Roboto', sans-serif;
  color: #FFFFFF;
  letter-spacing: 0.84px;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box p {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
body .contenitore footer.wrapper .box p strong {
  font: 700 14px / 25px 'Roboto', sans-serif;
  color: #FFFFFF;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box p strong {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
body .contenitore footer.wrapper .box p a {
  font: 400 14px / 25px 'Roboto', sans-serif;
  color: #FFFFFF;
}
body .contenitore footer.wrapper .box p a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box p a {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
body .contenitore footer.wrapper .box p i {
  font: 400 14px / 25px 'Lora', serif;
  color: #FFFFFF;
  font-style: italic;
  letter-spacing: 0.84px;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box p i {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
body .contenitore footer.wrapper .box.credit {
  padding-top: 30px;
  padding-top: 1.5rem;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  body .contenitore footer.wrapper .box.credit {
    padding-top: 0;
  }
}
body .contenitore footer.wrapper .box.credit .sx {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-right: none;
}
body .contenitore footer.wrapper .box.credit .dx {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
body .contenitore footer.wrapper .box.credit .dx p {
  padding-left: 20px;
}
body .contenitore .footerMap {
  background-color: #2f2f2f;
  padding-top: 60px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 750px) {
  body .contenitore .footerMap {
    display: none;
  }
}
body .contenitore .footerMap .box {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body .contenitore .footerMap .box .col {
  display: block;
  width: 15%;
}
body .contenitore .footerMap .box .col h3 {
  display: inline-block;
  width: 100%;
  color: #acacac;
  font: 500 14px / 16px 'Roboto', sans-serif;
  letter-spacing: 2.24px;
  padding-bottom: 40px;
  padding-bottom: 2rem;
  text-transform: uppercase;
}
body .contenitore .footerMap .box .col h3.bianco {
  color: #FFFFFF;
}
body .contenitore .footerMap .box .col ul {
  display: block;
  width: 100%;
}
body .contenitore .footerMap .box .col ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  padding-bottom: 0.5rem;
}
body .contenitore .footerMap .box .col ul li a {
  font: 300 13px / 16px 'Roboto', sans-serif;
  color: #acacac;
  letter-spacing: 2.34px;
  display: inline-block;
  width: auto;
}
body .contenitore .footerMap .box .col ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  body .box_cookie {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
body .box_cookie .sfondoS {
  background-color: #FFFFFF;
}
body .box_cookie .sfondoS .titoloCookie {
  font: 500 20px 'Roboto', sans-serif;
  color: #363120;
}
body .box_cookie .sfondoS p {
  font: 400 15px / 25px 'Lora', serif;
  color: #363120;
}
body .box_cookie .sfondoS p a {
  text-decoration: underline;
}
body .lg-outer .lg-thumb-item.active,
body .lg-outer .lg-thumb-item:hover {
  border-color: #006232;
}
p.text a {
  color: #006232;
  text-decoration: underline;
}
p.text a:hover {
  color: #363120;
}
.lg-toolbar .lg-icon {
  color: #FFFFFF;
  opacity: 0.6;
}
.lg-toolbar .lg-icon:hover {
  opacity: 1;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: #006232;
  color: #FFFFFF;
  opacity: 0.6;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  opacity: 1;
}
.lg-outer .lg-toogle-thumb {
  background-color: #006232;
  color: #FFFFFF;
  opacity: 0.6;
}
.lg-outer .lg-toogle-thumb:hover {
  opacity: 1;
}
.lg-toolbar.group {
  background-color: #006232;
}
.lg-outer .lg-thumb-outer {
  background-color: #006232;
}
.lg-backdrop {
  background-color: rgba(255, 255, 255, 0.9);
}
#lg-counter-current {
  color: #006232;
}
#lg-counter-all {
  color: #006232;
}
#lg-download {
  display: none;
}
ul.extended_lists li {
  list-style-type: disc;
  font: 400 14px / 25px 'Lora', serif;
  color: #363120;
  display: list-item;
  width: 100% !important;
  padding-bottom: 10px;
  padding-bottom: 0.5rem;
}
ul.extended_lists li a {
  color: #363120;
  text-decoration: underline;
}
ul.extended_lists li a:hover {
  color: #006232;
}
@media only screen and (max-width: 750px) {
  ul.extended_lists li:last-of-type {
    padding-bottom: 0;
  }
}
ol.extended_lists li {
  list-style-type: decimal;
  width: 100% !important;
  font: 400 14px / 25px 'Lora', serif;
  color: #363120;
  display: list-item;
  padding-bottom: 10px;
  padding-bottom: 0.5rem;
}
ol.extended_lists li a {
  color: #363120;
}
@media only screen and (max-width: 750px) {
  ol.extended_lists li:last-of-type {
    padding-bottom: 0;
  }
}
.extended_lists {
  margin: 15px 0 15px 15px;
}
.intro-wrapper {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .intro-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .intro-wrapper .BG-verde,
  .intro-wrapper .img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.intro-wrapper .BG-verde {
  padding: 30px;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 37%;
  max-width: 37%;
}
@media (max-width: 767px) {
  .intro-wrapper .BG-verde {
    order: 2;
  }
}
.intro-wrapper .BG-verde h1 {
  font: 300 40px 'Roboto', sans-serif;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  align-self: start;
  margin-top: 10px;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  .intro-wrapper .BG-verde h1 {
    font-size: 25px;
  }
}
.intro-wrapper .BG-verde h1 strong {
  font-weight: 700;
  color: #FFFFFF;
}
.intro-wrapper .BG-verde p {
  font: 400 15px / 19px 'Lora', serif;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  display: inline-block;
  align-self: start;
  margin-top: 10px;
  word-wrap: break-word;
}
@media only screen and (max-width: 750px) {
  .intro-wrapper .BG-verde p {
    font-size: 17px;
    line-height: 22px;
  }
}
.intro-wrapper .BG-verde p strong {
  font-weight: 700;
  color: #FFFFFF;
}
.intro-wrapper .BG-verde p i {
  font-style: italic;
  color: #FFFFFF;
}
.intro-wrapper .BG-verde h3 {
  font: 300 40px 'Roboto', sans-serif;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  align-self: start;
  margin-top: 10px;
  word-wrap: break-word;
}
@media (max-width: 1024px) {
  .intro-wrapper .BG-verde h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 750px) {
  .intro-wrapper .BG-verde h3 {
    font-size: 32px;
  }
}
.intro-wrapper .BG-verde h3 strong,
.intro-wrapper .BG-verde h3 b {
  color: inherit;
}
.intro-wrapper .BG-verde h2 {
  font: 400 58px 'Roboto', sans-serif;
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  align-self: start;
  margin-top: 10px;
  word-wrap: break-word;
}
.intro-wrapper .BG-verde h2 strong,
.intro-wrapper .BG-verde h2 b {
  color: inherit;
}
@media only screen and (max-width: 750px) {
  .intro-wrapper .BG-verde h2 {
    font-size: 35px;
  }
}
.intro-wrapper .BG-verde .cta {
  align-self: start;
  margin-top: 30px;
}
.intro-wrapper .img {
  width: 63%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .intro-wrapper .img {
    background-image: none;
    order: 1;
    min-width: 100%;
    min-height: auto;
  }
}
.intro-wrapper .img img {
  display: none;
}
@media (max-width: 767px) {
  .intro-wrapper .img img {
    display: block;
    width: 100%;
  }
}
#cookies-cookies table td {
  border: 1px solid black;
  padding: 5px 10px;
}
@media only screen and (min-width: 768px) {
  .lanciServizi img {
    min-height: 100%;
  }
}
@media only screen and (min-width: 980px) {
  .lanciServizi img {
    min-height: 200px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .slick-dots {
    bottom: -120px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .intro-wrapper .BG-verde h3 {
    margin-top: 40px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .intro-wrapper .BG-verde p {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body .contenitore ul.lista li figure img {
    height: 200px !important;
  }
}
img {
  max-width: 100%;
}
