@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900");
/* line 1, ../scss/columns.scss */
.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-12 {
  float: left;
}

/* line 5, ../scss/columns.scss */
.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-12 {
  float: left;
}

/* line 15, ../scss/_typography.scss */
p {
  font-size: 1em;
  line-height: 1.15;
  color: #333333;
  font-weight: 400;
  text-rendering: optimizeLegibility !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: antialiased !important;
}
/* line 25, ../scss/_typography.scss */
p strong {
  font-weight: 700;
}

/* line 31, ../scss/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.5em;
  color: #333333;
  font-weight: 400;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: antialiased !important;
}
/* line 40, ../scss/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: antialiased !important;
}
/* line 48, ../scss/_typography.scss */
h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus {
  text-decoration: none;
  outline: 0;
}
/* line 54, ../scss/_typography.scss */
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  color: white;
}

/* line 60, ../scss/_typography.scss */
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-rendering: optimizeLegibility;
}
/* line 68, ../scss/_typography.scss */
a:hover, a:active, a:focus {
  text-decoration: none !important;
}
/* line 71, ../scss/_typography.scss */
a.btn {
  color: #fff;
  background: #000;
  font-weight: 800;
  padding: 15px 25px;
  border-radius: 5px;
}
/* line 77, ../scss/_typography.scss */
a.btn:hover {
  opacity: 0.6;
}

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

/* line 30, ../scss/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 37, ../scss/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 41, ../scss/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 47, ../scss/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 55, ../scss/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 62, ../scss/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 67, ../scss/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 71, ../scss/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 75, ../scss/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 79, ../scss/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 82, ../scss/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 85, ../scss/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 91, ../scss/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 95, ../scss/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 99, ../scss/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 103, ../scss/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 109, ../scss/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
/* line 115, ../scss/_slick.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 119, ../scss/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 128, ../scss/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 15px;
  padding: 0;
  cursor: pointer;
}
/* line 137, ../scss/_slick.scss */
.slick-dots li button {
  border: 0;
  background: #333333;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 100%;
}
/* line 150, ../scss/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 152, ../scss/_slick.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 156, ../scss/_slick.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: transparent;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 174, ../scss/_slick.scss */
.slick-dots li.slick-active button {
  background-color: #333333;
}

/* line 1, ../scss/_global.scss */
b, strong {
  font-weight: 900;
}

/* line 5, ../scss/_global.scss */
p strong {
  font-weight: 900;
}

/* line 14, ../scss/_global.scss */
button:active {
  outline: 0;
  border: none;
}

/* line 18, ../scss/_global.scss */
button {
  outline: 0;
}

/* line 19, ../scss/_global.scss */
button:focus {
  outline: 0;
  box-shadow: none;
}

/* line 26, ../scss/_global.scss */
body {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1em;
}

/* line 35, ../scss/_global.scss */
a:hover {
  background-color: inherit;
  color: #000;
}

/* line 40, ../scss/_global.scss */
a.btn:hover {
  opacity: 1;
}

/* line 49, ../scss/_global.scss */
ul li a, .nav li a {
  color: #333333;
  font-size: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
/* line 55, ../scss/_global.scss */
ul li a:hover, ul li a:focus, .nav li a:hover, .nav li a:focus {
  text-decoration: none;
  color: #333333;
  background: transparent;
}
/* line 62, ../scss/_global.scss */
ul li a.dropdown-toggle:after, .nav li a.dropdown-toggle:after {
  color: transparent;
  display: none;
}
/* line 70, ../scss/_global.scss */
ul li.active > a, .nav li.active > a {
  text-decoration: none;
  font-weight: 700;
}

/* line 78, ../scss/_global.scss */
span.wpcf7-not-valid-tip {
  color: #2dc489 !important;
  font-size: 0.888em;
  font-style: italic;
}

/* line 84, ../scss/_global.scss */
div.wpcf7-validation-errors {
  border: 0 !important;
  margin: 0;
  padding: 15px;
  font-style: italic;
}

/* line 91, ../scss/_global.scss */
div.wpcf7-mail-sent-ok {
  border: 0 !important;
  background: transparent !important;
}

/* line 96, ../scss/_global.scss */
div.cta-wrap {
  float: left;
  margin: 110px 0 100px;
  width: 100%;
  padding: 4em 16%;
  background: #333333;
}
/* line 103, ../scss/_global.scss */
div.cta-wrap .cta-paragraph {
  margin-bottom: 45px;
}
/* line 105, ../scss/_global.scss */
div.cta-wrap .cta-paragraph p {
  color: white;
  text-align: center;
  font-size: 1.5em;
}
/* line 111, ../scss/_global.scss */
div.cta-wrap .cta-link {
  text-align: center;
}
/* line 113, ../scss/_global.scss */
div.cta-wrap .cta-link a {
  color: white;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 700;
  padding: 10px;
  position: relative;
}
/* line 123, ../scss/_global.scss */
div.cta-wrap .cta-link a:after {
  content: " ";
  background-image: url(/wp-content/themes/wpbase/img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 33px;
  height: 16px;
  margin-left: 10px;
  position: absolute;
  top: 29%;
  right: -33px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 137, ../scss/_global.scss */
div.cta-wrap .cta-link a:hover:after {
  right: -50px;
}

/* line 147, ../scss/_global.scss */
.wrapper {
  padding: 0;
}

/* line 155, ../scss/_global.scss */
.wpcf7-form p {
  position: relative;
}
/* line 159, ../scss/_global.scss */
.wpcf7-form label {
  width: 100%;
  font-size: 1em;
  color: #84848d;
}
/* line 164, ../scss/_global.scss */
.wpcf7-form label input.wpcf7-form-control, .wpcf7-form label textarea {
  width: 100%;
  color: #333333;
  border: 0;
  border-bottom: 2px solid #333333;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 172, ../scss/_global.scss */
.wpcf7-form label input.wpcf7-form-control:focus, .wpcf7-form label input.wpcf7-form-control:active, .wpcf7-form label textarea:focus, .wpcf7-form label textarea:active {
  outline: 0;
  border-color: #2dc489;
}
/* line 178, ../scss/_global.scss */
.wpcf7-form label .wpcf7-select {
  width: 100%;
  margin-top: 10px;
}
/* line 181, ../scss/_global.scss */
.wpcf7-form label .wpcf7-select:focus, .wpcf7-form label .wpcf7-select:active {
  outline: 0;
}
/* line 189, ../scss/_global.scss */
.wpcf7-form label.form-obiettivo {
  color: #2dc489;
  font-weight: bold;
}
/* line 196, ../scss/_global.scss */
.wpcf7-form input.wpcf7-submit {
  padding: 20px;
  border: 0;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 45px;
  background-size: 33px 16px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  color: #2dc489;
  width: 100%;
  text-align: right;
  font-weight: 700;
}
/* line 214, ../scss/_global.scss */
.wpcf7-form input.wpcf7-submit:focus, .wpcf7-form input.wpcf7-submit:active {
  outline: 0;
}
/* line 220, ../scss/_global.scss */
.wpcf7-form select.wpcf7-select {
  border-radius: 0 !important;
  background-color: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  background: url(/wp-content/themes/wpbase/img/arrow-down-white.svg) no-repeat right;
  background-position: right bottom;
}
/* line 232, ../scss/_global.scss */
.wpcf7-form select.wpcf7-select:focus, .wpcf7-form select.wpcf7-select:active {
  outline: 0 !important;
}
/* line 236, ../scss/_global.scss */
.wpcf7-form div.wpcf7-mail-sent-ng {
  border: 0 !important;
  color: #2dc489;
}

/* line 244, ../scss/_global.scss */
#cookie-notice {
  background-color: #84848d;
}
/* line 246, ../scss/_global.scss */
#cookie-notice a#cn-accept-cookie, #cookie-notice a.button.bootstrap {
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: solid 1px #fff !important;
  padding: 0 !important;
  text-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
  font-family: 'Asap' !important;
}

/* line 261, ../scss/_global.scss */
.widget_sib_subscribe_form .sib-alert-message-warning, .widget_sib_subscribe_form .sib-alert-message-success {
  background-color: transparent !important;
  border: 0 !important;
}
/* line 265, ../scss/_global.scss */
.widget_sib_subscribe_form .sib-alert-message-warning {
  color: #2dc489 !important;
}
/* line 268, ../scss/_global.scss */
.widget_sib_subscribe_form .sib-alert-message-success {
  color: #2dc489 !important;
}

/* line 273, ../scss/_global.scss */
p {
  letter-spacing: 0.5px;
  line-height: 1.6;
}

/* line 281, ../scss/_global.scss */
a.btn {
  border-radius: 0px;
}

/* line 287, ../scss/_global.scss */
.content-text {
  color: #333333;
  font-size: 1em;
  padding-bottom: 20px;
}
/* line 292, ../scss/_global.scss */
.content-text max
img {
  padding-bottom: 3px;
  padding-right: 5px;
}

/* line 301, ../scss/_global.scss */
#main-menu li:hover {
  font-weight: 800;
}
/* line 303, ../scss/_global.scss */
#main-menu li:hover a {
  color: #BE010F!important;
}
/* line 308, ../scss/_global.scss */
#main-menu li.active a, #main-menu li.current-menu-ancestor a {
  color: #BE010F;
}

/* line 315, ../scss/_global.scss */
#wrapper-navbar nav.navbar .navbar-collapse {
  margin-bottom: -20px;
  padding: 10px 0px;
}

/* line 321, ../scss/_global.scss */
#colophon a:hover {
  color: #fff!important;
}

/* line 326, ../scss/_global.scss */
ul {
  color: #333333;
  font-weight: 400;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

/* line 3, ../scss/_header.scss */
header #wrapper-navbar-secondary {
  background: #EEEEEE;
  color: black;
  font-family: "Raleway", sans-serif;
}
/* line 7, ../scss/_header.scss */
header #wrapper-navbar-secondary ul {
  float: right;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}
/* line 12, ../scss/_header.scss */
header #wrapper-navbar-secondary ul li a {
  font-weight: 600;
  padding: 5px 0 5px 15px;
}

/* line 22, ../scss/_header.scss */
#wrapper-navbar {
  /*position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #f9f9f9;*/
}
/* line 28, ../scss/_header.scss */
#wrapper-navbar .navbar-brand {
  padding: 12px 30px 12px 0;
  margin: 0;
}
/* line 32, ../scss/_header.scss */
#wrapper-navbar .navbar-brand > img {
  width: auto;
  max-height: 35px;
}
/* line 38, ../scss/_header.scss */
#wrapper-navbar nav.navbar {
  background-color: #fff;
  padding: 16px 0;
  height: 110px;
}
/* line 44, ../scss/_header.scss */
#wrapper-navbar nav.navbar #logo img {
  height: 80px;
  width: auto;
  max-width: none;
}
/* line 51, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse {
  display: block!important;
  margin-bottom: -50px;
}
/* line 55, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul > li:hover a {
  font-weight: 700;
}
/* line 60, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul {
  float: right;
  display: block;
}
/* line 63, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul li {
  padding: 0;
  border-bottom: 0 solid #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 68, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul li a {
  font-size: 0.85em;
  padding: 10px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
}
/* line 75, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul li a:hover {
  color: #b3b1c1;
}
/* line 80, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul li.current-menu-ancestor a {
  text-decoration: none;
  font-weight: 700;
}
/* line 86, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul li.dropdown.open {
  border-bottom: 10px solid #E3E2EB;
}
/* line 90, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul li .dropdown-menu {
  width: auto;
  position: absolute;
  background: #E3E2EB;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 20px 8.333%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 100, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul li .dropdown-menu li {
  float: left;
  width: 75%;
}
/* line 104, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul li .dropdown-menu li a {
  font-weight: 700;
}
/* line 107, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul li .dropdown-menu li a:hover {
  background: transparent;
  color: #333333;
}
/* line 113, ../scss/_header.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul li .dropdown-menu li.active a {
  color: #333333;
}

/* line 127, ../scss/_header.scss */
.header-image {
  position: relative;
}
/* line 130, ../scss/_header.scss */
.header-image header {
  position: absolute;
  top: 0;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 150px;
}
/* line 140, ../scss/_header.scss */
.header-image header h1, .header-image header .home-header-title {
  color: white;
  font-size: 1.5em;
  letter-spacing: 2px;
  padding: 0 16%;
}
/* line 147, ../scss/_header.scss */
.header-image header h2, .header-image header .home-header-subtitle {
  color: white;
  font-size: 3.75em;
  letter-spacing: 5px;
  padding-top: 20px;
  padding: 0 16%;
}
/* line 155, ../scss/_header.scss */
.header-image header nav.breadcrumbs {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  bottom: 30px;
}
/* line 163, ../scss/_header.scss */
.header-image header nav.breadcrumbs ul li > a, .header-image header nav.breadcrumbs ul li > span {
  color: white;
  font-size: 0.812em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 169, ../scss/_header.scss */
.header-image header nav.breadcrumbs ul li > span {
  font-weight: 700;
}
/* line 173, ../scss/_header.scss */
.header-image header nav.breadcrumbs ul li:after {
  color: #fff;
}

/* line 188, ../scss/_header.scss */
.page-header {
  height: 200px;
  display: flex;
  align-items: center;
}
/* line 192, ../scss/_header.scss */
.page-header .container {
  position: relative;
}
/* line 194, ../scss/_header.scss */
.page-header .container h1 {
  position: absolute;
  text-align: left;
  color: white;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 201, ../scss/_header.scss */
.page-header .container p {
  text-align: center;
  color: white;
  font-size: 1.5em;
}

/* line 206, ../scss/_header.scss */
.entry-content {
  padding: 100px 0;
}
/* line 208, ../scss/_header.scss */
.entry-content h2 {
  font-size: 1.75em;
  padding-bottom: 50px;
  color: #333333;
  padding-bottom: 50px;
}
/* line 213, ../scss/_header.scss */
.entry-content p {
  font-size: 1em;
  color: #424242;
  padding-bottom: 65px;
}

/* line 219, ../scss/_header.scss */
.iconmobile {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  position: absolute;
  top: 6px;
}
/* line 224, ../scss/_header.scss */
.iconmobile i {
  margin-right: 10px;
}
/* line 227, ../scss/_header.scss */
.iconmobile a {
  margin-left: 10px;
}

/* line 232, ../scss/_header.scss */
#secondary-menu-top {
  list-style: none;
  font-size: 12px!important;
}

/* line 1, ../scss/_footer.scss */
footer#colophon {
  background: #EEEEEE;
}
/* line 3, ../scss/_footer.scss */
footer#colophon p {
  color: #333333;
  font-size: 0.85em;
}
/* line 7, ../scss/_footer.scss */
footer#colophon strong {
  font-weight: 700;
}

