/* NDesign Web Agency */
/* www.ndesign.it */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/**
* @version   $Id$
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
*/
@media screen {
}
@media screen and (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .visible-large {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-large {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-large {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .visible-large {
    display: inherit !important;
  }
  .hidden-large {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
/* NDesign Web Agency */
/* www.ndesign.it */
/*---------------------------------------------*/
/* COOKIE CHOICES */
/*-------------------------------------------*/
@media screen {
  html.showCookiePolicy {
    overflow: hidden;
  }
  html.showCookiePolicy #cookieChoiceInfo {
    background: rgba(0, 0, 0, 0.85);
    overflow-y: hidden;
    /* has to be scroll, not auto */
  }
  html.showCookiePolicy #cookieChoiceNotice {
    background: rgba(0, 0, 0, 0.85);
  }
  html #cookieChoiceInfo {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    margin: 0;
    z-index: 99999;
    font-family: 'Montserrat', sans-serif;
  }
  html #cookieChoiceInfo #cookieChoiceNotice {
    background: rgba(0, 0, 0, 0.85);
    padding: 10px 70px 10px 10px;
    z-index: 99999;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  html #cookieChoiceInfo #cookieChoiceNotice span,
  html #cookieChoiceInfo #cookieChoiceNotice a,
  html #cookieChoiceInfo #cookieChoiceNotice p {
    font-size: 13px;
    line-height: 18px;
  }
  html #cookieChoiceInfo #cookieChoiceNotice span {
    color: #999;
  }
  html #cookieChoiceInfo #cookieChoiceNotice a {
    color: #2aa7e2;
    margin-left: 5px;
  }
  html #cookieChoiceInfo #cookieChoiceNotice #cookieChoiceDismiss {
    background: #2aa7e2;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    position: absolute;
    width: 60px;
    height: auto;
    text-indent: -999em;
    display: block;
    margin-left: 0;
  }
  html #cookieChoiceInfo #cookieChoiceNotice #cookieChoiceDismiss::before,
  html #cookieChoiceInfo #cookieChoiceNotice #cookieChoiceDismiss::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    position: absolute;
    margin: 0 0 0 -10px;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  html #cookieChoiceInfo #cookieChoiceNotice #cookieChoiceDismiss::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  html #cookieChoiceInfo #cookieChoiceNotice #cookieChoiceDismiss::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  html #cookieChoiceInfo .cookieChoiceMoreInfo {
    padding: 20px;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 18px;
    color: #999;
  }
  html #cookieChoiceInfo .cookieChoiceMoreInfo .container {
    margin: 0 auto;
  }
  html #cookieChoiceInfo .cookieChoiceMoreInfo .container [class*="col-"] {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 120px;
  }
  html #cookieChoiceInfo .cookieChoiceMoreInfo .container [class*="col-"] section {
    margin-bottom: 30px;
  }
  html #cookieChoiceInfo .cookieChoiceMoreInfo .container [class*="col-"] section h1,
  html #cookieChoiceInfo .cookieChoiceMoreInfo .container [class*="col-"] section h2 {
    color: #2aa7e2;
  }
  html #cookieChoiceInfo .cookieChoiceMoreInfo .container [class*="col-"] section p {
    color: #999;
  }
  html #cookieChoiceInfo .cookieChoiceMoreInfo .container [class*="col-"] section a {
    color: #2aa7e2;
    text-decoration: none;
  }
  html #cookieChoiceInfo .cookieChoiceMoreInfo .container [class*="col-"] section a:hover {
    color: #fff;
  }
}
/* NDesign Web Agency */
/* www.ndesign.it */
/*
* {
    margin: 0;
    padding: 0;
}
*/
#errorPage {
  display: table;
  overflow: hidden;
  margin: 0px auto;
}
*:first-child + html #errorPage {
  position: relative;
}
* html #errorPage {
  position: relative;
}
.errorContainer {
  display: table-cell;
  vertical-align: middle;
}
*:first-child + html .errorContainer {
  position: absolute;
  top: 50%;
}
* html .errorContainer {
  position: absolute;
  top: 50%;
}
*:first-child + html .errorContent {
  position: relative;
  top: -50%;
}
* html .errorContent {
  position: relative;
  top: -50%;
}
body .pageBg {
  height: 100%;
  background: #df111b;
}
body .pageBg #errorPage {
  height: 100%;
  min-width: 280px;
}
body .pageBg #errorPage .errorContainer {
  padding: 20px;
}
body .pageBg #errorPage .errorContainer .errorContent {
  background: #ffffff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 21px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 5px;
}
body .pageBg #errorPage .errorContainer .errorContent h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  margin: 0 0 15px 0;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
body .pageBg #errorPage .errorContainer .errorContent p {
  margin-bottom: 15px;
}
body .pageBg #errorPage .errorContainer .errorContent .readOn {
  background-image: none;
  background-color: #df111b;
  color: #ffffff;
  text-decoration: none;
  padding: 0 10px;
  line-height: 40px;
  display: table;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-radius: 3px;
}
body .pageBg #errorPage .errorContainer .errorContent .readOn:hover {
  background-color: #666666;
}
/* NDesign Web Agency */
/* www.ndesign.it */
html,
body.front {
  font-family: 'Montserrat', sans-serif;
}
body {
  background-color: #ffffff;
}
body *:focus {
  outline: none;
}
body p,
body span,
body li {
  font-weight: 300;
  color: #787a77;
}
body a {
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  color: #787a77;
}
body a:hover {
  color: #df111b;
  opacity: .7;
  text-decoration: none;
}
body a:focus {
  color: #df111b;
  text-decoration: none;
}
body h3 a {
  color: #df111b;
  font-size: 24px;
  font-weight: 500;
}
body h1.title {
  font-size: 36px;
  color: #1081b7;
  font-weight: 300;
}
body ._GOTO_ACTION a,
body li.node-readmore a {
  /*width: 90px;
      display: block;*/
  background: url(../images/continua-rainbow.svg) no-repeat center transparent;
  background-size: contain;
  color: transparent;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  position: relative;
  font-size: 20px;
}
body ._GOTO_ACTION a:after,
body li.node-readmore a:after {
  content: "\f054";
  background: url(../images/continua-next.svg) no-repeat center transparent;
  background-size: contain;
  height: 14px;
  width: 24px;
  position: absolute;
  right: -20px;
  bottom: 50%;
  margin-bottom: -7px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
body ._GOTO_ACTION a:hover,
body li.node-readmore a:hover {
  opacity: 1;
}
body ._GOTO_ACTION a:hover:after,
body li.node-readmore a:hover:after {
  background-position: 70% center;
}
body #sidebar-second {
  margin-top: 30px;
}
body .captcha {
  padding: 0;
  float: none;
  margin: 0 auto;
  display: table;
  width: auto;
}
@media (min-width: 480px) {
  body .captcha {
    padding: 15px;
    margin: 0;
    display: table;
    width: 72%;
    float: left;
  }
}
@media (min-width: 768px) {
  body .captcha {
    padding: 15px;
  }
}
body .submitForm {
  padding: 0 15px;
  display: table;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 480px) {
  body .submitForm {
    float: left;
    width: 27%;
  }
}
body .submitForm .form-actions input[type="submit"],
body .submitForm .form-actions a {
  border: 1px solid transparent;
  background-color: #df111b;
  color: white;
  padding: 15px 30px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-radius: 3px;
  width: 100%;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  margin: 20px 0 0 0;
}
body .submitForm .form-actions input[type="submit"]:hover,
body .submitForm .form-actions a:hover {
  background-color: #df111b;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 550px) {
  body .submitForm .form-actions input[type="submit"],
  body .submitForm .form-actions a {
    width: auto;
    margin: 0 0 0 auto;
    height: 75px;
  }
}
body .submitForm .form-actions input[type="submit"]#edit-submit,
body .submitForm .form-actions a#edit-submit {
  background-color: #facd17;
}
body .submitForm .form-actions input[type="submit"]#edit-submit:hover,
body .submitForm .form-actions a#edit-submit:hover {
  background-color: #1081b7;
}
body .submitForm .form-actions a {
  font-weight: 400;
  margin-top: 0;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 550px) {
  body .submitForm .form-actions a {
    line-height: 44px;
    margin-top: 0;
  }
}
body .submitForm .form-actions a:hover {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
body .submitForm .form-actions input,
body .submitForm .form-actions a {
  display: inline-block;
}
@media (min-width: 550px) {
  body .submitForm .form-actions input,
  body .submitForm .form-actions a {
    margin-right: 20px !important;
  }
}
body .submitForm .form-actions input:last-child,
body .submitForm .form-actions a:last-child {
  margin-right: 0 !important;
}
body.logged-in:not(.page-booking) .submitForm {
  display: table;
  margin-left: auto;
  width: 100% !important;
  float: none;
}
@media (min-width: 550px) {
  body.logged-in:not(.page-booking) .submitForm {
    width: auto !important;
  }
}
body.logged-in:not(.page-booking) .submitForm .form-actions {
  max-width: 100%;
  width: 100%;
}
.featherlight .featherlight-content {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 15px 15px 0 !important;
  border-bottom: 15px solid transparent !important;
  overflow: visible !important;
  /*.legend {
        //position: absolute;
        //bottom: -85px;
        //background: #ff0;
        width: 100%;
        left: 0;
        padding: 0 15px;
        line-height: 35px;
        display: block;
        background: transparent;
    }*/
}
.featherlight .featherlight-content .featherlight-close-icon {
  top: -17px;
  right: -17px;
  line-height: 35px;
  width: 35px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7) !important;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.featherlight .featherlight-content .featherlight-close-icon:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}