/* line 13, ../scss/_footer.scss */
#colophon .social {
  text-align: center;
}
/* line 15, ../scss/_footer.scss */
#colophon .social .socialicon {
  width: auto;
  height: 40px;
  padding-right: 5px;
}
/* line 21, ../scss/_footer.scss */
#colophon .link {
  text-align: right;
}
/* line 24, ../scss/_footer.scss */
#colophon .copy {
  background: #333333;
  padding: 8px 0px;
}

/* line 2, ../scss/_sections.scss */
.page-id-5 #contacts {
  background: #2dc489;
  text-align: center;
  padding: 80px 0;
  height: auto;
}
/* line 7, ../scss/_sections.scss */
.page-id-5 #contacts h2 {
  font-size: 2.5em;
  font-weight: 800;
  color: #fff;
}
/* line 12, ../scss/_sections.scss */
.page-id-5 #contacts p {
  color: #fff;
}
/* line 15, ../scss/_sections.scss */
.page-id-5 #contacts .btn {
  font-size: 1.5em;
  padding: 25px 35px;
  margin-top: 40px;
  letter-spacing: 1px;
}

/* line 24, ../scss/_sections.scss */
#contacts a:hover {
  background: inherit;
  border: 2px solid white;
  color: #fff;
}

/* line 37, ../scss/_sections.scss */
#sections .sections-wrapper {
  position: relative;
  padding: 90px 0 110px;
}
/* line 42, ../scss/_sections.scss */
#sections article {
  position: relative;
  z-index: 2;
}
/* line 45, ../scss/_sections.scss */
#sections article nav {
  text-align: right;
  margin-top: -100px;
  float: right;
  width: 100%;
  right: 0px;
  position: absolute;
  bottom: 40px;
  z-index: 999;
}
/* line 54, ../scss/_sections.scss */
#sections article nav a {
  background: #fff;
  color: #000;
  padding: 40px 120px;
  font-size: 1.5em;
}
/* line 61, ../scss/_sections.scss */
#sections h1 {
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 2.812em;
  font-weight: 800;
  padding-bottom: 25px;
}
/* line 69, ../scss/_sections.scss */
#sections p {
  color: #fff;
}

/* line 77, ../scss/_sections.scss */
#servizi {
  padding: 80px 0 0 30%;
  font-size: 1em;
}
/* line 80, ../scss/_sections.scss */
#servizi .menu-item {
  float: none;
  display: initial;
}
/* line 83, ../scss/_sections.scss */
#servizi .menu-item a {
  font-weight: normal;
  position: relative;
}
/* line 89, ../scss/_sections.scss */
#servizi .menu-item.current-menu-item a:before {
  content: "•";
  float: left;
  padding-right: 5px;
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  left: -5px;
  color: #2c8e66;
  top: -4px;
}

/* line 106, ../scss/_sections.scss */
#about img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
/* line 111, ../scss/_sections.scss */
#about h2 {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 2.125em;
  margin-bottom: 0px;
  padding: 90px 0px 60px 0px;
}
/* line 119, ../scss/_sections.scss */
#about .about {
  background-color: #000;
}
/* line 121, ../scss/_sections.scss */
#about .about h3 {
  color: #fff;
}
/* line 124, ../scss/_sections.scss */
#about .about p {
  color: #fff;
}
/* line 128, ../scss/_sections.scss */
#about .container {
  padding: 80px 0%;
}
/* line 130, ../scss/_sections.scss */
#about .container h2 {
  text-align: center;
  font-size: 1.75em;
  padding-bottom: 50px;
  color: #111111;
  background-color: #fff;
  padding-top: 40px;
}
/* line 138, ../scss/_sections.scss */
#about .container p {
  padding: 0 10%;
}

/* line 147, ../scss/_sections.scss */
#links {
  padding-bottom: 60px;
}
/* line 149, ../scss/_sections.scss */
#links h2 {
  text-align: center;
  font-size: 1.875em;
}
/* line 153, ../scss/_sections.scss */
#links p {
  text-align: center;
  font-size: 1.125em;
  font-weight: 300;
}
/* line 158, ../scss/_sections.scss */
#links ul {
  text-align: center;
  padding-top: 20px;
}
/* line 162, ../scss/_sections.scss */
#links ul li figcaption {
  padding-top: 10px;
  font-weight: 600;
}
/* line 166, ../scss/_sections.scss */
#links ul li figure {
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 171, ../scss/_sections.scss */
#links ul li a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* line 184, ../scss/_sections.scss */
#colophon {
  background-color: #000;
  padding-top: 50px;
}
/* line 187, ../scss/_sections.scss */
#colophon h3 {
  color: white;
  padding-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 600;
}
/* line 193, ../scss/_sections.scss */
#colophon p {
  color: white;
  line-height: 1.8;
}
/* line 198, ../scss/_sections.scss */
#colophon .socialicon a {
  padding-right: 20px;
}
/* line 202, ../scss/_sections.scss */
#colophon .menu-legal-container {
  margin: auto;
}
/* line 205, ../scss/_sections.scss */
#colophon .socialmenu {
  text-align: right;
}
/* line 207, ../scss/_sections.scss */
#colophon .socialmenu .socialicon {
  float: right;
}

/* line 214, ../scss/_sections.scss */
#legal {
  padding-left: 0px;
}
/* line 217, ../scss/_sections.scss */
#legal li a {
  color: white;
  font-weight: 300;
  font-size: 0.8em;
}

/* line 226, ../scss/_sections.scss */
.copy {
  text-align: center;
  font-size: 0.75em;
}

/* line 238, ../scss/_sections.scss */
#popup {
  z-index: 99;
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: rgba(62, 62, 62, 0.8);
  width: 380px;
}
/* line 245, ../scss/_sections.scss */
#popup h3 {
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  padding: 20px 20px 10px 20px;
}
/* line 251, ../scss/_sections.scss */
#popup p {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.3;
}
/* line 257, ../scss/_sections.scss */
#popup #telephone {
  padding: 0px 40px;
}
/* line 261, ../scss/_sections.scss */
#popup #formline {
  display: flex;
  padding: 0px 40px;
  padding-bottom: 20px;
}
/* line 265, ../scss/_sections.scss */
#popup #name {
  margin-right: 20px;
}
/* line 269, ../scss/_sections.scss */
#popup #send input {
  background-color: #BE010F;
  text-align: center;
  color: white;
  font-size: 1em;
  font-weight: 300;
  border-radius: 0px;
  position: relative;
  margin-left: 0px;
}
/* line 280, ../scss/_sections.scss */
#popup .wpcf7-form label input.wpcf7-form-control, #popup .wpcf7-form label textarea {
  border-bottom: 0px;
  border-radius: 0px;
}

/* line 289, ../scss/_sections.scss */
.calltoaction {
  background: #B68E56;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #a58559, #d9b380);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #a58559, #d9b380);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #a58559, #d9b380);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #a58559, #d9b380);
  /* Standard syntax */
  margin: 80px 70px 80px 70px;
  padding: 30px 0px;
}
/* line 297, ../scss/_sections.scss */
.calltoaction h2 {
  text-align: center;
  color: white;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-left: 60px;
  margin-right: 60px;
}
/* line 305, ../scss/_sections.scss */
.calltoaction p {
  text-align: center;
  color: white;
  max-width: 100%!important;
  font-size: 1.3em;
  padding-bottom: 30px;
}
/* line 312, ../scss/_sections.scss */
.calltoaction a {
  background: #000;
  color: white;
  border: 0px;
  padding: 10px 50px;
  font-size: 1em;
}

/* line 323, ../scss/_sections.scss */
.content-block {
  padding-bottom: 80px;
}
/* line 325, ../scss/_sections.scss */
.content-block p {
  padding-bottom: 30px;
}
/* line 329, ../scss/_sections.scss */
.content-block .content-text img {
  padding-right: 10px;
}

/* line 338, ../scss/_sections.scss */
.dropdown-menu:hover {
  display: grid;
}

/* line 343, ../scss/_sections.scss */
#menu-item-130 + a:hover .dropdown-menu {
  display: grid;
}

/* line 351, ../scss/_sections.scss */
#brands header {
  text-align: center;
}
/* line 353, ../scss/_sections.scss */
#brands header h2 {
  font-size: 2.125em;
}
/* line 357, ../scss/_sections.scss */
#brands ul {
  display: flex;
  padding-left: 0px;
}
/* line 360, ../scss/_sections.scss */
#brands ul li {
  padding: 60px;
  margin: 0 auto;
}

/* line 370, ../scss/_sections.scss */
#slideshow img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
/* line 375, ../scss/_sections.scss */
#slideshow article {
  position: relative;
}
/* line 377, ../scss/_sections.scss */
#slideshow article .parallelogram_home {
  width: 60%;
  height: 100%;
  right: -15%;
  position: absolute;
  transform: skew(-30deg);
  background-color: rgba(0, 0, 0, 0.6);
  border-left: 80px solid #be010f;
}
/* line 387, ../scss/_sections.scss */
#slideshow article header {
  position: absolute;
  right: 0;
  height: 280px;
  width: 600px;
  padding-left: 30px;
  padding-top: 40px;
  margin-top: 300px;
  padding-right: 60px;
}
/* line 396, ../scss/_sections.scss */
#slideshow article header h1 {
  font-size: 2.125em;
  color: white;
  padding-bottom: 0px;
}
/* line 402, ../scss/_sections.scss */
#slideshow article header p {
  color: white;
  padding-bottom: 20px;
}
/* line 407, ../scss/_sections.scss */
#slideshow article header nav a {
  background: #A58559;
  font-size: 1em;
  padding: 10px 50px;
}
/* line 415, ../scss/_sections.scss */
#slideshow .slick-dots {
  bottom: 0px;
}

/* line 423, ../scss/_sections.scss */
#case-history {
  padding: 100px 0px;
  padding-bottom: 50px;
}
/* line 426, ../scss/_sections.scss */
#case-history .case-title {
  text-align: center;
}
/* line 428, ../scss/_sections.scss */
#case-history .case-title h2 {
  font-size: 2.815em;
  padding-bottom: 20px;
}
/* line 433, ../scss/_sections.scss */
#case-history .slick-casehistory {
  text-align: center;
}
/* line 435, ../scss/_sections.scss */
#case-history .slick-casehistory .slick-list {
  background: #e8e1d6;
  height: auto;
  margin: auto;
  width: 40%;
}
/* line 444, ../scss/_sections.scss */
#case-history .slick-casehistory .slick-slide header p {
  font-size: 1em;
}
/* line 446, ../scss/_sections.scss */
#case-history .slick-casehistory .slick-slide header p a {
  font-size: 1em;
  background: #A58559;
  padding: 20px 30px;
  color: #fff;
}
/* line 453, ../scss/_sections.scss */
#case-history .slick-casehistory .slick-slide header .autore {
  color: #000;
  font-size: 0.8em;
  padding-bottom: 40px;
}
/* line 461, ../scss/_sections.scss */
#case-history .slick-casehistory .slick-prev {
  position: absolute;
  left: 25%;
  top: 100px;
}
/* line 466, ../scss/_sections.scss */
#case-history .slick-casehistory .slick-next {
  position: absolute;
  right: 25%;
  top: 100px;
}

/* line 478, ../scss/_sections.scss */
.facetwp-template {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
/* line 482, ../scss/_sections.scss */
.facetwp-template article {
  position: relative;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0px!important;
  border: 5px solid white;
  overflow: hidden;
}
/* line 490, ../scss/_sections.scss */
.facetwp-template article header {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  text-align: center;
}
/* line 496, ../scss/_sections.scss */
.facetwp-template article header h1 {
  text-transform: uppercase;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 45%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  opacity: 0;
}
/* line 507, ../scss/_sections.scss */
.facetwp-template article header a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
/* line 517, ../scss/_sections.scss */
.facetwp-template article header:hover h1 {
  opacity: 1!important;
}
/* line 524, ../scss/_sections.scss */
.facetwp-template article:hover img {
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 538, ../scss/_sections.scss */
.archive #sidebar-left li {
  padding: 10px 0px;
}
/* line 543, ../scss/_sections.scss */
.archive .events-list-filter select {
  text-transform: uppercase;
  color: #424242;
  min-width: 200px;
}

/* line 551, ../scss/_sections.scss */
.facetwp-template .product img {
  height: 300px;
  width: 400px;
  object-fit: cover;
}

/* line 565, ../scss/_sections.scss */
#navbarNavDropdown #main-menu li:hover ul {
  display: grid;
}
/* line 570, ../scss/_sections.scss */
#navbarNavDropdown #main-menu .show ul {
  display: grid;
}

/* line 577, ../scss/_sections.scss */
#wrapper-navbar nav.navbar .navbar-collapse > ul li .dropdown-menu {
  background-color: #fff;
}

/* line 589, ../scss/_sections.scss */
.entry-content .container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 593, ../scss/_sections.scss */
.entry-content .container ul li {
  padding-left: 1em;
  text-indent: -0.7em;
}
/* line 597, ../scss/_sections.scss */
.entry-content .container ul li::before {
  content: "•";
  color: #b18c5e;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: 900;
}
/* line 608, ../scss/_sections.scss */
.entry-content .content-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 25px;
}
/* line 613, ../scss/_sections.scss */
.entry-content .content-block ul .lines {
  line-height: 1;
}
/* line 616, ../scss/_sections.scss */
.entry-content .content-block ul .line {
  padding-top: 15px;
}
/* line 619, ../scss/_sections.scss */
.entry-content .content-block ul li {
  color: #000;
  padding-left: 1em;
  text-indent: -25px;
}
/* line 624, ../scss/_sections.scss */
.entry-content .content-block ul li::before {
  content: "•";
  color: #b18c5e;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: 900;
}

/* line 638, ../scss/_sections.scss */
.page-id-643 .entry-content .content .formcontacts #wpcf7-f656-p643-o1 .wpcf7-form label input.wpcf7-form-control {
  border-radius: 0px;
}

/* line 642, ../scss/_sections.scss */
#messaggio textarea {
  border: 0px!important;
  border-radius: 0px;
}

/* line 650, ../scss/_sections.scss */
.contact-menu {
  background-color: rgba(182, 142, 86, 0.7);
  width: 100%;
  margin: auto;
  margin-top: 80px;
}
/* line 655, ../scss/_sections.scss */
.contact-menu h3 {
  text-align: center;
  color: white;
  padding: 20px 0;
}
/* line 661, ../scss/_sections.scss */
.contact-menu label {
  padding: 0 10%;
}
/* line 664, ../scss/_sections.scss */
.contact-menu .wpcf7-form label input.wpcf7-form-control, .contact-menu .wpcf7-form label textarea {
  border: 0px!important;
  border-radius: 0px;
}
/* line 668, ../scss/_sections.scss */
.contact-menu #send input {
  background-color: #000;
  text-align: center;
  color: white;
  font-size: 1em;
  font-weight: 300;
  border-radius: 0px;
  width: 100%;
  position: relative;
  margin: 0;
  padding-top: 20px;
  margin-top: 20px;
}

/* line 684, ../scss/_sections.scss */
.page-id-221 .contact-menu {
  width: 60%;
}

/* line 693, ../scss/_sections.scss */
#about .about .container {
  padding-top: 0px;
}
/* line 696, ../scss/_sections.scss */
#about .about ul {
  list-style: none;
  display: inline-flex;
  width: 100%;
  padding-left: 0px;
}
/* line 701, ../scss/_sections.scss */
#about .about ul li {
  width: 100%;
}
/* line 703, ../scss/_sections.scss */
#about .about ul li .abstract {
  text-align: center;
}
/* line 706, ../scss/_sections.scss */
#about .about ul li .border-circle {
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid white;
  border-radius: 100%;
  width: 150px;
  height: 150px;
}
/* line 714, ../scss/_sections.scss */
#about .about ul li .border-circle:hover {
  background-color: rgba(50, 153, 113, 0.8);
  -webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
}
/* line 722, ../scss/_sections.scss */
#about .about ul li h3 {
  text-align: center;
}
/* line 726, ../scss/_sections.scss */
#about .about ul li img {
  width: 90px;
  height: 90px;
  margin: auto;
  margin-top: 30px;
}
/* line 732, ../scss/_sections.scss */
#about .about ul li p {
  display: grid;
  text-align: center;
}

/* line 744, ../scss/_sections.scss */
.page-id-1075 .wpcf7-form label input.wpcf7-form-control, .page-id-1075 .wpcf7-form label textarea {
  border-bottom: 0px;
  border-radius: 0px;
}
/* line 749, ../scss/_sections.scss */
.page-id-1075 .wpcf7-form label input.wpcf7-form-control, .page-id-1075 .wpcf7-form label select {
  border: 1px solid black;
}
/* line 753, ../scss/_sections.scss */
.page-id-1075 .wpcf7-form input.wpcf7-submit {
  background: #000;
  width: 100%;
  text-align: center;
  margin-top: -40px;
}
/* line 760, ../scss/_sections.scss */
.page-id-1075 #call {
  padding-top: 20px;
}
/* line 763, ../scss/_sections.scss */
.page-id-1075 #arredo {
  padding-top: 20px;
}
/* line 766, ../scss/_sections.scss */
.page-id-1075 #impianto {
  padding-top: 20px;
}
/* line 770, ../scss/_sections.scss */
.page-id-1075 #popup {
  display: none !important;
}
/* line 775, ../scss/_sections.scss */
.page-id-1075 .moreinformation {
  padding: 50px;
  padding-bottom: 0px;
  background-color: rgba(182,142,86,0.7);
}
/* line 779, ../scss/_sections.scss */
.page-id-1075 .moreinformation label {
  color: #000;
}
/* line 781, ../scss/_sections.scss */
.page-id-1075 .moreinformation label select {
  background: #fff;
  border: 0px;
}
/* line 786, ../scss/_sections.scss */
.page-id-1075 .moreinformation p {
  text-align: left;
  color: #111111;
}
/* line 791, ../scss/_sections.scss */
.page-id-1075 input {
  background: #f2f2f2;
}
/* line 794, ../scss/_sections.scss */
.page-id-1075 #links {
  display: none;
}
/* line 798, ../scss/_sections.scss */
.page-id-1075 .content-text {
  text-align: center;
  margin-bottom: -50px;
}

/* line 808, ../scss/_sections.scss */
.page-id-944 .page-header h1 {
  display: none;
}
/* line 811, ../scss/_sections.scss */
.page-id-944 .page-header p {
  display: none;
}
/* line 816, ../scss/_sections.scss */
.page-id-944 .entry-content h2 {
  text-align: center;
  font-size: 2em;
}
/* line 820, ../scss/_sections.scss */
.page-id-944 .entry-content p {
  padding-bottom: 20px;
}
/* line 824, ../scss/_sections.scss */
.page-id-944 a:hover {
  color: #fff!important;
}

/* line 833, ../scss/_sections.scss */
.archive .container .row nav {
  width: 100%;
}
/* line 835, ../scss/_sections.scss */
.archive .container .row nav .pagination {
  float: right;
  margin-right: 30px;
  margin-top: 30px;
}
/* line 840, ../scss/_sections.scss */
.archive .container .row nav .page-item.active .page-link {
  background-color: #2c8e66;
  border: 0px;
  color: #fff;
}
/* line 845, ../scss/_sections.scss */
.archive .container .row nav .page-link {
  color: #2c8e66;
}

/* line 854, ../scss/_sections.scss */
.page-id-1075 .page-header h1 {
  display: none;
}
/* line 855, ../scss/_sections.scss */
.page-id-1075 .page-header p {
  display: none;
}

/* line 860, ../scss/_sections.scss */
#contacts .big {
  font-size: 1.4em;
}

/* line 869, ../scss/_sections.scss */
section#cta article {
  padding: 100px 8.333%;
}
/* line 872, ../scss/_sections.scss */
section#cta header {
  margin-bottom: 15px;
}
/* line 874, ../scss/_sections.scss */
section#cta header h1 {
  font-size: 2.5em;
  color: #fff;
  font-weight: 700;
}
/* line 878, ../scss/_sections.scss */
section#cta header h1 span {
  font-size: 0.75em;
}
/* line 884, ../scss/_sections.scss */
section#cta nav a {
  padding: 15px 20px;
  background: #fff;
  color: #333333;
  text-align: center;
  font-weight: 700;
}

/* line 896, ../scss/_sections.scss */
#send .ajax-loader {
  display: none!important;
}

/* line 1, ../scss/_page.scss */
body {
  color: #fff;
}

/* line 8, ../scss/_page.scss */
.page-template-default .entry-content p {
  max-width: 70%;
}
/* line 13, ../scss/_page.scss */
.page-template-default .entry-content div.img-wrapper {
  width: 100%;
}
/* line 15, ../scss/_page.scss */
.page-template-default .entry-content div.img-wrapper img {
  width: inherit;
  height: auto;
}

/* line 24, ../scss/_page.scss */
#about img {
  width: 100%;
}

/* line 27, ../scss/_page.scss */
#contacts {
  width: 100%;
  height: 250px;
  text-align: center;
  background: #B68E56;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #a58559, #d9b380);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #a58559, #d9b380);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #a58559, #d9b380);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #a58559, #d9b380);
  /* Standard syntax */
  display: flex;
  align-items: center;
}
/* line 39, ../scss/_page.scss */
#contacts h2 {
  font-size: 1.75em;
  color: white;
}
/* line 44, ../scss/_page.scss */
#contacts p {
  font-size: 1.5em;
  color: white;
}
/* line 49, ../scss/_page.scss */
#contacts nav {
  color: white;
}
/* line 51, ../scss/_page.scss */
#contacts nav a {
  background: black;
}
/* line 54, ../scss/_page.scss */
#contacts nav a.btn {
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
}

/* line 62, ../scss/_page.scss */
#links {
  padding-top: 120px;
}
/* line 64, ../scss/_page.scss */
#links li {
  display: inline-block;
  text-align: center;
  width: 220px;
  margin: auto;
}
/* line 68, ../scss/_page.scss */
#links li figcaption {
  color: black;
  font-size: 1.3em;
  padding-top: 10px;
}

/* line 76, ../scss/_page.scss */
#brands {
  padding-bottom: 50px;
}
/* line 78, ../scss/_page.scss */
#brands .container {
  display: none;
}

/* line 87, ../scss/_page.scss */
.archive #sidebar-left {
  padding-top: 90px;
}
/* line 90, ../scss/_page.scss */
.archive .events-list-filter {
  padding-top: 90px;
}
/* line 92, ../scss/_page.scss */
.archive .events-list-filter ul {
  display: flex;
  background: #F3F2F2;
}
/* line 95, ../scss/_page.scss */
.archive .events-list-filter ul li {
  padding-right: 50px;
  list-style: none;
}
/* line 98, ../scss/_page.scss */
.archive .events-list-filter ul li select {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  margin-top: 40px;
}

/* line 113, ../scss/_page.scss */
.page-id-76 .entry-content h2 {
  text-align: center;
}
/* line 116, ../scss/_page.scss */
.page-id-76 .entry-content p {
  padding: 0 10%;
  padding-bottom: 10px;
}
/* line 120, ../scss/_page.scss */
.page-id-76 .entry-content li {
  color: #424242;
  margin: 0 10%;
}
/* line 124, ../scss/_page.scss */
.page-id-76 .entry-content .second-content {
  margin-top: 60px;
  color: #424242;
  padding: 0 10%;
}

/* line 137, ../scss/_page.scss */
.page-id-643 .page-header {
  display: none;
}
/* line 140, ../scss/_page.scss */
.page-id-643 .entry-content {
  padding: 20px 0px;
}
/* line 142, ../scss/_page.scss */
.page-id-643 .entry-content .content {
  display: flex;
  padding-top: 50px;
}
/* line 145, ../scss/_page.scss */
.page-id-643 .entry-content .content .col-md-6 {
  padding: 0 20px;
}
/* line 148, ../scss/_page.scss */
.page-id-643 .entry-content .content .maps {
  height: 400px;
}
/* line 151, ../scss/_page.scss */
.page-id-643 .entry-content .content .contacts {
  padding-bottom: 50px;
}
/* line 153, ../scss/_page.scss */
.page-id-643 .entry-content .content .contacts h3 {
  padding-top: 50px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 159, ../scss/_page.scss */
.page-id-643 .entry-content .content .contacts p {
  padding: 0px;
}
/* line 164, ../scss/_page.scss */
.page-id-643 .entry-content .content .formcontacts h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 170, ../scss/_page.scss */
.page-id-643 .entry-content .content .formcontacts #wpcf7-f656-p643-o1 .wpcf7-form label input.wpcf7-form-control {
  border-bottom: 0px!important;
  background: #f2f2f2;
  padding: 20px;
}
/* line 175, ../scss/_page.scss */
.page-id-643 .entry-content .content .formcontacts #wpcf7-f656-p643-o1 textarea {
  background: #f2f2f2;
}
/* line 179, ../scss/_page.scss */
.page-id-643 .entry-content .content .formcontacts #wpcf7-f656-p643-o1 #send input {
  background: black;
  position: relative;
  margin-left: 0px;
  margin-top: 20px;
  text-align: center;
  color: white;
}
/* line 187, ../scss/_page.scss */
.page-id-643 .entry-content .content .formcontacts #wpcf7-f656-p643-o1 #send input:hover {
  color: #329971;
}
/* line 196, ../scss/_page.scss */
.page-id-643 #links {
  display: none;
}
/* line 200, ../scss/_page.scss */
.page-id-643 .separator {
  clear: both;
  display: block;
  background-color: black;
  width: 60px;
  height: 3px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 213, ../scss/_page.scss */
.page-template-basic #paragraph_basic article {
  margin-bottom: 50px;
}
/* line 217, ../scss/_page.scss */
.page-template-basic .page-header {
  margin-bottom: 50px;
}
/* line 220, ../scss/_page.scss */
.page-template-basic .content {
  padding-bottom: 30px;
}
/* line 222, ../scss/_page.scss */
.page-template-basic .content h3 {
  font-size: 1.5em;
  font-weight: 800;
}
/* line 228, ../scss/_page.scss */
.page-template-basic .titleicon {
  display: flex;
}
/* line 230, ../scss/_page.scss */
.page-template-basic .titleicon img {
  border: 4px solid #BE010F;
  padding: 10px;
  z-index: 1;
  position: relative;
}
/* line 236, ../scss/_page.scss */
.page-template-basic .titleicon h2 {
  font-size: 28px;
  font-weight: 800;
  color: #BE010F;
  background: white;
  z-index: 99;
  padding: 0px 20px;
  margin-left: -4px;
  margin-top: auto;
  height: 100%;
  padding-top: 30px;
  margin-bottom: 0px;
  border-bottom: 4px solid #BE010F;
  width: 100%;
  padding-bottom: 10px;
}