.featherlight .featherlight-content .featherlight-next {
  top: 15px;
  right: 15px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.featherlight .featherlight-content .featherlight-next:hover {
  background: rgba(0, 0, 0, 0.25);
}
.featherlight .featherlight-content .featherlight-previous {
  top: 15px;
  left: 15px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.featherlight .featherlight-content .featherlight-previous:hover {
  background: rgba(0, 0, 0, 0.25);
}
.featherlight .featherlight-content iframe {
  background: #ffffff;
}
.featherlight .featherlight-content img {
  max-width: 80vw!important;
  width: auto !important;
  max-height: 80vh !important;
  height: auto !important;
}
.featherlight .featherlight-content ._CONT {
  position: absolute;
  bottom: 0;
  left: 15px;
  display: table;
  width: calc(100% - 30px);
  background: rgba(0, 0, 0, 0.5);
}
.featherlight .featherlight-content ._CONT .title,
.featherlight .featherlight-content ._CONT .legend {
  line-height: 2em;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  padding: 0 15px;
  display: block;
}
.featherlight .featherlight-content .title,
.featherlight .featherlight-content .legend {
  width: 100%;
  left: 0;
  padding: 0 10px;
  display: block;
  background: #333;
  z-index: 9;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 2.2em;
}
#block-ndesign-social-share-block-social-share .content .facebook_wrapper .fb-like.fb_iframe_widget > span {
  width: auto !important;
}
#block-ndesign-social-share-block-social-share .content .facebook_wrapper .fb-like.fb_iframe_widget > span iframe {
  width: auto;
  max-width: 80vw;
}
/*overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;*/
.clear {
  border: none;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  height: 0;
  list-style: outside none none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  visibility: hidden;
  width: 0;
}
h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}
h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
h5 {
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
h6 {
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
.field-name-body ul,
.field-name-body ol {
  display: table;
}
img {
  max-width: 100%;
  width: initial;
  height: auto;
}
.page-user .tabs.primary {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 0;
  background: #facd17;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: block;
  min-height: 48px;
}
@media (min-width: 480px) {
  .page-user .tabs.primary:after {
    content: "";
    background: url(../images/bpoint-glifo-red.svg) no-repeat right center;
    background-size: contain;
    display: block;
    height: 130px;
    width: 130px;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
  }
}
.page-user .tabs.primary li {
  display: block;
  float: none;
  margin-right: 0;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .page-user .tabs.primary li {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
.page-user .tabs.primary li:last-child {
  margin-bottom: 0;
}
.page-user .tabs.primary li.active a {
  background: #2aa7e2;
  color: white;
}
.page-user .tabs.primary li.active a:hover {
  background: #1081b7;
  border: 0;
  cursor: default;
}
.page-user .tabs.primary li a {
  font-size: 14px;
  font-weight: 400;
  margin-right: 0;
  display: block;
  background: transparent;
  padding: 5px;
  border: 0;
  color: #787a77;
}
@media (min-width: 480px) {
  .page-user .tabs.primary li a {
    margin-right: 2px;
  }
}
@media (min-width: 768px) {
  .page-user .tabs.primary li a {
    font-size: 16px;
  }
}
.page-user .tabs.primary li a:hover {
  background: #2aa7e2;
  border: 0;
  color: #ffffff;
  opacity: 1;
}
.page-user .tabs.primary li a span {
  margin: 0;
  padding: 0;
}
.page-user #user-login,
.page-user #user-pass {
  /*input {
                   
        &[type="text"],
        &[type="email"],
        &[type="password"] {
            border: 1px solid @lightGrey;
            background: transparent;
            height: 40px;
            width:290px;
            color: @textC;
            padding: 0 10px;
            .lh-transition(.3s all ease);
            
            @media (min-width : @screen-sm-min) {
                width:350px;
            }

            &:focus {
                outline:none;
                border: 1px solid @darkGrey;
            }

            &:hover {
                outline:none;
                border: 1px solid @darkGrey;
            }
        }
    }*/
}
.page-user #user-login label,
.page-user #user-pass label {
  margin-bottom: 5px;
  font-weight: 400;
}
.page-user #user-login label span,
.page-user #user-pass label span {
  color: #2aa7e2;
}
.page-user #user-login .description,
.page-user #user-pass .description {
  font-size: 13px;
  font-style: italic;
  color: #787a77;
  font-weight: 300;
}
.page-user #user-login fieldset.captcha,
.page-user #user-pass fieldset.captcha {
  border: none;
  padding: 0;
}
@media (min-width: 375px) {
  .page-user #user-login fieldset.captcha,
  .page-user #user-pass fieldset.captcha {
    padding: 15px 20px 20px;
    border: 1px solid #b3b3b3;
  }
}
.page-user #user-login fieldset.captcha legend,
.page-user #user-pass fieldset.captcha legend {
  color: #666666;
}
@media (min-width: 375px) {
  .page-user #user-login fieldset.captcha legend,
  .page-user #user-pass fieldset.captcha legend {
    text-align: right;
  }
}
.page-user #user-login fieldset.captcha legend span,
.page-user #user-pass fieldset.captcha legend span {
  padding: 0;
}
@media (min-width: 375px) {
  .page-user #user-login fieldset.captcha legend span,
  .page-user #user-pass fieldset.captcha legend span {
    padding: 0 10px;
  }
}
.page-user #user-login fieldset.captcha .fieldset-description,
.page-user #user-pass fieldset.captcha .fieldset-description {
  color: #787a77;
  font-style: italic;
  margin-bottom: 10px;
  padding-right: 15px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .page-user #user-login fieldset.captcha .fieldset-description,
  .page-user #user-pass fieldset.captcha .fieldset-description {
    padding: 0;
  }
}
.page-user #user-login .submitForm,
.page-user #user-pass .submitForm {
  margin: 0;
}
.page-user #user-login .submitForm input[type="submit"],
.page-user #user-pass .submitForm input[type="submit"] {
  border: none;
  background: #2aa7e2;
  color: #ffffff;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin: 20px 0 30px 0;
}
.page-user #user-login .submitForm input[type="submit"]:focus,
.page-user #user-pass .submitForm input[type="submit"]:focus {
  outline: none;
}
.page-user #user-login .submitForm input[type="submit"]:hover,
.page-user #user-pass .submitForm input[type="submit"]:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
._HIDDEN,
form[id^="rooms-availability-event-manager"] div.form-item-change-event-status + div,
body[class*="page-admin-rooms-units-unit"] .tabs.primary li:first-child,
body.logged-in.node-type-dettaglio-struttura .tabs.primary li:first-child,
body.logged-in.page-user #edit-locale {
  display: none;
}
body.node-type-dettaglio-struttura.page-node-edit .tabs.primary {
  display: none;
}
._SHORTEN {
  color: #787a77;
}
.morecontent span {
  display: none;
}
a.morelink {
  font-weight: 400;
  color: #df111b;
  display: block;
  margin-top: 10px;
}
#_SLIDER_STRUTTURA ._SINGLE {
  cursor: -webkit-grab;
  cursor: grab;
}
/* NDesign Web Agency */
/* www.ndesign.it */
@media screen {
  #nd-top {
    height: 110px;
  }
  #nd-top .blockLogo {
    margin: 20px 0 0;
    z-index: 1;
    /*@media (min-width: @screen-lg-min) {
          margin: 20px 0;
      }*/
  }
  #nd-top .blockLogo .content p {
    margin: 0;
    padding: 0;
  }
  #nd-top .blockLogo .content a {
    display: block;
    width: 295px;
    height: 90px;
    background: url("../images/prenota-le-vacanze-logo.svg") no-repeat left center transparent;
    text-indent: -999em;
    background-size: cover;
  }
  #nd-top ._BLOCCO_LOGIN,
  #nd-top ._USER_LOGOUT {
    float: none;
    margin-top: 5px;
  }
  #nd-top ._BLOCCO_LOGIN form,
  #nd-top ._USER_LOGOUT form {
    position: relative;
    display: table;
    width: 100%;
    padding-bottom: 5px;
  }
  #nd-top ._BLOCCO_LOGIN form > div,
  #nd-top ._USER_LOGOUT form > div {
    display: table;
    width: 100%;
  }
  #nd-top ._BLOCCO_LOGIN form .form-item,
  #nd-top ._USER_LOGOUT form .form-item {
    width: calc(50% - 35px);
    max-width: 200px;
    float: left;
    padding: 0 10px 0 0;
  }
  #nd-top ._BLOCCO_LOGIN form .form-item label,
  #nd-top ._USER_LOGOUT form .form-item label {
    display: none;
  }
  #nd-top ._BLOCCO_LOGIN form .form-item input,
  #nd-top ._USER_LOGOUT form .form-item input {
    width: 100%;
    border: 1px solid #facd17;
    height: 36px;
    font-size: 13px;
    color: #787a77;
    padding: 0 30px 0 5px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    font-weight: 300;
  }
  #nd-top ._BLOCCO_LOGIN form .form-item input[type="text"],
  #nd-top ._USER_LOGOUT form .form-item input[type="text"] {
    background: url(../images/user.svg) no-repeat calc(100% - 10px) center white;
    background-size: 13px;
  }
  #nd-top ._BLOCCO_LOGIN form .form-item input[type="password"],
  #nd-top ._USER_LOGOUT form .form-item input[type="password"] {
    background: url(../images/password.svg) no-repeat calc(100% - 10px) center white;
    background-size: 13px;
  }
  #nd-top ._BLOCCO_LOGIN form .item-list,
  #nd-top ._USER_LOGOUT form .item-list {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #nd-top ._BLOCCO_LOGIN form .item-list ul,
  #nd-top ._USER_LOGOUT form .item-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #nd-top ._BLOCCO_LOGIN form .item-list ul li,
  #nd-top ._USER_LOGOUT form .item-list ul li {
    display: inline;
  }
  #nd-top ._BLOCCO_LOGIN form .item-list ul li:after,
  #nd-top ._USER_LOGOUT form .item-list ul li:after {
    content: " -";
    color: #2aa7e2;
  }
  #nd-top ._BLOCCO_LOGIN form .item-list ul li.first,
  #nd-top ._USER_LOGOUT form .item-list ul li.first {
    margin: 5px 0 0 0;
  }
  #nd-top ._BLOCCO_LOGIN form .item-list ul li.last,
  #nd-top ._USER_LOGOUT form .item-list ul li.last {
    margin: 0;
  }
  #nd-top ._BLOCCO_LOGIN form .item-list ul li.last:after,
  #nd-top ._USER_LOGOUT form .item-list ul li.last:after {
    display: none;
  }
  #nd-top ._BLOCCO_LOGIN form .item-list ul li a,
  #nd-top ._USER_LOGOUT form .item-list ul li a {
    color: #2aa7e2;
    font-size: 12px;
    font-weight: 300;
  }
  #nd-top ._BLOCCO_LOGIN form .submitForm,
  #nd-top ._USER_LOGOUT form .submitForm {
    float: left;
    width: 70px;
    padding: 0;
  }
  #nd-top ._BLOCCO_LOGIN form .submitForm input,
  #nd-top ._USER_LOGOUT form .submitForm input {
    height: 36px;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #df111b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #nd-top ._BLOCCO_LOGIN form .submitForm input:hover,
  #nd-top ._USER_LOGOUT form .submitForm input:hover {
    opacity: 1;
    background: #2aa7e2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #nd-top ._BLOCCO_LOGIN form .submitForm input[type="submit"],
  #nd-top ._USER_LOGOUT form .submitForm input[type="submit"] {
    margin: 0 !important;
  }
  #nd-top ._USER_LOGOUT .content label.show-menu {
    display: none;
  }
  #nd-top ._USER_LOGOUT .content ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 35px 0;
  }
  #nd-top ._USER_LOGOUT .content ul.menu:before {
    content: "Benvenuto";
    padding-right: 0;
    font-size: 18px;
    font-weight: 300;
    color: #787a77;
    font-style: italic;
  }
  #nd-top ._USER_LOGOUT .content ul.menu li {
    display: inline;
    list-style-image: none;
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
  }
  #nd-top ._USER_LOGOUT .content ul.menu li a {
    padding: 9px 20px;
    background: #2aa7e2;
    color: white;
    font-size: 14px;
    border-radius: 3px;
    margin: 0;
    font-weight: 500;
  }
  #nd-top ._USER_LOGOUT .content ul.menu li a:hover {
    opacity: 1;
    background: #1081b7;
  }
  #nd-top ._USER_LOGOUT .content ul.menu li.last a {
    background: #df111b;
  }
  #nd-top ._USER_LOGOUT .content ul.menu li.last a:hover {
    background: red;
  }
  #nd-top ._CARRELLO {
    position: absolute;
    top: 0;
    right: 100px;
    height: 60px;
    width: 40px;
    padding: 0;
    z-index: 5;
  }
  #nd-top ._CARRELLO .content a {
    display: block;
    height: 80px;
    width: 40px;
    -webkit-border-top-left-radius: 0 0 20px 20px;
    -webkit-border-top-right-radius: 0 0 20px 20px;
    -webkit-border-bottom-right-radius: 0 0 20px 20px;
    -webkit-border-bottom-left-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius-topleft: 0 0 20px 20px;
    -moz-border-radius-topright: 0 0 20px 20px;
    -moz-border-radius-bottomright: 0 0 20px 20px;
    -moz-border-radius-bottomleft: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-top-left-radius: 0 0 20px 20px;
    border-top-right-radius: 0 0 20px 20px;
    border-bottom-right-radius: 0 0 20px 20px;
    border-bottom-left-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    text-indent: -9999em;
    background: url(../images/carrello.svg) no-repeat center calc(100% - 10px) #df111b;
    background-size: 20px;
    position: absolute;
    top: -40px;
  }
  #nd-top ._CARRELLO .content a:hover {
    top: -20px;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media screen and (min-width: 480px) {
  #nd-top {
    height: 170px;
  }
}
@media screen and (min-width: 992px) {
  #nd-top {
    height: auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  #nd-top {
    background: url(../images/bpoint-glifo-yellow.svg) no-repeat calc(100% + 95px) 40px #fffcf1;
    background-size: 300px;
  }
}
@media screen and (min-width: 992px) {
  #nd-top .container {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  #nd-top .blockLogo {
    margin: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #nd-top ._BLOCCO_LOGIN,
  #nd-top ._USER_LOGOUT {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #nd-top ._BLOCCO_LOGIN,
  #nd-top ._USER_LOGOUT {
    float: left;
    width: 45%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  #nd-top ._BLOCCO_LOGIN form .form-item,
  #nd-top ._USER_LOGOUT form .form-item {
    max-width: initial;
  }
}
@media screen and (min-width: 992px) {
  #nd-top ._USER_LOGOUT .content ul.menu {
    display: table;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  #nd-top ._CARRELLO {
    right: 12px;
  }
}
@media screen and (min-width: 992px) {
  #nd-top ._CARRELLO {
    right: 0;
  }
}
@media screen {
  #nd-header {
    background-color: #2aa7e2;
  }
}
@media screen {
  #nd-showcase {
    background-color: #ebf9ff;
  }
  #nd-showcase .container {
    position: relative;
  }
  #nd-showcase #_HOME_SLOGAN {
    padding: 35px 10px;
  }
  #nd-showcase #_HOME_SLOGAN h1 {
    margin: 5px 0;
    font-size: 24px;
    font-weight: 600;
    color: #df111b;
  }
  #nd-showcase #_HOME_SLOGAN h2 {
    margin: 5px 0;
    font-weight: 300;
    font-size: 16px;
    color: #df111b;
  }
  ._HOME._ROOMS_BOOKING {
    background-color: transparent;
    clear: both;
    padding: 20px 25px 30px;
  }
  ._HOME._ROOMS_BOOKING > h2 {
    margin: 5px 0 15px;
    font-size: 24px;
    font-weight: 600;
    color: #df111b;
  }
  ._HOME._ROOMS_BOOKING form.rooms-availability-search .submitForm {
    width: 100% !important;
    padding: 0;
  }
  ._HOME._ROOMS_BOOKING form.rooms-availability-search .submitForm input {
    width: 100%;
  }
  ._HOME._ROOMS_BOOKING form.rooms-availability-search .submitForm .form-actions {
    padding-top: 10px;
  }
  ._HOME._ROOMS_BOOKING .form-item label {
    color: #2aa7e2;
  }
}
@media screen and (min-width: 768px) {
  #nd-showcase #_HOME_SLOGAN {
    padding: 35px 0;
  }
}
@media screen and (min-width: 992px) {
  #nd-showcase #_HOME_SLOGAN {
    padding: 35px 250px 35px 0;
    background: url(../images/bpoint-glifo-red.svg) no-repeat right bottom;
    background-size: 270px;
  }
}
@media screen and (min-width: 768px) {
  ._HOME._ROOMS_BOOKING {
    padding: 0 15px 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  ._HOME._ROOMS_BOOKING form.rooms-availability-search > div {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  ._HOME._ROOMS_BOOKING form.rooms-availability-search .submitForm {
    width: auto!important;
  }
  ._HOME._ROOMS_BOOKING form.rooms-availability-search .submitForm input {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  ._HOME._ROOMS_BOOKING form.rooms-availability-search .submitForm .form-actions {
    padding-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  #nd-feature {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #nd-utility {
    padding: 0 10px;
  }
}
@media screen {
  #nd-bottom {
    background: #ebf9ff;
  }
}
@media screen and (max-width: 767px) {
  #nd-bottom {
    padding: 0 10px;
  }
}
@media screen {
  #nd-copyright {
    border-top: 1px solid #facd17;
  }
}
@media screen {
  ._SOCIAL_FB {
    padding: 0;
    width: 55px;
  }
  ._SOCIAL_FB .content p {
    margin: 0;
  }
  ._SOCIAL_FB .content p a {
    text-indent: -999em;
    height: 55px;
    width: 55px;
    display: block;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    border-left: 1px solid white;
  }
  ._SOCIAL_FB .content p a[href*=facebook] {
    background-image: url(../images/facebook.svg);
  }
  ._SOCIAL_FB .content p a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
  }
  ._HOME_STRUTTURE_EVIDENZA {
    z-index: 1;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA {
    margin: 30px 0;
    border: 1px solid #facd17;
    padding: 5px;
    /*@media (min-width: @screen-sm-min) {
            padding: 0;
        }*/
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA button.slick-arrow {
    height: 24px;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA button.slick-arrow:before {
    content: "";
    display: block;
    height: 24px;
    width: 16px;
    opacity: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA button.slick-arrow.slick-prev {
    left: -35px;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA button.slick-arrow.slick-prev:before {
    background-image: url(../images/arrow-prev.svg);
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA button.slick-arrow.slick-next {
    right: -35px;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA button.slick-arrow.slick-next:before {
    background-image: url(../images/arrow-next.svg);
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA ul.slick-dots {
    background: #ffffff;
    width: auto;
    bottom: -28px;
    padding: 0 5px;
    left: auto;
    right: 15px;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA ul.slick-dots li {
    height: 15px;
    width: 15px;
    background: #f2e0d0;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA ul.slick-dots li button {
    display: none;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA ul.slick-dots li:hover,
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA ul.slick-dots li.slick-active {
    background-color: #d4a085;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE {
    position: relative;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE {
    padding: 15px;
    position: relative;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE {
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i {
    color: #ffffff;
    background: #df111b;
    display: block;
    height: 40px;
    width: 40px;
    padding: 12px;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover {
    opacity: 1;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i {
    background: #2aa7e2 !important;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div {
    float: left;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i {
    padding: 12px;
    border-radius: 50%;
    background: #ffffff;
    color: #df111b;
    margin: 0 3px 3px 0;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._TITLE h3 {
    margin: 10px 0;
    color: #df111b;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._REGIONE span {
    color: #1081b7;
    font-weight: 400;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._SUMMARY p {
    margin-top: 8px;
  }
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._GOTO_ACTION {
    display: table;
    margin-left: auto;
    margin-right: 15px;
  }
  .page-node-151 h1 {
    display: none;
  }
  ._BLOCCO_BOOKING {
    padding: 0;
    margin-bottom: 20px;
  }
  ._BLOCCO_BOOKING .content iframe {
    max-width: 100%;
  }
  ._BANNERS_TOP h2 {
    font-size: 36px;
    color: #1081b7;
    font-weight: 300;
    margin: 30px -15px 0 -15px;
  }
  ._BANNERS_TOP .content #_HOME_BANNERS_TOP {
    margin: 30px -15px;
    border: 1px solid #facd17;
  }
  ._BANNERS_TOP .content #_HOME_BANNERS_TOP .slick-track ._BANNER_SINGLE img {
    margin: 0 auto;
    padding: 20px;
  }
  ._BANNERS_TOP .content #_HOME_BANNERS_TOP button.slick-arrow {
    height: 24px;
    top: calc(100% + 10px);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  ._BANNERS_TOP .content #_HOME_BANNERS_TOP button.slick-arrow:before {
    content: "";
    display: block;
    height: 24px;
    width: 16px;
    opacity: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  ._BANNERS_TOP .content #_HOME_BANNERS_TOP button.slick-arrow.slick-prev {
    right: 40px;
    left: auto;
  }
  ._BANNERS_TOP .content #_HOME_BANNERS_TOP button.slick-arrow.slick-prev:before {
    background-image: url(../images/continua-prev.svg);
  }
  ._BANNERS_TOP .content #_HOME_BANNERS_TOP button.slick-arrow.slick-next {
    right: 0;
  }
  ._BANNERS_TOP .content #_HOME_BANNERS_TOP button.slick-arrow.slick-next:before {
    background-image: url(../images/continua-next.svg);
  }
  ._HOME_STRUTTURE,
  ._BOOKING2_COL1,
  ._BOOKING2_COL2,
  ._RISTORO2_COL1,
  ._RISTORO2_COL2 {
    padding: 0;
    clear: both;
  }
  ._HOME_STRUTTURE h2,
  ._BOOKING2_COL1 h2,
  ._BOOKING2_COL2 h2,
  ._RISTORO2_COL1 h2,
  ._RISTORO2_COL2 h2 {
    font-size: 36px;
    color: #1081b7;
    font-weight: 300;
    margin-top: 0;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #facd17;
    position: relative;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE {
    padding: 0;
    margin-bottom: 35px;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG {
    position: relative;
    display: block;
    height: 130px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*&:after {
                content: "";
                display: block;
                height: calc(~"100% + 26px");
                width: calc(~"100% + 26px");
                position: absolute;
                top: -13px;
                left: -13px;
                border: 2px solid @yellow;
                z-index: -1;
              }*/
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a i {
    color: #ffffff;
    background: #df111b;
    display: block;
    height: 40px;
    width: 40px;
    padding: 12px;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -15px;
    right: -15px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover {
    opacity: 1;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG ._MAILINFO a:hover i {
    background: #2aa7e2 !important;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA {
    position: absolute;
    top: 0;
    right: 0;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div {
    float: left;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA > div i {
    padding: 12px;
    border-radius: 50%;
    background: #ebf9ff;
    color: #df111b;
    margin-right: 5px;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS {
    padding: 0;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._TITLE h3 {
    margin: 0 0 10px;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._REGIONE span {
    color: #1081b7;
    font-weight: 400;
    display: table;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS ._SUMMARY p {
    margin-top: 12px;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION a,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION a {
    font-size: 18px;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._MORE,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._MORE,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._MORE,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._MORE,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._MORE,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._MORE,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._MORE,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._MORE,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._MORE,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._MORE,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._MORE,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._MORE,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._MORE,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._MORE,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._MORE,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._MORE,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._MORE,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._MORE,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._MORE,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._MORE,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._MORE,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._MORE,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._MORE,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._MORE,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._MORE {
    margin-bottom: 30px;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._MORE a,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._MORE a,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._MORE a,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._MORE a,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._MORE a,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._MORE a,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._MORE a,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._MORE a,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._MORE a,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._MORE a,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._MORE a,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._MORE a,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._MORE a,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._MORE a,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._MORE a,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._MORE a,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._MORE a,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._MORE a,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._MORE a,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._MORE a,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._MORE a,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._MORE a,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._MORE a,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._MORE a,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._MORE a {
    color: #df111b;
    font-weight: 500;
    font-size: 18px;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._MORE a:after,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._MORE a:after,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._MORE a:after,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._MORE a:after,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._MORE a:after,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._MORE a:after,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._MORE a:after,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._MORE a:after,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._MORE a:after,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._MORE a:after,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._MORE a:after,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._MORE a:after,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._MORE a:after,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._MORE a:after,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._MORE a:after,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._MORE a:after,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._MORE a:after,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._MORE a:after,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._MORE a:after,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._MORE a:after,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._MORE a:after,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._MORE a:after,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._MORE a:after,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._MORE a:after,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._MORE a:after {
    content: "";
    background: url(../images/continua-next.svg) no-repeat center transparent;
    background-size: contain;
    display: inline-block;
    height: .8em;
    width: .8em;
    margin-bottom: -2px;
    margin-left: 5px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._MORE a:hover,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._MORE a:hover,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._MORE a:hover,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._MORE a:hover,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._MORE a:hover,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._MORE a:hover,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._MORE a:hover,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._MORE a:hover,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._MORE a:hover,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._MORE a:hover,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._MORE a:hover,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._MORE a:hover,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._MORE a:hover,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._MORE a:hover,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._MORE a:hover,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._MORE a:hover,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._MORE a:hover,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._MORE a:hover,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._MORE a:hover,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._MORE a:hover,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._MORE a:hover,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._MORE a:hover,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._MORE a:hover,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._MORE a:hover,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._MORE a:hover {
    opacity: 1;
  }
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._MORE a:hover:after,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._MORE a:hover:after,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._MORE a:hover:after,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._MORE a:hover:after,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._MORE a:hover:after,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._MORE a:hover:after,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._MORE a:hover:after,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._MORE a:hover:after,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._MORE a:hover:after,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._MORE a:hover:after,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._MORE a:hover:after,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._MORE a:hover:after,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._MORE a:hover:after,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._MORE a:hover:after,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._MORE a:hover:after,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._MORE a:hover:after,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._MORE a:hover:after,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._MORE a:hover:after,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._MORE a:hover:after,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._MORE a:hover:after,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._MORE a:hover:after,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._MORE a:hover:after,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._MORE a:hover:after,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._MORE a:hover:after,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._MORE a:hover:after {
    margin-left: 8px;
  }
  ._HOME_INSERISCI_STRUTTURA {
    background-color: #df111b;
    padding: 0 15px;
  }
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA {
    padding: 30px 15px 0 15px;
    text-align: center;
  }
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    text-transform: uppercase;
  }
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA h3 {
    padding: 0 20px;
    color: white;
    font-size: 16px;
    font-weight: 300;
  }
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA h3 span {
    color: #da3a59;
    font-weight: 400;
    font-size: 20px;
    display: table;
    padding: 5px;
    background: #fff;
    margin: 15px auto;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
  }
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA ._GOTO_ACTION {
    display: block;
    height: 92px;
    width: calc(100% + 40px);
    position: relative;
    overflow: hidden;
  }
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA ._GOTO_ACTION a {
    display: block;
    color: transparent;
    user-select: none;
    background: url(../images/add-nuova-v.svg) no-repeat right 30px transparent;
    background-size: 80px;
    transform: translate(-50%, 0) rotate(-45deg);
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -moz-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    -o-transform: translate(-50%, 0) rotate(-45deg);
    position: absolute;
    height: 190px;
    width: 80px;
    bottom: -70px;
    left: 50%;
  }
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA ._GOTO_ACTION a:after {
    display: none;
  }
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA ._GOTO_ACTION a:hover {
    height: 200px;
    left: calc(50% - 6px);
  }
  ._HOME_NEWS,
  ._SIDEBAR_NEWS {
    padding: 0;
  }
  ._HOME_NEWS h2,
  ._SIDEBAR_NEWS h2 {
    font-size: 36px;
    color: #1081b7;
    font-weight: 300;
  }
  ._HOME_NEWS .content #_HOME_NEWS ._NEWS_SINGLE,
  ._SIDEBAR_NEWS .content #_HOME_NEWS ._NEWS_SINGLE,
  ._HOME_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE,
  ._SIDEBAR_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE {
    margin-bottom: 30px;
  }
  ._HOME_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._IMG img,
  ._SIDEBAR_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._IMG img,
  ._HOME_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._IMG img,
  ._SIDEBAR_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._IMG img {
    width: 100%;
  }
  ._HOME_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._DATE span,
  ._SIDEBAR_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._DATE span,
  ._HOME_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._DATE span,
  ._SIDEBAR_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._DATE span {
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    color: #1081b7;
    background: url(../images/date.svg) no-repeat left center transparent;
    background-size: 20px;
  }
  ._HOME_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._SUMMARY p,
  ._SIDEBAR_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._SUMMARY p,
  ._HOME_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._SUMMARY p,
  ._SIDEBAR_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._SUMMARY p {
    margin-top: 10px;
  }
  ._HOME_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._GOTO_ACTION,
  ._SIDEBAR_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._GOTO_ACTION,
  ._HOME_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._GOTO_ACTION,
  ._SIDEBAR_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._GOTO_ACTION {
    display: table;
    margin-left: auto;
    margin-right: 10px;
  }
  ._HOME_BANNERS {
    padding: 0;
  }
  ._HOME_BANNERS .content #_HOME_BANNERS ._BANNER_SINGLE,
  ._HOME_BANNERS .content #_HOME_BANNERS_A ._BANNER_SINGLE,
  ._HOME_BANNERS .content #_HOME_BANNERS_B ._BANNER_SINGLE,
  ._HOME_BANNERS .content #_HOME_BANNERS_C ._BANNER_SINGLE {
    width: 100%;
    background-color: white;
    border: 1px solid #df111b;
    margin: 0 0 10px 0;
  }
  ._HOME_BANNERS .content #_HOME_BANNERS ._BANNER_SINGLE a ._IMG,
  ._HOME_BANNERS .content #_HOME_BANNERS_A ._BANNER_SINGLE a ._IMG,
  ._HOME_BANNERS .content #_HOME_BANNERS_B ._BANNER_SINGLE a ._IMG,
  ._HOME_BANNERS .content #_HOME_BANNERS_C ._BANNER_SINGLE a ._IMG {
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
  }
  body.front #nd-bottom {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 30px;
  }
  ._HOME_CHISIAMO .content #_HOME_CHISIAMO {
    text-align: center;
    padding-top: 280px;
    background: url(../images/prenotalevacanze-logo-big.svg) no-repeat center 0 transparent;
    background-size: 265px;
  }
  ._HOME_CHISIAMO .content #_HOME_CHISIAMO h2 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    color: #787a77;
  }
  ._HOME_RECAPITI .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
  }
  ._HOME_RECAPITI .content ul li {
    list-style: none;
    text-align: center;
  }
  ._HOME_RECAPITI .content ul li a {
    color: #787a77;
  }
  .blockPIva .content p {
    margin: 0;
    padding: 35px 0;
    text-align: center;
  }
  .blockPIva .content p a {
    color: #787a77;
  }
  .blockCopyFront {
    background-color: #facd17;
  }
  .blockCopyFront .content p {
    margin: 0;
    padding: 35px;
  }
  .blockCopyFront .content a {
    margin: 0 auto;
    display: block;
    width: 173px;
    height: 27px;
    text-indent: -999em;
    background: url("../images/ndesign.svg") no-repeat center transparent;
    cursor: pointer;
  }
  .blockCopyNotFront {
    background-color: #facd17;
  }
  .blockCopyNotFront .content p {
    margin: 0 auto;
    padding: 35px;
    display: block;
    width: 173px;
    height: 27px;
    text-indent: -999em;
    background: url("../images/ndesign.svg") no-repeat center transparent;
  }
  .grecaptcha-badge {
    z-index: 3;
  }
  ._LINK_LASTMINUTE {
    display: table;
    z-index: 1;
    position: relative;
  }
  ._LINK_LASTMINUTE .content p {
    margin: -20px 0 20px 25px;
  }
  ._LINK_LASTMINUTE .content p a {
    display: block;
    height: 40px;
    padding: 0 10px;
    background-image: url(../images/iconLastMinuteMobile.svg) !important;
    background-size: contain!important;
    background-position: 52px center;
    background-repeat: no-repeat;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    background-color: #df111b;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
  }
  ._LINK_LASTMINUTE .content p a:after {
    content: "Last minute";
    padding-left: 40px;
  }
  ._LINK_LASTMINUTE .content p a:hover {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 10px 0px #4c1a09;
    -moz-box-shadow: 0px 0px 10px 0px #4c1a09;
    box-shadow: 0px 0px 10px 0px #4c1a09;
  }
  ._HOME_GOTO_BOOKING {
    padding: 0 25px 20px;
    width: 100%;
  }
  ._HOME_GOTO_BOOKING .content p {
    margin: 0;
  }
  ._HOME_GOTO_BOOKING .content p a {
    display: table;
    padding: 0 10px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    background-color: #df111b;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    margin: 0 0 20px 0;
    text-align: center;
    float: left;
    border: 1px solid #fff;
    width: 100%;
  }
  ._HOME_GOTO_BOOKING .content p a:hover {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 10px 0px #4c1a09;
    -moz-box-shadow: 0px 0px 10px 0px #4c1a09;
    box-shadow: 0px 0px 10px 0px #4c1a09;
  }
  ._HOME_GOTO_BOOKING .content p a._LASTMINUTE_HOME {
    display: block;
    height: 60px;
    padding: 10px;
    background-image: url(../images/iconLastMinuteMobileRED.svg) !important;
    background-size: 40px!important;
    background-position: 12px center;
    background-repeat: no-repeat;
    line-height: 40px;
    font-size: 15px;
    color: #df111b;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #df111b;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
  }
  ._HOME_GOTO_BOOKING .content p a._LASTMINUTE_HOME:hover {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 10px 0px #4c1a09;
    -moz-box-shadow: 0px 0px 10px 0px #4c1a09;
    box-shadow: 0px 0px 10px 0px #4c1a09;
  }
  ._MAILCHIMP_FORM {
    margin-top: 10px;
  }
  ._MAILCHIMP_FORM h2 {
    margin-bottom: 0;
    font-weight: 400;
  }
  ._MAILCHIMP_FORM .content form {
    position: relative;
    padding-bottom: 30px;
  }
  ._MAILCHIMP_FORM .content form:after {
    content: "";
    display: block;
    clear: both;
  }
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields {
    margin: 0 -10px;
    float: left;
    width: calc(100% - 235px);
  }
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields:after {
    content: "";
    display: block;
    clear: both;
  }
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields > .form-item {
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields > .form-item input {
    height: 35px;
    padding: 0 10px;
    border: 1px solid #2aa7e2;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    color: #7a5d4e;
    font-weight: 400;
    width: 100%;
  }
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields > .form-item input::-webkit-input-placeholder {
    color: #787a77;
    font-weight: 300;
  }
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields > .form-item input::-moz-placeholder {
    color: #787a77;
    font-weight: 300;
  }
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields > .form-item input:-ms-input-placeholder {
    color: #787a77;
    font-weight: 300;
  }
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields .form-radios {
    position: absolute;
    bottom: 0;
    left: 0;
    clear: both;
    width: 100%;
  }
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields .form-radios input[type="radio"] {
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #2aa7e2;
    background: #ffffff;
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    height: 25px;
    width: 25px;
    position: relative;
    cursor: pointer;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
  }
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields .form-radios input[type="radio"]:checked {
    border-color: #2aa7e2;
  }
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields .form-radios input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    background: url(../images/flag.svg) no-repeat center transparent;
    background-size: 18px;
    display: block;
    height: 25px;
    width: 25px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    top: -2px;
    left: -1px;
  }
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields .form-radios label.option a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 25px;
    font-size: 13px;
  }
  ._MAILCHIMP_FORM .content form .submitForm {
    width: 238px;
    padding: 0;
    float: right;
  }
  ._MAILCHIMP_FORM .content form .submitForm .form-actions input[type=submit] {
    height: 35px;
    padding: 0 30px;
    font-weight: 300;
  }
  ._MAILCHIMP_FORM .content form input#edit-submit--3 {
    background: #2aa7e2;
  }
  ._HOME_CERCA_STRUTTURE {
    width: 200px;
    float: left;
    margin: 8px 8px 0 15px;
  }
  ._HOME_CERCA_STRUTTURE p {
    margin: 0;
  }
  ._HOME_CERCA_STRUTTURE p a {
    padding: 0 50px 0 20px;
    color: #fff;
    background: url(../images/cerca.svg) no-repeat calc(100% - 10px) center rgba(255, 255, 255, 0.1);
    background-size: 30px;
    width: 100%;
    height: 40px;
    text-align: right;
    display: flex;
    align-items: center;
  }
  ._HOME_CERCA_STRUTTURE p a:hover {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
  }
  ._RICERCA {
    padding: 0;
    width: calc(100% - 55px);
  }
  ._RICERCA .content form .form-item {
    width: calc(100% - 50px);
    float: left;
    margin: 0;
  }
  ._RICERCA .content form .form-item input {
    height: 55px;
    width: 100%;
    padding: 0 15px;
    background: transparent;
    border: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    color: #ffffff;
    font-weight: 300;
  }
  ._RICERCA .content form .form-item input:hover,
  ._RICERCA .content form .form-item input:focus {
    background: rgba(255, 255, 255, 0.1);
  }
  ._RICERCA .content form .form-item input::-webkit-input-placeholder {
    color: white;
    font-weight: 300;
  }
  ._RICERCA .content form .form-item input::-moz-placeholder {
    color: white;
    font-weight: 300;
  }
  ._RICERCA .content form .form-item input:-ms-input-placeholder {
    color: white;
    font-weight: 300;
  }
  ._RICERCA .content form .submitForm {
    padding: 0;
    float: right;
    width: 50px;
  }
  ._RICERCA .content form .submitForm input {
    display: block;
    width: 100%;
    height: 55px;
    text-indent: -999em;
    background: url(../images/cerca.svg) no-repeat center transparent;
    background-size: 30px;
    border: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    margin: auto;
    padding: 0;
  }
  ._RICERCA .content form .submitForm input:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .field-name-field-icone-servizi ul,
  #_HOME_STRUTTURE ._SERVIZI ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .field-name-field-icone-servizi ul li,
  #_HOME_STRUTTURE ._SERVIZI ul li {
    display: inline-block;
    list-style: none;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #787a77;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .views-field-field-icone-servizi {
    margin: 0 0 20px 0;
  }
  .views-field-field-icone-servizi ._SERVICES i {
    display: inline-block;
    list-style: none;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #fff;
    margin-right: 3px;
    color: #787a77;
    border: 1px solid #787a77;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    line-height: 30px;
  }
  .not-front ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA {
    border-color: #df111b;
    margin-bottom: 60px !important;
    margin-top: 0;
    background: #ffffff;
  }
  .not-front ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA button.slick-arrow.slick-prev:before {
    background-image: url(../images/arrow-prevRed.svg);
  }
  .not-front ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA button.slick-arrow.slick-next:before {
    background-image: url(../images/arrow-nextRed.svg);
  }
  .not-front ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-dots {
    left: 50%;
    bottom: -35px;
    width: 100%;
    padding: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
  .not-front ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-dots li {
    background: #ebf9ff;
  }
  .not-front ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-dots li.slick-active {
    background: #df111b;
  }
  ._BOOKING2_COL2,
  ._RISTORO2_COL2 {
    clear: both;
  }
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE {
    padding-bottom: 45px !important;
  }
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE {
    margin: 0 0 15px;
    float: none !important;
    width: 100%;
    left: 0;
  }
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 200px;
  }
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG:after,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG:after,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG:after,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG:after {
    display: none;
  }
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._CONTENTS,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._CONTENTS {
    float: none;
    margin: 0;
    width: 100%;
    right: 0;
  }
  ._RICERCA_BOOKING._VERTICAL {
    margin-bottom: 30px;
  }
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE {
    position: relative;
    margin: 0 auto 20px;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i {
    color: #ffffff;
    background: #df111b;
    display: block;
    height: 40px;
    width: 40px;
    padding: 12px;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover {
    opacity: 1;
  }
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i {
    background: #2aa7e2 !important;
  }
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 15px;
    left: 15px;
  }
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._REGIONE span {
    font-weight: 400;
    color: #71763B;
  }
  .block._BOOKING1_TOP_SMALL .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._BOOKING1_TOP_LARGE .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._BOOKING1_MIDDLE_SMALL .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._BOOKING1_MIDDLE_MEDIUM .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._BOOKING1_BOTTOM_SMALL .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._BOOKING1_BOTTOM_MEDIUM .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._RISTORO1_TOP_SMALL .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._RISTORO1_TOP_MEDIUM .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._RISTORO1_TOP_LARGE .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._RISTORO1_MIDDLE_SMALL .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._RISTORO1_MIDDLE_MEDIUM .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._RISTORO1_MIDDLE_LARGE .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._RISTORO1_BOTTOM_SMALL .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._RISTORO1_BOTTOM_MEDIUM .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div,
  .block._RISTORO1_BOTTOM_LARGE .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE > div {
    display: none;
  }
  .block[class*="_BOOKING1_TOP"] .content ._BLOCK_TITLE h2,
  .block[class*="_BOOKING1_MIDDLE"] .content ._BLOCK_TITLE h2,
  .block[class*="_BOOKING1_BOTTOM"] .content ._BLOCK_TITLE h2,
  .block[class*="_RISTORO1_TOP"] .content ._BLOCK_TITLE h2,
  .block[class*="_RISTORO1_MIDDLE"] .content ._BLOCK_TITLE h2,
  .block[class*="_RISTORO1_BOTTOM"] .content ._BLOCK_TITLE h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 1.1em 0 .8em;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider {
    margin: 0 -15px;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE {
    padding: 0 15px;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE {
    padding-bottom: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a i {
    color: #ffffff;
    background: #df111b;
    display: block;
    height: 40px;
    width: 40px;
    padding: 12px;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover {
    opacity: 1;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO a:hover i {
    background: #2aa7e2 !important;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div {
    float: left;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA > div i {
    padding: 12px;
    border-radius: 50%;
    background: #ebf9ff;
    color: #df111b;
    margin: 0 3px 3px 0;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._TITLE h3,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._TITLE h3,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._TITLE h3,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._TITLE h3,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._TITLE h3,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._TITLE h3,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._TITLE h3,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._TITLE h3,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._TITLE h3,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._TITLE h3,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._TITLE h3,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._TITLE h3 {
    margin-bottom: 10px;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._STARS span,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._STARS span,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._STARS span,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._STARS span,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._STARS span,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._STARS span,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._STARS span,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._STARS span,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._STARS span,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._STARS span,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._STARS span,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._STARS span {
    margin: -5px 0 10px 0;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._REGIONE span,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._TEXT ._REGIONE span {
    font-weight: 400;
    color: #71763B;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider button.slick-arrow:before,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider button.slick-arrow:before,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider button.slick-arrow:before,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider button.slick-arrow:before,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider button.slick-arrow:before,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider button.slick-arrow:before {
    content: "";
    display: block;
    height: 24px;
    width: 16px;
    opacity: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider button.slick-arrow.slick-prev:before,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider button.slick-arrow.slick-prev:before,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider button.slick-arrow.slick-prev:before,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider button.slick-arrow.slick-prev:before,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider button.slick-arrow.slick-prev:before,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider button.slick-arrow.slick-prev:before {
    background-image: url(../images/arrow-prevRed.svg);
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider button.slick-arrow.slick-next:before,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider button.slick-arrow.slick-next:before,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider button.slick-arrow.slick-next:before,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider button.slick-arrow.slick-next:before,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider button.slick-arrow.slick-next:before,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider button.slick-arrow.slick-next:before {
    background-image: url(../images/arrow-nextRed.svg);
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-dots,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-dots,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-dots,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-dots,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-dots,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-dots {
    z-index: 1;
    top: -30px;
    left: 10px;
    width: auto;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-dots li,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-dots li,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-dots li,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-dots li,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-dots li,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-dots li {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #ebf9ff;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-dots li.slick-active,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-dots li.slick-active,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-dots li.slick-active,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-dots li.slick-active,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-dots li.slick-active,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-dots li.slick-active,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-dots li:hover,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-dots li:hover,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-dots li:hover,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-dots li:hover,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-dots li:hover,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-dots li:hover {
    background: #df111b;
  }
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-dots li button,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-dots li button,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-dots li button,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-dots li button,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-dots li button,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-dots li button {
    display: none;
  }
  #_BOOKING1_POSITION_40 ._TIPOLOGIA_SINGLE ._IMAGE,
  #_RISTORO1_POSITION_00 ._TIPOLOGIA_SINGLE ._IMAGE {
    padding: 0;
  }
  #_HOME_BANNERS._RANDOM_ALTO .slick-list {
    height: auto !important;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA {
    padding: 5px;
  }
}
@media screen and (min-width: 480px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA ul.slick-dots {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 768px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA ul.slick-dots {
    left: 15px;
    right: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE {
    display: table;
    width: 100%;
    padding-bottom: 70px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA {
    bottom: -50px;
    left: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE {
    float: left;
    width: 40%;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._TITLE {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 29px;
    max-height: 58px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #df111b;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._TITLE h3 {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT ._REGIONE {
    margin-top: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._TEXT {
    float: left;
    width: 60%;
    padding-left: 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE ._SLIDE ._GOTO_ACTION {
    position: absolute;
    bottom: 20px;
    right: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE.slick-active.slick-current ._SLIDE {
    border-bottom: 1px solid #facd17;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA .slick-list .slick-track ._STRUTTURA_SINGLE.slick-active:not(.slick-current) ._SLIDE {
    border: 0;
  }
}
@media screen and (min-width: 1200px) {
  ._BLOCCO_BOOKING {
    border: 1px solid #df111b;
    margin-bottom: 40px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 1200px) {
  ._BANNERS_TOP h2 {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 480px) {
  ._BANNERS_TOP .content #_HOME_BANNERS_TOP {
    margin: 30px -15px 50px;
  }
  ._BANNERS_TOP .content #_HOME_BANNERS_TOP[data-howmany="1"] .slick-track,
  ._BANNERS_TOP .content #_HOME_BANNERS_TOP[data-howmany="2"] .slick-track {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  ._BANNERS_TOP .content #_HOME_BANNERS_TOP[data-howmany="3"] .slick-track {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._IMAGE ._IMG {
    margin-left: auto;
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._WRAP_MEDIA {
    bottom: 15px;
    left: 0;
    top: auto;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  ._HOME_STRUTTURE .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._BOOKING2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._BOOKING2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._RISTORO2_COL1 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._RISTORO2_COL2 .content #_HOME_STRUTTURE ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._HOME_STRUTTURE .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._BOOKING2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._RISTORO2_COL2 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._HOME_STRUTTURE .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._BOOKING2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._RISTORO2_COL1 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._HOME_STRUTTURE .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._BOOKING2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._RISTORO2_COL2 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._HOME_STRUTTURE .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._BOOKING2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._RISTORO2_COL1 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 ._STRUTTURA_SINGLE ._GOTO_ACTION {
    /* margin-left: auto;
              margin-right: 15px;
              position: absolute;
              bottom: 20px;
              right: 0;*/
    clear: both;
    display: table;
    margin-left: auto;
    margin-right: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA {
    overflow: hidden;
    text-align: left;
    position: relative;
    padding: 50px 35% 50px 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA h3 {
    padding: 0 40px 0 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA h3 span {
    margin: 15px auto 15px 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA ._GOTO_ACTION {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  ._HOME_INSERISCI_STRUTTURA .content #_HOME_INSERISCI_STRUTTURA ._GOTO_ACTION a {
    background-size: 70px;
    width: 70px;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  ._HOME_NEWS .content #_HOME_NEWS ._NEWS_SINGLE,
  ._SIDEBAR_NEWS .content #_HOME_NEWS ._NEWS_SINGLE,
  ._HOME_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE,
  ._SIDEBAR_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE {
    border-bottom: 1px solid #facd17;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  ._HOME_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._IMG,
  ._SIDEBAR_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._IMG,
  ._HOME_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._IMG,
  ._SIDEBAR_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._IMG {
    float: left;
    width: 40%;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  ._HOME_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT,
  ._SIDEBAR_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT,
  ._HOME_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT,
  ._SIDEBAR_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT {
    float: left;
    width: 60%;
    padding-left: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  ._HOME_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._TITLE h3,
  ._SIDEBAR_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._TITLE h3,
  ._HOME_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._TITLE h3,
  ._SIDEBAR_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._TITLE h3 {
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  ._HOME_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._GOTO_ACTION,
  ._SIDEBAR_NEWS .content #_HOME_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._GOTO_ACTION,
  ._HOME_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._GOTO_ACTION,
  ._SIDEBAR_NEWS .content #_SIDEBAR_NEWS ._NEWS_SINGLE ._CONTENTS ._TEXT ._GOTO_ACTION {
    margin-left: 0;
  }
}
@media screen and (min-width: 480px) {
  ._HOME_CHISIAMO .content #_HOME_CHISIAMO {
    position: relative;
    text-align: left;
    padding-top: 120px;
    padding-left: 40%;
    background-position: 0 0;
    background-size: 35%;
  }
  ._HOME_CHISIAMO .content #_HOME_CHISIAMO:before {
    content: "";
    display: block;
    height: 10px;
    width: 49%;
    background-position-x: 100%;
    background-position-y: 0;
    background-size: contain;
    background-repeat: repeat-y;
    position: absolute;
    top: 25px;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  ._HOME_CHISIAMO .content #_HOME_CHISIAMO {
    padding-left: 33.333333%;
    background-size: 30%;
  }
  ._HOME_CHISIAMO .content #_HOME_CHISIAMO:before {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  ._HOME_CHISIAMO .content #_HOME_CHISIAMO {
    padding-left: 25%;
    background-size: 23%;
    /*&:before {
              width: 75%;
          }*/
  }
}
@media screen and (min-width: 480px) {
  ._HOME_RECAPITI .content ul li {
    text-align: left;
    padding-left: 40%;
  }
}
@media screen and (min-width: 768px) {
  ._HOME_RECAPITI .content ul li {
    padding-left: 33.333333%;
  }
}
@media screen and (min-width: 1200px) {
  ._HOME_RECAPITI .content ul li {
    padding-left: 25%;
  }
}
@media screen and (min-width: 768px) {
  .blockPIva .content p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .blockCopyFront {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .blockCopyFront .content a {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .blockCopyNotFront {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .blockCopyNotFront .content p {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  ._LINK_LASTMINUTE .content p {
    margin-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  ._LINK_LASTMINUTE .content p {
    margin: -20px 0 40px 15px;
  }
}
@media screen and (min-width: 768px) {
  ._HOME_GOTO_BOOKING {
    padding: 0 15px 20px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  ._HOME_GOTO_BOOKING {
    right: 15px;
    top: -10px;
    width: 100%;
    background: transparent;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  ._HOME_GOTO_BOOKING .content p a {
    line-height: 60px;
    width: 220px;
    float: left;
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 992px) {
  ._HOME_GOTO_BOOKING .content p a._LASTMINUTE_HOME {
    padding: 10px 10px 0 32px;
  }
}
@media screen and (max-width: 600px) {
  ._MAILCHIMP_FORM .content form {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields > .form-item {
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  ._MAILCHIMP_FORM .content form .mailchimp-newsletter-mergefields .form-radios {
    position: static;
  }
}
@media screen and (max-width: 700px) {
  ._MAILCHIMP_FORM .content form .submitForm {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  ._MAILCHIMP_FORM .content form .submitForm .form-actions input[type=submit] {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  ._RICERCA {
    width: calc(25% - 55px);
  }
}
@media screen and (min-width: 1200px) {
  ._RICERCA {
    width: calc(25% - 55px);
  }
}
@media screen and (max-width: 1199px) {
  ._RICERCA .content form .form-item input {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  ._RICERCA .content form .form-item input {
    width: 75px;
    display: table;
    margin-left: auto;
  }
  ._RICERCA .content form .form-item input:focus {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .not-front ._HOME_STRUTTURE_EVIDENZA .content #_HOME_STRUTTURE_EVIDENZA {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 480px) {
  ._BOOKING2_COL2 .content #_BOOKING2_COL2,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 {
    display: flex;
    flex-wrap: wrap;
  }
  ._BOOKING2_COL2 .content #_BOOKING2_COL2 > div,
  ._RISTORO2_COL2 .content #_BOOKING2_COL2 > div,
  ._BOOKING2_COL2 .content #_RISTORO2_COL2 > div,
  ._RISTORO2_COL2 .content #_RISTORO2_COL2 > div {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._IMAGE {
    width: 40%;
    min-width: 200px;
    margin: 0 15px 0 0;
  }
  ._BOOKING2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._GOTO_ACTION,
  ._RISTORO2_COL1 .content #_BOOKING2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._GOTO_ACTION,
  ._BOOKING2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._GOTO_ACTION,
  ._RISTORO2_COL1 .content #_RISTORO2_COL1 ._STRUTTURA_SINGLE ._SLIDE ._GOTO_ACTION {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._MAILINFO {
    top: 5px;
    right: 5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._STRUTTURA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_BOOKING1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_BOOKING1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_BOOKING1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_RISTORO1_TOP"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_RISTORO1_MIDDLE"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA,
  .block[class*="_RISTORO1_BOTTOM"] .content .slick-slider .slick-track ._TIPOLOGIA_SINGLE ._SLIDE ._IMAGE ._WRAP_MEDIA {
    bottom: 5px;
    left: 5px;
  }
}
/* NDesign Web Agency */
/* www.ndesign.it */
@media screen {
  #nd-breadcrumb {
    background-color: #ebf9ff;
    padding-bottom: 0;
    margin-top: -1px;
    margin-bottom: 20px;
  }
  #nd-breadcrumb .container h2 {
    display: none;
  }
  #nd-breadcrumb .container .breadcrumb {
    color: white;
    font-weight: 300;
    padding: 15px 0px;
  }
  #nd-breadcrumb .container .breadcrumb span {
    color: #df111b;
    font-weight: 300;
  }
  #nd-breadcrumb .container .breadcrumb span a {
    color: #2aa7e2;
    font-weight: 400;
    text-decoration: none;
    padding-right: 18px;
    margin-right: 3px;
    position: relative;
    background: url(../images/breadcrumbs.svg) right 60% no-repeat;
    background-size: 12px;
    display: inline;
  }
  #nd-breadcrumb .container .breadcrumb span a:hover {
    opacity: .7;
  }
  #nd-breadcrumb .container .breadcrumb span.delimiter {
    display: none;
  }
}
@media screen {
  #main-wrapper .node .field {
    /*&.field-name-field-regione-di-riferimento {
          margin-bottom: 10px;
          @media (min-width: @screen-xs-min) {
            margin-bottom: 30px;
          }
          .field-label {}
          .field-items {
            .field-item {
              &:not(:first-child) {
                display: none;
              }
            }
          }
        }

        &.field-name-field-tipologia-struttura {
          .field-label {}
          .field-items {}
        }*/
    /*&.field-name-field-numero-di-telefono,
        &.field-name-field-contatto-whatsapp {
          .field-item {
            font-size: 18px;
            padding-top: 6px;
            font-weight: 400;
            clear: both;
            color: #7a5d4e;
          }
        }*/
  }
  #main-wrapper .node .field.field-name-field-regione-di-riferimento,
  #main-wrapper .node .field.field-name-field-tipologia-struttura,
  #main-wrapper .node .field.field-name-field-tipologia-punto-ristoro,
  #main-wrapper .node .field.field-name-field-numero-di-telefono,
  #main-wrapper .node .field.field-name-field-contatto-whatsapp {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #df111b;
  }
  #main-wrapper .node .field.field-name-field-regione-di-riferimento .field-label,
  #main-wrapper .node .field.field-name-field-tipologia-struttura .field-label,
  #main-wrapper .node .field.field-name-field-tipologia-punto-ristoro .field-label,
  #main-wrapper .node .field.field-name-field-numero-di-telefono .field-label,
  #main-wrapper .node .field.field-name-field-contatto-whatsapp .field-label {
    font-size: 18px;
    font-weight: 300;
    color: #df111b;
    padding-bottom: 5px;
    float: none;
  }
  #main-wrapper .node .field.field-name-field-regione-di-riferimento .field-items .field-item,
  #main-wrapper .node .field.field-name-field-tipologia-struttura .field-items .field-item,
  #main-wrapper .node .field.field-name-field-tipologia-punto-ristoro .field-items .field-item,
  #main-wrapper .node .field.field-name-field-numero-di-telefono .field-items .field-item,
  #main-wrapper .node .field.field-name-field-contatto-whatsapp .field-items .field-item {
    float: none;
    width: 100%;
    color: #7a5d4e;
    font-weight: 600;
  }
  #main-wrapper .node .field.field-name-field-regione-di-riferimento .field-items .field-item a,
  #main-wrapper .node .field.field-name-field-tipologia-struttura .field-items .field-item a,
  #main-wrapper .node .field.field-name-field-tipologia-punto-ristoro .field-items .field-item a,
  #main-wrapper .node .field.field-name-field-numero-di-telefono .field-items .field-item a,
  #main-wrapper .node .field.field-name-field-contatto-whatsapp .field-items .field-item a {
    width: 100%;
    color: #7a5d4e;
    font-weight: 600;
  }
  #main-wrapper .node .field.field-name-field-regione-di-riferimento .field-items .field-item a:hover,
  #main-wrapper .node .field.field-name-field-tipologia-struttura .field-items .field-item a:hover,
  #main-wrapper .node .field.field-name-field-tipologia-punto-ristoro .field-items .field-item a:hover,
  #main-wrapper .node .field.field-name-field-numero-di-telefono .field-items .field-item a:hover,
  #main-wrapper .node .field.field-name-field-contatto-whatsapp .field-items .field-item a:hover {
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  #main-wrapper .node .field.field-name-field-indirizzo-email .field-label {
    float: none;
    font-size: 16px;
    font-weight: 300;
    color: #df111b;
    padding-bottom: 0;
  }
  #main-wrapper .node .field.field-name-field-indirizzo-email .field-items {
    float: none;
  }
  #main-wrapper .node .field.field-name-field-indirizzo-email .field-items .field-item a {
    color: #df111b;
    font-weight: 600;
    color: #7a5d4e;
    font-size: 16px;
  }
  #main-wrapper .node .field.field-name-field-location,
  #main-wrapper .node .field.field-name-field-servizi-offerti,
  #main-wrapper .node .field.field-name-field-prezzi,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed {
    margin-bottom: 10px;
  }
  #main-wrapper .node .field.field-name-field-location,
  #main-wrapper .node .field.field-name-field-servizi-offerti,
  #main-wrapper .node .field.field-name-field-prezzi,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even {
    padding: 160px 20px 20px 20px;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 160px;
    clear: both;
  }
  #main-wrapper .node .field.field-name-field-location .field-label,
  #main-wrapper .node .field.field-name-field-servizi-offerti .field-label,
  #main-wrapper .node .field.field-name-field-prezzi .field-label,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed .field-label,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even .field-label {
    padding-bottom: 0;
    color: #df111b;
    text-align: center;
  }
  #main-wrapper .node .field.field-name-field-location .field-item,
  #main-wrapper .node .field.field-name-field-servizi-offerti .field-item,
  #main-wrapper .node .field.field-name-field-prezzi .field-item,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed .field-item,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even .field-item {
    padding: 15px 0 0 0;
    color: #787a77;
    font-weight: 300;
    text-align: center;
  }
  #main-wrapper .node .field.field-name-field-location .field-item p,
  #main-wrapper .node .field.field-name-field-servizi-offerti .field-item p,
  #main-wrapper .node .field.field-name-field-prezzi .field-item p,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed .field-item p,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even .field-item p {
    margin: 0;
  }
  #main-wrapper .node .field.field-name-field-location .field-item ul,
  #main-wrapper .node .field.field-name-field-servizi-offerti .field-item ul,
  #main-wrapper .node .field.field-name-field-prezzi .field-item ul,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed .field-item ul,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even .field-item ul {
    margin: 0;
    padding: 0;
  }
  #main-wrapper .node .field.field-name-field-location .field-item ul li,
  #main-wrapper .node .field.field-name-field-servizi-offerti .field-item ul li,
  #main-wrapper .node .field.field-name-field-prezzi .field-item ul li,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed .field-item ul li,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even .field-item ul li {
    padding: 0 0 10px 0;
    text-align: center;
    list-style: none;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #787a77;
  }
  #main-wrapper .node .field.field-name-field-location .field-item ul li:last-child,
  #main-wrapper .node .field.field-name-field-servizi-offerti .field-item ul li:last-child,
  #main-wrapper .node .field.field-name-field-prezzi .field-item ul li:last-child,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed .field-item ul li:last-child,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even .field-item ul li:last-child {
    padding: 0;
    margin: 0;
    border: 0;
  }
  #main-wrapper .node .field.field-name-field-location .field-item #_SIDEBAR_MAP,
  #main-wrapper .node .field.field-name-field-servizi-offerti .field-item #_SIDEBAR_MAP,
  #main-wrapper .node .field.field-name-field-prezzi .field-item #_SIDEBAR_MAP,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed .field-item #_SIDEBAR_MAP,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even .field-item #_SIDEBAR_MAP {
    margin-top: 30px;
  }
  #main-wrapper .node .field.field-name-field-location {
    background-image: url(../images/back-location.svg);
    background-color: #ebf9ff;
  }
  #main-wrapper .node .field.field-name-field-servizi-offerti {
    background-image: url(../images/back-service.svg);
    background-color: #facd17;
  }
  #main-wrapper .node .field.field-name-field-prezzi {
    background-image: url(../images/back-price.svg);
    background-color: #e8e7b0;
  }
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed {
    background-image: url(../images/pay.svg);
    background-color: #f1d2af;
  }
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even {
    background-image: url(../images/infoIcon.svg);
    background-color: #f7d4e4;
  }
  #main-wrapper .node .field.field-name-field-image {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    max-width: 60%;
  }
  #main-wrapper .node .field.field-name-field-image a {
    display: block;
  }
  #main-wrapper .node .field.field-name-field-image a img {
    width: 100%;
  }
  #main-wrapper .node .field.field-name-field-data-visualizzata .field-item span {
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    color: #1081b7;
    background: url(../images/date.svg) no-repeat left center transparent;
    background-size: 20px;
  }
  #main-wrapper .node .field.field-name-body p {
    font-weight: 300;
  }
  #main-wrapper .node .field.field-name-body p:first-child {
    margin-top: 0;
  }
  #main-wrapper .node .field.field-name-body p:last-child {
    margin-bottom: 0;
  }
  #main-wrapper .node .field.field-name-body p a {
    color: #df111b;
  }
  #main-wrapper .node .field.field-name-body p a:hover {
    color: #1081b7;
  }
  #main-wrapper .node .field.field-name-body ul li,
  #main-wrapper .node .field.field-name-body ol li {
    font-weight: 300;
  }
  #main-wrapper .node .field.field-name-body h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #787a77;
    margin: 15px 0 10px;
    display: flex;
  }
  #main-wrapper .node .field.field-name-body blockquote {
    margin-left: 10px;
    border-left: 5px solid #1081b7;
    padding: 7px 0 7px 15px;
    display: flex;
  }
  #main-wrapper .node .field ._VIDS_CONT {
    margin-bottom: 30px;
  }
  #main-wrapper .node .field.field-name-field-gallery {
    display: table;
    position: relative;
    /*&:after {
              content: "";
              height: 100%;
              width: 150vw;
              left: -50vw;
              position: absolute;
              top: 0;
              background: #e6e6e6;
              z-index: -1;
          }*/
  }
  #main-wrapper .node .field.field-name-field-allegati {
    clear: both;
  }
  #main-wrapper .node .field.field-name-field-allegati .field-items {
    margin: 10px 0;
  }
  #main-wrapper .node .field.field-name-field-allegati .field-items .field-item {
    clear: both;
  }
  #main-wrapper .node .field.field-name-field-allegati .field-items .field-item .file {
    display: block;
  }
  #main-wrapper .node .field.field-name-field-allegati .field-items .field-item .file img {
    float: left;
    margin: 12px 10px 12px 12px;
    width: auto;
    display: none;
  }
  #main-wrapper .node .field.field-name-field-allegati .field-items .field-item .file a {
    margin: 5px 0;
    padding: 10px 0 10px 35px;
    width: 100%;
    display: block;
    color: #787a77;
    font-weight: 300;
    margin: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    text-decoration: none;
    background: url(../images/icon-download.svg) 8px center no-repeat;
    background-size: 1.2em;
    border-bottom: 1px dotted #2aa7e2;
  }
  #main-wrapper .node .field.field-name-field-allegati .field-items .field-item .file a:hover {
    opacity: 1;
    background: url(../images/icon-download.svg) 8px center no-repeat #ebf9ff;
    background-size: 1.4em;
  }
  #main-wrapper .node .field.field-name-field-allegati .field-items .field-item:last-child .file a {
    border-bottom: 0;
  }
  #main-wrapper .node .field-label {
    font-size: 24px;
    font-weight: 300;
    clear: both;
    color: #1081b7;
  }
  #main-wrapper .node .group-the-location {
    clear: both;
    margin: 0 0 20px;
    padding: 0 0 10px;
    background: #faecbe;
  }
  #main-wrapper .node .group-the-location .field-name-field-location {
    padding: 15px !important;
    background-image: none;
  }
  #main-wrapper .node .group-the-location .field-name-field-location-della-struttura,
  #main-wrapper .node .group-the-location .field-name-field-distanza-in-minuti-dall-ae,
  #main-wrapper .node .group-the-location .field-name-field-distanza-in-minuti-dalla-s,
  #main-wrapper .node .group-the-location .field-name-field-distanza-in-minuti-dal-mar {
    padding: 0 20px;
    margin-bottom: 15px;
  }
  #main-wrapper .node .group-the-location .field-name-field-location-della-struttura .field-label,
  #main-wrapper .node .group-the-location .field-name-field-distanza-in-minuti-dall-ae .field-label,
  #main-wrapper .node .group-the-location .field-name-field-distanza-in-minuti-dalla-s .field-label,
  #main-wrapper .node .group-the-location .field-name-field-distanza-in-minuti-dal-mar .field-label {
    font-size: 18px;
    font-weight: 400;
  }
  #main-wrapper .node .group-the-location .field-name-field-location-della-struttura .field-items,
  #main-wrapper .node .group-the-location .field-name-field-distanza-in-minuti-dall-ae .field-items,
  #main-wrapper .node .group-the-location .field-name-field-distanza-in-minuti-dalla-s .field-items,
  #main-wrapper .node .group-the-location .field-name-field-distanza-in-minuti-dal-mar .field-items {
    color: #7a5d4e;
    font-weight: 300;
    font-size: 18px;
  }
  #main-wrapper ._NAVIGATION {
    margin: 0 -1px;
  }
  #main-wrapper ._NAVIGATION .prev_node,
  #main-wrapper ._NAVIGATION .next_node {
    float: left;
    width: 50%;
    padding: 0 1px;
  }
  #main-wrapper ._NAVIGATION .prev_node a,
  #main-wrapper ._NAVIGATION .next_node a {
    padding: 10px 0;
    background-color: #df111b;
    color: #ffffff;
    display: block;
    background-size: 8px !important;
  }
  #main-wrapper ._NAVIGATION .prev_node a:hover,
  #main-wrapper ._NAVIGATION .next_node a:hover {
    background-color: #2aa7e2;
  }
  #main-wrapper ._NAVIGATION .prev_node a {
    padding-left: 30px;
    background: url(../images/prev-node.svg) no-repeat 15px center #df111b;
  }
  #main-wrapper ._NAVIGATION .next_node a {
    padding-right: 30px;
    background: url(../images/next-node.svg) no-repeat calc(100% - 15px) center #df111b;
    text-align: right;
  }
  #main-wrapper ._CAMERE_STRUTTURA {
    border: 1px solid #f2e0d0;
    padding: 20px;
  }
  #main-wrapper ._CAMERE_STRUTTURA > h2 {
    margin-top: 0;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form {
    padding-bottom: 15px;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget {
    float: none;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-widget-filter-availability {
    width: 100%;
    padding: 0;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-widget-filter-availability > label {
    font-size: 16px;
    font-weight: 400;
    color: #df111b;
    padding-bottom: 5px;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-widget-filter-availability fieldset.form-wrapper {
    padding: 0;
    margin: 0;
    border: 0;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-widget-filter-availability fieldset.form-wrapper .form-wrapper {
    margin: 0 -10px;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-widget-filter-availability fieldset.form-wrapper .form-wrapper > div {
    width: 50%;
    margin: 0;
    padding: 0 10px;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-widget-filter-availability fieldset.form-wrapper .form-wrapper label {
    font-weight: 300;
    color: #7a5d4e;
    font-size: 14px;
    padding: 5px 0;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-widget-filter-availability fieldset.form-wrapper .form-wrapper input {
    height: 50px;
    padding: 0 10px;
    border: 1px solid #f2e0d0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    color: #7a5d4e;
    font-weight: 400;
    width: 100%;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-submit-button {
    padding: 0;
    position: relative;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-submit-button input {
    width: auto;
    margin: 20px 0 0 0 ;
    height: 50px;
    display: block;
    border: 1px solid transparent;
    background-color: #df111b;
    color: white;
    padding: 15px 30px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-submit-button input:hover {
    background-color: #df111b;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-submit-button .ajax-progress {
    display: block;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-submit-button .ajax-progress .throbber {
    position: absolute;
    height: 50px;
    width: 100%;
    margin: 20px 0 0 0;
    top: 0;
    left: 0;
    background: url(../images/throbber.svg) no-repeat center rgba(0, 0, 0, 0.4);
    background-size: contain;
    z-index: 99999;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content {
    background-color: #efeadb;
    padding: 20px;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fffcf1;
    position: relative;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row.views-row-last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field {
    margin-bottom: 10px;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field .views-label {
    font-size: 16px;
    font-weight: 400;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field .field-content {
    font-size: 16px;
    font-weight: 300;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field.views-field-field-descrizione {
    margin-top: 30px;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field.views-field-nothing .item-list ul {
    list-style: none;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field.views-field-nothing .item-list ul li {
    list-style: none;
    width: 50%;
    margin: 0;
    padding: 10px;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field.views-field-nothing .item-list ul li a {
    display: block;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field.views-field-nothing .item-list ul li a img {
    width: 100%;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field-field-image {
    width: 100%;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field-field-image a {
    display: block;
    overflow: hidden;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field-field-image a img {
    width: 100%;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS {
    display: block;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS .views-field-name span {
    font-weight: 300;
    font-size: 22px;
    color: #1081b7;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS form label.option {
    line-height: 25px;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS form input[type="checkbox"] {
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #facd17;
    background: #ffffff;
    -webkit-appearance: button;
    -moz-appearance: inherit;
    height: 25px;
    width: 25px;
    position: relative;
    cursor: pointer;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS form input[type="checkbox"]:checked {
    border-color: #787a77;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS form input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    background: url(../images/flag.svg) no-repeat center transparent;
    background-size: 18px;
    display: block;
    height: 25px;
    width: 25px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    top: -2px;
    left: -1px;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS form .message {
    display: none;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS form .throbber {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 60px;
    width: 60px;
    background: url(../images/throbber.svg) no-repeat center rgba(0, 0, 0, 0.4);
    background-size: contain;
    margin-top: -30px;
    margin-left: -30px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-radius: 50%;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS form input[type="submit"] {
    display: table;
    margin: 20px 0 -10px auto;
    height: 40px;
    display: block;
    border: 1px solid transparent;
    background-color: #1081b7;
    color: white;
    padding: 0 30px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS form input[type="submit"]:hover {
    background-color: #2aa7e2;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS form .rooms-search-result__new-price label {
    float: left;
    padding-right: 5px;
  }
  #main-wrapper .view.view-booking-cart-form form#views-form-booking-cart-form-default > div > table thead tr th {
    font-weight: 600;
    background: transparent;
    color: #7a5d4e;
    padding: 0 10px 8px;
    border-bottom: 2px solid #7a5d4e;
  }
  #main-wrapper .view.view-booking-cart-form form#views-form-booking-cart-form-default > div > table tbody tr {
    background-color: #efeadb;
    border-color: #fffcf1;
    padding: 0;
  }
  #main-wrapper .view.view-booking-cart-form form#views-form-booking-cart-form-default > div > table tbody tr td {
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #7a5d4e;
  }
  #main-wrapper .view.view-booking-cart-form form#views-form-booking-cart-form-default > div > table tbody tr td input {
    width: auto;
    margin: 0 ;
    display: block;
    border: 1px solid transparent;
    background-color: #df111b;
    color: white;
    padding: 5px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #main-wrapper .view.view-booking-cart-form form#views-form-booking-cart-form-default > div > table tbody tr td input:hover {
    background-color: #df111b;
  }
  #main-wrapper .view.view-booking-cart-form form#views-form-booking-cart-form-default > div > table tbody tr td:last-of-type {
    font-weight: 400;
  }
  #main-wrapper .view.view-booking-cart-form form#views-form-booking-cart-form-default > div .commerce-order-handler-area-order-total table {
    margin-top: 5px;
  }
  #main-wrapper .view.view-booking-cart-form form#views-form-booking-cart-form-default > div .commerce-order-handler-area-order-total table tr {
    background: transparent;
    border-color: #fffcf1;
    padding: 0;
  }
  #main-wrapper .view.view-booking-cart-form form#views-form-booking-cart-form-default > div .commerce-order-handler-area-order-total table tr td {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #2aa7e2;
  }
  #main-wrapper .view.view-booking-cart-form form#views-form-booking-cart-form-default > div .commerce-order-handler-area-order-total table tr td.component-title {
    font-weight: 600;
    background: transparent;
    color: #7a5d4e;
  }
  #main-wrapper .view.view-booking-cart-form form#views-form-booking-cart-form-default > div .submitForm {
    width: 100%;
    padding: 0;
  }
  #main-wrapper .view.view-booking-cart-form form#views-form-booking-cart-form-default > div .submitForm .form-actions {
    margin: 30px 0 0 0;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset {
    margin: 0 0 20px 0;
    border: 1px solid #f2e0d0;
    border: 0;
    padding: 20px 0 0 0;
    position: relative;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset legend {
    border-bottom: 1px solid #7a5d4e;
    padding-bottom: 10px;
    width: 100%;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset legend span {
    font-weight: 400;
    color: #7a5d4d;
    font-size: 22px;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .view-booking-checkout-form table.views-table thead tr th {
    font-weight: 600;
    background: transparent;
    color: #7a5d4e;
    padding: 0 10px 8px;
    border-bottom: 2px solid #7a5d4e;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .view-booking-checkout-form table.views-table thead tr th:last-of-type {
    text-align: right;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .view-booking-checkout-form table.views-table tbody tr {
    background-color: #efeadb;
    border-color: #fffcf1;
    padding: 0;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .view-booking-checkout-form table.views-table tbody tr td {
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #7a5d4e;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .view-booking-checkout-form table.views-table tbody tr td:last-of-type {
    text-align: right;
    font-weight: 400;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .view-booking-checkout-form .view-footer .line-item-total {
    padding: 15px 0 0 0;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .view-booking-checkout-form .view-footer .line-item-total .line-item-total-raw {
    background: #2aa7e2;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 10px;
    margin-left: 10px;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .field-name-field-customer-telefono .form-item,
  #main-wrapper form#commerce-checkout-form-checkout fieldset #edit-account-login .form-item {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .field-name-field-customer-telefono .form-item label,
  #main-wrapper form#commerce-checkout-form-checkout fieldset #edit-account-login .form-item label {
    color: #7a5d4e;
    padding: 0 0 10px;
    font-weight: 300;
    font-size: 16px;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .field-name-field-customer-telefono .form-item input,
  #main-wrapper form#commerce-checkout-form-checkout fieldset #edit-account-login .form-item input {
    height: 50px;
    padding: 0 10px;
    border: 1px solid #f2e0d0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    color: #7a5d4e;
    font-weight: 400;
    width: 100%;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .field-type-addressfield .form-wrapper .form-item {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .field-type-addressfield .form-wrapper .form-item label {
    color: #7a5d4e;
    padding: 0 0 10px;
    font-weight: 300;
    font-size: 16px;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .field-type-addressfield .form-wrapper .form-item input {
    height: 50px;
    padding: 0 10px;
    border: 1px solid #f2e0d0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    color: #7a5d4e;
    font-weight: 400;
    width: 100%;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset .field-type-addressfield .form-wrapper .form-type-select select {
    height: 50px;
    padding: 0 10px;
    border: 1px solid #f2e0d0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    color: #7a5d4e;
    font-weight: 400;
    width: 100%;
    background: #fff;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset.checkout-buttons {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: right;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset.checkout-buttons input.checkout-continue {
    background: #2aa7e2;
    color: #fff;
    padding: 15px 30px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    border: 0;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset.checkout-buttons input.checkout-continue:hover {
    background: #1081b7;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset.checkout-buttons .checkout-processing {
    position: absolute;
    height: 50px;
    width: 100%;
    margin: 20px 0 0 0;
    bottom: 0;
    left: 0;
    background: url(../images/throbber.svg) no-repeat center transparent;
    background-size: contain;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset.checkout-buttons .button-operator {
    display: none;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset.checkout-buttons input.checkout-cancel {
    background: #df111b;
    color: #fff;
    padding: 15px 30px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    margin-left: 15px;
  }
  #main-wrapper form#commerce-checkout-form-checkout fieldset.checkout-buttons input.checkout-cancel:hover {
    background: #df111b;
  }
  #main-wrapper form#commerce-checkout-form-review #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method label {
    margin-left: 4px;
  }
  #main-wrapper form#commerce-checkout-form-review #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method:nth-child(1) label[for="edit-commerce-payment-payment-method-paypal-eccommerce-payment-paypal-ec"] {
    margin-left: 0;
  }
  #main-wrapper form#commerce-checkout-form-review #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method:nth-child(1) label[for="edit-commerce-payment-payment-method-paypal-eccommerce-payment-paypal-ec"]:after {
    content: "Pagamento PayPal";
    padding: 5px 0 0 5px;
  }
  #main-wrapper form#commerce-checkout-form-review .checkout-help {
    display: none;
  }
  #main-wrapper form#commerce-checkout-form-review table {
    width: 100%;
  }
  #main-wrapper form#commerce-checkout-form-review table thead tr th {
    font-weight: 600;
    background: transparent;
    color: #7a5d4e;
    padding: 0 10px 8px;
    border-bottom: 2px solid #7a5d4e;
  }
  #main-wrapper form#commerce-checkout-form-review table tr {
    background-color: #efeadb;
    border-color: #fffcf1;
    padding: 0;
  }
  #main-wrapper form#commerce-checkout-form-review table tr.pane-title td {
    font-size: 22px;
  }
  #main-wrapper form#commerce-checkout-form-review table tr.pane-data {
    border: 0;
  }
  #main-wrapper form#commerce-checkout-form-review table tr td {
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #7a5d4e;
  }
  #main-wrapper form#commerce-checkout-form-review table tr td.pane-data-full {
    line-height: 1.4em;
  }
  #main-wrapper form#commerce-checkout-form-review table tr td table tr {
    border-color: #2aa7e2;
  }
  #main-wrapper form#commerce-checkout-form-review table tr td table tr.component-type-commerce-price-formatted-amount {
    border: 0;
  }
  #main-wrapper form#commerce-checkout-form-review table tr td table tr.component-type-commerce-price-formatted-amount td.component-title {
    text-align: right;
  }
  #main-wrapper form#commerce-checkout-form-review table tr td table tr.component-type-commerce-price-formatted-amount td.component-total {
    font-weight: 600;
    width: 130px;
  }
  #main-wrapper form#commerce-checkout-form-review table tr td table td {
    background: #fffcf1;
  }
  #main-wrapper form#commerce-checkout-form-review fieldset {
    margin: 20px 0 0 0;
    border: 1px solid #f2e0d0;
    border: 0;
    padding: 20px 0 0 0;
    position: relative;
  }
  #main-wrapper form#commerce-checkout-form-review fieldset legend {
    border-bottom: 1px solid #7a5d4e;
    padding-bottom: 10px;
    width: 100%;
  }
  #main-wrapper form#commerce-checkout-form-review fieldset legend span {
    font-weight: 400;
    color: #7a5d4d;
    font-size: 22px;
  }
  #main-wrapper form#commerce-checkout-form-review fieldset.checkout-buttons {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: right;
  }
  #main-wrapper form#commerce-checkout-form-review fieldset.checkout-buttons input.checkout-continue {
    background: #2aa7e2;
    color: #fff;
    padding: 15px 30px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    border: 0;
  }
  #main-wrapper form#commerce-checkout-form-review fieldset.checkout-buttons input.checkout-continue:hover {
    background: #1081b7;
  }
  #main-wrapper form#commerce-checkout-form-review fieldset.checkout-buttons .checkout-processing {
    position: absolute;
    height: 50px;
    width: 100%;
    margin: 20px 0 0 0;
    bottom: 0;
    left: 0;
    background: url(../images/throbber.svg) no-repeat center transparent;
    background-size: contain;
  }
  #main-wrapper form#commerce-checkout-form-review fieldset.checkout-buttons .button-operator {
    display: none;
  }
  #main-wrapper form#commerce-checkout-form-review fieldset.checkout-buttons input.checkout-back {
    background: #df111b;
    color: #fff;
    padding: 15px 30px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    margin-left: 15px;
  }
  #main-wrapper form#commerce-checkout-form-review fieldset.checkout-buttons input.checkout-back:hover {
    background: #df111b;
  }
  #main-wrapper form#commerce-checkout-form-review fieldset .commerce-paypal-ec-icon,
  #main-wrapper form#commerce-checkout-form-review fieldset .commerce-paypal-bml-icon {
    position: relative;
    top: 2px;
    left: 4px;
  }
  #main-wrapper form#commerce-checkout-form-review fieldset .commerce-paypal-ec-info {
    margin-bottom: 30px;
    display: block;
  }
  body.page-strutturehtml #sidebar-first #block-views-exp-strutture-page.is_stuck,
  body.page-strutture-tipologia #sidebar-first #block-views-exp-strutture-page.is_stuck,
  body.page-punti-di-ristorohtml #sidebar-first #block-views-exp-strutture-page.is_stuck,
  body.page-punti-di-ristoro-tipologia #sidebar-first #block-views-exp-strutture-page.is_stuck,
  body.page-strutturehtml #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck,
  body.page-strutture-tipologia #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck,
  body.page-punti-di-ristorohtml #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck,
  body.page-punti-di-ristoro-tipologia #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck {
    z-index: 9999;
    position: static !important;
    top: auto !important;
  }
  body.page-strutturehtml #sidebar-first #block-views-exp-strutture-page.is_stuck + div,
  body.page-strutture-tipologia #sidebar-first #block-views-exp-strutture-page.is_stuck + div,
  body.page-punti-di-ristorohtml #sidebar-first #block-views-exp-strutture-page.is_stuck + div,
  body.page-punti-di-ristoro-tipologia #sidebar-first #block-views-exp-strutture-page.is_stuck + div,
  body.page-strutturehtml #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck + div,
  body.page-strutture-tipologia #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck + div,
  body.page-punti-di-ristorohtml #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck + div,
  body.page-punti-di-ristoro-tipologia #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck + div {
    display: none !important;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page {
    padding: 15px;
    background: #2aa7e2;
    margin: 0 0 30px 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button),
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button),
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button),
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button),
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button),
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button),
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button),
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button),
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button),
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button),
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button),
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) {
    float: none;
    padding: 0;
    clear: both;
    display: table;
    width: 100%;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value {
    margin-bottom: 0;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) label,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) label,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) label,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) label,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) label,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) label,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) label,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) label,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) label,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) label,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) label,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) label {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid white;
    color: white;
    padding-bottom: 5px;
    font-weight: 400;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after {
    content: "";
    clear: both;
    display: block;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
    color: #ffffff;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED {
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    pointer-events: none;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    background: url(../images/drop-select-green.svg) calc(100% - 10px) center no-repeat #fff;
    background-size: 10px;
    padding: 0 10px;
    color: #787a77;
    height: 38px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 300;
    width: 100%;
    margin-bottom: 12px;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button {
    margin: 0 0 0 calc(100% - 224px);
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button,
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button {
    padding: 0;
    width: auto;
    display: inline-block;
    clear: both;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"],
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"],
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"],
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"],
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"],
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"],
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"],
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"],
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"],
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"],
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"],
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"],
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"],
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"],
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"],
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"],
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"],
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"],
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"],
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"],
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"],
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"],
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"],
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"] {
    margin: 10px 0 0 10px;
    display: table;
    background: #facd17;
    border: 0;
    border-radius: 3px;
    padding: 9px 20px;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 600;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"]:hover,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"]:hover,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"]:hover,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"]:hover,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"]:hover,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"]:hover,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"]:hover,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"]:hover,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"]:hover,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"]:hover,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"]:hover,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"]:hover,
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"]:hover,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"]:hover,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"]:hover,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"]:hover,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"]:hover,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"]:hover,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"]:hover,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"]:hover,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"]:hover,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"]:hover,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"]:hover,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"]:hover {
    background: #ebf9ff;
    color: #df111b;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture,
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture {
    background: #facd17;
  }
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-submit-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture:hover,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget.views-reset-button input[type="submit"]#edit-submit-strutture:hover {
    background: #ebf9ff;
  }
  #main-wrapper .view.view-last-minute form {
    padding: 15px;
    background: #2aa7e2;
    margin: 0 0 30px 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widgets,
  #main-wrapper .view.view-last-minute form .views-exposed-widget:not(.views-submit-button) {
    float: none;
    padding: 0;
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 0;
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widgets.views-widget-filter-field_last_minute_attivo_value,
  #main-wrapper .view.view-last-minute form .views-exposed-widget:not(.views-submit-button).views-widget-filter-field_last_minute_attivo_value {
    margin-bottom: 0;
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widgets label,
  #main-wrapper .view.view-last-minute form .views-exposed-widget:not(.views-submit-button) label {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid white;
    color: white;
    padding-bottom: 5px;
    font-weight: 400;
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widgets .views-widget .form-item:after,
  #main-wrapper .view.view-last-minute form .views-exposed-widget:not(.views-submit-button) .views-widget .form-item:after {
    content: "";
    clear: both;
    display: block;
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widgets .views-widget .form-item ._LABEL_FILTER,
  #main-wrapper .view.view-last-minute form .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._LABEL_FILTER {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
    display: block;
    color: #ffffff;
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widgets .views-widget .form-item ._DISABLED,
  #main-wrapper .view.view-last-minute form .views-exposed-widget:not(.views-submit-button) .views-widget .form-item ._DISABLED {
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    pointer-events: none;
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widgets .views-widget .form-item select,
  #main-wrapper .view.view-last-minute form .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    background: url(../images/drop-select-green.svg) calc(100% - 10px) center no-repeat #fff;
    background-size: 10px;
    padding: 0 10px;
    color: #787a77;
    height: 38px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 300;
    width: 100%;
    margin-bottom: 12px;
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widget.views-submit-button {
    margin: 0 0 0 calc(100% - 224px);
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widget.views-submit-button,
  #main-wrapper .view.view-last-minute form .views-exposed-widget.views-reset-button {
    padding: 0;
    width: auto;
    display: inline-block;
    clear: both;
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widget.views-submit-button input[type="submit"]:not(#edit-submit-last-minute),
  #main-wrapper .view.view-last-minute form .views-exposed-widget.views-reset-button input[type="submit"]:not(#edit-submit-last-minute) {
    margin: 10px 0 0 10px;
    display: table;
    background: #facd17;
    border: 0;
    border-radius: 3px;
    padding: 9px 20px;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 600;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widget.views-submit-button input[type="submit"]:not(#edit-submit-last-minute):hover,
  #main-wrapper .view.view-last-minute form .views-exposed-widget.views-reset-button input[type="submit"]:not(#edit-submit-last-minute):hover {
    background: #ebf9ff;
    color: #df111b;
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widget.views-submit-button input[type="submit"]:not(#edit-submit-last-minute)#edit-submit-strutture,
  #main-wrapper .view.view-last-minute form .views-exposed-widget.views-reset-button input[type="submit"]:not(#edit-submit-last-minute)#edit-submit-strutture {
    background: #facd17;
  }
  #main-wrapper .view.view-last-minute form .views-exposed-widget.views-submit-button input[type="submit"]:not(#edit-submit-last-minute)#edit-submit-strutture:hover,
  #main-wrapper .view.view-last-minute form .views-exposed-widget.views-reset-button input[type="submit"]:not(#edit-submit-last-minute)#edit-submit-strutture:hover {
    background: #ebf9ff;
  }
  #main-wrapper .view.view-strutture .view-content .views-row,
  #main-wrapper .view.view-last-minute .view-content .views-row,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #facd17;
    position: relative;
    display: table;
    width: 100%;
  }
  #main-wrapper .view.view-strutture .view-content .views-row.views-row-last,
  #main-wrapper .view.view-last-minute .view-content .views-row.views-row-last,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row.views-row-last,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row.views-row-last,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row.views-row-last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  #main-wrapper .view.view-strutture .view-content .views-row .views-field-field-image .field-content a,
  #main-wrapper .view.view-last-minute .view-content .views-row .views-field-field-image .field-content a,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row .views-field-field-image .field-content a,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row .views-field-field-image .field-content a,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row .views-field-field-image .field-content a {
    display: block;
    width: 100%;
  }
  #main-wrapper .view.view-strutture .view-content .views-row .views-field-field-image .field-content a img,
  #main-wrapper .view.view-last-minute .view-content .views-row .views-field-field-image .field-content a img,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row .views-field-field-image .field-content a img,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row .views-field-field-image .field-content a img,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row .views-field-field-image .field-content a img {
    width: 100%;
  }
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-title span a,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-title span a,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-title span a,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-title span a,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-title span a,
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-views-conditional span a,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-views-conditional span a,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-views-conditional span a,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-views-conditional span a,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-views-conditional span a {
    color: #df111b;
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
    display: block;
  }
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-field-regione-di-riferimento .field-content,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-field-regione-di-riferimento .field-content,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-field-regione-di-riferimento .field-content,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-field-regione-di-riferimento .field-content,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-field-regione-di-riferimento .field-content {
    color: #1081b7;
    font-weight: 400;
  }
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-body p,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-body p,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-body p,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-body p,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-body p {
    margin-top: 5px;
  }
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-view-node span a,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-view-node span a,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-view-node span a,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-view-node span a,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-view-node span a,
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-views-conditional-1 span a,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-views-conditional-1 span a,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-views-conditional-1 span a,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-views-conditional-1 span a,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-views-conditional-1 span a {
    background: url(../images/continua-rainbow.svg) no-repeat center transparent;
    background-size: contain;
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    font-size: 20px;
  }
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-view-node span a:after,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-view-node span a:after,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-view-node span a:after,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-view-node span a:after,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-view-node span a:after,
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-views-conditional-1 span a:after,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-views-conditional-1 span a:after,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-views-conditional-1 span a:after,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-views-conditional-1 span a:after,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-views-conditional-1 span a:after {
    content: "\f054";
    background: url(../images/continua-next.svg) no-repeat center transparent;
    background-size: contain;
    height: 14px;
    width: 24px;
    position: absolute;
    right: -20px;
    bottom: 50%;
    margin-bottom: -7px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-view-node span a:hover:after,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-view-node span a:hover:after,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-view-node span a:hover:after,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-view-node span a:hover:after,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-view-node span a:hover:after,
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-views-conditional-1 span a:hover:after,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-views-conditional-1 span a:hover:after,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-views-conditional-1 span a:hover:after,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-views-conditional-1 span a:hover:after,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-views-conditional-1 span a:hover:after {
    background-position: 70% center;
  }
  #main-wrapper .view.view-news .view-content .views-row .node h2 {
    margin-top: 0;
  }
  #main-wrapper .view.view-news .view-content .views-row .node h2 a {
    color: #da3a59;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px 0;
    display: block;
  }
  #main-wrapper .view.view-news .view-content .views-row .node .content .field.field-name-field-image {
    float: none;
    margin: 20px 0;
    max-width: 100%;
  }
  #main-wrapper .view.view-news .view-content .views-row .node .content .field.field-name-field-data-visualizzata {
    margin-bottom: 15px;
  }
  #main-wrapper .view.view-news .view-content .views-row .node ul.links.inline li {
    padding: 0;
  }
  #main-wrapper .view.view-news .view-content .views-row .node ul.links.inline li.node-readmore a {
    width: 90px;
    display: table;
    margin-left: auto;
    margin-right: 15px;
  }
  form.search-form {
    padding: 15px;
    background: #c3c647;
    margin: 0px 0px 30px;
    border-radius: 3px;
  }
  form.search-form .form-item label {
    color: white;
    font-weight: 300;
    padding: 0 0 15px 0;
    width: 225px;
    display: block;
  }
  form.search-form .form-item input[type="text"] {
    height: 50px;
    border: 0;
    padding: 0 10px;
    font-weight: 300;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    width: calc(100% - 75px);
  }
  form.search-form input[type="submit"] {
    float: right;
    height: 50px;
    width: 50px;
    text-indent: -999em;
    border: 0;
    border: 1px solid white;
    background: url(../images/cerca.svg) no-repeat center #2aa7e2;
    background-size: 30px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  form.search-form input[type="submit"]:hover {
    background-color: #1081b7;
  }
  form.search-form fieldset {
    margin: 20px 0 0 0;
    border: 1px solid white;
  }
  form.search-form fieldset legend a {
    color: white;
  }
  form.search-form fieldset .action {
    float: none;
  }
  ol.search-results {
    padding-left: 0;
  }
  ol.search-results li .search-snippet-info {
    border-left: 1px solid #df111b;
    padding: 5px 0 5px 15px;
    margin-left: 5px;
  }
  ol.search-results li .search-snippet-info p {
    margin: 0;
  }
  ol.search-results li .search-snippet-info .search-info {
    display: none;
  }
  .item-list ul.pager {
    margin: 30px 0 0;
    padding: 15px 0;
    position: relative;
  }
  .item-list ul.pager li {
    margin: 5px 0;
    padding: 0;
    color: white;
    display: inline-block;
    min-width: 38px;
  }
  .item-list ul.pager li a {
    margin: 0 2px;
    padding: 10px;
    background: #ebf9ff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    color: #787a77;
    font-weight: 600;
    font-size: 14px;
    display: block;
    min-width: 38px;
  }
  .item-list ul.pager li a:hover {
    background: #df111b;
    color: white;
    opacity: 1;
  }
  .item-list ul.pager li.pager-current {
    margin: 0 2px;
    padding: 10px;
    background: #2aa7e2;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .node .field.field-name-field-regione-di-riferimento,
  #main-wrapper .node .field.field-name-field-tipologia-struttura,
  #main-wrapper .node .field.field-name-field-tipologia-punto-ristoro,
  #main-wrapper .node .field.field-name-field-numero-di-telefono,
  #main-wrapper .node .field.field-name-field-contatto-whatsapp {
    margin-bottom: 15px;
    padding: 0;
    bordeR: 0;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .node .field.field-name-field-regione-di-riferimento .field-label,
  #main-wrapper .node .field.field-name-field-tipologia-struttura .field-label,
  #main-wrapper .node .field.field-name-field-tipologia-punto-ristoro .field-label,
  #main-wrapper .node .field.field-name-field-numero-di-telefono .field-label,
  #main-wrapper .node .field.field-name-field-contatto-whatsapp .field-label {
    float: left;
    width: calc(100% - 190px);
    border-bottom: 1px dashed #df111b;
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .node .field.field-name-field-regione-di-riferimento .field-items,
  #main-wrapper .node .field.field-name-field-tipologia-struttura .field-items,
  #main-wrapper .node .field.field-name-field-tipologia-punto-ristoro .field-items,
  #main-wrapper .node .field.field-name-field-numero-di-telefono .field-items,
  #main-wrapper .node .field.field-name-field-contatto-whatsapp .field-items {
    float: right;
    width: 180px;
    text-align: center;
    margin-top: 2px;
  }
  #main-wrapper .node .field.field-name-field-regione-di-riferimento .field-items .field-item,
  #main-wrapper .node .field.field-name-field-tipologia-struttura .field-items .field-item,
  #main-wrapper .node .field.field-name-field-tipologia-punto-ristoro .field-items .field-item,
  #main-wrapper .node .field.field-name-field-numero-di-telefono .field-items .field-item,
  #main-wrapper .node .field.field-name-field-contatto-whatsapp .field-items .field-item {
    background: #df111b;
    color: white;
    font-weight: 300;
    padding: 10px 15px;
    margin-top: -15px;
  }
  #main-wrapper .node .field.field-name-field-regione-di-riferimento .field-items .field-item a,
  #main-wrapper .node .field.field-name-field-tipologia-struttura .field-items .field-item a,
  #main-wrapper .node .field.field-name-field-tipologia-punto-ristoro .field-items .field-item a,
  #main-wrapper .node .field.field-name-field-numero-di-telefono .field-items .field-item a,
  #main-wrapper .node .field.field-name-field-contatto-whatsapp .field-items .field-item a {
    width: 100%;
    color: #fff;
    font-weight: 300;
  }
  #main-wrapper .node .field.field-name-field-regione-di-riferimento .field-items .field-item a:hover,
  #main-wrapper .node .field.field-name-field-tipologia-struttura .field-items .field-item a:hover,
  #main-wrapper .node .field.field-name-field-tipologia-punto-ristoro .field-items .field-item a:hover,
  #main-wrapper .node .field.field-name-field-numero-di-telefono .field-items .field-item a:hover,
  #main-wrapper .node .field.field-name-field-contatto-whatsapp .field-items .field-item a:hover {
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .node .field.field-name-field-indirizzo-email .field-label {
    float: left;
    font-weight: 400;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .node .field.field-name-field-indirizzo-email .field-items {
    font-size: 18px;
    float: right;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .node .field.field-name-field-location,
  #main-wrapper .node .field.field-name-field-servizi-offerti,
  #main-wrapper .node .field.field-name-field-prezzi,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even {
    padding: 20px 20px 20px 120px;
    background-position: 5px center;
    background-size: 100px;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .node .field.field-name-field-location .field-label,
  #main-wrapper .node .field.field-name-field-servizi-offerti .field-label,
  #main-wrapper .node .field.field-name-field-prezzi .field-label,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed .field-label,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even .field-label {
    text-align: left;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .node .field.field-name-field-location .field-item,
  #main-wrapper .node .field.field-name-field-servizi-offerti .field-item,
  #main-wrapper .node .field.field-name-field-prezzi .field-item,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed .field-item,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even .field-item {
    text-align: left;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .node .field.field-name-field-location .field-item ul,
  #main-wrapper .node .field.field-name-field-servizi-offerti .field-item ul,
  #main-wrapper .node .field.field-name-field-prezzi .field-item ul,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed .field-item ul,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even .field-item ul {
    padding: 0 0 0 20px;
  }
  #main-wrapper .node .field.field-name-field-location .field-item ul li,
  #main-wrapper .node .field.field-name-field-servizi-offerti .field-item ul li,
  #main-wrapper .node .field.field-name-field-prezzi .field-item ul li,
  #main-wrapper .node .field.field-name-field-condizioni-di-pagamento-ed .field-item ul li,
  #main-wrapper .node .field.field-name-field-altre-informazioni-ed-even .field-item ul li {
    text-align: left;
    list-style: initial;
    margin: 0;
    border: 0;
  }
}
@media screen and (max-width: 768px) {
  #main-wrapper .node .field.field-name-field-image {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #main-wrapper .node .field.field-name-field-image {
    float: none;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  #main-wrapper ._NAVIGATION .prev_node a,
  #main-wrapper ._NAVIGATION .next_node a {
    font-size: 13px;
  }
}
@media screen and (min-width: 550px) {
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 550px) {
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-filters form .views-exposed-widgets .views-exposed-widget.views-widget-filter-availability {
    padding-right: 20px;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 550px) {
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field.views-field-nothing .item-list ul li {
    width: 25%;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row .views-field-field-image {
    width: 20%;
    margin: 0 20px 20px 0;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS {
    width: 80%;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper ._CAMERE_STRUTTURA .content .view .view-content .views-row ._DETAILS form input[type="submit"] {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  body.page-strutturehtml #sidebar-first,
  body.page-strutture-tipologia #sidebar-first,
  body.page-punti-di-ristorohtml #sidebar-first,
  body.page-punti-di-ristoro-tipologia #sidebar-first {
    left: 66.66666667%;
  }
}
@media screen and (min-width: 992px) {
  body.page-strutturehtml #sidebar-first #block-views-exp-strutture-page.is_stuck,
  body.page-strutture-tipologia #sidebar-first #block-views-exp-strutture-page.is_stuck,
  body.page-punti-di-ristorohtml #sidebar-first #block-views-exp-strutture-page.is_stuck,
  body.page-punti-di-ristoro-tipologia #sidebar-first #block-views-exp-strutture-page.is_stuck,
  body.page-strutturehtml #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck,
  body.page-strutture-tipologia #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck,
  body.page-punti-di-ristorohtml #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck,
  body.page-punti-di-ristoro-tipologia #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck {
    position: fixed !important;
    top: 20px !important;
  }
  body.page-strutturehtml #sidebar-first #block-views-exp-strutture-page.is_stuck + div,
  body.page-strutture-tipologia #sidebar-first #block-views-exp-strutture-page.is_stuck + div,
  body.page-punti-di-ristorohtml #sidebar-first #block-views-exp-strutture-page.is_stuck + div,
  body.page-punti-di-ristoro-tipologia #sidebar-first #block-views-exp-strutture-page.is_stuck + div,
  body.page-strutturehtml #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck + div,
  body.page-strutture-tipologia #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck + div,
  body.page-punti-di-ristorohtml #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck + div,
  body.page-punti-di-ristoro-tipologia #sidebar-first #block-views-exp-punti-di-ristoro-page.is_stuck + div {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  body.page-strutturehtml #content,
  body.page-strutture-tipologia #content,
  body.page-punti-di-ristorohtml #content,
  body.page-punti-di-ristoro-tipologia #content {
    right: 33.33333333%;
  }
}
@media screen and all and (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  body.page-strutturehtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-strutture-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-punti-di-ristorohtml form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-strutture-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-strutturehtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-strutture-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-di-ristoro-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-strutturehtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-strutture-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-punti-di-ristorohtml form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select,
  body.page-punti-di-ristoro-tipologia form#views-exposed-form-punti-ristoro-tipologia-page .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  #main-wrapper .view.view-last-minute form .views-exposed-widgets label,
  #main-wrapper .view.view-last-minute form .views-exposed-widget:not(.views-submit-button) label {
    display: initial;
    float: left;
    width: 165px;
    font-size: 14px;
    margin-top: 13px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #main-wrapper .view.view-last-minute form .views-exposed-widgets .views-widget,
  #main-wrapper .view.view-last-minute form .views-exposed-widget:not(.views-submit-button) .views-widget {
    float: right;
    width: calc(100% - 180px);
    margin-bottom: 0;
  }
}
@media screen and all and (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  #main-wrapper .view.view-last-minute form .views-exposed-widgets .views-widget .form-item select,
  #main-wrapper .view.view-last-minute form .views-exposed-widget:not(.views-submit-button) .views-widget .form-item select {
    background: #fff;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .view.view-strutture .view-content .views-row .views-field-field-image,
  #main-wrapper .view.view-last-minute .view-content .views-row .views-field-field-image,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row .views-field-field-image,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row .views-field-field-image,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row .views-field-field-image {
    float: left;
    width: 50%;
    padding: 0 25px 0 0;
  }
}
@media screen and (min-width: 992px) {
  #main-wrapper .view.view-strutture .view-content .views-row .views-field-field-image,
  #main-wrapper .view.view-last-minute .view-content .views-row .views-field-field-image,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row .views-field-field-image,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row .views-field-field-image,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row .views-field-field-image {
    width: 30%;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT {
    width: 70%;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-title span a,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-title span a,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-title span a,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-title span a,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-title span a,
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-views-conditional span a,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-views-conditional span a,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-views-conditional span a,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-views-conditional span a,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-views-conditional span a {
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-view-node,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-view-node,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-view-node,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-view-node,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-view-node,
  #main-wrapper .view.view-strutture .view-content .views-row ._TEXT .views-field-views-conditional-1,
  #main-wrapper .view.view-last-minute .view-content .views-row ._TEXT .views-field-views-conditional-1,
  #main-wrapper .view.view-strutture-tipologia .view-content .views-row ._TEXT .views-field-views-conditional-1,
  #main-wrapper .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-views-conditional-1,
  #main-wrapper .view.view-punti-ristoro-tipologia .view-content .views-row ._TEXT .views-field-views-conditional-1 {
    margin: 20px 15px 0 auto;
    display: table;
    bottom: 20px;
    right: 15px;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .view.view-news .view-content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .view.view-news .view-content .views-row {
    width: 50%;
    /*&:nth-child(2n+1) {
                  clear: both;
              }*/
  }
}
@media screen and (min-width: 768px) {
  #main-wrapper .view.view-news .view-content .views-row {
    width: 33.333333%;
    /*&:nth-child(2n+1) {
                  clear: none;
              }
              &:nth-child(3n+1) {
                  clear: both;
              }*/
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .view.view-news .view-content .views-row .node {
    padding: 10px;
  }
}
@media screen and (min-width: 480px) {
  #main-wrapper .view.view-news .view-content .views-row .node .content .field.field-name-field-image {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  form.search-form .form-item label {
    display: inline-block;
    padding: 0 15px 0 0;
  }
}
@media screen and (min-width: 768px) {
  form.search-form .form-item input[type="text"] {
    width: calc(100% - 305px);
  }
}
@media (min-width: 480px) {
}
.page-node.node-type-strutture #main-wrapper #nd-content-bottom .content form.webform-client-form .form-item._IDSTRUTTURA label,
.page-node.node-type-strutture #main-wrapper #nd-content-bottom .content form.webform-client-form .form-item.webform-component-textarea label {
  display: none;
}
.page-node.node-type-strutture #main-wrapper #nd-content-bottom .content form.webform-client-form .form-item.webform-component-checkboxes {
  width: 100% !important;
}
.page-node.node-type-strutture #main-wrapper #nd-content-bottom .content form.webform-client-form .form-item.webform-component-checkboxes .form-type-checkbox {
  width: 100%;
}
@media screen {
  .not-front #nd-copyright {
    margin-top: 30px;
  }
}
@media screen {
  ._SIDEBAR_STRUTTURE_EVIDENZA h2 {
    font-size: 36px;
    color: #1081b7;
    font-weight: 300;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE {
    margin-bottom: 30px;
    position: relative;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._IMAGE {
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._IMAGE ._MAILINFO {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._IMAGE ._MAILINFO a i {
    color: #ffffff;
    background: #df111b;
    display: block;
    height: 40px;
    width: 40px;
    padding: 12px;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._IMAGE ._MAILINFO a:hover {
    opacity: 1;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._IMAGE ._MAILINFO a:hover:hover i {
    background: #2aa7e2 !important;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._IMAGE ._WRAP_MEDIA {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._IMAGE ._WRAP_MEDIA > div {
    float: left;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._IMAGE ._WRAP_MEDIA > div i {
    padding: 12px;
    border-radius: 50%;
    background: #ebf9ff;
    color: #df111b;
    margin-right: 5px;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._TEXT ._TITLE h3 {
    margin: 30px 0 20px;
    color: #df111b;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._TEXT ._REGIONE span {
    color: #1081b7;
    font-weight: 400;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._TEXT ._SUMMARY p {
    margin-top: 8px;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._GOTO_ACTION {
    display: table;
    margin-left: auto;
    margin-right: 15px;
  }
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._GOTO_ACTION a {
    font-size: 18px;
  }
  ._BLOCK_PIANI {
    padding: 0;
  }
  ._BLOCK_PIANI h2 {
    font-size: 36px;
    color: #1081b7;
    font-weight: 300;
  }
  form#user-register-form .form-item label,
  form#user-login .form-item label,
  form#user-pass .form-item label {
    display: none;
  }
  form#user-register-form .form-item input,
  form#user-login .form-item input,
  form#user-pass .form-item input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #facd17;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    color: #787a77;
    font-weight: 400;
  }
  form#user-register-form .form-item input::-webkit-input-placeholder,
  form#user-login .form-item input::-webkit-input-placeholder,
  form#user-pass .form-item input::-webkit-input-placeholder {
    color: #787a77;
    font-weight: 300;
  }
  form#user-register-form .form-item input::-moz-placeholder,
  form#user-login .form-item input::-moz-placeholder,
  form#user-pass .form-item input::-moz-placeholder {
    color: #787a77;
    font-weight: 300;
  }
  form#user-register-form .form-item input:-ms-input-placeholder,
  form#user-login .form-item input:-ms-input-placeholder,
  form#user-pass .form-item input:-ms-input-placeholder {
    color: #787a77;
    font-weight: 300;
  }
  form#user-register-form .form-item .description,
  form#user-login .form-item .description,
  form#user-pass .form-item .description {
    padding-top: 5px;
    color: #787a77;
    font-weight: 300;
  }
  form#user-register-form .form-item._FULLWIDTH,
  form#user-login .form-item._FULLWIDTH,
  form#user-pass .form-item._FULLWIDTH {
    width: 100%;
  }
  form#user-register-form fieldset.group-dati-utente,
  form#user-login fieldset.group-dati-utente,
  form#user-pass fieldset.group-dati-utente {
    border: 0;
    padding: 0;
    margin: 0 0 0 0;
  }
  form#user-register-form fieldset.group-dati-utente legend,
  form#user-login fieldset.group-dati-utente legend,
  form#user-pass fieldset.group-dati-utente legend {
    border-bottom: 1px solid #facd17;
    padding-bottom: 5px;
    margin: 0;
    width: 100%;
  }
  form#user-register-form fieldset.group-dati-utente legend span,
  form#user-login fieldset.group-dati-utente legend span,
  form#user-pass fieldset.group-dati-utente legend span {
    background: none;
    padding-left: 0;
  }
  form#user-register-form fieldset.group-dati-utente legend a,
  form#user-login fieldset.group-dati-utente legend a,
  form#user-pass fieldset.group-dati-utente legend a {
    pointer-events: none;
    font-size: 24px;
    color: #1081b7;
  }
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference {
    clear: both;
  }
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item {
    width: 100%;
  }
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item label,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item label,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item label,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item label,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item label,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item label {
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: #787a77;
    margin-right: 15px;
    padding-bottom: 5px;
  }
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item select,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item select,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item select,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item select,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item select,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item select {
    width: 100%;
  }
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input {
    height: 50px;
    padding: 0 10px;
    border: 1px solid #facd17;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    color: #787a77;
    font-weight: 400;
  }
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input::-webkit-input-placeholder,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input::-webkit-input-placeholder,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input::-webkit-input-placeholder,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input::-webkit-input-placeholder,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input::-webkit-input-placeholder,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input::-webkit-input-placeholder {
    color: #787a77;
    font-weight: 300;
  }
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input::-moz-placeholder,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input::-moz-placeholder,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input::-moz-placeholder,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input::-moz-placeholder,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input::-moz-placeholder,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input::-moz-placeholder {
    color: #787a77;
    font-weight: 300;
  }
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input:-ms-input-placeholder,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input:-ms-input-placeholder,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input:-ms-input-placeholder,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input:-ms-input-placeholder,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input:-ms-input-placeholder,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input:-ms-input-placeholder {
    color: #787a77;
    font-weight: 300;
  }
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item select,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item select,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item select,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item select,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item select,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    border: 1px solid #facd17;
    background: url(../images/drop-select.svg) calc(100% - 10px) center no-repeat #fff;
    background-size: 10px;
    padding: 0 10px;
    color: #787a77;
    height: 50px;
    cursor: pointer;
    font-weight: 300;
  }
  form#user-register-form .submitForm,
  form#user-login .submitForm,
  form#user-pass .submitForm {
    padding: 0;
  }
  form#user-register-form .submitForm .form-actions input[type="submit"],
  form#user-login .submitForm .form-actions input[type="submit"],
  form#user-pass .submitForm .form-actions input[type="submit"] {
    display: block;
    border: 1px solid transparent;
    background-color: #df111b;
    color: white;
    padding: 15px 30px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  form#user-register-form .submitForm .form-actions input[type="submit"]:hover,
  form#user-login .submitForm .form-actions input[type="submit"]:hover,
  form#user-pass .submitForm .form-actions input[type="submit"]:hover {
    background-color: #df111b;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  form#user-register-form .form-item.form-type-password-confirm {
    float: none;
    width: 100%;
    display: table;
    clear: both;
  }
  form#user-register-form .form-item.form-type-password-confirm > .form-item {
    width: 100%;
    position: relative;
    padding-bottom: 35px;
  }
  form#user-register-form .form-item.form-type-password-confirm > .form-item label {
    display: block;
    color: #787a77;
    font-weight: 300;
    padding-bottom: 5px;
  }
  form#user-register-form .form-item.form-type-password-confirm > .form-item.form-item-pass-pass1 {
    padding-left: 0;
  }
  form#user-register-form .form-item.form-type-password-confirm > .form-item.form-item-pass-pass2 {
    padding-right: 0;
  }
  form#user-register-form .form-item.form-type-password-confirm > .form-item .password-strength,
  form#user-register-form .form-item.form-type-password-confirm > .form-item div.password-confirm {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 295px;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: #787a77;
  }
  form#user-register-form .form-item.form-type-password-confirm > .form-item .password-strength span,
  form#user-register-form .form-item.form-type-password-confirm > .form-item div.password-confirm span {
    font-size: 14px;
    font-weight: 400;
  }
  form#user-register-form .form-item.form-type-password-confirm > .form-item .password-strength span.error,
  form#user-register-form .form-item.form-type-password-confirm > .form-item div.password-confirm span.error {
    color: red;
  }
  form#user-register-form .form-item.form-type-password-confirm > .form-item .password-strength span.ok,
  form#user-register-form .form-item.form-type-password-confirm > .form-item div.password-confirm span.ok {
    color: green;
  }
  form#user-register-form .form-item.form-type-password-confirm > .form-item .password-strength .password-strength-text,
  form#user-register-form .form-item.form-type-password-confirm > .form-item div.password-confirm .password-strength-text {
    font-size: 14px;
    font-weight: 400;
    color: #787a77;
  }
  form#user-register-form .form-item.form-type-password-confirm > .form-item .password-strength .password-strength-title,
  form#user-register-form .form-item.form-type-password-confirm > .form-item div.password-confirm .password-strength-title {
    font-size: 12px;
    font-weight: 300;
    color: #787a77;
    padding-right: 10px;
  }
  form#user-register-form .form-item.form-type-password-confirm .password-suggestions.description {
    clear: both;
    width: 100%;
  }
  #_WRAPPER_PIANI ._CONTAINER_ELENCO {
    margin: 40px 0;
  }
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO {
    border-top: 1px solid #facd17;
    padding: 20px 0;
    text-align: center;
  }
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO:first-child {
    border-top: 0;
  }
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO ._TITOLO h3 {
    margin: 0 0 20px 0;
    color: #df111b;
    font-size: 25px;
    font-weight: 500;
  }
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO ._PREZZO {
    display: flex;
    align-items: center;
    margin: 35px auto;
    padding: 10px;
    border: 3px solid #2aa7e2;
    background: transparent;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-radius: 50%;
    height: 186px;
    width: 186px;
    justify-content: space-around;
  }
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO ._PREZZO span {
    color: #2aa7e2;
    font-weight: 400;
    font-size: 25px;
  }
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO ._PREZZO span._IVA {
    font-size: 12px;
    font-weight: 500;
    padding-top: 7px;
  }
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO ._BODY {
    text-align: initial;
  }
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO ._BODY strong {
    font-weight: 400;
  }
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO ._BODY ul,
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO ._BODY ol {
    text-align: left;
  }
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO ._PAGA_ORA form input[type="image"] {
    cursor: pointer;
  }
  .profile .field-type-text,
  .profile .field-name-field-tipologia-della-struttura,
  .profile dl,
  .profile .field-name-field-tipologia-inserzionista {
    clear: both;
    border-bottom: 1px solid #facd17;
    padding: 10px 0;
    margin: 0;
  }
  .profile .field-type-text .field-label,
  .profile .field-name-field-tipologia-della-struttura .field-label,
  .profile dl .field-label,
  .profile .field-name-field-tipologia-inserzionista .field-label,
  .profile .field-type-text dt,
  .profile .field-name-field-tipologia-della-struttura dt,
  .profile dl dt,
  .profile .field-name-field-tipologia-inserzionista dt {
    color: #787a77;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
  }
  .profile .field-type-text .field-item,
  .profile .field-name-field-tipologia-della-struttura .field-item,
  .profile dl .field-item,
  .profile .field-name-field-tipologia-inserzionista .field-item,
  .profile .field-type-text dd,
  .profile .field-name-field-tipologia-della-struttura dd,
  .profile dl dd,
  .profile .field-name-field-tipologia-inserzionista dd {
    color: #787a77;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding-top: 5px;
  }
  .profile .field-type-text:last-child,
  .profile .field-name-field-tipologia-della-struttura:last-child,
  .profile dl:last-child,
  .profile .field-name-field-tipologia-inserzionista:last-child {
    border: 0;
  }
  .profile h3 {
    border-bottom: 1px solid #df111b;
    color: #df111b;
    font-weight: 300;
    font-size: 24px;
    padding-bottom: 5px;
  }
  form#user-profile-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  form#user-profile-form fieldset.collapsed {
    height: 55px;
  }
  form#user-profile-form fieldset#edit-locale {
    border-bottom: 1px solid #facd17;
  }
  form#user-profile-form fieldset legend {
    border-bottom: 1px solid #df111b;
    padding-bottom: 5px;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  form#user-profile-form fieldset legend span {
    background: none;
    padding-left: 0;
    font-size: 24px;
    color: #df111b;
  }
  form#user-profile-form fieldset legend span a {
    background: none;
    padding-left: 0;
    font-size: 24px;
    color: #df111b;
  }
  form#user-profile-form .form-item {
    display: table;
    width: 100%;
  }
  form#user-profile-form .form-item label {
    padding-bottom: 5px;
    margin: 0;
    width: 100%;
    background: none;
    padding-left: 0;
    font-weight: 300;
    color: #71763c;
    float: left;
    width: auto;
  }
  form#user-profile-form .form-item input {
    height: 50px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    border: 1px solid #facd17;
    padding: 0 10px;
    width: 100%;
    font-weight: 300;
    color: #787a77;
  }
  form#user-profile-form .form-item input.error {
    border: 2px solid #df111b;
  }
  form#user-profile-form .form-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    border: 1px solid #facd17;
    background: url(../images/drop-select.svg) calc(100% - 10px) center no-repeat #fff;
    background-size: 10px;
    padding: 0 10px;
    color: #787a77;
    height: 50px;
    cursor: pointer;
    font-weight: 300;
    width: 100%;
  }
  form#user-profile-form .form-item select[name="timezone"] {
    padding-right: 30px;
  }
  form#user-profile-form .form-item .description {
    padding: 8px 0;
    clear: both;
    width: 100%;
    font-weight: 300;
  }
  form#user-profile-form .form-item .description a {
    color: #df111b;
  }
  form#user-profile-form .form-item .description a:hover {
    opacity: 1;
    color: #2aa7e2;
  }
  form#user-profile-form .form-item.form-type-radios > label {
    border-bottom: 1px solid #facd17;
    padding-bottom: 5px;
    margin: 0;
    width: 100%;
    background: none;
    padding-left: 0;
    font-size: 18px;
    color: #1081b7;
    font-weight: 300;
    float: none;
    width: auto;
  }
  form#user-profile-form .form-item.form-type-radios #edit-language.form-radios {
    padding: 10px 0;
  }
  form#user-profile-form .form-item.form-type-radios #edit-language.form-radios .form-item {
    margin: 0 0 15px 0;
  }
  form#user-profile-form .form-item.form-type-radios input[type="radio"] {
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #facd17;
    background: #ffffff;
    -webkit-appearance: button;
    -moz-appearance: inherit;
    height: 25px;
    width: 25px;
    position: relative;
    cursor: pointer;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-radius: 50%;
  }
  form#user-profile-form .form-item.form-type-radios input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    background: url(../images/flag-radio.svg) no-repeat center transparent;
    background-size: 18px;
    display: block;
    height: 25px;
    width: 25px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    top: -2px;
    left: -1px;
  }
  form#user-profile-form .form-item.form-type-radios .description {
    padding: 8px 0;
  }
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password {
    display: table;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password .password-strength,
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password div.password-confirm {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 295px;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: #787a77;
  }
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password .password-strength span,
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password div.password-confirm span {
    font-size: 14px;
    font-weight: 400;
  }
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password .password-strength span.error,
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password div.password-confirm span.error {
    color: red;
  }
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password .password-strength span.ok,
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password div.password-confirm span.ok {
    color: green;
  }
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password .password-strength .password-strength-text,
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password div.password-confirm .password-strength-text {
    font-size: 14px;
    font-weight: 400;
    color: #787a77;
  }
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password .password-strength .password-strength-title,
  form#user-profile-form .form-item.form-type-password-confirm .form-type-password div.password-confirm .password-strength-title {
    font-size: 12px;
    font-weight: 300;
    color: #787a77;
    padding-right: 10px;
  }
  form#user-profile-form .form-item.form-type-password-confirm .password-suggestions.description {
    text-align: left;
    padding: 10px;
    border: 1px solid #787a77;
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 992px) {
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE {
    border-bottom: 1px solid #facd17;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._IMAGE ._WRAP_MEDIA {
    bottom: -50px;
    left: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._IMAGE {
    float: left;
    width: 40%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._TEXT ._TITLE h3 {
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._TEXT ._REGIONE {
    margin-top: 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._TEXT {
    float: left;
    width: 60%;
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  ._SIDEBAR_STRUTTURE_EVIDENZA .content #_SIDEBAR_STRUTTURE_EVIDENZA ._STRUTTURA_SINGLE ._GOTO_ACTION {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 110px;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  form#user-register-form,
  form#user-login,
  form#user-pass {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 768px) {
  form#user-register-form .form-item,
  form#user-login .form-item,
  form#user-pass .form-item {
    float: left;
    width: 50%;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  form#user-register-form fieldset.group-dati-utente,
  form#user-login fieldset.group-dati-utente,
  form#user-pass fieldset.group-dati-utente {
    margin: 0 10px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item label,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item label,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item label,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item label,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item label,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item label {
    min-width: calc(50% - 10px);
    border-bottom: 1px dashed #facd17;
    display: initial;
  }
}
@media screen and (min-width: 768px) {
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item input,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item input,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item select,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item select,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item select,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item select,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item select,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item select {
    min-width: calc(50% - 10px);
  }
}
@media screen and all and (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item select,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item select,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-text .form-item select,
  form#user-register-form fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item select,
  form#user-login fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item select,
  form#user-pass fieldset.group-dati-utente .fieldset-wrapper .field-type-taxonomy-term-reference .form-item select {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  form#user-register-form .submitForm,
  form#user-login .submitForm,
  form#user-pass .submitForm {
    padding: 0 20px;
  }
}
@media screen and (min-width: 480px) {
  form#user-register-form .submitForm .form-actions input[type="submit"],
  form#user-login .submitForm .form-actions input[type="submit"],
  form#user-pass .submitForm .form-actions input[type="submit"] {
    width: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  form#user-register-form .form-item.form-type-password-confirm > .form-item {
    width: 50%;
    clear: none;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  form#user-register-form .form-item.form-type-password-confirm > .form-item .password-strength,
  form#user-register-form .form-item.form-type-password-confirm > .form-item div.password-confirm {
    bottom: 25px;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #_WRAPPER_PIANI ._CONTAINER_ELENCO {
    margin: 40px -10px;
  }
}
@media screen and (min-width: 768px) {
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO {
    float: left;
    width: 50%;
    border-top: 0;
    border-left: 1px dashed #facd17;
    padding: 10px;
  }
  #_WRAPPER_PIANI ._CONTAINER_ELENCO ._SINGLE_PIANO:first-child {
    border-left: 0;
  }
}
@media screen and (min-width: 480px) {
  .profile .field-type-text .field-label,
  .profile .field-name-field-tipologia-della-struttura .field-label,
  .profile dl .field-label,
  .profile .field-name-field-tipologia-inserzionista .field-label,
  .profile .field-type-text dt,
  .profile .field-name-field-tipologia-della-struttura dt,
  .profile dl dt,
  .profile .field-name-field-tipologia-inserzionista dt {
    float: left;
    padding-right: 10px;
    padding-top: 4px;
  }
}
@media screen and (min-width: 480px) {
  .profile .field-type-text .field-item,
  .profile .field-name-field-tipologia-della-struttura .field-item,
  .profile dl .field-item,
  .profile .field-name-field-tipologia-inserzionista .field-item,
  .profile .field-type-text dd,
  .profile .field-name-field-tipologia-della-struttura dd,
  .profile dl dd,
  .profile .field-name-field-tipologia-inserzionista dd {
    text-align: right;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  form#user-profile-form fieldset .fieldset-wrapper {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  form#user-profile-form #edit-account {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  form#user-profile-form .form-item input {
    width: 50%;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  form#user-profile-form .form-item select {
    width: 50%;
    float: right;
  }
}
@media screen and all and (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  form#user-profile-form .form-item select {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  form#user-profile-form .form-item .description {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  form#user-profile-form .form-item.form-type-radios .description {
    text-align: left;
  }
}
@media screen {
  span[data-stars] {
    display: block;
    height: 0;
    text-indent: -999em;
    background-image: url(../images/iconStar.svg);
    background-size: 15px;
    background-repeat: repeat-x;
    margin: 0;
  }
  span[data-stars][data-stars="1"] {
    height: 15px;
    width: 15px;
    margin: 0 0 10px 0;
  }
  span[data-stars][data-stars="2"] {
    height: 15px;
    width: 30px;
    margin: 0 0 10px 0;
  }
  span[data-stars][data-stars="3"] {
    height: 15px;
    width: 45px;
    margin: 0 0 10px 0;
  }
  span[data-stars][data-stars="4"] {
    height: 15px;
    width: 60px;
    margin: 0 0 10px 0;
  }
  span[data-stars][data-stars="5"] {
    height: 15px;
    width: 75px;
    margin: 0 0 10px 0;
  }
  span[data-last-minute="1"] {
    display: block;
    height: 50px;
    width: 137px;
    background-image: url(../images/iconLastMinute.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
  }
  body.page-last-minutehtml .view-last-minute .views-field-field-last-minute-attivo {
    display: none;
  }
  .views-field-field-date-last-minute .date-display-range {
    display: table;
    padding: 3px 8px;
    border: 1px solid #df111b;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    color: #df111b;
    font-weight: 500;
    font-size: 12px;
    padding-left: 5px;
  }
  .views-field-field-date-last-minute .date-display-range span {
    color: #df111b;
    font-weight: 500;
    font-size: 12px;
    padding-left: 5px;
  }
  .views-field-field-date-last-minute .date-display-range span.date-display-end {
    padding-left: 0;
  }
  .views-field-field-date-last-minute .date-display-range:before {
    content: "Last minute";
    color: #df111b;
    font-size: 12px;
    font-weight: 300;
  }
  ._OFFER_LAST_MINUTE i {
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: 0 !important;
    background-image: url(../images/iconLastMinuteMobile.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
  }
  ._SIDEBAR_LAST_MINUTE {
    margin: 40px 0 100px 0;
    background-color: #fff;
    border: 1px solid #df111b;
    position: relative;
  }
  ._SIDEBAR_LAST_MINUTE h2 {
    color: #df111b;
    font-size: 36px;
    font-weight: 300;
    margin: 10px 0;
  }
  ._SIDEBAR_LAST_MINUTE .content #_SIDEBAR_STRUTTURE_LASTMINUTE div a[href*=last-minute] {
    background: #2aa7e2;
    position: absolute;
    top: calc(100% + 25px);
    padding: 15px 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 400;
  }
  ._SIDEBAR_LAST_MINUTE .content #_SIDEBAR_STRUTTURE_LASTMINUTE div a[href*=last-minute]:hover {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background: #df111b;
  }
  ._SIDEBAR_LAST_MINUTE .content .slick-list ._STRUTTURA_SINGLE ._TITLE ._REGIONE span {
    font-size: 12px;
    font-weight: 400;
    background: #2aa7e2;
    padding: 2px;
    color: #fff;
    margin-top: 10px;
    display: table;
  }
  ._SIDEBAR_LAST_MINUTE .content .slick-list ._STRUTTURA_SINGLE ._TITLE h3 {
    margin: 0 0 14px 0;
    padding-bottom: 3px;
  }
  ._SIDEBAR_LAST_MINUTE .content .slick-list ._STRUTTURA_SINGLE ._TITLE h3 a {
    font-weight: 300;
    font-size: 18px;
  }
  ._SIDEBAR_LAST_MINUTE .content .slick-dots {
    top: calc(100% + 18px);
    left: 0;
    margin: 0;
  }
  ._SIDEBAR_LAST_MINUTE .content .slick-dots li {
    height: 25px;
    width: 25px;
    background-color: #df111b;
    margin: 0 2px;
    -webkit-border-top-left-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-radius: 50%;
    border: 2px solid white;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  ._SIDEBAR_LAST_MINUTE .content .slick-dots li.slick-active {
    background-color: #2aa7e2;
  }
  ._SIDEBAR_LAST_MINUTE .content .slick-dots li.slick-active:hover {
    background-color: #333;
  }
  ._SIDEBAR_LAST_MINUTE .content .slick-dots li:hover {
    background-color: #ccc;
  }
  ._SIDEBAR_LAST_MINUTE .content .slick-dots li button {
    display: none;
  }
  ._STRUTTURA_LASTMINUTE {
    padding: 20px;
    background: #fff;
    border: 1px solid #df111b;
    margin: 0 0 30px;
    background-image: url(../images/back-lastminute.svg);
    padding: 160px 20px 20px 20px;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 160px;
    clear: both;
  }
  ._STRUTTURA_LASTMINUTE .field {
    margin-bottom: 20px !important;
  }
  ._STRUTTURA_LASTMINUTE .field.field-name-field-date-last-minute .field-item span {
    color: #df111b;
    font-size: 24px;
    font-weight: 300;
  }
  ._STRUTTURA_LASTMINUTE .field-label {
    padding-bottom: 0;
    color: #df111b !important;
    text-align: center;
  }
  ._STRUTTURA_LASTMINUTE .field-item {
    padding: 5px 0 0 0;
    color: #787a77;
    font-weight: 300;
    text-align: center;
  }
  ._STRUTTURA_LASTMINUTE .field-item p {
    margin: 0;
  }
  #sidebar-first ._CONSIGLIATE._SIDEBAR {
    clear: both;
  }
  #sidebar-first ._CONSIGLIATE._SIDEBAR .content .view.view-strutture .view-content .views-row .views-field-field-image img,
  #sidebar-first ._CONSIGLIATE._SIDEBAR .content .view.view-punti-di-ristoro .view-content .views-row .views-field-field-image img {
    width: 100%;
  }
  .slick-track ._SLIDE ._TEXT ._TITLE h3 a {
    font-size: 20px;
  }
  .field-name-field-modulo-richiesta-info-este,
  .field-name-field-struttura-interna-o-estern {
    display: none;
  }
  .field-name-field-link-modulo-info-esterno a {
    border: 3px solid #fff;
    display: block;
    padding: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #df111b;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
  }
  .field-name-field-link-modulo-info-esterno a:hover,
  .field-name-field-link-modulo-info-esterno a:focus {
    border: 3px solid #df111b;
    background: #fff;
    color: #df111b;
  }
}
@media screen and (min-width: 1200px) {
  ._OFFER_LAST_MINUTE i {
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -moz-border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: 0 !important;
    background-image: url(../images/iconLastMinute.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    width: 137px !important;
  }
}
@media screen and (min-width: 480px) {
  ._STRUTTURA_LASTMINUTE {
    padding: 20px 20px 20px 120px;
    background-position: 5px top;
    background-size: 100px;
  }
}
@media screen and (min-width: 480px) {
  ._STRUTTURA_LASTMINUTE .field-label {
    text-align: left;
  }
}
@media screen and (min-width: 480px) {
  ._STRUTTURA_LASTMINUTE .field-item {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  #sidebar-first ._CONSIGLIATE._SIDEBAR .content .view.view-strutture .view-content .views-row .views-field-field-image,
  #sidebar-first ._CONSIGLIATE._SIDEBAR .content .view.view-punti-di-ristoro .view-content .views-row .views-field-field-image {
    float: none;
    width: 100%;
    padding: 0 0 10px 0;
  }
  #sidebar-first ._CONSIGLIATE._SIDEBAR .content .view.view-strutture .view-content .views-row ._TEXT,
  #sidebar-first ._CONSIGLIATE._SIDEBAR .content .view.view-punti-di-ristoro .view-content .views-row ._TEXT {
    float: none;
    width: 100%;
  }
  #sidebar-first ._CONSIGLIATE._SIDEBAR .content .view.view-strutture .view-content .views-row ._TEXT .views-field-body,
  #sidebar-first ._CONSIGLIATE._SIDEBAR .content .view.view-punti-di-ristoro .view-content .views-row ._TEXT .views-field-body {
    margin: 0;
  }
}
@media screen {
  .slick-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #_BOOKING1_POSITION_40 .slick-prev,
  #_RISTORO1_POSITION_00 .slick-prev {
    left: -10px;
  }
  #_BOOKING1_POSITION_40 .slick-next,
  #_RISTORO1_POSITION_00 .slick-next {
    right: -10px;
  }
}
body.logged-in.page-user #nd-main-top > .container > .row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}
body.logged-in.page-user #nd-main-top > .container > .row .region-nd-main-top {
  display: flex;
}
body.logged-in.page-user ._STRUTTURE_PIANI_BPOINT,
body.logged-in.page-user ._STRUTTURE_METODI_PAGAMENTO {
  background: #efeadb;
  padding: 20px;
}
body.logged-in.page-user ._STRUTTURE_PIANI_BPOINT > h2,
body.logged-in.page-user ._STRUTTURE_METODI_PAGAMENTO > h2 {
  margin-top: 0;
}
body.logged-in.page-user ._STRUTTURE_PIANI_BPOINT .content p > a,
body.logged-in.page-user ._STRUTTURE_METODI_PAGAMENTO .content p > a {
  float: right;
  width: 100px;
  background: #1081b7;
  color: #fff;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 16px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border: 0;
  display: block;
}
body.logged-in.page-user ._STRUTTURE_PIANI_BPOINT .content p > a:hover,
body.logged-in.page-user ._STRUTTURE_METODI_PAGAMENTO .content p > a:hover {
  background: #2aa7e2;
}
body.logged-in.page-user ._STRUTTURE_PIANI_BPOINT,
body.logged-in.page-user ._STRUTTURE_METODI_PAGAMENTO {
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  body.logged-in.page-user ._STRUTTURE_PIANI_BPOINT,
  body.logged-in.page-user ._STRUTTURE_METODI_PAGAMENTO {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  body.logged-in.page-user ._STRUTTURE_PIANI_BPOINT {
    border-right: 10px solid #fffcf1;
  }
}
@media (min-width: 768px) {
  body.logged-in.page-user ._STRUTTURE_METODI_PAGAMENTO {
    border-left: 10px solid #fffcf1;
  }
}
._PANNELLO_USER {
  padding: 20px;
  background: #efeadb;
  margin-bottom: 20px;
}
._PANNELLO_USER > h2 {
  margin-top: 0;
}
._PANNELLO_USER .content ._STUTTURA > h3,
._PANNELLO_USER .content ._CAMERE > h3,
._PANNELLO_USER .content ._PRENOTAZIONI > h3 {
  border-bottom: 1px solid #71763c;
  padding-bottom: 5px;
}
._PANNELLO_USER .content ._STUTTURA > h3 a:hover,
._PANNELLO_USER .content ._CAMERE > h3 a:hover,
._PANNELLO_USER .content ._PRENOTAZIONI > h3 a:hover {
  color: #2aa7e2;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
._PANNELLO_USER .content ._STUTTURA table tr td,
._PANNELLO_USER .content ._CAMERE table tr td,
._PANNELLO_USER .content ._PRENOTAZIONI table tr td {
  border-bottom: 2px solid #fffcf1;
  padding: 10px 5px;
}
._PANNELLO_USER .content ._STUTTURA table tr td img,
._PANNELLO_USER .content ._CAMERE table tr td img,
._PANNELLO_USER .content ._PRENOTAZIONI table tr td img {
  min-width: 80px;
}
._PANNELLO_USER .content ._STUTTURA table tr:last-of-type td,
._PANNELLO_USER .content ._CAMERE table tr:last-of-type td,
._PANNELLO_USER .content ._PRENOTAZIONI table tr:last-of-type td {
  border: 0;
  padding-bottom: 0;
}
._PANNELLO_USER .content ._STUTTURA table tr td,
._PANNELLO_USER .content ._CAMERE table tr td,
._PANNELLO_USER .content ._PRENOTAZIONI table tr td {
  color: #7a5d4e;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
._PANNELLO_USER .content ._STUTTURA table tr td a,
._PANNELLO_USER .content ._CAMERE table tr td a,
._PANNELLO_USER .content ._PRENOTAZIONI table tr td a {
  color: #df111b;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
._PANNELLO_USER .content ._STUTTURA table tr td a:hover,
._PANNELLO_USER .content ._CAMERE table tr td a:hover,
._PANNELLO_USER .content ._PRENOTAZIONI table tr td a:hover {
  color: #2aa7e2;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
._PANNELLO_USER .content ._STUTTURA table tr td:last-of-type a,
._PANNELLO_USER .content ._CAMERE table tr td:last-of-type a,
._PANNELLO_USER .content ._PRENOTAZIONI table tr td:last-of-type a {
  background: #1081b7;
  color: #fff;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 16px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border: 0;
  display: block;
}
._PANNELLO_USER .content ._STUTTURA table tr td:last-of-type a:hover,
._PANNELLO_USER .content ._CAMERE table tr td:last-of-type a:hover,
._PANNELLO_USER .content ._PRENOTAZIONI table tr td:last-of-type a:hover {
  background: #2aa7e2;
}
._PANNELLO_USER .content ._STUTTURA table tr td:last-of-type a[href*="delete"],
._PANNELLO_USER .content ._CAMERE table tr td:last-of-type a[href*="delete"],
._PANNELLO_USER .content ._PRENOTAZIONI table tr td:last-of-type a[href*="delete"] {
  margin-top: 10px;
  display: block;
  background: #df111b;
}
._PANNELLO_USER .content ._STUTTURA table tr td:last-of-type a[href*="delete"]:hover,
._PANNELLO_USER .content ._CAMERE table tr td:last-of-type a[href*="delete"]:hover,
._PANNELLO_USER .content ._PRENOTAZIONI table tr td:last-of-type a[href*="delete"]:hover {
  background: #df111b;
}
._PANNELLO_USER .content ._STUTTURA table th,
._PANNELLO_USER .content ._CAMERE table th,
._PANNELLO_USER .content ._PRENOTAZIONI table th {
  font-weight: 600;
  background: transparent;
  color: #7a5d4e;
  padding: 0 0 10px;
  border-bottom: 2px solid #7a5d4e;
}
._PANNELLO_USER .content ._PRENOTAZIONI {
  background: #fffcf1;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid #f2e0d0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 5px;
}
._PANNELLO_USER .content ._PRENOTAZIONI > h3 {
  border-bottom: 0;
  margin-top: 0;
}
form.rooms-availability-search .form-wrapper label,
form.rooms-availability-search .form-item label {
  font-size: 1em;
  font-weight: bold;
  color: #2aa7e2;
}
form.rooms-availability-search .form-wrapper input,
form.rooms-availability-search .form-item input,
form.rooms-availability-search .form-wrapper select,
form.rooms-availability-search .form-item select {
  height: 50px;
  padding: 0 10px;
  border: 1px solid #2aa7e2;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 5px;
  color: #7a5d4e;
  font-weight: 400;
  width: 100%;
}
form.rooms-availability-search .submitForm {
  float: none;
  width: auto;
}
form.rooms-availability-search .submitForm .form-actions {
  float: none;
  margin: 0;
}
form.rooms-availability-search .submitForm .form-actions input {
  height: 50px;
}
form#rooms-booking-manager-change-search-form fieldset {
  float: none;
  width: 100%;
  padding: 20px;
  margin: 0;
  background: #c3c646;
  border: 0;
}
form#rooms-booking-manager-change-search-form fieldset legend {
  display: none;
}
form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper {
  display: block;
}
form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper .form-item {
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper .form-item[class*="__actions"] {
  border: 0;
}
@media (min-width: 992px) {
  form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper .form-item {
    margin-right: 30px;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
  form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper .form-item.rooms-current-search__actions {
    margin: 0;
  }
}
form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper label {
  color: #fff;
  text-align: left;
  width: auto;
  display: table;
}
form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper label,
form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper span {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 768px) {
  form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper label,
  form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper span {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper label,
  form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper span {
    font-size: 18px;
  }
}
form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper input[type="submit"] {
  margin: 20px 0 0 0;
  display: table;
  border: 1px solid transparent;
  background-color: #df111b;
  color: white;
  padding: 8px 12px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper input[type="submit"]:hover {
  background-color: #1081b7;
}
@media (min-width: 992px) {
  form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper input[type="submit"] {
    margin: 0;
  }
}
form#rooms-booking-manager-change-search-form fieldset .fieldset-wrapper .form-item.rooms-current-search__params {
  display: none;
}
body.logged-in.page-user .featherlight .featherlight-content {
  background: #fff !important;
}
body.logged-in.page-user .featherlight .featherlight-content ._PRINT a {
  display: block;
  text-indent: -999em;
  height: 40px;
  width: 40px;
  background: url(../images/printer.svg) no-repeat center transparent;
  background-size: contain;
}
body.logged-in.page-user .featherlight .featherlight-content table {
  width: 100%;
  font-weight: 300;
}
body.logged-in.page-user .featherlight .featherlight-content table tbody tr td {
  padding-bottom: 5px;
}
.rooms-search-result__unit-type > h3 {
  font-size: 30px;
  font-weight: 400;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded {
  float: none;
  padding: 20px;
  background: rgba(195, 198, 70, 0.1);
  margin-bottom: 15px;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded ._POSTI_MAX label,
.rooms-search-result__unit-type .rooms-search-result__unit-embedded ._PREZZO_NOTTE label {
  color: #1081b7;
  display: inline;
  font-weight: bold;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity > h2 {
  font-size: 26px;
  font-weight: 300;
  margin-top: 0;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content .field-name-field-image {
  margin: 0 0 15px 0;
}
@media (min-width: 550px) {
  .rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content .field-name-field-image {
    float: left;
    width: 30%;
    margin: 0 15px 25px 0;
  }
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content .field-name-field-image a {
  display: block;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content .field-name-field-image a img {
  width: 100%;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content .field-name-field-riferimento-struttura {
  display: flex;
  padding: 20px;
  border: 1px solid #2aa7e2;
  background: #fff;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content .field-name-field-riferimento-struttura .field-label {
  color: #7a5d4e;
  font-weight: 400;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content .field-name-field-riferimento-struttura .field-items .field-item {
  color: #2aa7e2;
  font-weight: 300;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content .field-name-field-riferimento-struttura .field-items .field-item a {
  color: #df111b;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content .field-name-field-descrizione {
  clear: both;
  width: 100%;
}
@media (min-width: 992px) {
  .rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content .field-name-field-descrizione {
    display: flex;
    clear: none;
    width: auto;
  }
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content section {
  margin-bottom: 15px;
  clear: both;
  display: table;
  width: 100%;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content section .field-name-field-gallery .field-item {
  width: 33.333333%;
}
@media (min-width: 550px) {
  .rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity .content section .field-name-field-gallery .field-item {
    width: 20%;
  }
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded form > div > div {
  float: none;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded form > div > div label {
  color: #1081b7;
  display: inline;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded form > div > div input[type="submit"] {
  margin: 0;
  height: 50px;
  display: block;
  margin: 15px 0 0 auto;
  border: 1px solid transparent;
  background-color: #da3a59;
  color: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded form > div > div input[type="submit"]:hover {
  background: #df111b;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded form > div > div.form-type-checkbox label {
  line-height: 25px;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded form > div > div.form-type-checkbox input {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid #facd17;
  background: #ffffff;
  -webkit-appearance: button;
  -moz-appearance: inherit;
  height: 25px;
  width: 25px;
  position: relative;
  cursor: pointer;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded form > div > div.form-type-checkbox input:checked {
  border-color: #787a77;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded form > div > div.form-type-checkbox input:checked:after {
  content: "";
  position: absolute;
  background: url(../images/flag.svg) no-repeat center transparent;
  background-size: 18px;
  display: block;
  height: 25px;
  width: 25px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  top: -2px;
  left: -1px;
}
.rooms-search-result__unit-type .rooms-search-result__unit-embedded form > div > div.rooms-search-result__new-price {
  display: block;
  text-align: right;
  padding-top: 15px;
  border-top: 1px solid #2aa7e2;
}
.rooms-management-form.rooms-unit-edit-form label,
.node-dettaglio_struttura-form label {
  font-size: 1em;
  font-weight: 700;
  color: #7a5d4e;
  padding-bottom: 5px;
}
.rooms-management-form.rooms-unit-edit-form input[type="text"],
.node-dettaglio_struttura-form input[type="text"],
.rooms-management-form.rooms-unit-edit-form select,
.node-dettaglio_struttura-form select {
  height: 50px;
  padding: 0 10px;
  border: 1px solid #f2e0d0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 5px;
  color: #7a5d4e;
  font-weight: 400;
  min-width: 50px;
  background: #fff;
}
.rooms-management-form.rooms-unit-edit-form span.field-suffix,
.node-dettaglio_struttura-form span.field-suffix {
  font-size: .9em;
}
.rooms-management-form.rooms-unit-edit-form .description,
.node-dettaglio_struttura-form .description {
  color: #7a5d4e;
  font-weight: 400;
  font-size: .8em;
  padding-top: 5px;
}
.rooms-management-form.rooms-unit-edit-form .form-item-name,
.node-dettaglio_struttura-form .form-item-name {
  float: none;
  width: 100%;
}
.rooms-management-form.rooms-unit-edit-form fieldset.collapsible,
.node-dettaglio_struttura-form fieldset.collapsible {
  padding: 10px;
  background: #faecbe;
  max-width: 100%;
}
.rooms-management-form.rooms-unit-edit-form fieldset.collapsible legend,
.node-dettaglio_struttura-form fieldset.collapsible legend {
  margin: 0 -10px;
  background: #faecbe;
  padding: 10px 10px 10px 0;
}
.rooms-management-form.rooms-unit-edit-form fieldset.collapsible legend .fieldset-title,
.node-dettaglio_struttura-form fieldset.collapsible legend .fieldset-title {
  font-size: 1em;
  font-weight: 700;
  color: #7a5d4e;
}
.rooms-management-form.rooms-unit-edit-form fieldset.collapsible.collapsed,
.node-dettaglio_struttura-form fieldset.collapsible.collapsed {
  padding: 0;
  background: transparent;
}
.rooms-management-form.rooms-unit-edit-form fieldset.collapsible.collapsed legend,
.node-dettaglio_struttura-form fieldset.collapsible.collapsed legend {
  margin: 0;
  background: transparent;
  padding: 0;
}
.rooms-management-form.rooms-unit-edit-form fieldset.collapsible .form-item label,
.node-dettaglio_struttura-form fieldset.collapsible .form-item label {
  font-size: .9em;
  font-weight: 600;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item {
  background: #2aa7e2;
  padding: 15px;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item .tabledrag-toggle-weight-wrapper,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item .tabledrag-toggle-weight-wrapper {
  display: none;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table thead tr th,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table thead tr th {
  border-bottom: 1px solid #fff;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table thead tr th label,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table thead tr th label {
  color: #fff;
  font-weight: 300;
  font-size: 1.5em;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr {
  padding: 0;
  background: transparent;
  padding-bottom: 10px;
  border-color: #fff;
  color: #fff;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag),
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) {
  padding: 15px 0;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) .form-item,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) .form-item {
  margin: 15px 0 0 0 !important;
  padding: 0 15px;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) .form-item input,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) .form-item input {
  max-width: 100%;
  width: 100%;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) .form-item[class$="operation"],
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) .form-item[class$="operation"] {
  clear: left !important;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) input[type="submit"],
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) input[type="submit"] {
  display: table;
  margin: 20px 0 0 auto;
  height: 40px;
  display: block;
  border: 1px solid transparent;
  background-color: #df111b;
  color: white;
  padding: 0 30px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  clear: both;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) input[type="submit"]:hover,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) input[type="submit"]:hover {
  background-color: #df111b;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) label,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) label,
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) .description,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td:not(.field-multiple-drag) .description {
  color: #fff;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td.field-multiple-drag a .handle,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody tr td.field-multiple-drag a .handle {
  background: url(../images/move.svg) no-repeat center transparent;
  background-size: contain;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0 .5em;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody input,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody input,
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody select,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item table.field-multiple-table tbody select {
  border: 0;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item input.field-add-more-submit,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item input.field-add-more-submit {
  display: table;
  margin: 20px auto 0;
  height: 40px;
  display: block;
  border: 1px solid transparent;
  background-color: #1081b7;
  color: white;
  padding: 0 30px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.rooms-management-form.rooms-unit-edit-form .field-widget-rooms-options-combined > div > .form-item input.field-add-more-submit:hover,
.node-dettaglio_struttura-form .field-widget-rooms-options-combined > div > .form-item input.field-add-more-submit:hover {
  background-color: #2aa7e2;
  border-color: #fff;
}
.rooms-management-form.rooms-unit-edit-form .field-type-text-long,
.node-dettaglio_struttura-form .field-type-text-long {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
.rooms-management-form.rooms-unit-edit-form .field-type-text-long .text-format-wrapper label,
.node-dettaglio_struttura-form .field-type-text-long .text-format-wrapper label {
  font-weight: 300;
  font-size: 1.5em;
  margin: 30px 0 5px;
}
.rooms-management-form.rooms-unit-edit-form .field-type-text-long .text-format-wrapper a.ckeditor_links,
.node-dettaglio_struttura-form .field-type-text-long .text-format-wrapper a.ckeditor_links,
.rooms-management-form.rooms-unit-edit-form .field-type-text-long .text-format-wrapper fieldset.filter-wrapper,
.node-dettaglio_struttura-form .field-type-text-long .text-format-wrapper fieldset.filter-wrapper {
  display: none !important;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image,
.node-dettaglio_struttura-form .field-type-image,
.rooms-management-form.rooms-unit-edit-form .field-type-file,
.node-dettaglio_struttura-form .field-type-file {
  display: table;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  background: #2aa7e2;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image label,
.node-dettaglio_struttura-form .field-type-image label,
.rooms-management-form.rooms-unit-edit-form .field-type-file label,
.node-dettaglio_struttura-form .field-type-file label,
.rooms-management-form.rooms-unit-edit-form .field-type-image legend,
.node-dettaglio_struttura-form .field-type-image legend,
.rooms-management-form.rooms-unit-edit-form .field-type-file legend,
.node-dettaglio_struttura-form .field-type-file legend,
.rooms-management-form.rooms-unit-edit-form .field-type-image legend span,
.node-dettaglio_struttura-form .field-type-image legend span,
.rooms-management-form.rooms-unit-edit-form .field-type-file legend span,
.node-dettaglio_struttura-form .field-type-file legend span {
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image input[type="submit"],
.node-dettaglio_struttura-form .field-type-image input[type="submit"],
.rooms-management-form.rooms-unit-edit-form .field-type-file input[type="submit"],
.node-dettaglio_struttura-form .field-type-file input[type="submit"] {
  display: table;
  margin: 20px 0 5px;
  height: 40px;
  display: block;
  border: 1px solid transparent;
  background-color: #1081b7;
  color: white;
  padding: 0 30px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image input[type="submit"]:hover,
.node-dettaglio_struttura-form .field-type-image input[type="submit"]:hover,
.rooms-management-form.rooms-unit-edit-form .field-type-file input[type="submit"]:hover,
.node-dettaglio_struttura-form .field-type-file input[type="submit"]:hover {
  background-color: #2aa7e2;
  border-color: #fff;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image input[type="file"],
.node-dettaglio_struttura-form .field-type-image input[type="file"],
.rooms-management-form.rooms-unit-edit-form .field-type-file input[type="file"],
.node-dettaglio_struttura-form .field-type-file input[type="file"] {
  color: #fff;
  font-weight: 300;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image .description,
.node-dettaglio_struttura-form .field-type-image .description,
.rooms-management-form.rooms-unit-edit-form .field-type-file .description,
.node-dettaglio_struttura-form .field-type-file .description {
  color: #fff;
  white-space: normal;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image.field-name-field-gallery .form-wrapper,
.node-dettaglio_struttura-form .field-type-image.field-name-field-gallery .form-wrapper,
.rooms-management-form.rooms-unit-edit-form .field-type-file.field-name-field-gallery .form-wrapper,
.node-dettaglio_struttura-form .field-type-file.field-name-field-gallery .form-wrapper {
  max-width: 100%;
  margin: 0;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image.field-name-field-gallery .fieldset-wrapper label,
.node-dettaglio_struttura-form .field-type-image.field-name-field-gallery .fieldset-wrapper label,
.rooms-management-form.rooms-unit-edit-form .field-type-file.field-name-field-gallery .fieldset-wrapper label,
.node-dettaglio_struttura-form .field-type-file.field-name-field-gallery .fieldset-wrapper label {
  display: none;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image.field-name-field-gallery table,
.node-dettaglio_struttura-form .field-type-image.field-name-field-gallery table,
.rooms-management-form.rooms-unit-edit-form .field-type-file.field-name-field-gallery table,
.node-dettaglio_struttura-form .field-type-file.field-name-field-gallery table {
  display: block;
  width: 100%;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image.field-name-field-gallery a.tabledrag-toggle-weight,
.node-dettaglio_struttura-form .field-type-image.field-name-field-gallery a.tabledrag-toggle-weight,
.rooms-management-form.rooms-unit-edit-form .field-type-file.field-name-field-gallery a.tabledrag-toggle-weight,
.node-dettaglio_struttura-form .field-type-file.field-name-field-gallery a.tabledrag-toggle-weight {
  display: none;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image.field-name-field-gallery thead,
.node-dettaglio_struttura-form .field-type-image.field-name-field-gallery thead,
.rooms-management-form.rooms-unit-edit-form .field-type-file.field-name-field-gallery thead,
.node-dettaglio_struttura-form .field-type-file.field-name-field-gallery thead {
  display: none;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image.field-name-field-gallery tr,
.node-dettaglio_struttura-form .field-type-image.field-name-field-gallery tr,
.rooms-management-form.rooms-unit-edit-form .field-type-file.field-name-field-gallery tr,
.node-dettaglio_struttura-form .field-type-file.field-name-field-gallery tr {
  background: #2aa7e2;
  border: 0;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image.field-name-field-gallery tr td input[type="text"],
.node-dettaglio_struttura-form .field-type-image.field-name-field-gallery tr td input[type="text"],
.rooms-management-form.rooms-unit-edit-form .field-type-file.field-name-field-gallery tr td input[type="text"],
.node-dettaglio_struttura-form .field-type-file.field-name-field-gallery tr td input[type="text"] {
  width: 100%;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image.field-name-field-gallery tr td .handle,
.node-dettaglio_struttura-form .field-type-image.field-name-field-gallery tr td .handle,
.rooms-management-form.rooms-unit-edit-form .field-type-file.field-name-field-gallery tr td .handle,
.node-dettaglio_struttura-form .field-type-file.field-name-field-gallery tr td .handle {
  background: url(../images/move.svg) no-repeat center transparent;
  background-size: contain;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0 .5em;
}
.rooms-management-form.rooms-unit-edit-form .field-type-image.field-name-field-gallery tr td .image-widget-data,
.node-dettaglio_struttura-form .field-type-image.field-name-field-gallery tr td .image-widget-data,
.rooms-management-form.rooms-unit-edit-form .field-type-file.field-name-field-gallery tr td .image-widget-data,
.node-dettaglio_struttura-form .field-type-file.field-name-field-gallery tr td .image-widget-data {
  padding-bottom: 15px;
  max-width: 60%;
  clear: left;
}
.rooms-management-form.rooms-unit-edit-form .vertical-tabs,
.node-dettaglio_struttura-form .vertical-tabs {
  border: 0;
  margin: 0;
}
.rooms-management-form.rooms-unit-edit-form .vertical-tabs ul.vertical-tabs-list,
.node-dettaglio_struttura-form .vertical-tabs ul.vertical-tabs-list {
  border: 0;
  margin: 0;
  width: 40%;
}
.rooms-management-form.rooms-unit-edit-form .vertical-tabs ul.vertical-tabs-list li,
.node-dettaglio_struttura-form .vertical-tabs ul.vertical-tabs-list li {
  border: 0;
  margin-top: 1px;
  background-color: #ebf9ff !important;
}
.rooms-management-form.rooms-unit-edit-form .vertical-tabs ul.vertical-tabs-list li.selected,
.node-dettaglio_struttura-form .vertical-tabs ul.vertical-tabs-list li.selected {
  background-color: #2aa7e2 !important;
}
.rooms-management-form.rooms-unit-edit-form .vertical-tabs ul.vertical-tabs-list li.selected a,
.node-dettaglio_struttura-form .vertical-tabs ul.vertical-tabs-list li.selected a,
.rooms-management-form.rooms-unit-edit-form .vertical-tabs ul.vertical-tabs-list li.selected span,
.node-dettaglio_struttura-form .vertical-tabs ul.vertical-tabs-list li.selected span,
.rooms-management-form.rooms-unit-edit-form .vertical-tabs ul.vertical-tabs-list li.selected strong,
.node-dettaglio_struttura-form .vertical-tabs ul.vertical-tabs-list li.selected strong {
  color: #fff;
}
.rooms-management-form.rooms-unit-edit-form .vertical-tabs .vertical-tabs-processed,
.node-dettaglio_struttura-form .vertical-tabs .vertical-tabs-processed {
  background: #2aa7e2;
  display: table;
}
.rooms-management-form.rooms-unit-edit-form .vertical-tabs .vertical-tabs-processed fieldset,
.node-dettaglio_struttura-form .vertical-tabs .vertical-tabs-processed fieldset {
  padding: 15px;
  max-width: 100%;
}
.rooms-management-form.rooms-unit-edit-form .vertical-tabs .vertical-tabs-processed fieldset .form-item .option,
.node-dettaglio_struttura-form .vertical-tabs .vertical-tabs-processed fieldset .form-item .option,
.rooms-management-form.rooms-unit-edit-form .vertical-tabs .vertical-tabs-processed fieldset .form-item label,
.node-dettaglio_struttura-form .vertical-tabs .vertical-tabs-processed fieldset .form-item label,
.rooms-management-form.rooms-unit-edit-form .vertical-tabs .vertical-tabs-processed fieldset .form-item div,
.node-dettaglio_struttura-form .vertical-tabs .vertical-tabs-processed fieldset .form-item div,
.rooms-management-form.rooms-unit-edit-form .vertical-tabs .vertical-tabs-processed fieldset .form-item .description,
.node-dettaglio_struttura-form .vertical-tabs .vertical-tabs-processed fieldset .form-item .description {
  color: #fff;
}
.rooms-management-form.rooms-unit-edit-form .vertical-tabs .vertical-tabs-processed fieldset .form-item input[type="checkbox"],
.node-dettaglio_struttura-form .vertical-tabs .vertical-tabs-processed fieldset .form-item input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0;
  border: 1px solid #facd17;
  background: #ffffff;
  -webkit-appearance: button;
  -moz-appearance: inherit;
  height: 25px;
  width: 25px;
  position: relative;
  cursor: pointer;
}
.rooms-management-form.rooms-unit-edit-form .vertical-tabs .vertical-tabs-processed fieldset .form-item input[type="checkbox"]:checked,
.node-dettaglio_struttura-form .vertical-tabs .vertical-tabs-processed fieldset .form-item input[type="checkbox"]:checked {
  border-color: #787a77;
}
.rooms-management-form.rooms-unit-edit-form .vertical-tabs .vertical-tabs-processed fieldset .form-item input[type="checkbox"]:checked:after,
.node-dettaglio_struttura-form .vertical-tabs .vertical-tabs-processed fieldset .form-item input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  background: url(../images/flag.svg) no-repeat center transparent;
  background-size: 18px;
  display: block;
  height: 25px;
  width: 25px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  top: -2px;
  left: -1px;
}
form.node-dettaglio_struttura-form .tabledrag-toggle-weight-wrapper {
  display: none;
}
form.node-dettaglio_struttura-form a.tabledrag-handle {
  background: url(../images/move.svg) no-repeat center transparent;
  background-size: contain;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0 .5em;
}
form.node-dettaglio_struttura-form a.tabledrag-handle .handle {
  display: none;
}
form.node-dettaglio_struttura-form .warning {
  display: none;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-regione-di-riferimento-values"] {
  width: 100%;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-regione-di-riferimento-values"] thead tr th {
  border: 0;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-regione-di-riferimento-values"] tbody tr {
  background: #df111b;
  border-color: #fffcf1;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-regione-di-riferimento-values"] tbody tr td {
  padding: 15px;
  background: transparent;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-regione-di-riferimento-values"] tbody tr td:first-child {
  padding: 0;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-regione-di-riferimento-values"] tbody tr td label {
  display: none;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-regione-di-riferimento-values"] tbody tr td select {
  margin: 0 10px 0 0;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-soluzione"] {
  width: 100%;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-soluzione"] thead tr th {
  border: 0;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-soluzione"] tbody tr {
  background: transparent;
  border-color: #df111b;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-soluzione"] tbody tr td {
  padding: 15px;
  background: transparent;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-soluzione"] tbody tr td:first-child {
  padding: 0;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-soluzione"] tbody tr td label {
  display: none;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-soluzione"] tbody tr td select {
  margin: 0 10px 0 0;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-soluzione"] tbody tr td .form-item[class*="soluzione"] {
  clear: both;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-soluzione"] tbody tr td .form-item[class*="soluzione"] input[type="text"] {
  float: left;
  max-width: 50%;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-soluzione"] tbody tr td input[type="submit"] {
  height: 50px;
  margin: 0 0 0 auto;
  display: table;
  height: 40px;
  border: 1px solid transparent;
  background-color: #df111b;
  color: white;
  padding: 0 30px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
form.node-dettaglio_struttura-form .form-wrapper table[id^="field-soluzione"] tbody tr td input[type="submit"]:hover {
  background-color: transparent;
  border-color: #df111b;
  color: #df111b;
}
form.node-dettaglio_struttura-form .form-wrapper input.field-add-more-submit,
form.node-dettaglio_struttura-form .form-wrapper a.button {
  display: table;
  margin: 20px 0 20px auto;
  height: 40px;
  border: 1px solid transparent;
  background-color: #df111b;
  color: white;
  padding: 0 30px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
form.node-dettaglio_struttura-form .form-wrapper input.field-add-more-submit:hover,
form.node-dettaglio_struttura-form .form-wrapper a.button:hover {
  background-color: transparent;
  border-color: #df111b;
  color: #df111b;
}
form.node-dettaglio_struttura-form .form-wrapper a.button {
  display: table;
  margin: 20px auto 20px 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
  background-color: #1081b7;
  color: white;
  padding: 0 30px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
form.node-dettaglio_struttura-form .form-wrapper a.button:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
form.node-dettaglio_struttura-form .ckeditor_links,
form.node-dettaglio_struttura-form .filter-wrapper {
  display: none !important;
}
form.node-dettaglio_struttura-form fieldset.collapsible {
  border: 0;
  margin-bottom: 30px;
}
form.node-dettaglio_struttura-form fieldset.collapsible .field-type-image,
form.node-dettaglio_struttura-form fieldset.collapsible .field-type-file {
  margin: 0 0 20px 0;
}
form.node-dettaglio_struttura-form fieldset.collapsible .field-type-image fieldset,
form.node-dettaglio_struttura-form fieldset.collapsible .field-type-file fieldset {
  border: none;
}
form.node-dettaglio_struttura-form fieldset.collapsible .field-type-image fieldset legend,
form.node-dettaglio_struttura-form fieldset.collapsible .field-type-file fieldset legend {
  background: #2aa7e2;
}
form.node-dettaglio_struttura-form fieldset.collapsible .field-type-image fieldset legend span,
form.node-dettaglio_struttura-form fieldset.collapsible .field-type-file fieldset legend span {
  background: none;
  padding: 0;
}
form.node-dettaglio_struttura-form fieldset.collapsible #edit-field-icone-servizi > div > label {
  display: none;
}
form.node-dettaglio_struttura-form fieldset.collapsible .form-type-checkbox {
  margin: 10px 0;
}
form.node-dettaglio_struttura-form fieldset.collapsible .form-type-checkbox label.option {
  font-weight: 300;
}
form.node-dettaglio_struttura-form fieldset.collapsible .form-type-checkbox input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0;
  border: 0;
  background: #ffffff;
  -webkit-appearance: button;
  -moz-appearance: inherit;
  height: 25px;
  width: 25px;
  position: relative;
  cursor: pointer;
}
form.node-dettaglio_struttura-form fieldset.collapsible .form-type-checkbox input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  background: url(../images/flag.svg) no-repeat center transparent;
  background-size: 18px;
  display: block;
  height: 25px;
  width: 25px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  top: -2px;
  left: -1px;
}
form.node-dettaglio_struttura-form fieldset.collapsible table[id^="edit-field-video"] thead,
form.node-dettaglio_struttura-form fieldset.collapsible table[id^="edit-field-allegati-und"] thead {
  display: none;
}
form.node-dettaglio_struttura-form fieldset.collapsible table[id^="edit-field-video"] tr,
form.node-dettaglio_struttura-form fieldset.collapsible table[id^="edit-field-allegati-und"] tr {
  background: transparent;
  padding: 0;
  border: 0;
}
form.node-dettaglio_struttura-form fieldset.collapsible table[id^="edit-field-video"] th,
form.node-dettaglio_struttura-form fieldset.collapsible table[id^="edit-field-allegati-und"] th {
  border: 0;
}
form.node-dettaglio_struttura-form fieldset.collapsible table[id^="edit-field-video"] input.remove,
form.node-dettaglio_struttura-form fieldset.collapsible table[id^="edit-field-allegati-und"] input.remove,
form.node-dettaglio_struttura-form fieldset.collapsible table[id^="edit-field-video"] input[id*="remove"],
form.node-dettaglio_struttura-form fieldset.collapsible table[id^="edit-field-allegati-und"] input[id*="remove"] {
  background: #df111b;
  height: 50px;
  margin: 40px 0 0 15px;
}
form.rooms-availability-calendar-form fieldset > legend span.fieldset-legend,
form.unit-pricing-form fieldset > legend span.fieldset-legend {
  background: none !important;
  padding: 0 !important;
}
form.rooms-availability-calendar-form fieldset > legend a,
form.unit-pricing-form fieldset > legend a {
  background: #da3959;
  font-size: 20px;
  padding: 9px;
  color: #fff !important;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
}
form.rooms-availability-calendar-form fieldset > legend a:hover,
form.unit-pricing-form fieldset > legend a:hover {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
form.rooms-availability-calendar-form fieldset.collapse-processed .fieldset-wrapper,
form.unit-pricing-form fieldset.collapse-processed .fieldset-wrapper {
  background: #df111b;
  padding: 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 5px;
}
form.rooms-availability-calendar-form fieldset.collapse-processed .fieldset-wrapper .fieldset-description,
form.unit-pricing-form fieldset.collapse-processed .fieldset-wrapper .fieldset-description {
  color: #fff;
}
form.rooms-availability-calendar-form fieldset.collapse-processed .fieldset-wrapper label,
form.unit-pricing-form fieldset.collapse-processed .fieldset-wrapper label,
form.rooms-availability-calendar-form fieldset.collapse-processed .fieldset-wrapper .description,
form.unit-pricing-form fieldset.collapse-processed .fieldset-wrapper .description {
  color: #fff;
  padding-bottom: 5px;
}
form.rooms-availability-calendar-form fieldset.collapse-processed .fieldset-wrapper input[type="text"],
form.unit-pricing-form fieldset.collapse-processed .fieldset-wrapper input[type="text"],
form.rooms-availability-calendar-form fieldset.collapse-processed .fieldset-wrapper select,
form.unit-pricing-form fieldset.collapse-processed .fieldset-wrapper select {
  height: 50px;
  border: 0;
  padding: 0 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-radius: 5px;
}
form.rooms-availability-calendar-form fieldset.collapse-processed .fieldset-wrapper input[type="submit"],
form.unit-pricing-form fieldset.collapse-processed .fieldset-wrapper input[type="submit"] {
  font-size: 16px;
}
form.rooms-availability-calendar-form fieldset.collapse-processed .fieldset-wrapper input[type="checkbox"],
form.unit-pricing-form fieldset.collapse-processed .fieldset-wrapper input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0;
  border: 0;
  background: #ffffff;
  -webkit-appearance: button;
  -moz-appearance: inherit;
  height: 25px;
  width: 25px;
  position: relative;
  cursor: pointer;
}
form.rooms-availability-calendar-form fieldset.collapse-processed .fieldset-wrapper input[type="checkbox"]:checked:after,
form.unit-pricing-form fieldset.collapse-processed .fieldset-wrapper input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  background: url(../images/flag.svg) no-repeat center transparent;
  background-size: 18px;
  display: block;
  height: 25px;
  width: 25px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  top: -2px;
  left: -1px;
}
form.rooms-availability-calendar-form fieldset.collapse-processed fieldset#edit-op,
form.unit-pricing-form fieldset.collapse-processed fieldset#edit-op {
  clear: left;
}
fieldset.condizioni-di-soggiorno {
  border: 0;
  padding: 15px 10px 0;
  margin: 0 0 20px;
  border-left: 2px solid #71763c;
}
fieldset.condizioni-di-soggiorno legend {
  padding: 10px 20px 0 11px;
  background: transparent;
  font-weight: 600;
  margin-left: -12px;
  border-left: 2px solid #71763c;
}
fieldset.condizioni-di-soggiorno legend span {
  font-weight: 600;
}
fieldset.condizioni-di-soggiorno .fieldset-wrapper .views-field span,
fieldset.condizioni-di-soggiorno .fieldset-wrapper .views-field .field-content {
  display: inline;
  color: #7a5d4e;
}
body._INSERTION_TYPE_2 ul.menu #_LA_TUA_STRUTTURA li.first.leaf {
  display: none;
}
body._INSERTION_TYPE_2 ._STRUTTURE_PIANI_BPOINT {
  float: none;
  width: 100% !important;
  border: 0 !important;
  padding-bottom: 60px !important;
}
body._INSERTION_TYPE_2 ._STRUTTURE_METODI_PAGAMENTO {
  display: none;
}
.rooms-three-month-calendar.rooms-three-month-calendar {
  overflow-x: visible;
}
.rooms-unit-edit-form .form-item-base-price {
  width: 100%;
  max-width: 100%;
}
.rooms-unit-edit-form .rooms-unit-guest-capacity,
.rooms-unit-edit-form .rooms-unit-child-capacity,
.rooms-unit-edit-form .rooms-unit-bed-arrangement {
  max-width: initial;
  width: 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .rooms-unit-edit-form .rooms-unit-guest-capacity,
  .rooms-unit-edit-form .rooms-unit-child-capacity,
  .rooms-unit-edit-form .rooms-unit-bed-arrangement {
    width: 33.333333%;
  }
}
body.node-type-strutture .field-name-field-icone-servizi ul {
  margin: 20px 0;
}
/* NDesign Web Agency */
/* www.ndesign.it */
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Variables -----------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZYgzz_PZ1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm459WxRyS7j.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZ1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZFgrz_PZ1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZ1.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* SIMPLE MIXINS -----------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Clearfix -  Usage: &:extend(.clearfix-custom);
/*----------------------------------------------------------------------------*/
.clearfix-custom {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*----------------------------------------------------------------------------*/
/* Headers
/*----------------------------------------------------------------------------*/
.h-style,
h1,
h2,
h3,
h4,
h5,
h6,
.h1-style,
.h2-style,
.h3-style,
.h4-style,
.h5-style,
.h6-style {
  font-family: 'Montserrat', sans-serif;
  color: #1081b7;
  display: block;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
}
.h1-style {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.h2-style {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.h3-style {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.h4-style {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.h5-style {
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
.h6-style {
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
/*----------------------------------------------------------------------------*/
/* Hide - Usage: &:extend(.hide);
/*----------------------------------------------------------------------------*/
.hide {
  top: -9999em;
  right: auto;
  bottom: auto;
  left: -9999em;
  position: absolute;
}
/*----------------------------------------------------------------------------*/
/* Reset -  Usage: &:extend(.reset);
/*----------------------------------------------------------------------------*/
.reset {
  margin: 0;
  padding: 0;
}
.resetUl {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*----------------------------------------------------------------------------*/
/* Text-overflow - Usage: &:extend(.text-overflow);
/*----------------------------------------------------------------------------*/
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*----------------------------------------------------------------------------*/
/* Transitions - Usage: &:extend(.transitions);
/*----------------------------------------------------------------------------*/
.transitions {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.stop-transitions {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* PARAMETRIC MIXINS -----------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Animations - Usage: .animation(animationName, 300ms, ease, 0, backwards)
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Background Alpha Colors - Usage: .bg-transparent(@darkBlue, @alpha: .5)
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Radius - Usage: .border-radius(2px);
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Box Sizing - Usage: .box-sizing(border-box);
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Box Shadow - Usage: .box-shadow( 1px 1px 1px rgba(0,0,0, 0.5));  Multiple usage: .box-shadow( e("inset 0 1px 0 rgba(255,255,255,.5), 0 0 5px rgba(0,0,0,.5)") );
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Gradients - Usage: .gradient();
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Opacity - Usage: .opacity(.5);
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Position absolute - Usage: .position-absolute(10px, 10px, 5px, 15px);
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Position fixed - Usage: .position-fixed(10px, 10px, 5px, 15px);
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Text Shadow - Usage: .text-shadow( 1px 1px 1px rgba(0,0,0, 0.5));
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Transition - Usage: .transition( all 0.15s ease-out );
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Transformations - Usage: .scale(1.2);
/*----------------------------------------------------------------------------*/
._VIDS_CONT {
  margin: 0 -5px;
  clear: both;
}
._VIDS_CONT ._VIDEO {
  position: relative;
}
._VIDS_CONT ._VIDEO iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 5px;
}
._VIDS_CONT[data-quanti-video="_SINGOLO"] ._VIDEO {
  padding: 5px;
  float: none !important;
  width: 100% !important;
}
._VIDS_CONT[data-quanti-video="_DOPPIO"] ._VIDEO {
  float: left;
  width: 50%;
  padding: 5px;
}
._VIDS_CONT[data-quanti-video="_TRIPLO"] ._VIDEO {
  float: left;
  width: 33.333333%;
  padding: 5px;
}
@media (max-width: 991px) {
  ._VIDS_CONT[data-quanti-video="_TRIPLO"] ._VIDEO {
    width: 50%;
  }
}
@media (max-width: 480px) {
  ._VIDS_CONT ._VIDEO {
    float: none !important;
    width: 100% !important;
  }
}
._VIDS_CONT .video-js {
  width: 100%;
  padding-top: 56.25%;
  height: calc(100% + 20px);
}
._VIDS_CONT .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  height: 60px;
  width: 60px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-radius: 50%;
  line-height: 57px;
  transition: all .5s;
}
._VIDS_CONT .vjs-fullscreen {
  padding-top: 0px;
}
@media screen {
  .field-name-field-gallery {
    clear: both;
    margin: 0 -5px;
  }
  .field-name-field-gallery .field-item {
    float: left;
    width: 25%;
    padding: 5px;
    margin-bottom: 0 !important;
  }
  .field-name-field-gallery .field-item a {
    display: block;
    overflow: hidden;
    outline: #2aa7e2 solid 1px;
    border: 5px solid #ffffff;
  }
  .field-name-field-gallery .field-item a img {
    width: 100% !important;
    height: auto !important;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .field-name-field-gallery .field-item a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}
@media screen and (max-width: 991px) {
  .field-name-field-gallery .field-item {
    width: 33.333333%;
  }
}
@media screen and (max-width: 767px) {
  .field-name-field-gallery .field-item {
    width: 50%;
  }
}
@media screen and (max-width: 374px) {
  .field-name-field-gallery .field-item {
    width: 100%;
  }
}
._FAQ_CONT {
  border-bottom: 1px solid #2aa7e2;
}
._FAQ_CONT h2 {
  background: white;
  font-size: 24px;
  font-weight: 300;
  color: #df111b;
  padding: 10px 50px 10px 10px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  margin: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
._FAQ_CONT h2:not([aria-expanded="true"]) {
  background: url(../images/readmore_back-down.svg) 98% center no-repeat transparent;
  background-size: 15px;
}
._FAQ_CONT h2[aria-expanded="true"] {
  background: url(../images/readmore_back-up.svg) 98% center no-repeat transparent;
  background-size: 15px;
}
._FAQ_CONT h2:hover {
  background-color: #ebf9ff;
}
._FAQ_CONT ._ANSWER_CONT {
  padding: 0;
}
._FAQ_CONT ._ANSWER_CONT ._IMAGE {
  float: left;
  margin: 15px 15px 15px 0;
  box-sizing: border-box;
}
._FAQ_CONT ._ANSWER_CONT ._IMAGE a:hover {
  opacity: .7;
}
._FAQ_CONT ._ANSWER_CONT ._IMAGE img {
  width: 100%;
}
@media (max-width: 480px) {
  ._FAQ_CONT ._ANSWER_CONT {
    padding: 10px 0 0 0;
  }
  ._FAQ_CONT ._ANSWER_CONT ._IMAGE {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  ._FAQ_CONT ._ANSWER_CONT ._IMAGE a {
    pointer-events: none;
  }
}
._FAQ_CONT ._ANSWER_CONT ._ANSWER {
  padding: 15px;
}
._FAQ_CONT ._ANSWER_CONT ._ANSWER p {
  margin-top: 0;
  font-weight: 300;
  font-size: 15px;
}
._FAQ_CONT ._ANSWER_CONT ._ATTACHEMENTS {
  display: table;
  padding-bottom: 15px;
}
._FAQ_CONT ._ANSWER_CONT ._ATTACHEMENTS ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
._FAQ_CONT ._ANSWER_CONT ._ATTACHEMENTS ul li a {
  display: block;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  background: url(../images/icon-download.svg) 8px center no-repeat;
  background-size: 1.2em;
  color: #df111b;
  font-weight: 300;
  font-size: 15px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
._FAQ_CONT ._ANSWER_CONT ._ATTACHEMENTS ul li a:hover {
  background-color: #ebf9ff;
  color: #df111b;
  opacity: 1;
  background-size: 1.4em;
}
._FAQ_CONT ._ANSWER_CONT ._ATTACHEMENTS ul li:nth-child(even) {
  background-color: #e5e5ff;
}
._FAQ_CONT:after {
  content: "";
  display: block;
  clear: both;
}
/* NDesign Web Agency */
/* www.ndesign.it */
/*----------------------------------------------------------------------------*/
/* Responsive fixes
/*----------------------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .menu-desk-nd {
    /*----------------------------------------------------------------------------*/
    /* Munu liv0
      /*----------------------------------------------------------------------------*/
    /* Shows the Dropdown */
  }
  .menu-desk-nd .menu,
  .menu-desk-nd .menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-desk-nd .menu {
    margin: 0;
    list-style: none;
    padding: 0;
    /* Arrow Liv0 */
    /*----------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------*/
    /* Questo stile mi permette di evidenziare il parent mentre navigo i children
        /*----------------------------------------------------------------------------*/
    /*----------------------------------------------------------------------------*/
    /*li {

          &:hover,
            &.active:hover {

            > a {
              color: white;
            }
          }
        }*/
  }
  .menu-desk-nd .menu li {
    position: relative;
    margin-right: 4px;
    padding: 8px 0;
  }
  .menu-desk-nd .menu li a,
  .menu-desk-nd .menu li span {
    display: block;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
    color: white;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    padding: 10px;
  }
  .menu-desk-nd .menu li a.active,
  .menu-desk-nd .menu li span.active {
    font-weight: 600;
  }
  .menu-desk-nd .menu li a:hover,
  .menu-desk-nd .menu li span:hover {
    background: #1081b7;
    color: white;
    opacity: 1;
  }
  .menu-desk-nd .menu li.expanded,
  .menu-desk-nd .menu li.parent {
    /* Arrows - all */
    /*----------------------------------------------------------------------------*/
    /* Dropdown liv1
            /*----------------------------------------------------------------------------*/
  }
  .menu-desk-nd .menu li.expanded:after,
  .menu-desk-nd .menu li.parent:after {
    width: 20px;
    height: 8px;
    display: block;
    content: "";
    background: url("../images/parent.svg") no-repeat center bottom transparent;
    background-size: 20px;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    top: auto;
    right: auto;
    bottom: 3px;
    left: 50%;
    position: absolute;
    margin-left: -10px;
  }
  .menu-desk-nd .menu li.expanded ul,
  .menu-desk-nd .menu li.parent ul {
    text-align: left;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 0;
    display: none;
    background: transparent;
  }
  .menu-desk-nd .menu li.expanded ul li,
  .menu-desk-nd .menu li.parent ul li {
    background: #2aa7e2;
    width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-right: 10px;
    padding: 0;
    /* Menu item without a link */
    /*
                span {
                  padding: 10px 25px 10px 15px;
                  color:@darkGrey;
                  display:block;
                  cursor:default;

                  &:hover {
                    color:@white;
                    background:@darkGrey;
                  }
                }
                */
  }
  .menu-desk-nd .menu li.expanded ul li a,
  .menu-desk-nd .menu li.parent ul li a,
  .menu-desk-nd .menu li.expanded ul li span,
  .menu-desk-nd .menu li.parent ul li span {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0;
  }
  .menu-desk-nd .menu li.expanded ul li a,
  .menu-desk-nd .menu li.parent ul li a {
    padding: 12px 10px;
    color: #ffffff;
  }
  .menu-desk-nd .menu li.expanded ul li a:hover,
  .menu-desk-nd .menu li.parent ul li a:hover {
    color: #ffffff;
    background: #1081b7;
  }
  .menu-desk-nd .menu li.expanded ul li a.noLink,
  .menu-desk-nd .menu li.parent ul li a.noLink {
    cursor: default;
  }
  .menu-desk-nd .menu li.expanded ul li.expanded,
  .menu-desk-nd .menu li.parent ul li.expanded,
  .menu-desk-nd .menu li.expanded ul li.parent,
  .menu-desk-nd .menu li.parent ul li.parent {
    /* Arrows Liv1 */
    /* Questo stile mi permette di evidenziare il parent mentre navigo i children */
    /*----------------------------------------------------------------------------*/
    /* Dropdown liv2
                  /*----------------------------------------------------------------------------*/
  }
  .menu-desk-nd .menu li.expanded ul li.expanded:after,
  .menu-desk-nd .menu li.parent ul li.expanded:after,
  .menu-desk-nd .menu li.expanded ul li.parent:after,
  .menu-desk-nd .menu li.parent ul li.parent:after {
    background-position: 0 -40px;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    margin-top: -20px;
  }
  .menu-desk-nd .menu li.expanded ul li.expanded:hover:after,
  .menu-desk-nd .menu li.parent ul li.expanded:hover:after,
  .menu-desk-nd .menu li.expanded ul li.parent:hover:after,
  .menu-desk-nd .menu li.parent ul li.parent:hover:after {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    background-position: 0 -80px;
  }
  .menu-desk-nd .menu li.expanded ul li.expanded:hover,
  .menu-desk-nd .menu li.parent ul li.expanded:hover,
  .menu-desk-nd .menu li.expanded ul li.parent:hover,
  .menu-desk-nd .menu li.parent ul li.parent:hover {
    background: #666666;
  }
  .menu-desk-nd .menu li.expanded ul li.expanded:hover a,
  .menu-desk-nd .menu li.parent ul li.expanded:hover a,
  .menu-desk-nd .menu li.expanded ul li.parent:hover a,
  .menu-desk-nd .menu li.parent ul li.parent:hover a,
  .menu-desk-nd .menu li.expanded ul li.expanded:hover span,
  .menu-desk-nd .menu li.parent ul li.expanded:hover span,
  .menu-desk-nd .menu li.expanded ul li.parent:hover span,
  .menu-desk-nd .menu li.parent ul li.parent:hover span {
    color: #ffffff;
  }
  .menu-desk-nd .menu li.expanded ul li.expanded ul,
  .menu-desk-nd .menu li.parent ul li.expanded ul,
  .menu-desk-nd .menu li.expanded ul li.parent ul,
  .menu-desk-nd .menu li.parent ul li.parent ul {
    top: 0;
    left: 100%;
    padding-top: 0;
    padding-left: 10px;
  }
  .menu-desk-nd .menu li.expanded ul li.expanded ul li,
  .menu-desk-nd .menu li.parent ul li.expanded ul li,
  .menu-desk-nd .menu li.expanded ul li.parent ul li,
  .menu-desk-nd .menu li.parent ul li.parent ul li {
    background: #666666;
    background: #e6e6e6;
  }
  .menu-desk-nd .menu li.expanded ul li.expanded ul li a,
  .menu-desk-nd .menu li.parent ul li.expanded ul li a,
  .menu-desk-nd .menu li.expanded ul li.parent ul li a,
  .menu-desk-nd .menu li.parent ul li.parent ul li a {
    filter: alpha(opacity=80);
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  .menu-desk-nd .menu li.expanded ul li.expanded ul li a:hover,
  .menu-desk-nd .menu li.parent ul li.expanded ul li a:hover,
  .menu-desk-nd .menu li.expanded ul li.parent ul li a:hover,
  .menu-desk-nd .menu li.parent ul li.parent ul li a:hover {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .menu-desk-nd .menu li.expanded ul li.expanded ul li.expanded,
  .menu-desk-nd .menu li.parent ul li.expanded ul li.expanded,
  .menu-desk-nd .menu li.expanded ul li.parent ul li.expanded,
  .menu-desk-nd .menu li.parent ul li.parent ul li.expanded,
  .menu-desk-nd .menu li.expanded ul li.expanded ul li.parent,
  .menu-desk-nd .menu li.parent ul li.expanded ul li.parent,
  .menu-desk-nd .menu li.expanded ul li.parent ul li.parent,
  .menu-desk-nd .menu li.parent ul li.parent ul li.parent {
    /* Arrows Liv2 */
    /* Questo stile mi permette di evidenziare il parent mentre navigo i children */
    /*----------------------------------------------------------------------------*/
    /* Dropdown liv3 /* Wired that I had to use !important :( */
    /*----------------------------------------------------------------------------*/
  }
  .menu-desk-nd .menu li.expanded ul li.expanded ul li.expanded:after,
  .menu-desk-nd .menu li.parent ul li.expanded ul li.expanded:after,
  .menu-desk-nd .menu li.expanded ul li.parent ul li.expanded:after,
  .menu-desk-nd .menu li.parent ul li.parent ul li.expanded:after,
  .menu-desk-nd .menu li.expanded ul li.expanded ul li.parent:after,
  .menu-desk-nd .menu li.parent ul li.expanded ul li.parent:after,
  .menu-desk-nd .menu li.expanded ul li.parent ul li.parent:after,
  .menu-desk-nd .menu li.parent ul li.parent ul li.parent:after {
    background-position: 0 -80px;
  }
  .menu-desk-nd .menu li.expanded ul li.expanded ul li.expanded:hover a,
  .menu-desk-nd .menu li.parent ul li.expanded ul li.expanded:hover a,
  .menu-desk-nd .menu li.expanded ul li.parent ul li.expanded:hover a,
  .menu-desk-nd .menu li.parent ul li.parent ul li.expanded:hover a,
  .menu-desk-nd .menu li.expanded ul li.expanded ul li.parent:hover a,
  .menu-desk-nd .menu li.parent ul li.expanded ul li.parent:hover a,
  .menu-desk-nd .menu li.expanded ul li.parent ul li.parent:hover a,
  .menu-desk-nd .menu li.parent ul li.parent ul li.parent:hover a {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .menu-desk-nd .menu li.expanded ul li.expanded ul li.expanded ul.menu li a,
  .menu-desk-nd .menu li.parent ul li.expanded ul li.expanded ul.menu li a,
  .menu-desk-nd .menu li.expanded ul li.parent ul li.expanded ul.menu li a,
  .menu-desk-nd .menu li.parent ul li.parent ul li.expanded ul.menu li a,
  .menu-desk-nd .menu li.expanded ul li.expanded ul li.parent ul.menu li a,
  .menu-desk-nd .menu li.parent ul li.expanded ul li.parent ul.menu li a,
  .menu-desk-nd .menu li.expanded ul li.parent ul li.parent ul.menu li a,
  .menu-desk-nd .menu li.parent ul li.parent ul li.parent ul.menu li a {
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .menu-desk-nd .menu li.expanded ul li.expanded ul li.expanded ul.menu li a:hover,
  .menu-desk-nd .menu li.parent ul li.expanded ul li.expanded ul.menu li a:hover,
  .menu-desk-nd .menu li.expanded ul li.parent ul li.expanded ul.menu li a:hover,
  .menu-desk-nd .menu li.parent ul li.parent ul li.expanded ul.menu li a:hover,
  .menu-desk-nd .menu li.expanded ul li.expanded ul li.parent ul.menu li a:hover,
  .menu-desk-nd .menu li.parent ul li.expanded ul li.parent ul.menu li a:hover,
  .menu-desk-nd .menu li.expanded ul li.parent ul li.parent ul.menu li a:hover,
  .menu-desk-nd .menu li.parent ul li.parent ul li.parent ul.menu li a:hover {
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .menu-desk-nd .menu li.expanded ul li.first ul li,
  .menu-desk-nd .menu li.parent ul li.first ul li {
    float: left;
  }
  .menu-desk-nd .menu li._EVIDENZIATO > a,
  .menu-desk-nd .menu li#_LA_TUA_STRUTTURA > a {
    background-color: #facd17;
    font-weight: 600;
  }
  .menu-desk-nd .menu li._EVIDENZIATO > a:hover,
  .menu-desk-nd .menu li#_LA_TUA_STRUTTURA > a:hover {
    background-color: #1081b7;
  }
  .menu-desk-nd .menu > li {
    display: inline-block;
  }
  .menu-desk-nd .menu > li.active > a {
    color: #404040;
  }
  .menu-desk-nd .menu li.expanded:hover > a {
    background: #1081b7;
  }
  .menu-desk-nd .menu .small {
    font-size: 100% !important;
  }
  .menu-desk-nd .menu li:hover:hover > ul {
    display: block;
    -webkit-animation: moveDown 0.05s ease-in-out 0.03s backwards;
    -moz-animation: moveDown 0.05s ease-in-out 0.03s backwards;
    -ms-animation: moveDown 0.05s ease-in-out 0.03s backwards;
    -o-animation: moveDown 0.05s ease-in-out 0.03s backwards;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-desk-nd .menu li a,
  .menu-desk-nd .menu li span {
    padding: 10px 5px;
    font-size: 15px;
  }
}
@-webkit-keyframes moveDown {
  0% {
    -webkit-transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes moveDown {
  0% {
    -moz-transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes moveDown {
  0% {
    -o-transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes moveDown {
  0% {
    -ms-transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* NDesign Web Agency */
/* www.ndesign.it */
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/* Mobile Menu - NDesign Web Agency
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  #block-system-main-menu {
    z-index: 2;
  }
  #block-system-main-menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #block-system-main-menu ul.menu li {
    margin: 0;
    padding: 0;
  }
  #block-system-main-menu ul.menu li.expanded {
    list-style-image: none;
    list-style-type: none;
  }
  #block-system-main-menu ul.menu li.collapsed {
    list-style-image: none;
    /* LTR */
    list-style-type: none;
  }
  #block-system-main-menu ul.menu li.leaf {
    list-style-image: none;
    list-style-type: none;
  }
  .menu-mob-nd {
    top: 130px;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1;
    background: transparent;
    /*----------------------------------------------------------------------------*/
    /* FIXES
            /*----------------------------------------------------------------------------*/
  }
  .menu-mob-nd .show-menu {
    display: block;
    height: 28px;
    width: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background: none;
    border-bottom: 0;
    text-indent: -999em;
    margin-left: auto;
    position: absolute;
    top: -55px;
    right: 15px;
  }
  .menu-mob-nd .show-menu:after {
    content: "";
    background: url("../images/menu-sand.svg") no-repeat center transparent;
    background-size: contain;
    height: 28px;
    width: 35px;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    pointer-events: none;
  }
  .menu-mob-nd.expandedMenu .show-menu:after {
    background: url("../images/menu-close.svg") no-repeat center transparent;
    background-size: contain;
  }
  .menu-mob-nd ul.menu,
  .menu-mob-nd ul.nav-child {
    max-height: 0px;
    overflow-y: hidden;
  }
  .menu-mob-nd ul.menu.transitionOpen {
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
  }
  .menu-mob-nd ul.menu.transitionClose {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
  }
  .menu-mob-nd ul.menu li {
    background-color: #df111b;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    margin: 0;
    padding: 0;
  }
  .menu-mob-nd ul.menu li a,
  .menu-mob-nd ul.menu li span {
    display: block;
    min-width: 140px;
    height: 40px;
    text-align: left;
    line-height: 40px;
    color: #fcd9db;
    text-decoration: none;
    padding: 0 20px;
    border-bottom: 1px solid #f14b53;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
  }
  .menu-mob-nd ul.menu li a:hover,
  .menu-mob-nd ul.menu li span:hover {
    text-decoration: none;
    background: transparent;
  }
  .menu-mob-nd ul.menu li a.active,
  .menu-mob-nd ul.menu li span.active {
    color: #ffffff;
  }
  .menu-mob-nd ul.menu li:hover {
    background-color: #c70f18;
  }
  .menu-mob-nd ul.menu li:hover > li {
    background-color: #c70f18;
  }
  .menu-mob-nd ul.menu li:hover a {
    color: #ffffff;
  }
  .menu-mob-nd ul.menu li.active-trail {
    background-color: #c70f18;
  }
  .menu-mob-nd ul.menu li.active-trail a {
    color: #ffffff;
  }
  .menu-mob-nd ul.menu li.expanded {
    background-image: url("../images/sprite-menu.svg");
    background-repeat: no-repeat;
    background-position: 100% -200px;
  }
  .menu-mob-nd ul.menu li.expanded ul li:hover {
    background-color: #b00d15;
  }
  .menu-mob-nd ul.menu li.expanded ul li:hover > li {
    background-color: #b00d15;
  }
  .menu-mob-nd ul.menu li.expanded ul li a {
    background-image: url("../images/sprite-menu.svg");
    background-repeat: no-repeat;
    background-position: 5px -160px;
    padding-left: 40px;
    text-transform: none;
  }
  .menu-mob-nd ul.menu li.expanded ul li ul li:hover {
    background-color: #980c12;
  }
  .menu-mob-nd ul.menu li.expanded ul li ul li:hover > li {
    background-color: #980c12;
  }
  .menu-mob-nd ul.menu li.expanded ul li ul li a {
    background-position: 20px -160px;
    padding-left: 55px;
  }
  .menu-mob-nd ul.menu li.expanded ul li ul li ul li:hover {
    background-color: #800a10;
  }
  .menu-mob-nd ul.menu li.expanded ul li ul li ul li:hover > li {
    background-color: #800a10;
  }
  .menu-mob-nd ul.menu li.expanded ul li ul li ul li a {
    background-position: 35px -160px;
    padding-left: 70px;
  }
  .menu-mob-nd ul.menu li.expanded ul li ul li ul li ul li:hover {
    background-color: #69080d;
  }
  .menu-mob-nd ul.menu li.expanded ul li ul li ul li ul li:hover > li {
    background-color: #69080d;
  }
  .menu-mob-nd ul.menu li.expanded ul li ul li ul li ul li a {
    background-position: 50px -160px;
    padding-left: 85px;
  }
  .menu-mob-nd ul.menu li.expanded ul li ul li ul li ul li ul li:hover {
    background-color: #51060a;
  }
  .menu-mob-nd ul.menu li.expanded ul li ul li ul li ul li ul li:hover > li {
    background-color: #51060a;
  }
  .menu-mob-nd ul.menu li.expanded ul li ul li ul li ul li ul li a {
    background-position: 65px -160px;
    padding-left: 100px;
  }
  .menu-mob-nd ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-mob-nd ul.last-child a {
    border: none;
  }
  .menu-mob-nd ul ul.unstyled {
    margin: 0;
    padding: 0;
  }
  .menu-mob-nd ul ul.small a,
  .menu-mob-nd ul ul.small span {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .menu-mob-nd {
    top: 190px;
  }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
  .menu-mob-nd .show-menu {
    top: -175px;
    right: 40px;
  }
}
/* NDesign Web Agency */
/* www.ndesign.it */
/*---------------------------------------------*/
/* Form di contatto */
/*-------------------------------------------*/
.webform-client-form input[type="text"],
.webform-client-form input[type="email"],
.webform-client-form input[type="textarea"] {
  width: 100%;
}
@media screen {
  form.webform-client-form {
    margin: 0 -15px;
  }
  form.webform-client-form fieldset {
    display: initial;
    width: calc(100% - 30px);
    margin: 15px;
    background: #e8e7b0;
    padding: 20px 5px;
    border: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
  }
  form.webform-client-form fieldset .form-item {
    margin: 5px 0;
  }
  form.webform-client-form fieldset label {
    font-size: 14px;
    padding: 5px 0;
    display: inline-block;
    min-width: 135px;
    color: #787a77;
  }
  form.webform-client-form fieldset select {
    height: 50px;
    width: 50px;
    border: 1px solid #facd17;
    color: #787a77;
    font-weight: 300;
    background: #fff;
    font-size: 14px;
  }
  form.webform-client-form fieldset .webform-datepicker select {
    width: auto;
  }
  form.webform-client-form fieldset .webform-datepicker input.webform-calendar {
    font-size: 14px;
    height: 50px;
    width: 50px;
    padding: 10px;
    border: 0;
    background: #d0cf96;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  form.webform-client-form fieldset .webform-datepicker input.webform-calendar:hover {
    background: #afae74;
  }
  form.webform-client-form .webform-component.webform-component--oggetto {
    width: 100%;
    clear: both;
  }
  form.webform-client-form .webform-component.webform-component--richiesta {
    width: 100%;
    clear: both;
  }
  form.webform-client-form .webform-component.webform-component--richiesta .grippie {
    display: none;
  }
  form.webform-client-form .webform-component.webform-component--privacy- {
    width: 100%;
    clear: both;
  }
  form.webform-client-form .webform-component label {
    font-weight: 300;
  }
  form.webform-client-form .webform-component label a {
    color: #787a77;
  }
  form.webform-client-form .webform-component label a:hover {
    opacity: .7;
  }
  form.webform-client-form .webform-component input,
  form.webform-client-form .webform-component textarea {
    height: 50px;
    padding: 0 10px;
    border: 1px solid #2aa7e2;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px;
    color: #787a77;
    font-weight: 400;
  }
  form.webform-client-form .webform-component input::-webkit-input-placeholder,
  form.webform-client-form .webform-component textarea::-webkit-input-placeholder {
    color: #787a77;
    font-weight: 300;
  }
  form.webform-client-form .webform-component input::-moz-placeholder,
  form.webform-client-form .webform-component textarea::-moz-placeholder {
    color: #787a77;
    font-weight: 300;
  }
  form.webform-client-form .webform-component input:-ms-input-placeholder,
  form.webform-client-form .webform-component textarea:-ms-input-placeholder {
    color: #787a77;
    font-weight: 300;
  }
  form.webform-client-form .webform-component textarea {
    padding: 10px;
    max-width: 100%;
    min-width: 100%;
    min-height: 200px;
  }
  form.webform-client-form .webform-component input[type="checkbox"] {
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #2aa7e2;
    background: #ffffff;
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    height: 25px;
    width: 25px;
    position: relative;
    cursor: pointer;
  }
  form.webform-client-form .webform-component input[type="checkbox"]:checked {
    border-color: #787a77;
  }
  form.webform-client-form .webform-component input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    background: url(../images/flag.svg) no-repeat center transparent;
    background-size: 18px;
    display: block;
    height: 25px;
    width: 25px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    top: -2px;
    left: -1px;
  }
  form.webform-client-form .webform-component label.option a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
  form.webform-client-form .submitForm {
    padding: 0 15px;
    display: table;
    margin-left: auto;
    width: 100%;
  }
  form.webform-client-form .submitForm .form-actions input,
  form.webform-client-form .submitForm .form-actions a {
    border: 1px solid transparent;
    background-color: #df111b;
    color: white;
    padding: 15px 30px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    margin: 20px 0 0 0;
  }
  form.webform-client-form .submitForm .form-actions input:hover,
  form.webform-client-form .submitForm .form-actions a:hover {
    background-color: #df111b;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  form.webform-client-form .maps {
    padding: 0;
  }
}
@media screen and (min-width: 480px) {
  form.webform-client-form fieldset {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  form.webform-client-form fieldset label {
    min-width: auto;
  }
}
@media screen and (min-width: 480px) {
  form.webform-client-form .submitForm {
    float: right;
    width: 27%;
  }
}
@media screen and (min-width: 480px) {
  form.webform-client-form .submitForm .form-actions input,
  form.webform-client-form .submitForm .form-actions a {
    width: auto;
    margin: 0 0 0 auto !important;
    height: 75px;
  }
}
@media screen and (max-width: 374px) {
  form.webform-client-form #idealCaptcha {
    margin-left: -25px;
  }
}
.form-actions {
  margin-right: 0 !important;
}
._FORMULA_ALLOGGIO select {
  height: 50px;
  width: auto;
  border: 1px solid #f2e0d0;
  color: #7a5d4e;
  font-weight: 300;
  background: #fff;
  font-size: 14px;
}
/* NDesign Web Agency */
/* www.ndesign.it */
/*---------------------------------------------*/
/* STRUMENTI DI SVILUPPO */
/*-------------------------------------------*/