/* line 257, ../scss/_page.scss */
.lineseparator {
  border-bottom: 4px solid #BE010F;
  width: 10%;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

/* line 3, ../scss/_homepage.scss */
body.home #home-title, .page-template-homepage #home-title {
  padding: 80px 0;
}
/* line 6, ../scss/_homepage.scss */
body.home #home-title article, .page-template-homepage #home-title article {
  padding: 0 12%;
  text-align: center;
}
/* line 11, ../scss/_homepage.scss */
body.home #home-title h1, .page-template-homepage #home-title h1 {
  font-size: 2.125em;
  font-weight: 800;
  margin-bottom: 45px;
}
/* line 19, ../scss/_homepage.scss */
body.home #tiles, .page-template-homepage #tiles {
  position: relative;
  padding: 90px 0 110px;
}
/* line 33, ../scss/_homepage.scss */
body.home #tiles h2, .page-template-homepage #tiles h2 {
  text-align: center;
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 2.812em;
  font-weight: 800;
}
/* line 41, ../scss/_homepage.scss */
body.home #tiles > .container, .page-template-homepage #tiles > .container {
  position: relative;
  z-index: 2;
}
/* line 45, ../scss/_homepage.scss */
body.home #tiles .tile, .page-template-homepage #tiles .tile {
  margin-top: 100px;
  text-align: center;
}
/* line 48, ../scss/_homepage.scss */
body.home #tiles .tile article, .page-template-homepage #tiles .tile article {
  background: #fff;
  padding: 25px;
  min-height: 370px;
}
/* line 53, ../scss/_homepage.scss */
body.home #tiles .tile article .icon, .page-template-homepage #tiles .tile article .icon {
  position: relative;
  top: -50px;
}
/* line 57, ../scss/_homepage.scss */
body.home #tiles .tile article h1, .page-template-homepage #tiles .tile article h1 {
  font-size: 1.75em;
  margin: -20px 0 20px 0;
}
/* line 61, ../scss/_homepage.scss */
body.home #tiles .tile article p, .page-template-homepage #tiles .tile article p {
  color: #242424;
}
/* line 64, ../scss/_homepage.scss */
body.home #tiles .tile article nav a, .page-template-homepage #tiles .tile article nav a {
  background: #be010f;
  padding: 10px 20px;
  bottom: 25px;
  display: block;
  font-weight: 700;
  width: auto;
  margin: 30px 50px 0px 50px;
}
/* line 73, ../scss/_homepage.scss */
body.home #tiles .tile article nav a:hover, .page-template-homepage #tiles .tile article nav a:hover {
  background: #000;
  color: #fff;
}
/* line 85, ../scss/_homepage.scss */
body.home #slideshow article.slick-slide, .page-template-homepage #slideshow article.slick-slide {
  position: relative;
}
/* line 87, ../scss/_homepage.scss */
body.home #slideshow article.slick-slide header, .page-template-homepage #slideshow article.slick-slide header {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40%;
  padding-top: 100px;
  margin-top: 0;
  padding-right: 7%;
  padding-left: 35px;
}
/* line 97, ../scss/_homepage.scss */
body.home #slideshow article.slick-slide h1, .page-template-homepage #slideshow article.slick-slide h1 {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  text-align: right;
}
/* line 103, ../scss/_homepage.scss */
body.home #slideshow article.slick-slide p, .page-template-homepage #slideshow article.slick-slide p {
  color: white;
  padding-bottom: 20px;
  text-align: right;
  font-size: 3em;
  font-weight: 800;
  line-height: 0.8em;
}
/* line 111, ../scss/_homepage.scss */
body.home #slideshow article.slick-slide nav, .page-template-homepage #slideshow article.slick-slide nav {
  text-align: center;
}
/* line 113, ../scss/_homepage.scss */
body.home #slideshow article.slick-slide nav a, .page-template-homepage #slideshow article.slick-slide nav a {
  background: #fff;
  font-size: 1em;
  padding: 10px 50px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
}
/* line 124, ../scss/_homepage.scss */
body.home #slideshow img, .page-template-homepage #slideshow img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
/* line 129, ../scss/_homepage.scss */
body.home #slideshow .slick-dots, .page-template-homepage #slideshow .slick-dots {
  bottom: 0px;
}
/* line 136, ../scss/_homepage.scss */
body.home #tiles-cta-text-2, body.home #tiles-cta-text, .page-template-homepage #tiles-cta-text-2, .page-template-homepage #tiles-cta-text {
  padding: 100px 0px;
}
/* line 139, ../scss/_homepage.scss */
body.home #tiles-cta-text-2 .tile-text h3, body.home #tiles-cta-text-2 .tile-text h2, body.home #tiles-cta-text .tile-text h3, body.home #tiles-cta-text .tile-text h2, .page-template-homepage #tiles-cta-text-2 .tile-text h3, .page-template-homepage #tiles-cta-text-2 .tile-text h2, .page-template-homepage #tiles-cta-text .tile-text h3, .page-template-homepage #tiles-cta-text .tile-text h2 {
  font-size: 1.5em;
  font-weight: 800;
}
/* line 144, ../scss/_homepage.scss */
body.home #tiles-cta-text-2 .tile-text .lineseparator, body.home #tiles-cta-text .tile-text .lineseparator, .page-template-homepage #tiles-cta-text-2 .tile-text .lineseparator, .page-template-homepage #tiles-cta-text .tile-text .lineseparator {
  border-bottom: 3px solid #BE010F;
  width: 20%;
}
/* line 148, ../scss/_homepage.scss */
body.home #tiles-cta-text-2 .tile-text header, body.home #tiles-cta-text .tile-text header, .page-template-homepage #tiles-cta-text-2 .tile-text header, .page-template-homepage #tiles-cta-text .tile-text header {
  width: 33.333%;
  float: left;
}
/* line 152, ../scss/_homepage.scss */
body.home #tiles-cta-text-2 .tile-text section, body.home #tiles-cta-text .tile-text section, .page-template-homepage #tiles-cta-text-2 .tile-text section, .page-template-homepage #tiles-cta-text .tile-text section {
  width: 66.666%;
  float: left;
}
/* line 157, ../scss/_homepage.scss */
body.home #tiles-cta-text-2 .tile-text .cta-images ul, body.home #tiles-cta-text .tile-text .cta-images ul, .page-template-homepage #tiles-cta-text-2 .tile-text .cta-images ul, .page-template-homepage #tiles-cta-text .tile-text .cta-images ul {
  padding: 0px;
  display: flex;
  list-style: none;
}
/* line 161, ../scss/_homepage.scss */
body.home #tiles-cta-text-2 .tile-text .cta-images ul li, body.home #tiles-cta-text .tile-text .cta-images ul li, .page-template-homepage #tiles-cta-text-2 .tile-text .cta-images ul li, .page-template-homepage #tiles-cta-text .tile-text .cta-images ul li {
  margin-right: 5%;
}
/* line 166, ../scss/_homepage.scss */
body.home #tiles-cta-text-2 .tile-text .cta-description, body.home #tiles-cta-text .tile-text .cta-description, .page-template-homepage #tiles-cta-text-2 .tile-text .cta-description, .page-template-homepage #tiles-cta-text .tile-text .cta-description {
  margin-top: 40px;
}
/* line 172, ../scss/_homepage.scss */
body.home #tiles-cta-text-2, .page-template-homepage #tiles-cta-text-2 {
  background-image: url(../img/industry-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 178, ../scss/_homepage.scss */
body.home #tiles-cta-2, .page-template-homepage #tiles-cta-2 {
  background-image: url(../img/pressa-revisionata-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 183, ../scss/_homepage.scss */
body.home #tiles-cta-2 .tile-cta, .page-template-homepage #tiles-cta-2 .tile-cta {
  padding: 100px 8.333%;
}
/* line 185, ../scss/_homepage.scss */
body.home #tiles-cta-2 .tile-cta p, .page-template-homepage #tiles-cta-2 .tile-cta p {
  font-size: 1.875em;
  color: #fff;
  font-weight: 700;
  width: 50%;
  line-height: 1em;
  margin-bottom: 25px;
}
/* line 195, ../scss/_homepage.scss */
body.home #tiles-cta-2 .tile-cta p span, .page-template-homepage #tiles-cta-2 .tile-cta p span {
  font-size: 0.5em;
}
/* line 199, ../scss/_homepage.scss */
body.home #tiles-cta-2 .tile-cta a, .page-template-homepage #tiles-cta-2 .tile-cta a {
  background: #be010f;
  padding: 15px 20px;
  font-weight: 700;
}
/* line 209, ../scss/_homepage.scss */
body.home #tiles-cta, .page-template-homepage #tiles-cta {
  background-color: #E09204!important;
}
/* line 211, ../scss/_homepage.scss */
body.home #tiles-cta .tile-cta, .page-template-homepage #tiles-cta .tile-cta {
  height: 200px;
  display: flex;
  width: 100%;
}
/* line 215, ../scss/_homepage.scss */
body.home #tiles-cta .tile-cta span, .page-template-homepage #tiles-cta .tile-cta span {
  font-size: 1.5em;
  font-weight: 600;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 40px;
}
/* line 223, ../scss/_homepage.scss */
body.home #tiles-cta .tile-cta nav, .page-template-homepage #tiles-cta .tile-cta nav {
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
/* line 227, ../scss/_homepage.scss */
body.home #tiles-cta .tile-cta nav a, .page-template-homepage #tiles-cta .tile-cta nav a {
  background: #fff;
  padding: 10px 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 239, ../scss/_homepage.scss */
body.home #form, .page-template-homepage #form {
  padding: 60px 8.333%;
  background-color: #E09204!important;
  margin: 60px 0;
}
/* line 243, ../scss/_homepage.scss */
body.home #form .form-title, .page-template-homepage #form .form-title {
  position: relative;
  margin-bottom: 40px;
}
/* line 246, ../scss/_homepage.scss */
body.home #form .form-title:after, .page-template-homepage #form .form-title:after {
  content: " ";
  margin-top: 10px;
  width: 15%;
  left: 40%;
  background: #fff;
  height: 4px;
  position: absolute;
  float: left;
  bottom: -13px;
}
/* line 258, ../scss/_homepage.scss */
body.home #form p, .page-template-homepage #form p {
  font-size: 1.875em;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
  text-align: center;
}
/* line 265, ../scss/_homepage.scss */
body.home #form p span, .page-template-homepage #form p span {
  font-size: 0.5em;
}
/* line 269, ../scss/_homepage.scss */
body.home #form a, .page-template-homepage #form a {
  background: #be010f;
  padding: 15px 20px;
  font-weight: 700;
}
/* line 274, ../scss/_homepage.scss */
body.home #form .wpcf7-form-control, .page-template-homepage #form .wpcf7-form-control {
  background: #fff;
  text-align: center!important;
}
/* line 278, ../scss/_homepage.scss */
body.home #form .wpcf7-submit, .page-template-homepage #form .wpcf7-submit {
  color: #333333;
  text-transform: uppercase;
  border-radius: 0;
  width: 25%;
  text-align: center;
  position: relative;
  padding-right: 20px;
  padding: 10px 15px;
}
/* line 292, ../scss/_homepage.scss */
body.home #homesection, .page-template-homepage #homesection {
  padding: 30px 0 80px;
}
/* line 294, ../scss/_homepage.scss */
body.home #homesection .homesection_image, .page-template-homepage #homesection .homesection_image {
  width: 33.333%;
  float: left;
}
/* line 298, ../scss/_homepage.scss */
body.home #homesection .homesection_content, .page-template-homepage #homesection .homesection_content {
  width: 66.666%;
  float: left;
  padding-left: 40px;
}
/* line 302, ../scss/_homepage.scss */
body.home #homesection .homesection_content .titlehomesection, .page-template-homepage #homesection .homesection_content .titlehomesection {
  line-height: 1.5em;
}
/* line 305, ../scss/_homepage.scss */
body.home #homesection .homesection_content h2, .page-template-homepage #homesection .homesection_content h2 {
  font-size: 1.5em;
  font-weight: 800;
  border-bottom: 4px solid #BE010F;
  width: 10%;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
/* line 313, ../scss/_homepage.scss */
body.home #homesection .homesection_content nav, .page-template-homepage #homesection .homesection_content nav {
  margin-top: 30px;
}
/* line 315, ../scss/_homepage.scss */
body.home #homesection .homesection_content nav a, .page-template-homepage #homesection .homesection_content nav a {
  background: #be010f;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 1em;
}
/* line 329, ../scss/_homepage.scss */
body.home #links h3, .page-template-homepage #links h3 {
  text-align: center;
  font-size: 1.75em;
  font-weight: 800;
}
/* line 334, ../scss/_homepage.scss */
body.home #links p, .page-template-homepage #links p {
  font-size: 1em;
}
/* line 337, ../scss/_homepage.scss */
body.home #links ul, .page-template-homepage #links ul {
  margin-bottom: 20px;
  padding-left: 0px;
}
/* line 342, ../scss/_homepage.scss */
body.home #links ul li figure img, .page-template-homepage #links ul li figure img {
  width: 70%;
  padding-right: 0px;
}
/* line 349, ../scss/_homepage.scss */
body.home #links nav, .page-template-homepage #links nav {
  text-align: center;
}
/* line 351, ../scss/_homepage.scss */
body.home #links nav a, .page-template-homepage #links nav a {
  background: #be010f;
  padding: 10px 25px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 356, ../scss/_homepage.scss */
body.home #links nav a:hover, .page-template-homepage #links nav a:hover {
  color: #fff;
  background: #000;
}
/* line 366, ../scss/_homepage.scss */
body.home #slideservice, .page-template-homepage #slideservice {
  padding: 80px 8.333%;
}
/* line 368, ../scss/_homepage.scss */
body.home #slideservice .slideservice, .page-template-homepage #slideservice .slideservice {
  position: relative;
}
/* line 371, ../scss/_homepage.scss */
body.home #slideservice .slideservice .imageslide:after, .page-template-homepage #slideservice .slideservice .imageslide:after {
  content: "";
  width: 4px;
  background: #be010f;
  height: 35%;
  top: 50px;
  position: absolute;
  float: right;
  margin-right: 20px;
  left: 100%;
}
/* line 382, ../scss/_homepage.scss */
body.home #slideservice .slideservice .imageslide img, .page-template-homepage #slideservice .slideservice .imageslide img {
  width: 100%;
  height: 300px;
  margin-top: -50px;
  padding-right: 0px;
  object-fit: contain;
}
/* line 391, ../scss/_homepage.scss */
body.home #slideservice h3, .page-template-homepage #slideservice h3 {
  text-align: center;
  font-size: 1.75em;
  font-weight: 800;
}
/* line 397, ../scss/_homepage.scss */
body.home #slideservice header h3, .page-template-homepage #slideservice header h3 {
  font-size: 1.5em;
  color: #333333;
  font-weight: 700;
}
/* line 401, ../scss/_homepage.scss */
body.home #slideservice header h3 p, .page-template-homepage #slideservice header h3 p {
  color: #333333;
  font-size: 0.6em;
  font-weight: 400;
}
/* line 407, ../scss/_homepage.scss */
body.home #slideservice header .col-md-12 > p, .page-template-homepage #slideservice header .col-md-12 > p {
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: #ddd;
}
/* line 414, ../scss/_homepage.scss */
body.home #slideservice header .col-md-6.col-xs-12, body.home #slideservice header .line, .page-template-homepage #slideservice header .col-md-6.col-xs-12, .page-template-homepage #slideservice header .line {
  padding-left: 25px;
}
/* line 419, ../scss/_homepage.scss */
body.home #slideservice header .line h3, .page-template-homepage #slideservice header .line h3 {
  text-align: left;
  padding-left: 20%;
}
/* line 423, ../scss/_homepage.scss */
body.home #slideservice header .line p, .page-template-homepage #slideservice header .line p {
  text-align: left;
}
/* line 426, ../scss/_homepage.scss */
body.home #slideservice header .line .abstract, .page-template-homepage #slideservice header .line .abstract {
  font-weight: 600;
}
/* line 429, ../scss/_homepage.scss */
body.home #slideservice header .line .content, .page-template-homepage #slideservice header .line .content {
  padding-bottom: 10px;
}
/* line 436, ../scss/_homepage.scss */
body.home #slideservice nav a, .page-template-homepage #slideservice nav a {
  background: #be010f;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 0.6em;
}
/* line 446, ../scss/_homepage.scss */
body.home img, .page-template-homepage img {
  width: 100%;
  height: auto;
}

/* line 458, ../scss/_homepage.scss */
.form_homepage .wpcf7-form {
  padding-top: 20px!important;
}

/* line 468, ../scss/_homepage.scss */
#cta .template-1 .container {
  position: relative;
}
/* line 470, ../scss/_homepage.scss */
#cta .template-1 .container span {
  font-size: 1.5em;
  font-weight: 500;
}
/* line 474, ../scss/_homepage.scss */
#cta .template-1 .container h1 {
  margin-bottom: 30px;
}
/* line 478, ../scss/_homepage.scss */
#cta .template-1 .container .icon img {
  position: absolute;
  top: 30%;
  right: 5%;
  width: 100px;
  height: auto;
  padding-right: 0px;
}

/* line 494, ../scss/_homepage.scss */
.page-template-homepage #slideshow header .iconslideshow {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
/* line 498, ../scss/_homepage.scss */
.page-template-homepage #slideshow header .iconslideshow img {
  height: auto;
  width: auto;
  float: right;
}

@media (min-width: 768px) {
  /* line 4, ../scss/_menu.scss */
  header #wrapper-navbar .container {
    position: relative;
  }
  /* line 6, ../scss/_menu.scss */
  header #wrapper-navbar .container #logo {
    position: absolute;
  }
  /* line 9, ../scss/_menu.scss */
  header #wrapper-navbar .container #navbarNavDropdown {
    flex-direction: row;
  }
  /* line 11, ../scss/_menu.scss */
  header #wrapper-navbar .container #navbarNavDropdown .navbar-nav {
    display: flex;
    flex-direction: row!important;
  }
  /* line 16, ../scss/_menu.scss */
  header #wrapper-navbar .container #navbarNavDropdown ul .menu-item {
    display: inline;
  }
  /* line 23, ../scss/_menu.scss */
  header #wrapper-navbar nav .navbar-toggler {
    display: none;
  }
}
/* line 33, ../scss/_menu.scss */
#main-menu > .active > a {
  font-weight: 700!important;
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 5, ../scss/_responsive.scss */
  header #wrapper-navbar > nav > .container {
    max-width: 100%!important;
  }
}
/*---------------------------------------------------------------------------------------------------
    SMARTPHONES & TABLETS
-----------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 767px) {
  /* line 23, ../scss/_responsive.scss */
  body.home #slideshow article.slick-slide header p, .page-template-homepage #slideshow article#slick-slide02 header p {
    font-size: 1.5em;
  }

  /* line 27, ../scss/_responsive.scss */
  body.home #slideshow article.slick-slide header h1, .page-template-homepage #slideshow article#slick-slide03 header h1 {
    font-size: 0.75em;
  }

  /* line 31, ../scss/_responsive.scss */
  body.home #slideshow article.slick-slide header p, .page-template-homepage #slideshow article#slick-slide03 header p {
    font-size: 1.5em;
  }

  /* line 35, ../scss/_responsive.scss */
  .page-template-service #anchor_element .title h2 {
    margin-left: -5px !important;
    font-size: initial!important;
  }

  /* line 40, ../scss/_responsive.scss */
  .page-template-service #anchor_element nav a {
    background: #BE010F;
    padding: 10px 20px;
    margin-bottom: 10px;
    height: auto;
    display: flex;
    width: 100%;
    text-align: center;
  }

  /* line 53, ../scss/_responsive.scss */
  #file > span {
    margin: auto;
  }

  /* line 57, ../scss/_responsive.scss */
  .page-id-169 #button1 {
    margin-right: 20px;
    display: flex;
    margin-bottom: 15px;
    width: 70%;
  }

  /* line 64, ../scss/_responsive.scss */
  .page-id-169 #button2 {
    display: flex;
    width: 70%;
  }

  /* line 70, ../scss/_responsive.scss */
  .page-id-139 .parallelogram {
    width: 100%;
    left: -20%;
  }

  /* line 77, ../scss/_responsive.scss */
  .page-id-381 .parallelogram {
    width: 100%;
    left: -20%;
  }

  /* line 84, ../scss/_responsive.scss */
  .page-id-378 .parallelogram {
    width: 100%;
    left: -20%;
  }
  /* line 88, ../scss/_responsive.scss */
  .page-id-378 .page-header .container h1 {
    margin-top: 50px;
    font-size: 1.5em;
  }

  /* line 95, ../scss/_responsive.scss */
  .page-id-278 .page-header .container h1 {
    font-size: 1em!important;
    margin-top: 40px;
  }
  /* line 99, ../scss/_responsive.scss */
  .page-id-278 .parallelogram {
    width: 90%;
    left: -20%;
  }
  /* line 103, ../scss/_responsive.scss */
  .page-id-278 .button-red {
    display: flex;
    text-align: center;
  }

  /* line 110, ../scss/_responsive.scss */
  .page-id-247 .parallelogram {
    width: 100%;
    left: -20%;
  }
  /* line 114, ../scss/_responsive.scss */
  .page-id-247 ul {
    margin-left: -15px;
  }
  /* line 117, ../scss/_responsive.scss */
  .page-id-247 #button1 {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 122, ../scss/_responsive.scss */
  .page-id-247 .button-red {
    display: flex;
  }

  /* line 127, ../scss/_responsive.scss */
  #form #wpcf7-f453-p139-o1 form #file .file-327 {
    background-position: center!important;
    /* margin-left: 20px; */
    position: relative;
    padding-left: 0px;
    margin-left: 0px!important;
    width: 100%;
    margin-top: 5px;
  }

  /* line 137, ../scss/_responsive.scss */
  body.home #slideservice header .col-md-12 > p, .page-template-homepage #slideservice header .col-md-12 > p {
    display: none;
  }

  /* line 141, ../scss/_responsive.scss */
  .slick-dots {
    bottom: -65px;
  }

  /* line 145, ../scss/_responsive.scss */
  body.home #slideservice header .line p, .page-template-homepage #slideservice header .line p {
    text-align: center;
  }

  /* line 150, ../scss/_responsive.scss */
  .page-id-484 .form_homepage .wpcf7 {
    max-width: 80%!important;
  }

  /* line 156, ../scss/_responsive.scss */
  .page-id-169 .parallelogram {
    width: 100%;
    left: -20%;
  }

  /* line 163, ../scss/_responsive.scss */
  .page-id-259 .parallelogram {
    width: 100%;
    left: -20%;
  }
  /* line 167, ../scss/_responsive.scss */
  .page-id-259 ul {
    margin-left: -15px;
  }
  /* line 170, ../scss/_responsive.scss */
  .page-id-259 .form_homepage .wpcf7 {
    max-width: 90%!important;
  }

  /* line 176, ../scss/_responsive.scss */
  .page-id-253 .parallelogram {
    width: 100%;
    left: -20%;
  }
  /* line 180, ../scss/_responsive.scss */
  .page-id-253 .page-header .container h1 {
    font-size: 2em;
    bottom: -50px;
  }

  /* line 187, ../scss/_responsive.scss */
  .page-id-257 .parallelogram {
    width: 110%;
    left: -20%;
  }
  /* line 191, ../scss/_responsive.scss */
  .page-id-257 .page-header .container h1 {
    font-size: 1.5em;
    bottom: -50px;
  }

  /* line 198, ../scss/_responsive.scss */
  .page-id-264 .parallelogram {
    width: 110%;
    left: -20%;
  }
  /* line 202, ../scss/_responsive.scss */
  .page-id-264 .page-header .container h1 {
    font-size: 1.5em;
    bottom: -50px;
  }

  /* line 210, ../scss/_responsive.scss */
  .page-id-257 .parallelogram {
    width: 100%;
    left: -20%;
  }

  /* line 217, ../scss/_responsive.scss */
  body.home #slideservice .slideservice .imageslide:after, .page-template-homepage #slideservice .slideservice .imageslide:after {
    display: none;
  }

  /* line 221, ../scss/_responsive.scss */
  body.home #form .form-title:after, .page-template-homepage #form .form-title:after {
    left: 43%;
  }

  /* line 229, ../scss/_responsive.scss */
  #slideservice .slick-slide > header > .row > .line {
    padding-left: 0px;
  }
  /* line 231, ../scss/_responsive.scss */
  #slideservice .slick-slide > header > .row > .line h3 {
    padding-left: 0px;
    text-align: center;
  }
  /* line 234, ../scss/_responsive.scss */
  #slideservice .slick-slide > header > .row > .line h3 .abstract {
    text-align: center;
  }

  /* line 245, ../scss/_responsive.scss */
  .page-id-283 .contacts {
    padding: 50px 0px;
  }

  /* line 250, ../scss/_responsive.scss */
  #navbarNavDropdown #main-menu li:hover ul {
    position: relative;
  }

  /* line 254, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar .navbar-collapse > ul li .dropdown-menu li {
    width: 100%;
    text-align: center;
  }

  /* line 259, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar .navbar-collapse > ul > .dropdown {
    display: flex!important;
    flex-wrap: wrap;
  }
  /* line 262, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar .navbar-collapse > ul > .dropdown > a {
    width: 100%;
  }

  /* line 269, ../scss/_responsive.scss */
  .page-template-service > article > .entry-content {
    padding: 0px 10%;
    padding-top: 50px;
  }
  /* line 272, ../scss/_responsive.scss */
  .page-template-service > article > .entry-content .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 278, ../scss/_responsive.scss */
  .page-template-service #menu-anchor {
    margin-bottom: 30px;
  }
  /* line 280, ../scss/_responsive.scss */
  .page-template-service #menu-anchor a {
    display: block!important;
    margin: 0px 10%!important;
    border: 1px solid #BE010F!important;
  }
  /* line 286, ../scss/_responsive.scss */
  .page-template-service #anchor_element {
    padding: 0px 10%;
  }
  /* line 289, ../scss/_responsive.scss */
  .page-template-service #anchor_element > div > img {
    padding-bottom: 30px;
  }
  /* line 293, ../scss/_responsive.scss */
  .page-template-service #anchor_element > div > nav a {
    font-weight: 800;
  }
  /* line 299, ../scss/_responsive.scss */
  .page-template-service #anchor_element .title > img {
    object-fit: contain;
  }
  /* line 303, ../scss/_responsive.scss */
  .page-template-service #anchor_element .service {
    padding-top: 10px;
  }
  /* line 309, ../scss/_responsive.scss */
  .page-template-service #form .form_homepage .wpcf7 {
    max-width: 80%;
  }
  /* line 316, ../scss/_responsive.scss */
  .page-template-service #cta .template-1 article {
    padding: 50px 8.333%;
  }

  /* line 327, ../scss/_responsive.scss */
  .page-template-basic #paragraph_basic .titleicon > img {
    object-fit: contain;
  }
  /* line 334, ../scss/_responsive.scss */
  .page-template-basic .page-header .container h1 {
    width: 60%;
    padding-left: 10px;
  }
  /* line 340, ../scss/_responsive.scss */
  .page-template-basic #paragraph_basic {
    padding: 0px 10%;
  }
  /* line 343, ../scss/_responsive.scss */
  .page-template-basic #paragraph_basic .sections-wrapper .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  /* line 354, ../scss/_responsive.scss */
  .page-id-234 .parallelogram {
    width: 100%;
    left: -20%;
  }
  /* line 360, ../scss/_responsive.scss */
  .page-id-234 .page-header .container h1 {
    width: 50%;
    padding-left: 10px;
  }
  /* line 366, ../scss/_responsive.scss */
  .page-id-234 #titlecenter {
    text-align: center;
  }

  /* line 370, ../scss/_responsive.scss */
  .page-template-basic .titleicon h2 {
    margin-left: -5px;
    font-size: initial;
  }

  /* line 377, ../scss/_responsive.scss */
  .page-template-basic > article > .content {
    padding-left: 10%;
    padding-right: 10%;
  }

  /* line 385, ../scss/_responsive.scss */
  .page-id-210 .parallelogram {
    width: 100%;
    left: -20%;
  }
  /* line 391, ../scss/_responsive.scss */
  .page-id-210 .page-header .container h1 {
    width: 60%;
    padding-left: 10px;
  }

  /* line 399, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar .navbar-collapse > ul {
    float: left!important;
    width: 100%;
  }
  /* line 402, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar .navbar-collapse > ul li {
    text-align: center;
  }
  /* line 405, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar .navbar-collapse > ul > .dropdown {
    border-bottom: 0px;
  }
  /* line 409, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar .navbar-collapse > ul > .current-menu-item a {
    font-weight: 800;
    color: #be010f;
    border-bottom: 1px solid black;
    border-bottom-right-radius: 25px;
  }

  /* line 422, ../scss/_responsive.scss */
  #wrapper-navbar-secondary .iconmobile {
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 427, ../scss/_responsive.scss */
  #wrapper-navbar-secondary .iconmobile a {
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    margin-left: 0px;
    padding-left: 0px;
    margin: auto;
  }
  /* line 435, ../scss/_responsive.scss */
  #wrapper-navbar-secondary .iconmobile .via {
    display: none;
  }

  /* line 440, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar {
    padding: 0 20px;
    height: auto;
  }

  /* line 450, ../scss/_responsive.scss */
  .page-template-homepage #tiles-cta-text .cta-images ul li img {
    width: 60px;
    height: 60px;
  }
  /* line 460, ../scss/_responsive.scss */
  .page-template-homepage #tiles-cta-text-2 .cta-images ul {
    flex-wrap: wrap;
  }
  /* line 463, ../scss/_responsive.scss */
  .page-template-homepage #tiles-cta-text-2 .cta-images ul li img {
    height: 100%;
    padding-top: 25px;
  }
  /* line 471, ../scss/_responsive.scss */
  .page-template-homepage #tiles-cta-2 .tile-cta p, .page-template-homepage .page-template-homepage #tiles-cta-2 .tile-cta p {
    color: white!important;
  }
  /* line 477, ../scss/_responsive.scss */
  .page-template-homepage #tiles-cta-2 .tile-cta .container p {
    width: 100%;
    color: black;
  }
  /* line 480, ../scss/_responsive.scss */
  .page-template-homepage #tiles-cta-2 .tile-cta .container p br {
    display: none;
  }
  /* line 483, ../scss/_responsive.scss */
  .page-template-homepage #tiles-cta-2 .tile-cta .container p span {
    display: flex;
  }
  /* line 490, ../scss/_responsive.scss */
  .page-template-homepage .form_homepage .wpcf7 {
    max-width: 100%;
  }

  /* line 495, ../scss/_responsive.scss */
  body.home #form .wpcf7-submit, .page-template-homepage #form .wpcf7-submit {
    width: 100%;
  }

  /* line 499, ../scss/_responsive.scss */
  body.home #homesection .homesection_content, .page-template-homepage #homesection .homesection_content {
    width: 100%;
  }

  /* line 505, ../scss/_responsive.scss */
  #homesection .sections-wrapper .homesection_image {
    width: 100%;
  }
  /* line 507, ../scss/_responsive.scss */
  #homesection .sections-wrapper .homesection_image img {
    position: relative;
    display: none;
  }

  /* line 517, ../scss/_responsive.scss */
  #cta .template-1 header {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 520, ../scss/_responsive.scss */
  #cta .template-1 header h1 {
    font-size: 2em;
  }
  /* line 524, ../scss/_responsive.scss */
  #cta .template-1 header nav a {
    display: flex;
  }
  /* line 529, ../scss/_responsive.scss */
  #cta .template-1 .icon {
    display: none;
  }

  /* line 536, ../scss/_responsive.scss */
  #links p {
    padding: 0 10%;
  }

  /* line 541, ../scss/_responsive.scss */
  body.home #homesection .homesection_content nav a, .page-template-homepage #homesection .homesection_content nav a {
    font-weight: 700;
  }

  /* line 545, ../scss/_responsive.scss */
  #homesection {
    padding-left: 10%;
    padding-right: 10%;
  }
  /* line 548, ../scss/_responsive.scss */
  #homesection .homesection_content {
    padding-left: 0px;
  }

  /* line 554, ../scss/_responsive.scss */
  #colophon .link {
    padding-top: 20px;
  }

  /* line 560, ../scss/_responsive.scss */
  #tiles-cta .tile-cta {
    padding: 20px 0px;
    flex-wrap: wrap;
  }
  /* line 563, ../scss/_responsive.scss */
  #tiles-cta .tile-cta span {
    text-align: center;
    padding-right: 0px!important;
  }
  /* line 567, ../scss/_responsive.scss */
  #tiles-cta .tile-cta nav {
    margin-left: auto;
  }

  /* line 573, ../scss/_responsive.scss */
  .tile-text {
    padding: 0px 10%;
  }

  /* line 577, ../scss/_responsive.scss */
  #tiles-cta-text {
    padding: 60px 0px!important;
  }

  /* line 584, ../scss/_responsive.scss */
  #tiles-cta-text-2 .tile-text .tiles h3 {
    font-size: 3em;
  }

  /* line 602, ../scss/_responsive.scss */
  #slideshow article .parallelogram_home {
    right: -20%;
    width: 100%;
  }

  /* line 606, ../scss/_responsive.scss */
  body.home #slideshow article.slick-slide header, .page-template-homepage #slideshow article.slick-slide header {
    padding: 0px;
    background: transparent;
    top: 40%;
    right: 2%;
  }
  /* line 611, ../scss/_responsive.scss */
  body.home #slideshow article.slick-slide header .iconslideshow, .page-template-homepage #slideshow article.slick-slide header .iconslideshow {
    display: none;
  }
  /* line 614, ../scss/_responsive.scss */
  body.home #slideshow article.slick-slide header h1, .page-template-homepage #slideshow article.slick-slide header h1 {
    font-size: 1em;
    margin-right: 15px;
    margin-bottom: 0px;
  }
  /* line 619, ../scss/_responsive.scss */
  body.home #slideshow article.slick-slide header p, .page-template-homepage #slideshow article.slick-slide header p {
    font-size: 2em;
    padding-bottom: 0px;
    float: right;
    margin-right: 15px;
  }
  /* line 625, ../scss/_responsive.scss */
  body.home #slideshow article.slick-slide header nav, .page-template-homepage #slideshow article.slick-slide header nav {
    margin-right: 15px;
  }

  /* line 630, ../scss/_responsive.scss */
  .navbar-inverse .navbar-toggler-icon {
    background-image: url(../img/menu-mobile.png);
  }

  /* line 634, ../scss/_responsive.scss */
  .navbar-toggler-icon {
    background-size: 100% 70%;
  }

  /* line 644, ../scss/_responsive.scss */
  .cn-top {
    bottom: 0;
    top: auto!important;
  }

  /* line 654, ../scss/_responsive.scss */
  #colophon .row .col-xs-12 {
    padding-bottom: 20px;
  }
  /* line 657, ../scss/_responsive.scss */
  #colophon .row h3 {
    text-align: center;
  }
  /* line 660, ../scss/_responsive.scss */
  #colophon .row p {
    text-align: center;
  }
  /* line 663, ../scss/_responsive.scss */
  #colophon .row #sib_signup_form_2 {
    padding: 0 5%;
  }
  /* line 667, ../scss/_responsive.scss */
  #colophon .row .socialmenu .socialicon {
    width: 100%;
  }
  /* line 669, ../scss/_responsive.scss */
  #colophon .row .socialmenu .socialicon a {
    margin: auto;
    width: 100%;
    text-align: center;
    padding-right: 0px!important;
  }
  /* line 678, ../scss/_responsive.scss */
  #colophon .terms-newsletter {
    text-align: center;
  }

  /* line 683, ../scss/_responsive.scss */
  #iscriviti {
    width: auto!important;
  }

  /* line 688, ../scss/_responsive.scss */
  .boxfilter {
    position: relative;
  }

  /* line 692, ../scss/_responsive.scss */
  #reset-fwp {
    position: absolute;
    top: -50px;
    right: 30px;
  }

  /* line 699, ../scss/_responsive.scss */
  .page-id-243 .row {
    margin-right: 0px!important;
  }

  /* line 706, ../scss/_responsive.scss */
  .page-id-221 .row {
    margin-right: 0px!important;
  }

  /* line 713, ../scss/_responsive.scss */
  .page-id-131 .row {
    margin-right: 0px!important;
  }

  /* line 720, ../scss/_responsive.scss */
  .page-id-248 .row {
    margin-right: 0px!important;
  }

  /* line 727, ../scss/_responsive.scss */
  .page-id-250 .row {
    margin-right: 0px!important;
  }

  /* line 735, ../scss/_responsive.scss */
  .page-id-243 .entry-content .container-fluid .guarantee {
    flex-wrap: wrap!important;
  }

  /* line 739, ../scss/_responsive.scss */
  .page-id-243 .entry-content .container-fluid .guarantee .wp-image-1842 {
    height: 28%!important;
    width: 28%!important;
  }

  /* line 745, ../scss/_responsive.scss */
  .page-id-243 .entry-content .container-fluid .guarantee img {
    margin-right: 5%!important;
  }

  /* line 752, ../scss/_responsive.scss */
  .page-id-131 .calltoaction a {
    padding: 10px 30px!important;
  }

  /* line 759, ../scss/_responsive.scss */
  #legal {
    padding: 0 20px;
    display: flex;
    margin-left: 20px;
  }

  /* line 769, ../scss/_responsive.scss */
  body header #wrapper-navbar-secondary ul {
    float: inherit;
  }
  /* line 773, ../scss/_responsive.scss */
  body #case-history .slick-casehistory .slick-slide header p {
    text-align: center;
  }
  /* line 778, ../scss/_responsive.scss */
  body #secondary-menu-top li {
    width: 100%;
    text-align: center;
  }
  /* line 781, ../scss/_responsive.scss */
  body #secondary-menu-top li a {
    padding: 5px 0px 5px 0px!important;
  }
  /* line 787, ../scss/_responsive.scss */
  body #menu-item-84 {
    width: 200%;
  }
  /* line 791, ../scss/_responsive.scss */
  body .entry-content {
    padding: 60px 0px;
  }
  /* line 799, ../scss/_responsive.scss */
  body #wrapper-navbar .navbar .container #logo {
    float: right;
    padding-right: 15px;
    padding-top: 5px;
  }
  /* line 803, ../scss/_responsive.scss */
  body #wrapper-navbar .navbar .container #logo img {
    height: 50px;
    margin: 20px 0px;
  }
  /* line 813, ../scss/_responsive.scss */
  body #wrapper-navbar .navbar-toggler {
    position: relative;
  }
  /* line 824, ../scss/_responsive.scss */
  body .page-header .container h1 {
    font-size: 2.5em;
  }
  /* line 827, ../scss/_responsive.scss */
  body .page-header .container p {
    font-size: 1.3em;
    padding: 0 5%;
  }
  /* line 841, ../scss/_responsive.scss */
  body #slideshow .slick-track article {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  /* line 844, ../scss/_responsive.scss */
  body #slideshow .slick-track article header {
    position: relative;
    background-color: black;
    height: 350px;
    width: 100%;
    padding-top: 30px;
    bottom: 0;
    margin-top: 0px;
  }
  /* line 854, ../scss/_responsive.scss */
  body #slideshow .slick-track article .slide-image img {
    height: 250px;
  }
  /* line 863, ../scss/_responsive.scss */
  body #home-title {
    padding: 30px 0;
  }
  /* line 865, ../scss/_responsive.scss */
  body #home-title article {
    padding: 0 10%;
  }
  /* line 867, ../scss/_responsive.scss */
  body #home-title article h1 {
    font-size: 1.6em!important;
  }
  /* line 870, ../scss/_responsive.scss */
  body #home-title article h2 {
    font-size: 1.3em!important;
  }
  /* line 879, ../scss/_responsive.scss */
  body #tiles h2 {
    font-size: 2em!important;
  }
  /* line 886, ../scss/_responsive.scss */
  body #contacts {
    height: 100%;
    padding: 40px 0;
  }
  /* line 889, ../scss/_responsive.scss */
  body #contacts h2 {
    font-size: 1.1em;
  }
  /* line 892, ../scss/_responsive.scss */
  body #contacts p {
    font-size: 1.3em;
  }
  /* line 900, ../scss/_responsive.scss */
  body #sections .sections-wrapper {
    padding: 40px 0 110px;
  }
  /* line 905, ../scss/_responsive.scss */
  body #sections .container header h1 {
    font-size: 2em;
    text-align: center;
    padding-bottom: 10px;
  }
  /* line 910, ../scss/_responsive.scss */
  body #sections .container header p {
    text-align: center;
    padding-bottom: 20px;
  }
  /* line 915, ../scss/_responsive.scss */
  body #sections .container nav {
    text-align: center;
    position: relative;
    margin-top: 50px;
    float: left;
  }
  /* line 920, ../scss/_responsive.scss */
  body #sections .container nav a {
    padding: 15px 50px;
    font-size: 1.3em;
  }
  /* line 932, ../scss/_responsive.scss */
  body #case-history {
    padding: 100px 0px 0px 0px;
  }
  /* line 935, ../scss/_responsive.scss */
  body #case-history .slick-casehistory button {
    display: none!important;
  }
  /* line 938, ../scss/_responsive.scss */
  body #case-history .slick-casehistory .slick-list {
    width: 70%;
  }
  /* line 941, ../scss/_responsive.scss */
  body #case-history .slick-casehistory .slick-track {
    height: auto;
  }
  /* line 950, ../scss/_responsive.scss */
  body #links ul {
    display: grid;
  }
  /* line 959, ../scss/_responsive.scss */
  body #colophon .row .col-md-6 {
    text-align: center;
  }
  /* line 962, ../scss/_responsive.scss */
  body #colophon .row .col-md-6 .socialmenu {
    text-align: center!important;
  }
  /* line 964, ../scss/_responsive.scss */
  body #colophon .row .col-md-6 .socialmenu .socialicon {
    width: 60%;
    margin: auto;
    float: inherit;
    padding-bottom: 15px;
  }
  /* line 969, ../scss/_responsive.scss */
  body #colophon .row .col-md-6 .socialmenu .socialicon a {
    padding-right: 0px;
    margin: auto;
  }
  /* line 979, ../scss/_responsive.scss */
  body #wrapper-navbar nav.navbar .navbar-collapse {
    margin-bottom: auto!important;
  }
  /* line 985, ../scss/_responsive.scss */
  body #popup {
    display: none!important;
  }
  /* line 990, ../scss/_responsive.scss */
  body #header .navbar-toggle {
    margin: 15px 0px 0;
  }
  /* line 993, ../scss/_responsive.scss */
  body #header .navbar-toggle .icon-bar {
    background: #333333;
  }
  /* line 998, ../scss/_responsive.scss */
  body #header #wrapper-navbar nav.navbar {
    padding: 0;
  }
  /* line 1000, ../scss/_responsive.scss */
  body #header #wrapper-navbar nav.navbar .navbar-collapse {
    float: left;
    width: 95%;
    margin-top: 0;
    padding: 15px 0;
  }
  /* line 1006, ../scss/_responsive.scss */
  body #header #wrapper-navbar nav.navbar .navbar-collapse > ul {
    width: 100%;
  }
  /* line 1008, ../scss/_responsive.scss */
  body #header #wrapper-navbar nav.navbar .navbar-collapse > ul li {
    clear: left !important;
  }
  /* line 1011, ../scss/_responsive.scss */
  body #header #wrapper-navbar nav.navbar .navbar-collapse > ul li.show.dropdown > ul {
    float: left;
    position: static !important;
    left: 0;
    width: 100%;
  }
  /* line 1018, ../scss/_responsive.scss */
  body #header #wrapper-navbar nav.navbar .navbar-collapse > ul li .dropdown-menu {
    position: static !important;
    background: transparent;
    padding-top: 10px;
  }
  /* line 1023, ../scss/_responsive.scss */
  body #header #wrapper-navbar nav.navbar .navbar-collapse > ul li .dropdown-menu li {
    width: 100%;
    min-height: 0;
    padding-bottom: 0;
  }
  /* line 1027, ../scss/_responsive.scss */
  body #header #wrapper-navbar nav.navbar .navbar-collapse > ul li .dropdown-menu li a {
    font-weight: 400;
  }

  /* line 1045, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar .navbar-collapse {
    display: none!important;
  }

  /* line 1049, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar .show {
    display: table-caption!important;
  }

  /* line 1053, ../scss/_responsive.scss */
  .page-id-62 .entry-content h2 {
    font-size: 1.5em;
    padding: 0 10% 50px 10%;
    text-align: left;
  }

  /* line 1060, ../scss/_responsive.scss */
  #about .about ul {
    flex-wrap: wrap;
  }

  /* line 1064, ../scss/_responsive.scss */
  #about h2 {
    padding: 90px 0px 20px 0px;
  }

  /* line 1068, ../scss/_responsive.scss */
  #about .about h3 {
    padding-top: 40px;
    margin-bottom: -10px;
  }

  /* line 1073, ../scss/_responsive.scss */
  #about .container h2 {
    text-align: left;
    font-size: 1.5em;
    padding: 0 10% 50px 10%;
  }

  /* line 1081, ../scss/_responsive.scss */
  .page-id-76 .entry-content h2 {
    font-size: 1.5em;
    padding: 0 10% 50px 10%;
    text-align: left;
  }

  /* line 1090, ../scss/_responsive.scss */
  .entry-content .container-fluid {
    padding: 0px 10%;
  }
  /* line 1092, ../scss/_responsive.scss */
  .entry-content .container-fluid p {
    max-width: 100%;
    width: 100%;
  }
  /* line 1096, ../scss/_responsive.scss */
  .entry-content .container-fluid .calltoaction {
    max-width: 100%;
  }
  /* line 1100, ../scss/_responsive.scss */
  .entry-content .img-dim {
    max-width: 100%;
  }

  /* line 1105, ../scss/_responsive.scss */
  #servizi {
    padding: 40px 0 0 24%;
  }

  /* line 1113, ../scss/_responsive.scss */
  .archive #sidebar-left {
    padding: 40px 0 0 20%;
  }
  /* line 1116, ../scss/_responsive.scss */
  .archive #sidebar-left ul li {
    font: 1.5em!important;
  }

  /* line 1126, ../scss/_responsive.scss */
  .single-product #sidebar-left {
    padding: 20px 25% 0 23%;
    background: black;
  }
  /* line 1129, ../scss/_responsive.scss */
  .single-product #sidebar-left ul {
    list-style: none;
  }
  /* line 1132, ../scss/_responsive.scss */
  .single-product #sidebar-left a {
    color: white;
    text-transform: uppercase;
  }

  /* line 1140, ../scss/_responsive.scss */
  .calltoaction h2 {
    margin-left: 7%;
    margin-right: 7%;
  }

  /* line 1146, ../scss/_responsive.scss */
  .calltoaction p {
    padding: 0 10% 20px 10%;
  }

  /* line 1153, ../scss/_responsive.scss */
  .page-id-643 .entry-content .content {
    flex-wrap: wrap-reverse;
  }

  /* line 1156, ../scss/_responsive.scss */
  .page-id-643 .entry-content .content .maps {
    height: auto;
    margin-bottom: -40px;
  }

  /* line 1161, ../scss/_responsive.scss */
  .iconmobile {
    text-align: right;
  }
  /* line 1163, ../scss/_responsive.scss */
  .iconmobile a {
    color: #424242;
    font-size: 1.3em;
    padding: 0 10px;
  }

  /* line 1169, ../scss/_responsive.scss */
  .iconphone {
    text-align: left;
  }
  /* line 1171, ../scss/_responsive.scss */
  .iconphone a {
    color: #424242;
    font-size: 1.3em;
    padding: 0 10px;
  }

  /* line 1177, ../scss/_responsive.scss */
  #mailmob {
    float: left;
    line-height: 1.3;
    padding-left: 10px;
  }

  /* line 1182, ../scss/_responsive.scss */
  #phonemob {
    font-size: 1.2em;
    line-height: 1.3;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* line 1194, ../scss/_responsive.scss */
  .page-id-944 .container {
    padding: 0 10%;
  }
  /* line 1196, ../scss/_responsive.scss */
  .page-id-944 .container .download {
    flex-wrap: wrap;
  }
  /* line 1198, ../scss/_responsive.scss */
  .page-id-944 .container .download button {
    padding: 0px;
    margin-bottom: 20px;
  }

  /* line 1205, ../scss/_responsive.scss */
  .page-template-default .entry-content h2 {
    max-width: 100%!important;
    padding-left: 0px!important;
  }

  /* line 1213, ../scss/_responsive.scss */
  .page-template-default .toptitle1 h1 {
    padding-bottom: 10px;
  }
  /* line 1218, ../scss/_responsive.scss */
  .page-template-default .calltoaction h2 {
    padding-left: 10%!important;
  }

  /* line 1226, ../scss/_responsive.scss */
  #brands h2 {
    font-size: 2.125em;
  }

  /* line 1231, ../scss/_responsive.scss */
  #case-history {
    margin-bottom: 50px;
  }

  /* line 1237, ../scss/_responsive.scss */
  .page-template-default .entry-content h2 {
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  /* line 1244, ../scss/_responsive.scss */
  .page-template-chi-siamo .entry-content .container h1 {
    text-align: left!important;
    padding: 0 10%;
  }

  /* line 1250, ../scss/_responsive.scss */
  #tiles h2 {
    padding: 0 10%;
  }

  /* line 1255, ../scss/_responsive.scss */
  body.home #tiles .tile article nav a {
    margin: 0px;
  }

  /* line 1259, ../scss/_responsive.scss */
  body.home #tiles .tile article {
    min-height: 100%;
  }

  /* line 1262, ../scss/_responsive.scss */
  #sections article nav a {
    padding: 40px 40px;
  }

  /* line 1274, ../scss/_responsive.scss */
  #case-history {
    padding-bottom: 5px;
  }

  /* line 1278, ../scss/_responsive.scss */
  #brands {
    padding: 0 15%!important;
    padding-bottom: 60px!important;
    padding-top: 40px!important;
    margin-bottom: 40px!important;
    background: black;
  }
  /* line 1285, ../scss/_responsive.scss */
  #brands header h2 {
    color: white;
  }
  /* line 1288, ../scss/_responsive.scss */
  #brands header p {
    color: white;
  }

  /* line 1294, ../scss/_responsive.scss */
  .video {
    padding-top: 30px 0 0 0!important;
    margin-top: 50px;
  }
  /* line 1297, ../scss/_responsive.scss */
  .video #mep_0 {
    height: 195px!important;
  }

  /* line 1302, ../scss/_responsive.scss */
  .entry-content .container ul li {
    text-indent: -0.4em;
  }

  /* line 1305, ../scss/_responsive.scss */
  .entry-content .container ul li::before {
    font-size: 1em;
    margin-left: -10px;
    margin-right: 10px;
  }

  /* line 1310, ../scss/_responsive.scss */
  .page-id-221 .contact-menu {
    display: none;
  }

  /* line 1313, ../scss/_responsive.scss */
  .page-id-131 .contact-menu {
    display: none;
  }

  /* line 1316, ../scss/_responsive.scss */
  .page-id-243 .contact-menu {
    display: none;
  }

  /* line 1319, ../scss/_responsive.scss */
  .page-id-248 .contact-menu {
    display: none;
  }

  /* line 1322, ../scss/_responsive.scss */
  .page-id-250 .contact-menu {
    display: none;
  }

  /* line 1325, ../scss/_responsive.scss */
  .contact-menu {
    display: none;
  }

  /* line 1329, ../scss/_responsive.scss */
  .archive .events-list-filter ul {
    flex-wrap: wrap;
    margin: 10px 0px;
  }

  /* line 1334, ../scss/_responsive.scss */
  .archive .events-list-filter ul li {
    padding-right: 0px;
    width: 100%;
  }

  /* line 1339, ../scss/_responsive.scss */
  .facetwp-facet {
    margin: 0px;
  }

  /* line 1342, ../scss/_responsive.scss */
  .single-product #main .navigation {
    display: none;
  }

  /* line 1346, ../scss/_responsive.scss */
  .single-product .entry-header h1 {
    font-size: 2em;
    padding: 0px 10px 20px 10px;
    text-align: left;
  }

  /* line 1352, ../scss/_responsive.scss */
  .archive #sidebar-left {
    padding: 20px 25% 0 23%;
    background: black;
  }
  /* line 1355, ../scss/_responsive.scss */
  .archive #sidebar-left ul {
    list-style: none;
  }
  /* line 1358, ../scss/_responsive.scss */
  .archive #sidebar-left a {
    color: white;
    text-transform: uppercase;
  }

  /* line 1364, ../scss/_responsive.scss */
  #send {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  /* line 1373, ../scss/_responsive.scss */
  header #wrapper-navbar .container #logo {
    position: relative!important;
    width: 100%;
  }
  /* line 1376, ../scss/_responsive.scss */
  header #wrapper-navbar .container #logo img {
    height: 60px;
  }

  /* line 1381, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar {
    padding-top: 10px!important;
  }

  /* line 1385, ../scss/_responsive.scss */
  header #wrapper-navbar .container #navbarNavDropdown .navbar-nav {
    margin: 0 5%;
  }

  /* line 1390, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar .navbar-collapse > ul {
    display: inherit;
  }

  /* line 1393, ../scss/_responsive.scss */
  .navbar-inverse .navbar-toggler {
    display: none;
  }

  /* line 1397, ../scss/_responsive.scss */
  #wrapper-navbar {
    text-align: center;
  }

  /* line 1401, ../scss/_responsive.scss */
  .page-id-243 .row {
    margin-right: 0px!important;
  }

  /* line 1408, ../scss/_responsive.scss */
  .page-id-221 .row {
    margin-right: 0px!important;
  }

  /* line 1415, ../scss/_responsive.scss */
  .page-id-131 .row {
    margin-right: 0px!important;
  }

  /* line 1422, ../scss/_responsive.scss */
  .page-id-248 .row {
    margin-right: 0px!important;
  }

  /* line 1429, ../scss/_responsive.scss */
  .page-id-250 .row {
    margin-right: 0px!important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  /* line 1440, ../scss/_responsive.scss */
  body.home #tiles .tile article {
    min-height: 490px;
    position: relative;
  }

  /* line 1444, ../scss/_responsive.scss */
  body.home #tiles .tile article nav a {
    margin: 30px 0px 0px 0px;
    position: absolute;
    margin-left: 13px;
  }

  /* line 1449, ../scss/_responsive.scss */
  #sections article header p {
    width: 50%;
  }

  /* line 1452, ../scss/_responsive.scss */
  body.home #tiles h2 {
    padding: 0 10%;
  }
}
@media (max-width: 320px) {
  /* line 1460, ../scss/_responsive.scss */
  #legal {
    padding: 0px!important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 1470, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar {
    height: auto!important;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  /* line 1476, ../scss/_responsive.scss */
  body.home #tiles-cta-2 .tile-cta p, .page-template-homepage #tiles-cta-2 .tile-cta p {
    width: 80%!important;
  }

  /* line 1480, ../scss/_responsive.scss */
  body.home #form .wpcf7-submit, .page-template-homepage #form .wpcf7-submit {
    width: 55%;
  }

  /* line 1483, ../scss/_responsive.scss */
  .form_homepage .wpcf7 {
    max-width: 70%!important;
  }

  /* line 1486, ../scss/_responsive.scss */
  #slideshow article .parallelogram_home {
    width: 90%!important;
    right: -25% !important;
  }

  /* line 1490, ../scss/_responsive.scss */
  body.home #slideshow article.slick-slide header, .page-template-homepage #slideshow article.slick-slide header {
    width: 50%!important;
  }

  /* line 1493, ../scss/_responsive.scss */
  .page-template-basic .titleicon h2 {
    margin-left: -5px;
  }

  /* line 1496, ../scss/_responsive.scss */
  .page-id-139 #button1 {
    margin-right: 5px!important;
  }

  /* line 1499, ../scss/_responsive.scss */
  .page-id-139 #button2 {
    margin-right: 5px!important;
  }

  /* line 1502, ../scss/_responsive.scss */
  .page-template-service #menu-anchor a {
    margin-bottom: 10px!important;
  }

  /* line 1505, ../scss/_responsive.scss */
  #file {
    flex-wrap: nowrap!important;
  }
}
@media (max-width: 1200px) {
  /* line 1512, ../scss/_responsive.scss */
  #wrapper-navbar nav.navbar .navbar-collapse > ul li a {
    font-size: 0.7em;
  }
}
/* line 3, ../scss/_edit.scss */
#tiles-cta-text {
  padding: 100px 0px;
}
/* line 7, ../scss/_edit.scss */
#tiles-cta-text .tiles .title-tiles h3 {
  font-size: 1.5em;
  font-weight: 800;
}
/* line 11, ../scss/_edit.scss */
#tiles-cta-text .tiles .title-tiles .lineseparator {
  border-bottom: 3px solid #BE010F;
  width: 20%;
}
/* line 17, ../scss/_edit.scss */
#tiles-cta-text .tiles .cta-images ul {
  padding: 0px;
  display: flex;
  list-style: none;
}
/* line 21, ../scss/_edit.scss */
#tiles-cta-text .tiles .cta-images ul li {
  margin-right: 5%;
}

/* line 34, ../scss/_edit.scss */
#tiles-cta {
  background-color: #E09204!important;
}
/* line 36, ../scss/_edit.scss */
#tiles-cta .tile-cta {
  height: 200px;
  display: flex;
  width: 100%;
}
/* line 40, ../scss/_edit.scss */
#tiles-cta .tile-cta span {
  font-size: 1.5em;
  font-weight: 600;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 40px;
}
/* line 48, ../scss/_edit.scss */
#tiles-cta .tile-cta nav {
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
/* line 52, ../scss/_edit.scss */
#tiles-cta .tile-cta nav a {
  background: #fff;
  padding: 10px 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 64, ../scss/_edit.scss */
.page-template-service .entry-content {
  padding-bottom: 30px;
}
/* line 67, ../scss/_edit.scss */
.page-template-service .entry-content .container h2 {
  padding-bottom: 10px;
  font-weight: 800;
}
/* line 71, ../scss/_edit.scss */
.page-template-service .entry-content .container .lineseparator {
  border-bottom: 3px solid #BE010F;
  width: 10%;
}
/* line 75, ../scss/_edit.scss */
.page-template-service .entry-content .container p {
  padding-top: 20px;
  padding-bottom: 10px;
}
/* line 81, ../scss/_edit.scss */
.page-template-service #menu-anchor {
  color: black;
  text-align: center;
  text-transform: uppercase;
}
/* line 85, ../scss/_edit.scss */
.page-template-service #menu-anchor a {
  border: 2px solid #BE010F;
  padding: 5px 10px;
  margin: 0px 10px;
  font-size: 18px;
  font-weight: 600;
  min-width: 180px;
  display: inline-block;
}
/* line 97, ../scss/_edit.scss */
.page-template-service #anchor_element .title {
  padding-top: 5%;
  padding-bottom: 3%;
  display: flex;
  position: relative;
}
/* line 103, ../scss/_edit.scss */
.page-template-service #anchor_element .title img {
  border: 4px solid #BE010F;
  padding: 10px;
  z-index: 1;
  position: relative;
}
/* line 109, ../scss/_edit.scss */
.page-template-service #anchor_element .title h2 {
  font-size: 28px;
  font-weight: 800;
  color: #BE010F;
  background: white;
  z-index: 99;
  padding: 0px 20px;
  margin-left: -4px;
  margin-top: auto;
  height: 100%;
  padding-top: 30px;
  margin-bottom: 0px;
  border-bottom: 4px solid #BE010F;
  width: 100%;
  padding-bottom: 10px;
}
/* line 126, ../scss/_edit.scss */
.page-template-service #anchor_element .img_element {
  width: 100%;
  object-fit: cover;
  height: auto;
  max-height: 350px;
}
/* line 131, ../scss/_edit.scss */
.page-template-service #anchor_element nav {
  margin-top: 30px;
}
/* line 133, ../scss/_edit.scss */
.page-template-service #anchor_element nav a {
  background: #BE010F;
  padding: 10px 20px;
}

/* line 140, ../scss/_edit.scss */
#form {
  background: #E09204;
}
/* line 142, ../scss/_edit.scss */
#form .wpcf7-form {
  padding-top: 50px;
}
/* line 144, ../scss/_edit.scss */
#form .wpcf7-form .form_inline {
  display: flex;
}
/* line 146, ../scss/_edit.scss */
#form .wpcf7-form .form_inline #form_first {
  margin-right: 2%;
}
/* line 149, ../scss/_edit.scss */
#form .wpcf7-form .form_inline #form_second {
  width: 46%!important;
  margin-right: 2%;
}
/* line 153, ../scss/_edit.scss */
#form .wpcf7-form .form_inline label {
  width: 25%;
}
/* line 157, ../scss/_edit.scss */
#form .wpcf7-form h3 {
  color: white;
  text-align: center;
  font-weight: 800;
}
/* line 163, ../scss/_edit.scss */
#form .wpcf7-form span input {
  border-bottom: 0px;
  border-radius: 0px;
}
/* line 168, ../scss/_edit.scss */
#form .wpcf7-form p {
  color: white;
  text-align: center;
  margin-bottom: 10px;
}
/* line 172, ../scss/_edit.scss */
#form .wpcf7-form p input {
  position: relative;
  margin: 0px;
  padding: 10px 15px;
  background: #BE010F;
  color: white;
  border-radius: 0px;
  text-align: center;
}
/* line 181, ../scss/_edit.scss */
#form .wpcf7-form p #text_area {
  margin-bottom: 0px;
}
/* line 185, ../scss/_edit.scss */
#form .wpcf7-form p label input {
  border-bottom: 0px;
  border-radius: 0px;
}
/* line 189, ../scss/_edit.scss */
#form .wpcf7-form p label textarea {
  border-bottom: 0px;
  border-radius: 0px;
}
/* line 193, ../scss/_edit.scss */
#form .wpcf7-form p label .form_inline {
  display: flex;
}
/* line 195, ../scss/_edit.scss */
#form .wpcf7-form p label .form_inline input {
  width: 30%;
}
/* line 201, ../scss/_edit.scss */
#form .wpcf7-form .lineseparator {
  border-bottom: 3px solid white;
  margin: auto;
  margin-bottom: 20px;
  width: 15%;
}

/* line 210, ../scss/_edit.scss */
.slick-list {
  outline: none!important;
}

/* line 213, ../scss/_edit.scss */
.slick-slide:focus {
  outline: none;
}

/* line 219, ../scss/_edit.scss */
.page-template-service .entry-content {
  padding-top: 40px;
}

/* line 224, ../scss/_edit.scss */
.parallelogram {
  width: 80%;
  height: 200px;
  left: -10%;
  position: absolute;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  background-color: rgba(0, 0, 0, 0.6);
  border-right: 60px solid #BE010F;
}

/* line 236, ../scss/_edit.scss */
#cta {
  margin-top: -10px;
}

/* line 239, ../scss/_edit.scss */
#form {
  padding: 30px 0px;
}

/* line 243, ../scss/_edit.scss */
.form_homepage .wpcf7 {
  max-width: 50%;
}
/* line 247, ../scss/_edit.scss */
.form_homepage .wpcf7 p label textarea {
  height: 100px;
}

/* line 255, ../scss/_edit.scss */
.button-red {
  background: #BE010F;
  padding: 10px 20px;
}

/* line 261, ../scss/_edit.scss */
.button-red:hover {
  background: #BE010F;
  padding: 10px 20px;
  color: white;
}

/* line 268, ../scss/_edit.scss */
.homesection_image img {
  width: auto;
  position: absolute;
  height: auto;
  padding-right: 60px;
  left: 0px;
  bottom: 10px;
}

/* line 276, ../scss/_edit.scss */
#homesection {
  position: relative;
}

/* line 279, ../scss/_edit.scss */
.homesection_content {
  float: right!important;
}

/* line 284, ../scss/_edit.scss */
body.home #form .wpcf7-form-control select, .page-template-homepage #form .obiettivo select {
  background: url("../img/arrow-down-gray.png") no-repeat right;
}

/* line 289, ../scss/_edit.scss */
body.home #form .wpcf7-form-control .form-obiettivo, .page-template-homepage #form .form-obiettivo {
  background: #fff;
  padding-right: 20px;
  padding-left: 10px;
}

/* line 298, ../scss/_edit.scss */
.page-template-chi-siamo #maps #wpgmza_map {
  margin-bottom: 3%;
}
/* line 301, ../scss/_edit.scss */
.page-template-chi-siamo .page-header {
  display: none;
}
/* line 306, ../scss/_edit.scss */
.page-template-chi-siamo .formcontacts .wpcf7 input {
  border: 0px solid #333333;
  border-bottom: 0px solid #333333;
  border-radius: 0px;
  background: #f2f2f2;
}
/* line 312, ../scss/_edit.scss */
.page-template-chi-siamo .formcontacts .wpcf7 textarea {
  border: 0px solid #333333;
  border-bottom: 0px solid #333333;
  border-radius: 0px;
  background: #f2f2f2;
}
/* line 317, ../scss/_edit.scss */
.page-template-chi-siamo .formcontacts .wpcf7 .wpcf7-submit {
  background: #BE010F;
  position: relative;
  margin-left: 0px;
  text-align: center;
  padding: 20px;
  color: white;
}
/* line 326, ../scss/_edit.scss */
.page-template-chi-siamo .formcontacts #text_areap {
  margin-bottom: 0px;
}
/* line 330, ../scss/_edit.scss */
.page-template-chi-siamo .separator {
  width: 30%;
  background: #BE010F;
  height: 3px;
  margin-bottom: 10px;
}

/* line 339, ../scss/_edit.scss */
#popup #popup-close {
  background: url(../img/arrow-down.png) center center no-repeat;
  background-size: 100% auto;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 355, ../scss/_edit.scss */
body.home #homesection .homesection_image img, .page-template-homepage #homesection .homesection_image img {
  width: auto;
  height: auto;
}

/* line 361, ../scss/_edit.scss */
body.home #slideservice, .page-template-homepage #slideservice {
  padding-bottom: 20px;
}

/* line 365, ../scss/_edit.scss */
.button-red {
  font-weight: 700;
  text-transform: uppercase;
}

/* line 373, ../scss/_edit.scss */
#slideservice .counter {
  opacity: 0;
}

/* line 379, ../scss/_edit.scss */
.page-template-service .entry-content .container h3 {
  font-size: 1.5em;
  font-weight: 800;
}

/* line 384, ../scss/_edit.scss */
.page-template-basic .content h3 {
  padding-bottom: 20px;
}

/* line 389, ../scss/_edit.scss */
.page-id-139 #form {
  margin-top: 30px;
}
/* line 393, ../scss/_edit.scss */
.page-id-139 .post-139 > .page-header {
  background-position: center!important;
}

/* line 402, ../scss/_edit.scss */
.page-template-service #anchor_element #USATO .img_element {
  margin-top: 30px;
}

/* line 411, ../scss/_edit.scss */
.page-id-169 .post-169 > .page-header {
  background-position: center!important;
}
/* line 415, ../scss/_edit.scss */
.page-id-169 #secondtitle {
  padding-top: 40px;
}

/* line 422, ../scss/_edit.scss */
.page-id-247 .content > nav {
  margin-top: 60px;
  text-align: center;
}
/* line 426, ../scss/_edit.scss */
.page-id-247 .content .button-red {
  padding: 20px;
}

/* line 436, ../scss/_edit.scss */
.page-template-basic #paragraph_basic .container .paragraph_image > img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

/* line 446, ../scss/_edit.scss */
#riqualificazione {
  text-align: center;
  margin-bottom: 30px;
}

/* line 452, ../scss/_edit.scss */
.page-id-378 .content > nav {
  margin-top: 40px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 457, ../scss/_edit.scss */
.page-id-378 .content .button-red {
  padding: 20px;
}

/* line 465, ../scss/_edit.scss */
.page-id-259 #form .wpcf7-form p input {
  background: white;
  color: black;
}
/* line 469, ../scss/_edit.scss */
.page-id-259 .wpcf7 .wpcf7-form label {
  color: white;
  font-weight: 600;
}
/* line 473, ../scss/_edit.scss */
.page-id-259 .wpcf7-form select.wpcf7-select {
  background: white!important;
}

/* line 478, ../scss/_edit.scss */
body.home #slideservice .slideservice .imageslide img, .page-template-homepage #slideservice .slideservice .imageslide img {
  object-fit: cover!important;
}

/* line 482, ../scss/_edit.scss */
body.home #homesection .homesection_image img, .page-template-homepage #homesection .homesection_image img {
  width: 40%;
}

/* line 486, ../scss/_edit.scss */
body.home #homesection .homesection_content nav a, .page-template-homepage #homesection .homesection_content nav a {
  font-weight: 700;
}

/* line 491, ../scss/_edit.scss */
.page-id-139 #button1 {
  margin-right: 20px;
}
/* line 494, ../scss/_edit.scss */
.page-id-139 #button2 {
  margin-right: 20px;
}

/* line 499, ../scss/_edit.scss */
.button-red:hover {
  color: black;
}

/* line 504, ../scss/_edit.scss */
.page-id-169 #button1 {
  margin-right: 20px;
}
/* line 507, ../scss/_edit.scss */
.page-id-169 #button2 {
  margin-right: 20px;
}

/* line 513, ../scss/_edit.scss */
.page-id-247 #button1 {
  margin-right: 20px;
}
/* line 516, ../scss/_edit.scss */
.page-id-247 section#paragraph_basic {
  margin-top: 50px;
}

/* line 520, ../scss/_edit.scss */
#file {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  color: white;
  font-weight: 700;
  text-align: center;
}
/* line 527, ../scss/_edit.scss */
#file input {
  background: transparent!important;
}
/* line 530, ../scss/_edit.scss */
#file > span {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 537, ../scss/_edit.scss */
.blog #wrapper-index {
  padding-top: 50px;
}
/* line 541, ../scss/_edit.scss */
.blog #wrapper-index #main article > header {
  padding: 20px 0px;
  padding-bottom: 0px;
}
/* line 545, ../scss/_edit.scss */
.blog #wrapper-index #main article > header > a > h2 {
  font-weight: 600;
  font-size: 1.5em;
}
/* line 550, ../scss/_edit.scss */
.blog #wrapper-index #main article .blog-text {
  color: black;
}
/* line 554, ../scss/_edit.scss */
.blog #wrapper-index #main article > a {
  color: white;
  background: red;
  padding: 10px 30px;
  font-weight: 600;
  /* margin-top: 30px; */
  position: relative;
  display: inline-block;
  /* flex: 30%; */
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 569, ../scss/_edit.scss */
.blog #colophon {
  margin-top: 50px;
}

/* line 575, ../scss/_edit.scss */
.single-post .blog-image {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 579, ../scss/_edit.scss */
.single-post #main {
  padding-top: 50px;
}
/* line 582, ../scss/_edit.scss */
.single-post .entry-content {
  padding: 50px 0px;
}
/* line 584, ../scss/_edit.scss */
.single-post .entry-content > .container {
  padding-left: 0px;
}
/* line 586, ../scss/_edit.scss */
.single-post .entry-content > .container > p {
  padding-bottom: 0px;
}

/* line 601, ../scss/_edit.scss */
#form #wpcf7-f262-p259-o1 > form #formtitle {
  font-size: 2em;
}
/* line 605, ../scss/_edit.scss */
#form #wpcf7-f262-p259-o1 > form p > .wpcf7-submit {
  background: #D70906;
  color: white;
}
/* line 611, ../scss/_edit.scss */
#form #wpcf7-f262-p259-o1 #form-line {
  display: flex;
}
/* line 613, ../scss/_edit.scss */
#form #wpcf7-f262-p259-o1 #form-line #formone {
  margin-right: 10px;
}
/* line 616, ../scss/_edit.scss */
#form #wpcf7-f262-p259-o1 #form-line #formtwo {
  margin-right: 10px;
}
/* line 621, ../scss/_edit.scss */
#form #wpcf7-f262-p259-o1 .wpcf7-form-control-wrap > textarea {
  font-weight: 600;
}

/* line 628, ../scss/_edit.scss */
#slick-slide01 .slide-image img {
  object-position: top;
}

/* line 636, ../scss/_edit.scss */
#slick-slide03 .slide-image img {
  object-position: top;
}

/* line 643, ../scss/_edit.scss */
.page-id-484 .page-header {
  margin-bottom: 0px;
}
/* line 646, ../scss/_edit.scss */
.page-id-484 #form {
  background: white;
}
/* line 649, ../scss/_edit.scss */
.page-id-484 #form .wpcf7-form p input {
  border: 0px solid #333333;
  border-bottom: 0px solid #333333;
  border-radius: 0px;
  background: #f2f2f2;
  text-align: left;
  color: black;
}
/* line 657, ../scss/_edit.scss */
.page-id-484 #form .wpcf7-form p label textarea {
  border: 0px solid #333333;
  border-bottom: 0px solid #333333;
  border-radius: 0px;
  background: #f2f2f2;
}
/* line 663, ../scss/_edit.scss */
.page-id-484 #form .wpcf7-form p .wpcf7-submit {
  background: #BE010F!important;
  text-align: center;
  color: white;
}
/* line 668, ../scss/_edit.scss */
.page-id-484 .form_homepage .wpcf7 {
  max-width: 35%;
}
/* line 671, ../scss/_edit.scss */
.page-id-484 #form .wpcf7-form h3 {
  color: black;
}

/* line 676, ../scss/_edit.scss */
.slick-dots li.slick-active button {
  background: red;
}

/* line 681, ../scss/_edit.scss */
.page-id-283 div.wpcf7-mail-sent-ok {
  color: black;
  text-align: center;
  margin-top: -20px;
}

/* line 689, ../scss/_edit.scss */
.page-id-484 div.wpcf7-mail-sent-ok {
  color: black;
  text-align: center;
  margin-top: -20px;
}

/* line 697, ../scss/_edit.scss */
.page-id-512 .table {
  color: black;
}

/* line 704, ../scss/_edit.scss */
#colophon .link a:hover {
  color: red!important;
}

/* line 711, ../scss/_edit.scss */
.page-id-516 #s4win a {
  background: #BE010F!important;
  padding: 10px 20px;
}

/* line 717, ../scss/_edit.scss */
.slick-dots li button {
  background: lightgray;
}

/* line 725, ../scss/_edit.scss */
#form #wpcf7-f453-p139-o1 form #file .file-327 {
  background: url(../img/caricafile.png) no-repeat;
  background-position: left;
  margin-left: 20px;
  position: relative;
}
/* line 730, ../scss/_edit.scss */
#form #wpcf7-f453-p139-o1 form #file .file-327 input {
  opacity: 0;
  display: inherit;
  width: 30%;
}


.blog .blog-text {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 90%!important;
}
