/*!
 Theme Name: BlancOne_new
 Theme URI: http://underscores.me/
 Author: BitDesign Srl
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 Tested up to: 5.4
 Requires PHP: 5.6
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: blancone_new
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned.
 BlancOne_new is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Generic
 - Normalize
 - Box sizing
 # Base
 - Typography
 - Elements
 - Links
 - Forms
 ## Layouts
 # Components
 - Navigation
 - Posts and pages
 - Comments
 - Widgets
 - Media
 - Captions
 - Galleries
 # plugins
 - Jetpack infinite scroll
 # Utilities
 - Accessibility
 - Alignments
 --------------------------------------------------------------*/
/* AREA PUBBLICA */
/*--------------------------------------------------------------
 # Generic
 --------------------------------------------------------------*/
/* Normalize
 --------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bold;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.clear {
  clear: both;
}
/* Box sizing
 --------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
 @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  /*box-sizing: inherit;*/
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
 # Base
 --------------------------------------------------------------*/
/* Typography
 --------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #1d1d1b;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 23px;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: "Open Sans", sans-serif;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
 --------------------------------------------- */
body {
  background: #f7f7f7;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/*margin: 0 0 1.5em 3em;*/
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-right: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
 --------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
 --------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  /*border: 1px solid $color__border-input;*/
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Layouts
 --------------------------------------------------------------*/
/*display: grid;
 grid-template-columns: auto ($size__site-sidebar);
 grid-template-areas:
 "header header"
 "main sidebar"
 "footer footer";
 background: red; */
.sidebar {
  float: right;
  width: 31.9%;
  margin-right: 2.38%;
}
.site-header {
  grid-area: header;
}
.site-main {
  grid-area: main;
  overflow: hidden;
  /* Resolves issue with <pre> elements forcing full width. */
}
.widget-area {
  grid-area: sidebar;
}
.site-footer {
  grid-area: footer;
}
.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}
/*--------------------------------------------------------------
 # Components
 --------------------------------------------------------------*/
/* Navigation
 --------------------------------------------- */
/* CSS3*/
img#svgLogoBlancone, .area-public-navigation ul li, .list li, .MenuHamburger .line {
  -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;
}
/* AREA PUBBLICA MENU */
.PagineManifesto .goToAreaPazienti {
  color: #1b1464 !important;
}
.PagineManifesto .menu-lang-menuit-container, .PagineManifesto .menu-lang-menuen-container, .PagineManifesto .menu-lang-menues-container, .PagineManifesto .menu-lang-menufr-container, .PagineManifesto .menu-lang-menude-container, .PagineManifesto .menu-lang-menupl-container {
  margin-top: 3px;
}
.PagineManifesto .menu-lang-menuit-container ul li a, .PagineManifesto .menu-lang-menuen-container ul li a, .PagineManifesto .menu-lang-menues-container ul li a, .PagineManifesto .menu-lang-menufr-container ul li a, .PagineManifesto .menu-lang-menude-container ul li a, .PagineManifesto .menu-lang-menupl-container ul li a {
  color: #1b1464 !important;
}
.PagineManifesto .menu-lang-menuit-container ul li ul li a, .PagineManifesto .menu-lang-menuen-container ul li ul li a, .PagineManifesto .menu-lang-menues-container ul li ul li a, .PagineManifesto .menu-lang-menufr-container ul li ul li a, .PagineManifesto .menu-lang-menude-container ul li ul li a, .PagineManifesto .menu-lang-menupl-container ul li ul li a {
  color: #fff !important;
}
header#masthead {
  font-family: 'Noto Sans', sans-serif;
  position: absolute;
  z-index: 1000;
  /*999999999999999999*/
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
  right: 0;
  left: 0;
}
header#masthead .APB_topMenu {
  font-size: 17px;
  line-height: 21px;
  display: flex;
  justify-content: flex-end;
  margin: 18px 0;
  /* AREA PUBBLICA: NUOVO MENU LINGUE PAESI */
  /* --- END AREA PUBBLICA: NUOVO MENU LINGUE PAESI*/
}
@media (max-width: 640px) {
  header#masthead .APB_topMenu {
    display: none;
  }
}
header#masthead .APB_topMenu #menu_lingue_apart {
  display: block;
  position: relative;
  width: 35px;
  background: url(../images/area_pubblica/icon_arrowBottom.svg) no-repeat center left;
}
header#masthead .APB_topMenu #menu_lingue_apart img.APB_flag {
  width: 16px;
  margin-left: 10px;
  position: absolute;
  right: -23px;
  top: 8px;
}
header#masthead .APB_topMenu #menu_lingue_apart .menu-lang-menuit-container, header#masthead .APB_topMenu #menu_lingue_apart .menu-lang-menuen-container, header#masthead .APB_topMenu #menu_lingue_apart .menu-lang-menues-container, header#masthead .APB_topMenu #menu_lingue_apart .menu-lang-menufr-container, header#masthead .APB_topMenu #menu_lingue_apart .menu-lang-menude-container, header#masthead .APB_topMenu #menu_lingue_apart .menu-lang-menupl-container {
  margin-top: 3px;
}
header#masthead .APB_topMenu #menu_lingue_apart .menu-lang-menuit-container a, header#masthead .APB_topMenu #menu_lingue_apart .menu-lang-menuen-container a, header#masthead .APB_topMenu #menu_lingue_apart .menu-lang-menues-container a, header#masthead .APB_topMenu #menu_lingue_apart .menu-lang-menufr-container a, header#masthead .APB_topMenu #menu_lingue_apart .menu-lang-menude-container a, header#masthead .APB_topMenu #menu_lingue_apart .menu-lang-menupl-container a {
  color: #fff;
}
header#masthead .APB_topMenu #menu_lingue_apart ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header#masthead .APB_topMenu #menu_lingue_apart ul li ul {
  display: none;
  top: 29px;
  background: linear-gradient(to bottom, #009bdc, #1b1464);
  right: -55px;
  width: 100px;
  position: absolute;
  z-index: 100;
  padding: 10px;
  margin: 0;
  text-align: center;
}
header#masthead .APB_topMenu #menu_lingue_apart ul li ul li {
  padding: 5px 0;
  border-bottom: 1px solid #038dd0;
}
header#masthead .APB_topMenu .menu_lingue_paesi {
  position: relative;
}
header#masthead .APB_topMenu .menu_lingue_paesi a {
  color: white;
}
header#masthead .APB_topMenu .menu_lingue_paesi a:hover {
  text-decoration: underline;
}
header#masthead .APB_topMenu .menu_lingue_paesi.icon_smile_blu a {
  color: #1b1464;
}
header#masthead .APB_topMenu .social img {
  width: 27px;
  border-radius: 100px;
}
header#masthead .APB_topMenu .social:hover img {
  background-color: #009bdc;
}
header#masthead .APB_topMenu .social.facebook {
  margin: 0 10px;
}
header#masthead .APB_topMenu .pipeTOP {
  width: 1px;
  height: 27px;
  background: #fff;
  margin: 0 15px;
}
header#masthead .APB_topMenu .goToAreaPazienti {
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  background: url(../images/area_pubblica/icon_smile.svg) no-repeat center left;
  padding-left: 28px;
}
header#masthead .APB_topMenu .goToAreaPazienti a {
  position: relative;
  color: #fff;
}
header#masthead .APB_topMenu .goToAreaPazienti a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: -4px;
  right: 0;
  background-color: #009bdc;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
header#masthead .APB_topMenu .goToAreaPazienti a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom right;
}
header#masthead .APB_topMenu .goToAreaPazienti.login-pazienti-logged {
  position: relative;
}
header#masthead .APB_topMenu .goToAreaPazienti.login-pazienti-logged .log_out {
  display: none;
  position: absolute;
  top: 37px;
  border: 1px solid #fff;
  width: 100%;
  left: 4px;
  text-align: center;
  list-style: none;
  background: #153785;
  padding: 22px 0;
  z-index: 1000;
}
header#masthead .APB_topMenu #utenteloggatoPaziente {
  position: relative;
  cursor: pointer;
}
header#masthead .APB_topMenu #utenteloggatoPaziente #pressTOsee_logout {
  height: 44px;
  width: 100%;
  position: absolute;
  top: -7px;
  left: 0;
}
header#masthead .APB_topMenu #utenteloggatoPaziente #pressTOsee_logout a li {
  color: #fff;
}
header#masthead .APB_bottomMenu {
  display: flex;
  justify-content: space-between;
  flex-flow: row;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
@media (max-width: 640px) {
  header#masthead .APB_bottomMenu {
    border-top: none;
  }
}
header#masthead .APB_bottomMenu a {
  font-size: 19px;
  line-height: 24px;
  color: #fff;
}
header#masthead .APB_bottomMenu img#svgLogoBlancone {
  max-width: 220px;
}
header#masthead .APB_bottomMenu img#svgLogoBlancone:hover {
  max-width: 225px;
}
header#masthead .APB_bottomMenu .area-public-navigation ul li {
  margin-left: 20px;
  padding: 10px 0px;
}
header#masthead .APB_bottomMenu .area-public-navigation ul li:nth-child(3) {
  padding: 10px 15px 10px 40px;
  background: url(../images/area_pubblica/icon_pointer.svg) no-repeat center left 10px #009bdc;
  border-radius: 100px;
}
header#masthead .APB_bottomMenu .area-public-navigation ul li:nth-child(3):hover {
  background: url(../images/area_pubblica/icon_pointer.svg) no-repeat center left 10px #1b1464;
}
header#masthead .APB_bottomMenu .area-public-navigation.fr ul li {
  padding: 0px;
  max-width: 230px;
  /*text-align: center;*/
}
header#masthead .APB_bottomMenu .area-public-navigation.fr ul li:nth-child(3) {
  padding: 10px 15px 10px 40px;
  background: url(../images/area_pubblica/icon_pointer.svg) no-repeat center left 10px #009bdc;
  border-radius: 100px;
}
header#masthead .APB_bottomMenu .area-public-navigation.fr ul li:nth-child(3):hover {
  background: url(../images/area_pubblica/icon_pointer.svg) no-repeat center left 10px #1b1464;
}
header#masthead .APB_bottomMenu .area-public-navigation.es ul li {
  padding: 0px;
  max-width: 250px;
  /*text-align: center;*/
}
header#masthead .APB_bottomMenu .area-public-navigation.es ul li:nth-child(3) {
  padding: 10px 15px 10px 40px;
  background: url(../images/area_pubblica/icon_pointer.svg) no-repeat center left 10px #009bdc;
  border-radius: 100px;
}
header#masthead .APB_bottomMenu .area-public-navigation.es ul li:nth-child(3):hover {
  background: url(../images/area_pubblica/icon_pointer.svg) no-repeat center left 10px #1b1464;
}
header#masthead .APB_bottomMenu .area-public-navigation.pt ul li {
  padding: 0px;
  max-width: 245px;
  /*text-align: center;*/
}
header#masthead .APB_bottomMenu .area-public-navigation.pt ul li:nth-child(3) {
  padding: 10px 15px 10px 40px;
  background: url(../images/area_pubblica/icon_pointer.svg) no-repeat center left 10px #009bdc;
  border-radius: 100px;
}
header#masthead .APB_bottomMenu .area-public-navigation.pt ul li:nth-child(3):hover {
  background: url(../images/area_pubblica/icon_pointer.svg) no-repeat center left 10px #1b1464;
}
header#masthead .APB_bottomMenu .area-public-navigation.ro ul li {
  padding: 0px;
  max-width: 260px;
  /*text-align: center;*/
}
header#masthead .APB_bottomMenu .area-public-navigation.ro ul li:nth-child(3) {
  padding: 10px 15px 10px 40px;
  background: url(../images/area_pubblica/icon_pointer.svg) no-repeat center left 10px #009bdc;
  border-radius: 100px;
}
header#masthead .APB_bottomMenu .area-public-navigation.ro ul li:nth-child(3):hover {
  background: url(../images/area_pubblica/icon_pointer.svg) no-repeat center left 10px #1b1464;
}
header#masthead .APB_bottomMenu .area-public-navigation a {
  position: relative;
}
header#masthead .APB_bottomMenu .area-public-navigation a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: -4px;
  right: 0;
  background-color: #009bdc;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
header#masthead .APB_bottomMenu .area-public-navigation a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom right;
}
header#masthead .APB_bottomMenu .rightSpace {
  display: flex;
  flex-flow: row;
  position: relative;
}
header#masthead .APB_bottomMenu .rightSpace #clickable {
  cursor: pointer;
  position: absolute;
  left: -8px;
  top: -20px;
  width: 80px;
  height: 80px;
  background-color: transparent;
  z-index: 100;
}
@media (max-width: 800px) {
  header#masthead .APB_bottomMenu .rightSpace #clickable {
    left: 0;
    top: -16px;
  }
}
@media (max-width: 1110px) {
  header#masthead .APB_bottomMenu .rightSpace #site-navigation {
    display: none;
  }
}
header#masthead .APB_bottomMenu .rightSpace .theBigPipe {
  width: 1px;
  height: 41px;
  background-color: #fff;
  margin-left: 17px;
}
@media (max-width: 1110px) {
  header#masthead .APB_bottomMenu .rightSpace .theBigPipe {
    display: none;
  }
}
header#masthead .APB_bottomMenu .rightSpace .MenuHamburger .line {
  width: 30px;
  height: 4px;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
}
header#masthead .APB_bottomMenu .rightSpace .MenuHamburger .centerLine {
  margin: 7px 0;
}
header#masthead .APB_bottomMenu .rightSpace .MenuHamburger .write {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  color: #fff;
}
/* AREA PUBBLICA: NUOVO MENU LINGUE PAESI */
.menu_lingue_paesi-container {
  display: none;
  font-family: 'Noto Sans', sans-serif;
  position: fixed;
  overflow: scroll;
  z-index: 2000;
  background: #1b1464;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}
.menu_lingue_paesi-container .content-center {
  max-width: 1100px;
  width: 90%;
  /*height: 80%;*/
  margin: 0 auto;
  padding: 80px 80px 0px 0px;
}
@media (max-width: 815px) {
  .menu_lingue_paesi-container .content-center {
    padding: 80px 40px 0px 0px;
  }
}
@media (max-width: 500px) {
  .menu_lingue_paesi-container .content-center {
    padding: 40px 40px 100px 0px;
  }
}
.menu_lingue_paesi-container ul {
  margin: 0px;
  padding: 0px;
}
.menu_lingue_paesi-container ul li.nameC {
  color: #009bdc;
  font-size: 25px;
  font-weight: bold;
  padding: 30px 0px;
  float: none;
  margin-bottom: -30px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .menu_lingue_paesi-container ul li.nameC {
    /*display: block; padding: 20px 0px;*/
  }
}
.menu_lingue_paesi-container ul li {
  list-style: none;
  float: right;
  max-width: 300px;
  width: 25%;
  padding: 30px 0px 20px 0px;
}
@media (max-width: 1000px) {
  .menu_lingue_paesi-container ul li {
    width: 33%;
  }
}
@media (max-width: 815px) {
  .menu_lingue_paesi-container ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .menu_lingue_paesi-container ul li {
    width: 90%;
    /*display: none; padding: 0px;*/
  }
}
.menu_lingue_paesi-container ul li a {
  color: #fff;
}
.menu_lingue_paesi-container ul li a .flag {
  float: right;
  margin-left: 15px;
}
.menu_lingue_paesi-container ul li a .paese {
  float: right;
  font-weight: bold;
}
.menu_lingue_paesi-container ul li a .paese span {
  font-size: 14px;
  font-weight: normal;
}
.menu_lingue_paesi-container .rightSpace {
  position: absolute;
  top: 60px;
  left: 100px;
  cursor: pointer;
}
@media (max-width: 500px) {
  .menu_lingue_paesi-container .rightSpace {
    left: 30px;
    top: 40px;
  }
}
.menu_lingue_paesi-container .rightSpace .MenuHamburger .line {
  width: 30px;
  height: 4px;
  border-radius: 100px;
  background-color: #fff;
  position: relative;
}
.menu_lingue_paesi-container .rightSpace .MenuHamburger .centerLine {
  margin: 7px 0;
}
.menu_lingue_paesi-container .rightSpace .MenuHamburger .line.first.close {
  transform: rotate(45deg) !important;
  top: 15px !important;
}
.menu_lingue_paesi-container .rightSpace .MenuHamburger .line.last.close {
  transform: rotate(-45deg) !important;
  top: -6px !important;
}
.menu_lingue_paesi-container .rightSpace .MenuHamburger .write {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  margin-right: -2px;
}
/* --- END AREA PUBBLICA: NUOVO MENU LINGUE PAESI*/
/* AREA PUBBLICA: MENU FULL OPEN + replica del menu principale*/
#APB_mainMenuOpen {
  display: none;
  font-family: 'Noto Sans', sans-serif;
  position: fixed;
  z-index: 1500;
  /*20000000000*/
  background: #1b1464;
  width: 100%;
  height: 100%;
  /* popup area professionisti */
}
#APB_mainMenuOpen #areaPRO-goto {
  max-width: 400px;
  width: 65%;
  position: absolute;
  top: 50%;
  margin: auto;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  padding: 20px 30px;
  transform: translateY(-50%);
  box-shadow: 0px 1px 10px 1px #767095;
}
#APB_mainMenuOpen #areaPRO-goto .buttonPRO {
  float: right;
  background: #b99f6f;
  padding: 8px 20px;
  border-radius: 100px;
  color: #fff;
}
#APB_mainMenuOpen #areaPRO-goto .closePopUp {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -10px;
  background: #fff;
  top: -18px;
  border-radius: 100%;
  border: 1px solid #000;
}
#APB_mainMenuOpen #areaPRO-goto .closePopUp img {
  width: 70%;
  position: relative;
  top: 6px;
  right: 6px;
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins {
  position: relative;
  top: 150px;
  max-width: 1100px;
  width: 100%;
  height: 80%;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins {
    top: 80px;
  }
}
@media (max-height: 610px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins {
    top: 20px;
  }
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .background {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-height: 610px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .background {
    padding: 0;
    position: relative;
    top: 0 !important;
    transform: none;
    transform: none;
    overflow-y: scroll;
    height: 100%;
  }
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .background {
    padding: 0;
    top: 40%;
  }
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list {
  width: 50%;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list {
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list {
    width: 90%;
  }
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list ul {
  padding: 0;
  margin: 0;
  color: #fff;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list ul li:nth-child(3) {
    border-top: 1px solid #312b73;
  }
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list ul li {
  list-style: none;
  border-bottom: 1px solid #312b73;
  font-size: 50px;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list ul li {
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    border-bottom: none;
    padding: 10px 0;
  }
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list ul li a {
  color: #fff;
  width: 100%;
  padding: 30px 10px;
  display: block;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list ul li a {
    padding: 0;
  }
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list ul li:nth-child(3) a, #APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list ul li:nth-child(4) a {
  color: #b99f6f;
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list ul li.current_page_item {
  font-weight: bold;
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list ul li:hover {
  font-size: 51px;
  background: #312b73;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .background .list ul li:hover {
    font-size: 21px;
    background: #312b73;
  }
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .background .mobile_log_in-out {
  width: 50%;
  padding: 10px 0 0;
  border-top: 1px solid #fff;
  list-style: none;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .background .mobile_log_in-out {
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .background .mobile_log_in-out {
    width: 90%;
  }
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .background .mobile_log_in-out div:nth-child(2) {
  margin-top: 20px;
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .firstLIVmobile {
  width: 50%;
  text-align: right;
  display: none;
  margin: 0 auto;
  border-bottom: 1px solid #312b73;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .firstLIVmobile {
    display: block;
  }
}
@media (max-width: 800px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .firstLIVmobile {
    width: 90%;
  }
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .firstLIVmobile a div.goHomeMOB {
  color: #fff;
  cursor: pointer;
  padding: 10px 0;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: right;
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .firstLIVmobile ul {
  padding: 0;
  margin: 0;
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .firstLIVmobile ul li {
  list-style: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 0;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: right;
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .firstLIVmobile ul li a {
  color: #fff;
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .perMobileLogin {
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  padding: 10px 0;
  width: 50%;
  display: none;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .perMobileLogin {
    display: block;
  }
}
@media (max-width: 800px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .perMobileLogin {
    width: 90%;
  }
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .perMobileLogin a {
  color: #fff;
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .companyAddress {
  display: flex;
  justify-content: left;
  margin-top: 65px;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .companyAddress {
    width: 50%;
    margin: 30px auto 0;
  }
}
@media (max-width: 800px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .companyAddress {
    width: 90%;
  }
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .companyAddress img {
  max-width: 122px;
  width: 100%;
  margin-left: 40px;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .companyAddress img {
    max-width: 50px;
  }
}
#APB_mainMenuOpen .APB_mainMenuOpened-ins .companyAddress div {
  max-width: 300px;
  width: 100%;
  font-size: 17px;
  line-height: 23px;
  color: #fff;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .APB_mainMenuOpened-ins .companyAddress div {
    display: none;
  }
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen header.menuSCROLLfull-width {
    display: none;
  }
}
#APB_mainMenuOpen .logoPrincipalMenuMobile {
  position: relative;
  top: 40px;
  right: 10px;
  max-width: 200px;
  display: none;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .logoPrincipalMenuMobile {
    display: block;
  }
}
@media (max-width: 640px) {
  #APB_mainMenuOpen .logoPrincipalMenuMobile {
    top: 11px;
  }
}
#APB_mainMenuOpen .logoPrincipalMenuMobile img {
  width: 80%;
}
#APB_mainMenuOpen #menu_lingue_apart_MOB {
  display: none;
  position: absolute;
  width: 35px;
  background: url(../images/area_pubblica/icon_arrowBottom.svg) no-repeat center left;
  right: 210px;
  /*left: 265px;top: 19px;*/
  top: 15px;
  /* AREA PUBBLICA: NUOVO MENU LINGUE PAESI */
  /* --- END AREA PUBBLICA: NUOVO MENU LINGUE PAESI*/
}
@media (max-width: 640px) {
  #APB_mainMenuOpen #menu_lingue_apart_MOB {
    display: block;
  }
}
#APB_mainMenuOpen #menu_lingue_apart_MOB img.APB_flag {
  width: 16px;
  margin-left: 10px;
  position: absolute;
  right: -23px;
  top: 8px;
}
#APB_mainMenuOpen #menu_lingue_apart_MOB .menu-lang-menuit-container {
  margin-top: 3px;
}
#APB_mainMenuOpen #menu_lingue_apart_MOB .menu-lang-menuit-container a {
  color: #fff;
}
#APB_mainMenuOpen #menu_lingue_apart_MOB ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#APB_mainMenuOpen #menu_lingue_apart_MOB ul li ul {
  display: none;
  top: 29px;
  background: linear-gradient(to bottom, #009bdc, #1b1464);
  right: -55px;
  width: 100px;
  position: absolute;
  z-index: 100;
  padding: 10px;
  margin: 0;
  text-align: center;
}
#APB_mainMenuOpen #menu_lingue_apart_MOB ul li ul li {
  padding: 5px 0;
  border-bottom: 1px solid #038dd0;
}
#APB_mainMenuOpen #menu_lingue_apart_MOB .menu_lingue_paesi {
  position: relative;
  font-size: 15px;
}
#APB_mainMenuOpen #menu_lingue_apart_MOB .menu_lingue_paesi a {
  color: white;
}
#APB_mainMenuOpen #menu_lingue_apart_MOB .menu_lingue_paesi a:hover {
  text-decoration: underline;
}
#APB_mainMenuOpen #menu_lingue_apart_MOB .menu_lingue_paesi.icon_smile_blu a {
  color: #1b1464;
}
#APB_mainMenuOpen #menu_lingue_apart_MOB.paesi {
  background: none;
}
#APB_mainMenuOpen .MenuHamburgerMOBILECLOSE {
  position: absolute;
  top: 33px;
  left: 30px;
  width: 70px;
  height: 70px;
  display: none;
  cursor: pointer;
}
@media (max-width: 1110px) {
  #APB_mainMenuOpen .MenuHamburgerMOBILECLOSE {
    display: block;
  }
}
@media (max-width: 800px) {
  #APB_mainMenuOpen .MenuHamburgerMOBILECLOSE {
    top: 4px;
    left: 5px;
  }
}
#APB_mainMenuOpen .MenuHamburgerMOBILECLOSE .quad {
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  margin: 0 auto;
}
#APB_mainMenuOpen .MenuHamburgerMOBILECLOSE .line {
  background-color: #fff;
  width: 100%;
  background: #fff;
  height: 3px;
  position: relative;
  border-radius: 100px;
}
#APB_mainMenuOpen .MenuHamburgerMOBILECLOSE .line.first.close {
  top: 24px !important;
  transform: rotate(45deg) !important;
}
#APB_mainMenuOpen .MenuHamburgerMOBILECLOSE .line.last.close {
  bottom: -21px !important;
  transform: rotate(-45deg) !important;
}
#APB_mainMenuOpen .MenuHamburgerMOBILECLOSE .write {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
#APB_mainMenuOpen header#masthead .APB_bottomMenu a {
  color: #fff;
}
#APB_mainMenuOpen .goToAreaPazienti.login-pazienti-logged {
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  background: url(../images/area_pubblica/icon_smile.svg) no-repeat center left;
  padding-left: 28px;
}
#APB_mainMenuOpen .goToAreaPazienti.login-pazienti-logged a {
  position: relative;
  color: #fff;
}
#APB_mainMenuOpen .goToAreaPazienti.login-pazienti-logged a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: -4px;
  right: 0;
  background-color: #009bdc;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
#APB_mainMenuOpen .goToAreaPazienti.login-pazienti-logged a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom right;
}
#APB_mainMenuOpen #clickable2 {
  cursor: pointer;
  position: absolute;
  left: -22px;
  top: -20px;
  width: 80px;
  height: 80px;
  background-color: transparent;
  z-index: 100;
}
@media (max-width: 800px) {
  #APB_mainMenuOpen #clickable2 {
    left: 0px;
    top: -17px;
  }
}
#APB_mainMenuOpen header#masthead .APB_bottomMenu .rightSpace .MenuHamburger {
  position: relative;
  top: 0;
  left: 0;
}
#APB_mainMenuOpen header#masthead .APB_bottomMenu .rightSpace .MenuHamburger .line {
  background-color: #fff;
}
#APB_mainMenuOpen header#masthead .APB_bottomMenu .rightSpace .MenuHamburger .line.first.close {
  transform: rotate(45deg) !important;
  top: 15px !important;
}
#APB_mainMenuOpen header#masthead .APB_bottomMenu .rightSpace .MenuHamburger .line.last.close {
  transform: rotate(-45deg) !important;
  top: -6px !important;
}
#APB_mainMenuOpen header#masthead .APB_bottomMenu .rightSpace .MenuHamburger .write {
  color: #fff;
}
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-right: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: right;
  position: absolute;
  top: 100%;
  right: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  right: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  right: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  right: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
 --------------------------------------------- */
.sticky {
  display: block;
}
/*.post,
 .page {
 margin: 0 0 1.5em;
 }*/
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
 --------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
 --------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
 --------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
 --------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
 --------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/* BitDesign  */
/*--------------------------------------------------------------
 ## Header
 --------------------------------------------------------------*/
.wrapperPublicArea {
  position: relative;
  z-index: 50;
}
.box-acceptance {
  width: 350px;
  height: 230px;
  padding: 40px 20px;
  color: #941a80;
  text-align: center;
}
.box-acceptance .prosegui {
  background: #941a80;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  margin: 40px auto 0 auto;
}
#bannerPromoFixed {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 160px;
  left: 0px;
  z-index: 999999;
}
@media (max-width: 750px) {
  #bannerPromoFixed {
    display: none;
  }
}
/*--------------------------------------------------------------
 ## Home
 --------------------------------------------------------------*/
/* CSS3 */
.OrangeBox, .social img, .CTA_toPage a, .button_discover, .colLeft-ins a, .Rbox a, .txt a {
  -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;
}
/*  == AREA PUBBLICA == HOMEPAGE == */
.APB_home {
  position: relative;
  z-index: 100;
  top: 0;
  background: linear-gradient(to left, #009bdc, #1b1464);
  width: 100%;
  font-family: 'Noto Sans', sans-serif;
}
.APB_home .APB_home_texture {
  background: url(../images/area_pubblica/texture_circle.png) no-repeat;
  background-position: top left;
  background-size: contain;
}
.APB_home .flexslider {
  background: transparent;
  /* pallino successivo */
}
.APB_home .flexslider .flex-control-nav {
  bottom: -60px !important;
  /*80*/
  text-align: right;
}
.APB_home .flexslider .flex-control-paging li a {
  background: transparent !important;
  border: 1px solid #fff;
}
.APB_home .flexslider .flex-control-paging li a:hover {
  background: #009bdc !important;
}
.APB_home .flexslider .flex-control-paging li a.flex-active {
  background: #fff !important;
}
.APB_home .APB_homepage-INS.fistStepHOme {
  position: relative;
  z-index: 10;
  padding-top: 270px;
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS.fistStepHOme {
    padding-top: 100px;
  }
}
.APB_home .APB_homepage-INS {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.APB_home .APB_homepage-INS .columnLeft {
  float: right;
  width: 50%;
  color: #fff;
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS .columnLeft {
    float: none;
    width: 100%;
  }
}
.APB_home .APB_homepage-INS .columnLeft .h1Style {
  font-size: 43px;
  line-height: 52px;
  margin-bottom: 30px;
  padding: 10px 0;
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS .columnLeft .h1Style {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 22px;
  }
}
@media (min-width: 651px) and (max-width: 900px) {
  .APB_home .APB_homepage-INS .columnLeft .h1Style {
    font-size: 35px;
    line-height: 41px;
  }
}
.APB_home .APB_homepage-INS .columnLeft .h2Style {
  font-size: 25px;
  line-height: 32px;
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS .columnLeft .firstFlexSlider .flex-direction-nav .flex-next {
    bottom: -20%;
    padding: 3px;
    top: auto;
  }
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS .columnLeft .firstFlexSlider .flex-direction-nav .flex-prev {
    bottom: -20%;
    padding: 3px;
    top: auto;
  }
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS .columnLeft .firstFlexSlider .flex-direction-nav a:before {
    color: #439ad6;
  }
}
.APB_home .APB_homepage-INS .columnLeft img, .APB_home .APB_homepage-INS .columnRight img {
  width: 100%;
  display: block;
}
.APB_home .APB_homepage-INS .columnLeft .boxUP {
  min-height: 390px;
}
.APB_home .APB_homepage-INS .columnLeft .boxUP .boxUPins {
  width: 95%;
  margin: 60px auto;
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS .columnLeft .boxUP .boxUPins {
    width: 90%;
    margin: 0px auto;
  }
}
.APB_home .APB_homepage-INS .columnLeft .boxDOWN {
  background-color: #ec6500;
  text-align: center;
  color: #fff;
}
.APB_home .APB_homepage-INS .columnLeft .boxDOWN .imgForMobileOnly {
  display: none;
  width: 100%;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS .columnLeft .boxDOWN .imgForMobileOnly {
    display: block;
  }
}
.APB_home .APB_homepage-INS .columnLeft .boxDOWN .imgForMobileOnly img {
  width: 100%;
}
.APB_home .APB_homepage-INS .columnLeft .boxDOWN .boxDOWNins {
  padding: 40px 0 0;
  max-width: 388px;
  width: 90%;
  margin: 0 auto;
}
.APB_home .APB_homepage-INS .columnLeft .boxDOWN .boxDOWNins h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin: 15px 0;
}
.APB_home .APB_homepage-INS .columnLeft .boxDOWN .boxDOWNins p {
  font-size: 25px;
  line-height: 31px;
  margin: 0 0 10px;
}
.APB_home .APB_homepage-INS .columnLeft .sliderPerMOBILEbox {
  display: none;
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS .columnLeft .sliderPerMOBILEbox {
    display: block;
  }
}
.APB_home .APB_homepage-INS .columnLeft .sliderPerMOBILEbox .wall {
  text-align: center;
  padding: 50px 0;
  width: 90%;
  margin: 0 auto;
}
.APB_home .APB_homepage-INS .columnLeft .sliderPerMOBILEbox .wall .wall-ins .nota {
  color: #000;
  font-size: 12px;
  text-align: right;
  line-height: 16px;
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS .columnLeft .sliderPerMOBILEbox .wall {
    padding: 20px 0 30px;
  }
}
.APB_home .APB_homepage-INS .columnLeft .sliderPerMOBILEbox .wall img {
  max-width: 80px;
  width: 100%;
  margin: 0 auto 10px;
}
.APB_home .APB_homepage-INS .columnLeft .sliderPerMOBILEbox .wall h3 {
  color: #2d3047;
  font-size: 45px;
  line-height: 43px;
  font-weight: 700;
  margin: 0;
}
.APB_home .APB_homepage-INS .columnLeft .sliderPerMOBILEbox .wall h4 {
  color: #009bdc;
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}
.APB_home .APB_homepage-INS .columnLeft .sliderPerMOBILEbox .wall p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 44px 0 30px;
  color: #1d1d1b;
}
.APB_home .APB_homepage-INS .columnLeft .sliderPerMOBILEbox .flex-direction-nav a:before {
  content: " ";
  display: block;
  background: url('../images/area_pubblica/icon_arrow_left.svg') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.APB_home .APB_homepage-INS .columnLeft .sliderPerMOBILEbox .flex-direction-nav a.flex-next:before {
  content: " ";
  display: block;
  background: url('../images/area_pubblica/icon_arrow_right.svg') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.APB_home .APB_homepage-INS .columnLeft .fourBoxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 77px;
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS .columnLeft .fourBoxes {
    padding-bottom: 20px;
  }
}
.APB_home .APB_homepage-INS .columnLeft .fourBoxes .OrangeBox {
  width: 40%;
  margin: 2%;
  padding: 20px 0;
  border-radius: 25px;
  cursor: pointer;
}
.APB_home .APB_homepage-INS .columnLeft .fourBoxes .OrangeBox img {
  max-width: 63px;
  margin: 0 auto;
}
.APB_home .APB_homepage-INS .columnLeft .fourBoxes .OrangeBox span {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
}
.APB_home .APB_homepage-INS .columnLeft .fourBoxes .OrangeBox div {
  font-size: 17px;
  line-height: 35px;
  font-weight: 400;
}
.APB_home .APB_homepage-INS .columnLeft .fourBoxes .OrangeBox:hover {
  background: #ff8f3b;
}
.APB_home .APB_homepage-INS .columnLeft .fourBoxes .OrangeBox.active {
  background: #ff8f3b;
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS .columnLeft .fourBoxes .OrangeBox.active {
    background: transparent;
  }
}
.APB_home .APB_homepage-INS .columnRight {
  float: right;
  width: 50%;
  position: relative;
  /* banner-home.jpg */
}
@media (max-width: 650px) {
  .APB_home .APB_homepage-INS .columnRight {
    display: none;
  }
}
.APB_home .APB_homepage-INS .columnRight .boxUP {
  width: 100%;
  min-height: 556px;
  background: url(../images/area_pubblica/image_people.jpg) no-repeat;
  background-size: cover;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN {
  background-color: #fff;
  min-height: 585px;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 65px;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .boxDOWN-ins {
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  padding: 65px 0;
  position: absolute;
  right: 0;
  left: 0;
  background: #fff;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .boxDOWN-ins .nota {
  font-size: 12px;
  line-height: 18px;
  padding: 30px 0px 0px 0px;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .contentReplace {
  text-align: center;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .contentReplace img {
  max-width: 80px;
  width: 100%;
  margin: 0 auto 10px;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .contentReplace h3 {
  color: #2d3047;
  font-size: 45px;
  line-height: 43px;
  font-weight: 700;
  margin: 0 0 10px;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .contentReplace h4 {
  color: #009bdc;
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .contentReplace p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 44px 0 30px;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .boxDOWN-ins.box_change-1 {
  z-index: 1;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .boxDOWN-ins.box_change-2 {
  z-index: 0;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .boxDOWN-ins.box_change-3 {
  z-index: 0;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .boxDOWN-ins.box_change-4 {
  z-index: 0;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .button_discover {
  border: 1px solid #ec6500;
  border-radius: 100px;
  background-color: #fff;
  max-width: 240px;
  width: 95%;
  margin: 0 auto;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .button_discover p {
  padding: 18px 0;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #ec6500;
  font-size: 12px;
  font-weight: 700;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .button_discover:hover {
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #ec6500;
  color: #fff;
}
.APB_home .APB_homepage-INS .columnRight .boxDOWN .button_discover:hover p {
  color: #fff;
}
.APB_home .ABP_SecondStepHOme {
  width: 100%;
  min-height: 957px;
  margin-top: -333px;
  position: relative;
  background: url(../images/area_pubblica/bkgr_girl_smile.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 650px) {
  .APB_home .ABP_SecondStepHOme {
    height: 461px;
  }
}
.APB_home .ABP_SecondStepHOme .CTA_toPage {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 100px;
  color: #fff;
}
@media (max-width: 650px) {
  .APB_home .ABP_SecondStepHOme .CTA_toPage {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.APB_home .ABP_SecondStepHOme .CTA_toPage div {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 57px;
  font-weight: 700;
}
@media (max-width: 650px) {
  .APB_home .ABP_SecondStepHOme .CTA_toPage div {
    margin-bottom: 23px;
    font-size: 28px;
    line-height: 32px;
  }
}
.APB_home .ABP_SecondStepHOme .CTA_toPage a {
  display: block;
  max-width: 380px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 40px;
}
@media (max-width: 650px) {
  .APB_home .ABP_SecondStepHOme .CTA_toPage a {
    padding: 10px 0px;
  }
}
.APB_home .ABP_SecondStepHOme .CTA_toPage a:hover {
  background-color: #fff;
  color: #1b1464;
}
.APB_home .ABP_ThirdStepHOme {
  background-color: #fff;
  width: 100%;
}
.APB_home .ABP_ThirdStepHOme .icon_click {
  max-width: 102px;
  margin: 0px auto 15px;
  padding-top: 87px;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .icon_click {
    max-width: 70px;
    margin: 0px auto 15px;
    padding-top: 27px;
  }
}
.APB_home .ABP_ThirdStepHOme .icon_click img {
  width: 100%;
}
.APB_home .ABP_ThirdStepHOme .columns {
  max-width: 90%;
  margin: 0 auto;
}
.APB_home .ABP_ThirdStepHOme .columns .colLeft {
  float: right;
  width: 45%;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .columns .colLeft {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.APB_home .ABP_ThirdStepHOme .columns .colLeft .colLeft-ins div {
  font-size: 65px;
  line-height: 67px;
  font-weight: 500;
  color: #1b1464;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .columns .colLeft .colLeft-ins div {
    font-size: 30px;
    line-height: 34px;
  }
}
.APB_home .ABP_ThirdStepHOme .columns .colLeft .colLeft-ins div span {
  color: #009bdc;
  font-weight: 700;
}
.APB_home .ABP_ThirdStepHOme .columns .colLeft .colLeft-ins a {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #1b1464;
  text-align: center;
  max-width: 387px;
  width: 100%;
  display: block;
  border: 1px solid #1b1464;
  border-radius: 100px;
  padding: 20px 0;
  margin: 48px 0 0;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .columns .colLeft .colLeft-ins a {
    padding: 13px 0;
    margin: 48px auto 0;
  }
}
.APB_home .ABP_ThirdStepHOme .columns .colLeft .colLeft-ins:hover a {
  background-color: #1b1464;
  color: #fff;
}
.APB_home .ABP_ThirdStepHOme .columns .colright {
  float: left;
  width: 55%;
  margin-top: 40px;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .columns .colright {
    width: 80%;
    float: none;
    text-align: center;
    margin: 40px auto 20px;
  }
}
.APB_home .ABP_ThirdStepHOme .columns .colright .slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  max-height: 600px;
  box-sizing: border-box;
  padding-right: 384px;
}
.APB_home .ABP_ThirdStepHOme .columns .colright .slider img {
  width: 100%;
  height: auto;
}
.APB_home .ABP_ThirdStepHOme .columns .colright .slides li {
  position: relative;
}
.APB_home .ABP_ThirdStepHOme .columns .colright .slides li {
  max-height: 600px;
}
.APB_home .ABP_ThirdStepHOme .columns .colright .flexslider .flex-direction-nav .flex-next {
  left: -45px !important;
  /* adjust offset to match the hover style */
  opacity: 0.8 !important;
  /* adjust opacity to match the hover style */
}
.APB_home .ABP_ThirdStepHOme .columns .colright .flexslider .flex-direction-nav .flex-next {right: -60px!important;}
.APB_home .ABP_ThirdStepHOme .columns .colright .flexslider .flex-direction-nav .flex-prev {
  right: 410px !important;
  /* adjust offset to match the hover style */
  opacity: 0.8 !important;
  /* adjust opacity to match the hover style */
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .columns .colright .flexslider .flex-direction-nav .flex-prev {
    right: 350px !important;
    /* adjust offset to match the hover style */
  }
}
.APB_home .ABP_ThirdStepHOme .columns .colright .flex-direction-nav a:before {
  content: " ";
  display: block;
  background: url('../images/area_pubblica/icon_arrow_left.svg') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.APB_home .ABP_ThirdStepHOme .columns .colright .flex-direction-nav a.flex-next:before {
  content: " ";
  display: block;
  background: url('../images/area_pubblica/icon_arrow_right.svg') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.APB_home .ABP_ThirdStepHOme .columns .colright .colright-ins {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  font-size: 25px;
  line-height: 33px;
  font-weight: 400;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .columns .colright .colright-ins {
    font-size: 18px;
    line-height: 24px;
  }
}
.APB_home .ABP_ThirdStepHOme .columns .colright .nomeUtenteCommento {
  font-size: 25px;
  margin-top: 30px;
  font-style: italic;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .columns .colright .nomeUtenteCommento {
    font-size: 18px;
    line-height: 24px;
  }
}
.APB_home .ABP_ThirdStepHOme .soddGarde {
  background: linear-gradient(to left, #1b1464, #009bdc);
  max-width: 1100px;
  width: 100%;
  margin: 86px auto 172px;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .soddGarde {
    margin: 6px auto 0px;
  }
}
.APB_home .ABP_ThirdStepHOme .soddGarde .soddGarde-ins {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0;
  color: #fff;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .soddGarde .soddGarde-ins {
    display: block;
    flex-direction: unset;
    text-align: center;
  }
}
.APB_home .ABP_ThirdStepHOme .soddGarde .soddGarde-ins .L {
  font-size: 21px;
  line-height: 22px;
  font-weight: 700;
}
.APB_home .ABP_ThirdStepHOme .soddGarde .soddGarde-ins .L img {
  width: 210px;
  position: relative;
  top: 9px;
  right: 20px;
}
.APB_home .ABP_ThirdStepHOme .soddGarde .soddGarde-ins .biglargePipe {
  width: 1px;
  height: 58px;
  background-color: #fff;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .soddGarde .soddGarde-ins .biglargePipe {
    width: 60px;
    height: 1px;
    background-color: #fff;
    margin: 30px auto;
  }
}
.APB_home .ABP_ThirdStepHOme .soddGarde .soddGarde-ins .R {
  font-size: 23px;
  line-height: 22px;
  font-weight: 700;
}
.APB_home .ABP_ThirdStepHOme .soddGarde .soddGarde-ins .R span {
  font-size: 18px;
  font-weight: 400;
}
.APB_home .ABP_ThirdStepHOme .purpleBox {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .purpleBox {
    width: 100%;
  }
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins {
  width: 100%;
  height: 652px;
  position: relative;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins {
    height: auto;
  }
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Lbox {
  width: 50%;
  height: 100%;
  position: relative;
  float: right;
  background: url('../images/area_pubblica/bg-video.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Lbox {
    width: 100%;
    float: none;
    height: 400px;
  }
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Lbox .packet {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  bottom: 83px;
  text-align: center;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Lbox .packet img {
  margin-bottom: 26px;
  width: 122px;
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Lbox .trBK {
  width: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 50%;
  background: linear-gradient(to top, #000, transparent);
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins #popup-video {
  cursor: pointer;
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Rbox {
  width: 50%;
  float: left;
  background: #550d51;
  height: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Rbox {
    width: 100%;
    float: none;
    height: auto;
    padding-bottom: 30px;
  }
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Rbox img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -80px;
  width: 248px;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Rbox img {
    position: relative;
    top: 0;
  }
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Rbox div {
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
  width: 90%;
  margin: 0 auto;
  right: 0;
  left: 0;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Rbox div {
    position: relative;
    transform: none;
    top: 0;
  }
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Rbox div h4 {
  font-size: 30px;
  line-height: 33px;
  margin: 0 auto;
  max-width: 356px;
  width: 100%;
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Rbox div p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  max-width: 475px;
  width: 100%;
  margin: 20px auto 50px;
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Rbox div a {
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  max-width: 250px;
  display: block;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #fff;
  padding: 12px 27px;
  border-radius: 100px;
}
.APB_home .ABP_ThirdStepHOme .purpleBox .purpleBox-ins .Rbox div a:hover {
  background-color: #fff;
  color: #550d51;
}
.APB_home .ABP_ThirdStepHOme .finalRow {
  width: 100%;
  text-align: center;
  margin: 112px 0 0;
  background: #fff;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .finalRow {
    margin: 30px 0 0;
  }
}
.APB_home .ABP_ThirdStepHOme .finalRow .imgPstudio {
  max-width: 387px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .finalRow .imgPstudio {
    max-width: 250px;
  }
}
.APB_home .ABP_ThirdStepHOme .finalRow .imgPstudio img {
  width: 100%;
}
.APB_home .ABP_ThirdStepHOme .finalRow .txt {
  max-width: 786px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 135px;
}
.APB_home .ABP_ThirdStepHOme .finalRow .txt h4 {
  font-size: 57px;
  line-height: 49px;
  color: #009bdc;
  margin: 20px 0 0;
  font-weight: 700;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .finalRow .txt h4 {
    font-size: 30px;
    line-height: 34px;
  }
}
.APB_home .ABP_ThirdStepHOme .finalRow .txt p {
  font-size: 38px;
  line-height: 40px;
  color: #1b1464;
  font-weight: 500;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .finalRow .txt p {
    font-size: 20px;
    line-height: 26px;
    width: 80%;
    margin: 30px auto;
  }
}
.APB_home .ABP_ThirdStepHOme .finalRow .txt a {
  text-transform: uppercase;
  background: #009bdc;
  color: #fff;
  font-size: 23px;
  max-width: 486px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  border-radius: 100px;
  font-weight: 700;
  border: 1px solid #009bdc;
}
@media (max-width: 650px) {
  .APB_home .ABP_ThirdStepHOme .finalRow .txt a {
    font-size: 18px;
    max-width: 80%;
    padding: 15px 0;
  }
}
.APB_home .ABP_ThirdStepHOme .finalRow .txt a:hover {
  background-color: #fff;
  color: #009bdc;
}
.APB_home .ABP_ThirdStepHOme .finalRow .nota {
  text-align: right;
  padding-top: 100px;
  font-size: 12px;
  line-height: 20px;
}
#popupVIdeo-home {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
}
#popupVIdeo-home #closePOPUP-home {
  position: absolute;
  z-index: 30000;
  left: 50px;
  top: 22px;
  width: 40px;
  padding: 10px;
  cursor: pointer;
}
#popupVIdeo-home .backgroundPopUP {
  position: fixed;
  background: #000;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
}
#popupVIdeo-home .contVideo {
  position: absolute;
  z-index: 20;
  color: #fff;
  background: transparent;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
/*--------------------------------------------------------------
 ## Footer
 --------------------------------------------------------------*/
.bottom {
  background: #fff;
  height: 60px;
  padding: 0 20px;
}
.bottom a {
  color: #1d1d1b !important;
}
.bottom a:hover {
  text-decoration: underline;
}
.bottom .bottom-container {
  max-width: 1100px;
  margin: 0 auto;
}
.bottom .bottom-container .bottom-text {
  padding-top: 20px;
}
.bottom .bottom-container .bottom-text .bottom-text-img {
  float: right;
}
.bottom .bottom-container .bottom-text .bottom-text-text {
  float: right;
  font-size: 13px;
  margin: 1px 6px 0 0;
  font-weight: 600;
}
/* FOOTER AREA PUBBLICA */
.APB_footer {
  width: 100%;
  background: linear-gradient(to bottom, #1b1464, #009bdc);
  color: #fff;
}
.APB_footer .site-info {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  padding: 90px 0;
}
@media (max-width: 800px) {
  .APB_footer .site-info {
    padding: 35px 0;
  }
}
.APB_footer .site-info .site-infoTOP {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin-bottom: 51px;
  padding-bottom: 51px;
}
@media (max-width: 800px) {
  .APB_footer .site-info .site-infoTOP {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.APB_footer .site-info .site-infoTOP .bxfoo {
  float: right;
}
@media (max-width: 800px) {
  .APB_footer .site-info .site-infoTOP .bxfoo {
    float: none;
  }
}
.APB_footer .site-info .site-infoTOP .bxfooLeft {
  width: 29%;
}
@media (max-width: 800px) {
  .APB_footer .site-info .site-infoTOP .bxfooLeft {
    width: 90%;
    float: none;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #4d72aa;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.APB_footer .site-info .site-infoTOP .bxfooCenter {
  width: 37%;
}
@media (max-width: 800px) {
  .APB_footer .site-info .site-infoTOP .bxfooCenter {
    width: 90%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.APB_footer .site-info .site-infoTOP .bxfooRight {
  width: 30%;
  padding-right: 4%;
}
@media (max-width: 800px) {
  .APB_footer .site-info .site-infoTOP .bxfooRight {
    width: 90%;
    float: none;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
  }
  .APB_footer .site-info .site-infoTOP .bxfooRight ul li:nth-child(3) a, .APB_footer .site-info .site-infoTOP .bxfooRight ul li:nth-child(4) a {
    color: #b99f6f;
  }
}
.APB_footer .site-info .site-infoTOP ul {
  padding: 0;
  margin: 0;
}
.APB_footer .site-info .site-infoTOP ul li {
  list-style: none;
  font-size: 20px;
  line-height: 44px;
}
@media (max-width: 800px) {
  .APB_footer .site-info .site-infoTOP ul li {
    font-size: 18px;
    line-height: 38px;
  }
}
.APB_footer .site-info .site-infoTOP ul li a {
  color: #fff;
}
.APB_footer .site-info .site-infoTOP .bxfoo-payoff div {
  font-size: 18px;
  line-height: 20px;
  margin-top: 33px;
}
@media (max-width: 800px) {
  .APB_footer .site-info .site-infoTOP .bxfoo-payoff div {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
}
.APB_footer .site-info .site-infoBOTTOM {
  width: 100%;
}
.APB_footer .site-info .site-infoBOTTOM .bxfooB {
  float: right;
}
@media (max-width: 800px) {
  .APB_footer .site-info .site-infoBOTTOM .bxfooB {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
.APB_footer .site-info .site-infoBOTTOM .bxfooBLeft {
  width: 29%;
}
@media (max-width: 800px) {
  .APB_footer .site-info .site-infoBOTTOM .bxfooBLeft {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.APB_footer .site-info .site-infoBOTTOM .bxfooBCenter {
  width: 37%;
}
@media (max-width: 800px) {
  .APB_footer .site-info .site-infoBOTTOM .bxfooBCenter {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.APB_footer .site-info .site-infoBOTTOM .bxfooBCenter a {
  color: #fff;
  margin: 0 15px;
}
.APB_footer .site-info .site-infoBOTTOM .bxfooBRight {
  width: 30%;
  padding-right: 4%;
}
@media (max-width: 800px) {
  .APB_footer .site-info .site-infoBOTTOM .bxfooBRight {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
}
.APB_footer .site-info .site-infoBOTTOM .bxfooB.social {
  display: flex;
}
@media (max-width: 800px) {
  .APB_footer .site-info .site-infoBOTTOM .bxfooB.social {
    justify-content: center;
  }
}
.APB_footer .site-info .site-infoBOTTOM .bxfooB.social img {
  width: 30px;
  margin-left: 10px;
}
/*--------------------------------------------------------------
 ## Posts
 --------------------------------------------------------------*/
/* Centri Autorizzati (scheda) */
.main-container-ca {
  max-width: 1100px;
  margin: auto;
  width: 100%;
}
.margin-content-two-ca {
  margin: 0 auto 20px;
}
.content-two-ca {
  max-width: 1100px;
  width: 100%;
  margin: 20px auto;
}
.content-two-left-ca {
  width: 65.72%;
  float: right;
}
.fascia-centri {
  background: #008cdc;
  height: 90px;
  color: #fff;
  text-align: center;
  font-size: 2.375rem;
  padding-top: 30px;
  height: 400px;
  position: relative;
}
.fascia-centri h1 {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 38px;
  line-height: 40px;
}
.header-centro.ca {
  height: 109px;
  background: #fff;
  padding: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.header-centro.ca h1 {
  font-size: 1.8125rem;
  font-weight: 400;
  color: #008cdc;
}
/*.text-header-centro{width:60%}*/
.text-presentazione {
  padding: 30px;
  background: #fff;
}
.sub-title {
  color: #49b6bb;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.presentazione {
  margin-top: 40px;
  margin-bottom: 40px;
}
.contacts {
  margin: 30px 0;
}
.address-contacts {
  background: #fff;
  height: 210px;
  padding: 30px;
  color: #454544;
  margin-bottom: 30px;
}
.contact-indirizzo-padding {
  padding: 0;
}
.orari-contacts {
  background: #fff;
  height: 210px;
  padding: 30px;
}
.address-contacts .telefono {
  margin-top: 20px;
}
.telefono-float {
  float: right;
}
.text-telefono-float {
  float: right;
  margin-top: 5px;
}
.day {
  float: right;
  width: 100px;
  color: #454544;
}
.hour {
  float: right;
  color: #454544;
}
.mappa-centro-single {
  margin-top: 30px;
}
* .overlay-map {
  background: transparent;
  position: relative;
  width: 100%;
  height: 600px;
  top: 600px;
  margin-top: -600px;
  z-index: 1;
}
.loading-map {
  background: url('images/loading5.gif') center center no-repeat;
  background-size: 100px 100px;
  position: relative;
  width: 100%;
  height: 600px;
  top: 600px;
  margin-top: -600px;
  z-index: 1;
}
/*--------------------------------------------------------------
 ## Pages
 --------------------------------------------------------------*/
/* === AREA PUBBLICA === */
/* CSS3 */
.button a, .letsSmile-ins a, .cta-ins a, .closeIcon {
  -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;
}
/* per le pagine extra, non nel tema: */
.standardBackground {
  min-height: 500px;
  width: 100%;
  background: linear-gradient(to bottom, #009bdc, #1b1464);
}
.standardBackground .standardBackgroundINS {
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  margin: auto;
}
@media (max-width: 699px) {
  .standardBackground .standardBackgroundINS {
    padding: 30px 0;
  }
}
.standardBackground .standardBackgroundINS h1 {
  font-size: 32px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  margin: 0 auto 40px;
}
.standardBackground .standardBackgroundINS .videoLink {
  text-align: center;
}
.standardBackground .standardBackgroundINS img.one {
  float: right;
  width: 48%;
}
@media (max-width: 699px) {
  .standardBackground .standardBackgroundINS img.one {
    float: none;
    width: 90%;
  }
}
.standardBackground .standardBackgroundINS img.two {
  float: left;
  width: 48%;
}
@media (max-width: 699px) {
  .standardBackground .standardBackgroundINS img.two {
    float: none;
    width: 90%;
    margin: 20px auto;
  }
}
/* _pagine extra */
/* popup dei video */
#popupVIdeo-page {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
}
#popupVIdeo-page #closePOPUP-page {
  position: absolute;
  z-index: 30000;
  left: 50px;
  top: 22px;
  width: 40px;
  padding: 10px;
  cursor: pointer;
}
#popupVIdeo-page .backgroundPopUP {
  position: fixed;
  background: #000;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
}
#popupVIdeo-page .contVideo {
  position: absolute;
  z-index: 20;
  color: #fff;
  background: transparent;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
/* prodotti click e touch + home + aggiustamenti Rituals */

.RitualsDayNight .RitualsBlackMenu .voice_second {margin-right: 0px!important; margin-left: 45px; }
.RitualsDayNight .RitualsBlackMenu .voice_first  {border-left: 1px solid #959595; padding-left: 13px; margin-left: 32px; border-right: none!important; padding-right: 0px!important; margin-right: 0px!important;}
.APB_prodotti {
  font-family: 'Noto Sans', sans-serif;
  /*Montserrat*/
  width: 100%;
}
.APB_prodotti .header_totop.backgroundClick {
  background: url(../images/area_pubblica/toTop_click.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  transform: scaleX(-1);
}
.APB_prodotti .header_totop.backgroundTouch {
  background: url(../images/area_pubblica/toTop_touch.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  transform: scaleX(-1);
}
.APB_prodotti .header_totop.backgroundHome {
  background: url(../images/area_pubblica/toTop_home.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  transform: scaleX(-1);
}
@media (max-width: 699px) {
  .APB_prodotti .header_totop.backgroundHome {
    background-position: top left 70%;
  }
}
.APB_prodotti .header_totop.backgroundUltra {
  position: relative;
  background: url(../images/area_pubblica/toTopUltra.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}
.APB_prodotti .header_totop {
  width: 100%;
  height: 726px;
  background-color: #f6f6f6;
  position: relative;
}
@media (max-width: 699px) {
  .APB_prodotti .header_totop {
    height: 450px;
  }
}
.APB_prodotti .header_totop .header_totop-ins {
  position: relative;
  height: 100%;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.APB_prodotti .header_totop .box-left {
  max-width: 524px;
  width: 100%;
  position: absolute;
  right: 600px;
  left: auto;
  bottom: 122px;
  transform: scaleX(-1);
}
@media (max-width: 1200px) {
  .APB_prodotti .header_totop .box-left {right: 450px;}
}
@media (max-width: 1000px) {
  .APB_prodotti .header_totop .box-left {right: 200px;}
}
@media (max-width: 780px) {
  .APB_prodotti .header_totop .box-left {right: 70px;}
}
@media (max-width: 699px) {
  .APB_prodotti .header_totop .box-left {
    bottom: 30px;
    right: 0px;
  }
}
.APB_prodotti .header_totop .box-left h1 {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}
@media (max-width: 699px) {
  .APB_prodotti .header_totop .box-left h1 {
    font-size: 28px;
    line-height: 37px;
  }
}
.APB_prodotti .header_totop .box-left img {
  max-width: 120px;
  width: 100%;
}
@media (max-width: 699px) {
  .APB_prodotti .header_totop .box-left img {
    max-width: 70px;
  }
}
.APB_prodotti .body_page {
  width: 100%;
  background: #fff;
  /* solo per home: */
  /* per home: */
}
.APB_prodotti .body_page .rowFirst {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 105px;
  padding-top: 85px;
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowFirst {
    padding: 0;
    margin: 0 auto 20px;
  }
}
.APB_prodotti .body_page .rowFirst .Lb {
  width: 50%;
  float: right;
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowFirst .Lb {
    display: none;
  }
}
.APB_prodotti .body_page .rowFirst .Lb .Lb-ins {
  width: 435px;
  height: 435px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  background: url(../images/area_pubblica/bg_video.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 700px) and (max-width: 900px) {
  .APB_prodotti .body_page .rowFirst .Lb .Lb-ins {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowFirst .Lb .Lb-ins {
    width: 280px;
    height: 280px;
  }
}
.APB_prodotti .body_page .rowFirst .Lb .Lb-ins .tr {
  position: absolute;
  width: 100%;
  height: 55%;
  background: linear-gradient(to top, #000, transparent);
  bottom: 0;
}
.APB_prodotti .body_page .rowFirst .Lb .Lb-ins .txt {
  position: absolute;
  bottom: 80px;
  max-width: 240px;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.APB_prodotti .body_page .rowFirst .Lb .Lb-ins .txt img {
  width: 82px;
  margin: 0 auto 15px;
}
.APB_prodotti .body_page .rowFirst .Lb .Lb-ins.pr_home {
  background: transparent;
}
.APB_prodotti .body_page .rowFirst .Lb .Lb-ins.pr_ultra {
  width: 435px;
  height: 435px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  background: url(../images/area_pubblica/ultra_video.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.APB_prodotti .body_page .rowFirst .Rb {
  width: 50%;
  float: right;
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowFirst .Rb {
    width: 90%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.APB_prodotti .body_page .rowFirst .Rb .Rb-ins {
  width: 70%;
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowFirst .Rb .Rb-ins {
    width: 100%;
  }
}
.APB_prodotti .body_page .rowFirst .Rb .Rb-ins img {
  max-width: 260px;
  width: 100%;
  margin: 60px 0 0;
}
.APB_prodotti .body_page .rowFirst .Rb .Rb-ins h2 {
  font-size: 30px;
  line-height: 33px;
}
.APB_prodotti .body_page .rowFirst .Rb .Rb-ins p {
  font-size: 24px;
  line-height: 34px;
}
.APB_prodotti .body_page .rowFirst .text-CE {
  text-align: center;
  max-width: 800px;
  margin: 30px auto 0px auto;
}
.APB_prodotti .body_page .rowBFlow {
  max-width: 1300px;
  width: 100%;
  height: 453px;
  margin: 0 auto;
  background: url(../images/area_pubblica/slide_home.jpg) no-repeat;
  background-size: cover;
  position: relative;
  transform: scaleX(-1);
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowBFlow {
    background-position: center right 20%;
    height: 280px;
  }
}
.APB_prodotti .body_page .rowBFlow .rowBFlow-ins {
  max-width: 500px;
  width: 100%;
  font-size: 35px;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  left: 5%;
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowBFlow .rowBFlow-ins {
    font-size: 25px;
    line-height: 33px;
  }
}
.APB_prodotti .body_page .column.pr_home {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .column.pr_home {
    width: 90%;
    margin: 0 auto;
    padding: 35px 0;
  }
}
.APB_prodotti .body_page .column.pr_home .column-column {
  -moz-column-count: 2;
  -moz-column-gap: 60px;
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  -ms-column-count: 2;
  -ms-column-gap: 60px;
  column-count: 2;
  column-gap: 60px;
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .column.pr_home .column-column {
    width: 100%;
    -moz-column-count: inherit;
    -moz-column-gap: inherit;
    -webkit-column-count: inherit;
    -webkit-column-gap: inherit;
    -ms-column-count: inherit;
    -ms-column-gap: inherit;
    column-count: inherit;
    column-gap: inherit;
    text-align: inherit;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.APB_prodotti .body_page .column.pr_home p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 28px;
  color: #2d3047;
  text-align: right;
}
.APB_prodotti .body_page .column.pr_home div {
  text-align: center;
  margin-top: 50px;
}
.APB_prodotti .body_page .column.pr_home div img {
  max-width: 165px;
}
.APB_prodotti .body_page .column.pr_home div.link {
  margin: 25px 0 50px;
}
.APB_prodotti .body_page .column.pr_home div.link a {
  border: 1px solid #30072e;
  padding: 20px 27px;
  border-radius: 100px;
  color: #30072e;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
}
.APB_prodotti .body_page .rowGray {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  background: #f4f4f4;
  border-radius: 30px 30px 0 0;
  text-align: center;
}
.APB_prodotti .body_page .rowGray .rowGray-ins {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 77px 0 80px;
  color: #2d3047;
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowGray .rowGray-ins {
    padding: 10px 0 20px;
  }
}
.APB_prodotti .body_page .rowGray .rowGray-ins .grL {
  float: right;
  width: 50%;
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowGray .rowGray-ins .grL {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
.APB_prodotti .body_page .rowGray .rowGray-ins .grL .grL-ins {
  width: 90%;
  max-width: 400px;
  margin-left: 60px;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowGray .rowGray-ins .grL .grL-ins {
    margin: 0 auto;
    width: 90%;
    padding: 20px 0 30px;
  }
}
.APB_prodotti .body_page .rowGray .rowGray-ins .grL .grL-ins p {
  color: #2d3047;
}
.APB_prodotti .body_page .rowGray .rowGray-ins .grL .grL-ins div {
  margin-bottom: 70px;
}
.APB_prodotti .body_page .rowGray .rowGray-ins .grL .grL-ins a {
  color: #2d3047;
  font-size: 15px;
  line-height: 19px;
  border: 1px solid #2d3047;
  border-radius: 100px;
  padding: 23px 20px;
  text-align: center;
  margin-top: 50px;
  font-weight: 700;
}
.APB_prodotti .body_page .rowGray .rowGray-ins.ultra {
  padding-top: 0px;
}
.APB_prodotti .body_page .rowGray .rowGray-ins.ultra .grL-ins {
  width: 90%;
  max-width: 400px;
  margin-left: 60px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowGray .rowGray-ins.ultra .grL-ins {
    margin: 0 auto;
    width: 90%;
    padding: 0px;
  }
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowGray .rowGray-ins.ultra .grL-ins div {
    margin-bottom: 0px;
  }
}
.APB_prodotti .body_page .rowGray .rowGray-ins.ultra .grR .grL-ins a {
  color: #2d3047;
  font-size: 15px;
  line-height: 19px;
  border: 1px solid #2d3047;
  border-radius: 100px;
  padding: 23px 20px;
  text-align: center;
  margin-top: 50px;
  font-weight: 700;
}
.APB_prodotti .body_page .rowGray .rowGray-ins .grR {
  float: right;
  width: 50%;
}
@media (max-width: 699px) {
  .APB_prodotti .body_page .rowGray .rowGray-ins .grR {
    float: none;
    width: 80%;
    margin: 30px auto;
    text-align: center;
  }
}
.APB_prodotti .body_page .rowGrayBlue.pr_home {
  background: transparent;
}
.APB_prodotti .body_page .rowGrayBlue {
  background: #fff;
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.APB_prodotti .body_page .rowGrayBlue .fakeGray {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 190px;
  background: #f4f4f4;
  border-radius: 0 0 30px 30px;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins {
  background: #1b1464;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bL {
  float: right;
  width: 50%;
}
@media (max-width: 850px) {
  .APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bL {
    float: none;
    width: 100%;
  }
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bL .bL-ins {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 75px;
  color: #fff;
}
@media (max-width: 850px) {
  .APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bL .bL-ins {
    padding: 30px 0 35px;
  }
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bL .bL-ins img {
  width: 100%;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bL .bL-ins .boxBl-txt .tabrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bL .bL-ins .boxBl-txt .tabrow:nth-child(3) {
  border-bottom: none;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bL .bL-ins p {
  font-size: 45px;
  line-height: 49px;
  font-weight: 700;
}
@media (max-width: 850px) {
  .APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bL .bL-ins p {
    text-transform: uppercase;
    font-size: 27px;
    line-height: 32px;
    text-align: center;
    margin: 20px 0 0;
  }
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR {
  float: right;
  width: 50%;
  /* per home: */
}
@media (max-width: 850px) {
  .APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR {
    float: none;
    width: 100%;
  }
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .slider {
  width: 100%;
  padding: 65px 0 0 0;
}
@media (max-width: 850px) {
  .APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .slider {
    padding: 35px 0 0 0;
  }
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .slider .galleriaFotoTrattamenti {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .slider .galleriaFotoTrattamenti #sliderTrattamentiFOTO.flexslider {
  background: transparent;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .slider .galleriaFotoTrattamenti .foto-pre, .APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .slider .galleriaFotoTrattamenti .foto-post {
  width: 50%;
  height: 350px;
  float: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .slider .galleriaFotoTrattamenti .foto-pre .label, .APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .slider .galleriaFotoTrattamenti .foto-post .label {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  height: 20%;
  background: linear-gradient(to top, #000, transparent);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .slider .galleriaFotoTrattamenti .foto-pre .label p, .APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .slider .galleriaFotoTrattamenti .foto-post .label p {
  position: absolute;
  bottom: 15px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .slider .galleriaFotoTrattamenti .tonalita {
  text-align: center;
  margin: 25px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .boxBl-txt.pr_home {
  max-width: 400px;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  padding: 40px 0;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .boxBl-txt.pr_home .tabrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .boxBl-txt.pr_home .tabrow div:nth-child(2) {
  text-align: left;
}
.APB_prodotti .body_page .rowGrayBlue .rowGrayBlue-ins .bR .boxBl-txt.pr_home .tabrow:nth-child(3) {
  border-bottom: none;
}
.APB_prodotti .body_page .rowFeedback {
  background-color: #fff;
  width: 100%;
}
.APB_prodotti .body_page .rowFeedback .rowFeedback-ins {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .APB_prodotti .body_page .rowFeedback .rowFeedback-ins {
    width: 90%;
    margin: 0 auto;
  }
}
.APB_prodotti .body_page .rowFeedback .icon_click {
  max-width: 102px;
  margin: 0px auto 15px;
  padding-top: 87px;
}
@media (max-width: 850px) {
  .APB_prodotti .body_page .rowFeedback .icon_click {
    padding-top: 30px;
  }
}
.APB_prodotti .body_page .rowFeedback .icon_click img {
  width: 100%;
}
.APB_prodotti .body_page .rowFeedback .columns .colLeft {
  float: right;
  width: 45%;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .rowFeedback .columns .colLeft {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.APB_prodotti .body_page .rowFeedback .columns .colLeft .colLeft-ins div {
  font-size: 50px;
  line-height: 53px;
  font-weight: 500;
  color: #1b1464;
}
@media (min-width: 750px) and (max-width: 900px) {
  .APB_prodotti .body_page .rowFeedback .columns .colLeft .colLeft-ins div {
    font-size: 43px;
    line-height: 53px;
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 749px) {
  .APB_prodotti .body_page .rowFeedback .columns .colLeft .colLeft-ins div {
    font-size: 32px;
    line-height: 35px;
  }
}
.APB_prodotti .body_page .rowFeedback .columns .colLeft .colLeft-ins div span {
  color: #009bdc;
  font-weight: 700;
}
.APB_prodotti .body_page .rowFeedback .columns .colLeft .colLeft-ins a {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #1b1464;
  text-align: center;
  max-width: 387px;
  width: 100%;
  display: block;
  border: 1px solid #1b1464;
  border-radius: 100px;
  padding: 20px 0;
  margin: 48px 0 0;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .rowFeedback .columns .colLeft .colLeft-ins a {
    margin: 48px auto 0;
  }
}
.APB_prodotti .body_page .rowFeedback .columns .colright {
  float: left;
  width: 55%;
  margin-top: 40px;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .rowFeedback .columns .colright {
    float: none;
    width: 90%;
    margin: 40px auto;
  }
}
.APB_prodotti .body_page .rowFeedback .columns .colright .slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  max-height: 600px;
  box-sizing: border-box;
  padding-right: 384px;
}
.APB_prodotti .body_page .rowFeedback .columns .colright .nomeUtenteCommento {
  font-size: 25px;
  margin-top: 30px;
  font-style: italic;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .rowFeedback .columns .colright .nomeUtenteCommento {
    font-size: 18px;
    margin-top: 14px;
  }
}
.APB_prodotti .body_page .rowFeedback .columns .colright .slider img {
  width: 100%;
  height: auto;
}
.APB_prodotti .body_page .rowFeedback .columns .colright .slides li {
  position: relative;
}
.APB_prodotti .body_page .rowFeedback .columns .colright .slides li {
  max-height: 600px;
}
.APB_prodotti .body_page .rowFeedback .columns .colright .flexslider .flex-direction-nav .flex-next {
  right: -45px !important;
  /* adjust offset to match the hover style */
  opacity: 0.8 !important;
  /* adjust opacity to match the hover style */
}
.APB_prodotti .body_page .rowFeedback .columns .colright .flexslider .flex-direction-nav .flex-prev {
  left: -80px !important;
  /* adjust offset to match the hover style */
  opacity: 0.8 !important;
  /* adjust opacity to match the hover style */
}
.APB_prodotti .body_page .rowFeedback .columns .colright .flex-direction-nav a:before {
  content: " ";
  display: block;
  background: url('../images/area_pubblica/icon_arrow_left.svg') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.APB_prodotti .body_page .rowFeedback .columns .colright .flex-direction-nav a.flex-next:before {
  content: " ";
  display: block;
  background: url('../images/area_pubblica/icon_arrow_right.svg') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.APB_prodotti .body_page .rowFeedback .columns .colright .colright-ins {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  font-size: 25px;
  line-height: 33px;
  font-weight: 400;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .rowFeedback .columns .colright .flexslider .flex-direction-nav .flex-prev {right: 340px !important;}
  .APB_prodotti .body_page .rowFeedback .columns .colright .flexslider .flex-direction-nav .flex-next {right: -40px!important;}
  .APB_prodotti .body_page .rowFeedback .columns .colright .colright-ins {
    font-size: 20px;
  }
}
.APB_prodotti .body_page .rowToMap {
  margin: 120px 0px 0;
  width: 100%;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .rowToMap {
    margin: 0px auto 0;
    width: 90%;
  }
}
.APB_prodotti .body_page .rowToMap .rowToMap-ins {
  text-align: center;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.APB_prodotti .body_page .rowToMap .rowToMap-ins img {
  max-width: 387px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 400;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .rowToMap .rowToMap-ins img {
    max-width: 280px;
    margin-top: 30px;
  }
}
.APB_prodotti .body_page .rowToMap .rowToMap-ins .rowToMap-gray {
  background: #faf8f8;
  border-radius: 30px;
  margin-top: -250px;
  position: relative;
  z-index: 200;
}
.APB_prodotti .body_page .rowToMap .rowToMap-ins .rowToMap-gray .txt {
  max-width: 786px;
  width: 100%;
  margin: 0 auto;
  padding: 240px 0 70px;
}
.APB_prodotti .body_page .rowToMap .rowToMap-ins .rowToMap-gray .txt h4 {
  font-size: 57px;
  line-height: 49px;
  color: #009bdc;
  margin: 20px 0 0;
  font-weight: 700;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .rowToMap .rowToMap-ins .rowToMap-gray .txt h4 {
    font-size: 34px;
    line-height: 37px;
  }
}
.APB_prodotti .body_page .rowToMap .rowToMap-ins .rowToMap-gray .txt p {
  font-size: 38px;
  line-height: 40px;
  color: #1b1464;
  font-weight: 500;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .rowToMap .rowToMap-ins .rowToMap-gray .txt p {
    font-size: 25px;
    line-height: 29px;
    width: 80%;
    margin: 30px auto;
  }
}
.APB_prodotti .body_page .rowToMap .rowToMap-ins .rowToMap-gray .txt a {
  text-transform: uppercase;
  background: #009bdc;
  color: #fff;
  font-size: 23px;
  max-width: 486px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  border-radius: 100px;
  font-weight: 700;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .rowToMap .rowToMap-ins .rowToMap-gray .txt a {
    font-size: 17px;
    line-height: 29px;
    width: 90%;
    margin: 0px auto;
  }
}
.APB_prodotti .body_page .pr-features {
  max-width: 1400px;
  width: 100%;
  margin: -156px auto 0;
  background: linear-gradient(to bottom, #009bdc, #1b1464);
}
.APB_prodotti .body_page .pr-features .pr-features-ins {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 280px 0 80px;
  color: #fff;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .pr-features .pr-features-ins {
    padding: 150px 0 0px;
  }
}
.APB_prodotti .body_page .pr-features .pr-features-ins .row {
  border-bottom: 1px solid #408acc;
}
.APB_prodotti .body_page .pr-features .pr-features-ins div.row:last-child {
  border: none;
}
.APB_prodotti .body_page .pr-features .pr-features-ins .row {
  padding: 70px 0;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .pr-features .pr-features-ins .row {
    padding: 50px 0 5px;
  }
}
.APB_prodotti .body_page .pr-features .pr-features-ins .pr-fLef {
  width: 55%;
  float: right;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .pr-features .pr-features-ins .pr-fLef {
    width: 90%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.APB_prodotti .body_page .pr-features .pr-features-ins .pr-fLef h5 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.APB_prodotti .body_page .pr-features .pr-features-ins .pr-fLef p {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
}
.APB_prodotti .body_page .pr-features .pr-features-ins .pr-fRig {
  width: 45%;
  float: right;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .pr-features .pr-features-ins .pr-fRig {
    width: 90%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.APB_prodotti .body_page .pr-features .pr-features-ins .pr-fRig .pr-fRig-ins {
  text-align: center;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .pr-features .pr-features-ins .pr-fRig .pr-fRig-ins {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
}
.APB_prodotti .body_page .pr-features.pr_home .pr-features-ins {
  padding: 180px 0 80px;
}
.APB_prodotti .body_page .howItWorks {
  width: 90%;
  background: #fff;
  padding: 116px 0 92px;
  margin: 0 auto;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .howItWorks {
    padding: 36px 0 30px;
  }
}
.APB_prodotti .body_page .howItWorks .howItWorks-ins {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #b99f6f;
  position: relative;
  background: #fff;
}
.APB_prodotti .body_page .howItWorks .howItWorks-ins .howItWorks_double-ins {
  width: 90%;
  margin: 0 auto;
  padding: 53px 0 65px;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .howItWorks .howItWorks-ins .howItWorks_double-ins {
    padding: 33px 0 35px;
  }
}
.APB_prodotti .body_page .howItWorks .howItWorks-ins .howItWorks_double-ins .closeIcon {
  cursor: pointer;
  position: absolute;
  top: 44px;
  left: 56px;
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #b99f6f;
  transform: rotate(-45deg);
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .howItWorks .howItWorks-ins .howItWorks_double-ins .closeIcon {
    width: 50px;
    height: 50px;
    top: 8px;
    left: 8px;
  }
}
.APB_prodotti .body_page .howItWorks .howItWorks-ins .howItWorks_double-ins .closeIcon .lineX {
  width: 30px;
  height: 1px;
  background: #b99f6f;
  position: absolute;
  top: 42px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .howItWorks .howItWorks-ins .howItWorks_double-ins .closeIcon .lineX {
    top: 24px;
  }
}
.APB_prodotti .body_page .howItWorks .howItWorks-ins .howItWorks_double-ins .closeIcon .xA {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.APB_prodotti .body_page .howItWorks .howItWorks-ins .howItWorks_double-ins .closeIcon .xB {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.APB_prodotti .body_page .howItWorks .howItWorks-ins .howItWorks_double-ins h2 {
  color: #b99f6f;
  font-size: 50px;
  line-height: 48px;
  margin: 0 0 0px;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .howItWorks .howItWorks-ins .howItWorks_double-ins h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.APB_prodotti .body_page .howItWorks .howItWorks-ins .howItWorks_double-ins p {
  color: #2d3047;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 20px;
}
.APB_prodotti .body_page .howItWorks .howItWorks-ins .howItWorks_double-ins .expand {
  margin-top: 50px;
  display: none;
}
.APB_prodotti .body_page .cta_last {
  max-width: 1100px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  background: #faf8f8;
  border-radius: 30px;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .cta_last {
    width: 95%;
  }
}
.APB_prodotti .body_page .cta_last .cta_last-ins {
  max-width: 884px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
.APB_prodotti .body_page .cta_last .cta_last-ins h5 {
  font-size: 57px;
  line-height: 53px;
  color: #009bdc;
  font-weight: 700;
  margin: 0 auto 20px;
  max-width: 665px;
  width: 90%;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .cta_last .cta_last-ins h5 {
    font-size: 30px;
    line-height: 35px;
  }
}
.APB_prodotti .body_page .cta_last .cta_last-ins p {
  font-size: 38px;
  line-height: 53px;
  font-weight: 500;
  color: #1b1464;
  margin: 0 0 30px;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .cta_last .cta_last-ins p {
    font-size: 23px;
    line-height: 32px;
  }
}
.APB_prodotti .body_page .cta_last .cta_last-ins a {
  text-transform: uppercase;
  background: #009bdc;
  color: #fff;
  font-size: 23px;
  max-width: 486px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 100px;
  font-weight: 700;
}
@media (max-width: 890px) {
  .APB_prodotti .body_page .cta_last .cta_last-ins a {
    font-size: 17px;
    line-height: 32px;
  }
}
.APB_prodotti .body_page .eu_line {
  text-align: center;
  padding: 60px 0 50px;
}
.APB_prodotti .body_page .eu_line .eU_img {
  text-align: center;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.APB_prodotti .body_page .eu_line p {
  color: #2d3047;
  max-width: 320px;
  width: 100%;
  margin: 38px auto 17px;
  font-size: 17px;
  line-height: 24px;
}
.APB_prodotti .body_page .eu_line div.a {
  cursor: pointer;
  background: #c6b9b0;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 100px;
  font-weight: 400;
}
.APB_prodotti .body_page .eu_line .moreABOUT {
  display: none;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 14px;
  width: 90%;
}
.APB_prodotti .body_page .nota {
  max-width: 800px;
  text-align: right;
  font-size: 12px;
  line-height: 20px;
  margin: 0px auto;
  padding: 50px 0px 150px 0px;
}
/* ++++++++++++++++++++++++++++++ */
/* ++++ I PERCORSI DEL BIANCO +++ */
/* ++++++++++++++++++++++++++++++ */
.APB_percorsoBianco {
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
}
.APB_percorsoBianco .header_totop.BKpercorsoBianco {
  background: url(../images/area_pubblica/toTop_percorsi.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  transform: scaleX(-1); 
}
@media (max-width: 800px) {
  .APB_percorsoBianco .header_totop.BKpercorsoBianco {
    background-position: top;
  }
}
.APB_percorsoBianco .header_totop {
  width: 100%;
  height: 920px;
  background-color: #f6f6f6;
  position: relative;
}
.APB_percorsoBianco .header_totop .tr {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, transparent);
  bottom: 0;
  opacity: 0.8;
  display: none;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .header_totop .tr {
    display: block;
  }
}
@media (min-width: 651px) and (max-width: 800px) {
  .APB_percorsoBianco .header_totop {
    height: 620px;
  }
}
@media (max-width: 650px) {
  .APB_percorsoBianco .header_totop {
    height: 420px;
  }
}
.APB_percorsoBianco .header_totop .header_totop-ins {
  position: relative;
  height: 100%;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  z-index: 100;
}
.APB_percorsoBianco .header_totop .box-left {
  max-width: 524px;
  width: 100%;
  position: absolute;
  right: 600px;
  left: auto;
  top: 270px;
  color: #fff;
  transform: scaleX(-1);
}
@media (max-width: 1200px) {
  .APB_percorsoBianco .header_totop .box-left {right: 450px;}
}
@media (max-width: 1000px) {
  .APB_percorsoBianco .header_totop .box-left {right: 200px;}
}
@media (max-width: 780px) {
  .APB_percorsoBianco .header_totop .box-left {right: 70px; top: 350px;}
}
@media (max-width: 650px) {
  .APB_percorsoBianco .header_totop .box-left {
    bottom: 40px;
    max-width: 350px;
    top: auto;
    right: 0px;
  }
}
.APB_percorsoBianco .header_totop .box-left h1 {
  font-size: 40px;
  line-height: 57px;
  font-weight: 400;
  margin: 0 0 30px;
}
.APB_percorsoBianco .header_totop .box-left h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 651px) and (max-width: 800px) {
  .APB_percorsoBianco .header_totop .box-left h2 {
    font-size: 27px;
    line-height: 32px;
  }
}
@media (max-width: 650px) {
  .APB_percorsoBianco .header_totop .box-left h2 {
    font-size: 23px;
    line-height: 32px;
  }
}
.APB_percorsoBianco .body_page {
  width: 100%;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
}
.APB_percorsoBianco .body_page .box-pur {
  max-width: 1340px;
  margin: -170px auto 0;
  background: #550d51;
  padding: 100px 0 80px;
  color: #fff;
  position: relative;
  z-index: 20;
}
@media (max-width: 800px) {
  .APB_percorsoBianco .body_page .box-pur {
    margin: 0 auto;
    padding: 40px 0 30px;
  }
}
.APB_percorsoBianco .body_page .box-pur .box-pur-ins {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
}
.APB_percorsoBianco .body_page .box-pur .box-pur-ins .pleA {
  width: 50%;
  float: right;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}
@media (max-width: 800px) {
  .APB_percorsoBianco .body_page .box-pur .box-pur-ins .pleA {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
    font-size: 23px;
  }
}
.APB_percorsoBianco .body_page .box-pur .box-pur-ins .pleA .pleA-ins {
  max-width: 495px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .APB_percorsoBianco .body_page .box-pur .box-pur-ins .pleA .pleA-ins {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.APB_percorsoBianco .body_page .box-pur .box-pur-ins .pleB {
  width: 50%;
  float: right;
  font-size: 17px;
  line-height: 23px;
}
@media (max-width: 800px) {
  .APB_percorsoBianco .body_page .box-pur .box-pur-ins .pleB {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.APB_percorsoBianco .body_page .box-pur .box-pur-ins .pleB .pleB-ins {
  max-width: 488px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .APB_percorsoBianco .body_page .box-pur .box-pur-ins .pleB .pleB-ins {
    width: 90%;
    margin: 0 auto;
  }
}
.APB_percorsoBianco .body_page .box-pur .box-pur-ins .pleB .pleB-ins p {
  margin: 0 0 20px;
}
.APB_percorsoBianco .body_page .tr-pr-bl {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.APB_percorsoBianco .body_page .tr-pr-bl .tr-pr-bl_INS {
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .tr-pr-bl .tr-pr-bl_INS {
    padding: 30px 0;
  }
}
.APB_percorsoBianco .body_page .tr-pr-bl .tr-pr-bl_INS .ci-ao {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding: 0px 0 70px;
  margin-bottom: 70px;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .tr-pr-bl .tr-pr-bl_INS .ci-ao {
    margin-bottom: 40px;
  }
}
.APB_percorsoBianco .body_page .tr-pr-bl .tr-pr-bl_INS .shey-rey {
  width: 50%;
  float: right;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .tr-pr-bl .tr-pr-bl_INS .shey-rey {
    width: 100%;
    float: none;
  }
}
.APB_percorsoBianco .body_page .tr-pr-bl .tr-pr-bl_INS .shey-rey img.foto {
  width: 100%;
  margin-top: 55px;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .tr-pr-bl .tr-pr-bl_INS .shey-rey img.foto {
    display: none;
  }
}
.APB_percorsoBianco .body_page .tr-pr-bl .tr-pr-bl_INS .shey-rey .shey-rey_INS {
  width: 90%;
  margin: 0 auto;
}
.APB_percorsoBianco .body_page .tr-pr-bl .property {
  font-size: 30px;
  line-height: 22px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .tr-pr-bl .property {
    display: block;
    flex-direction: initial;
    text-align: center;
  }
}
.APB_percorsoBianco .body_page .tr-pr-bl .property div {
  position: relative;
  top: 10px;
  margin-right: 20px;
}
.APB_percorsoBianco .body_page .tr-pr-bl .property.click {
  color: #ec6500;
}
.APB_percorsoBianco .body_page .tr-pr-bl .property.touch {
  color: #d9000d;
}
.APB_percorsoBianco .body_page .tr-pr-bl .property.home {
  color: #00306a;
}
.APB_percorsoBianco .body_page .tr-pr-bl .property.rituals {
  color: #a3055d;
}
.APB_percorsoBianco .body_page .tr-pr-bl .logo {
  max-width: 342px;
  width: 100%;
  margin: 31px 0 21px;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .tr-pr-bl .logo {
    max-width: 200px;
    width: 100%;
    margin: 31px auto 21px;
  }
}
.APB_percorsoBianco .body_page .tr-pr-bl .logo img {
  width: 100%;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .tr-pr-bl .txt {
    text-align: center;
  }
}
.APB_percorsoBianco .body_page .tr-pr-bl .txt .button {
  margin-top: 70px;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .tr-pr-bl .txt .button {
    margin-top: 40px;
  }
}
.APB_percorsoBianco .body_page .tr-pr-bl .txt .button a {
  background: red;
  padding: 20px 27px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
}
.APB_percorsoBianco .body_page .tr-pr-bl .txt .button.click a {
  background: #ec6500;
  color: #fff;
  border: 1px solid #ec6500;
}
.APB_percorsoBianco .body_page .tr-pr-bl .txt .button.click a:hover {
  background: #fff;
  color: #ec6500;
}
.APB_percorsoBianco .body_page .tr-pr-bl .txt .button.touch a {
  background: #d9000d;
  color: #fff;
  border: 1px solid #d9000d;
}
.APB_percorsoBianco .body_page .tr-pr-bl .txt .button.touch a:hover {
  background: #fff;
  color: #d9000d;
}
.APB_percorsoBianco .body_page .tr-pr-bl .txt .button.ultra a {
  background: #831f81;
  color: #fff;
  border: 1px solid #831f81;
}
.APB_percorsoBianco .body_page .tr-pr-bl .txt .button.ultra a:hover {
  background: #fff;
  color: #831f81;
}
.APB_percorsoBianco .body_page .tr-pr-bl .txt .button.home a {
  background: #ffbf00;
  color: #00306a;
  border: 1px solid #fff;
}
.APB_percorsoBianco .body_page .tr-pr-bl .txt .button.home a:hover {
  background: #00306a;
  color: #ffbf00;
}
.APB_percorsoBianco .body_page .tr-pr-bl .txt .button.rituals a {
  background: linear-gradient(to left, #009bdc, #1b1464);
  color: #fff;
  border: 1px solid #fff;
}
.APB_percorsoBianco .body_page .tr-pr-bl .txt .button.rituals a:hover {
  background: linear-gradient(to left, #1b1464, #009bdc);
}
.APB_percorsoBianco .body_page .tr-pr-bl h2 {
  color: #1b1464;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .tr-pr-bl h2 {
    font-size: 25px;
    line-height: 31px;
  }
}
.APB_percorsoBianco .body_page .tr-pr-bl p {
  font-size: 17px;
  line-height: 23px;
  color: #2d3047;
  font-weight: 400;
  margin: 0 0 20px;
}
.APB_percorsoBianco .body_page .letsSmile {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  height: 957px;
  background: url(../images/area_pubblica/tratti_distintivi_2.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .letsSmile {
    background-position: center;
    height: 360px;
  }
}
.APB_percorsoBianco .body_page .letsSmile .tr {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 55%;
  background: linear-gradient(to top, #666, transparent);
  bottom: 0;
  opacity: 0.4;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .letsSmile .tr {
    height: 100%;
    background: linear-gradient(to top, #000, transparent);
    opacity: 0.6;
  }
}
.APB_percorsoBianco .body_page .letsSmile .letsSmile-ins {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 63px;
  right: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .letsSmile .letsSmile-ins {
    bottom: 30px;
  }
}
.APB_percorsoBianco .body_page .letsSmile .letsSmile-ins div {
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 57px;
  font-weight: 700;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .letsSmile .letsSmile-ins div {
    font-size: 30px;
    line-height: 37px;
  }
}
.APB_percorsoBianco .body_page .letsSmile .letsSmile-ins a {
  max-width: 380px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 18px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 40px;
  display: block;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .letsSmile .letsSmile-ins a {
    padding: 20px 5px;
  }
}
.APB_percorsoBianco .body_page .letsSmile .letsSmile-ins a:hover {
  background-color: #fff;
  color: #009bdc;
}
.APB_percorsoBianco .body_page .cta {
  width: 100%;
  background: #fff;
}
.APB_percorsoBianco .body_page .cta .cta-ins {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 76px 0 140px;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .cta .cta-ins {
    max-width: 400px;
    width: 90%;
  }
}
.APB_percorsoBianco .body_page .cta .cta-ins img.icon_cursorPointer {
  max-width: 95px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .cta .cta-ins img.icon_cursorPointer {
    max-width: 70px;
    margin-bottom: 10px;
  }
}
.APB_percorsoBianco .body_page .cta .cta-ins .up {
  font-size: 57px;
  line-height: 49px;
  color: #009bdc;
  font-weight: 700;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .cta .cta-ins .up {
    font-size: 27px;
    line-height: 33px;
  }
}
.APB_percorsoBianco .body_page .cta .cta-ins .notup {
  font-size: 38px;
  line-height: 49px;
  color: #1b1464;
  font-weight: 500;
  max-width: 650px;
  margin: 40px auto;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .cta .cta-ins .notup {
    font-size: 23px;
    line-height: 31px;
    margin: 20px auto;
  }
}
.APB_percorsoBianco .body_page .cta .cta-ins a {
  max-width: 490px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #009bdc;
  background: #009bdc;
  border-radius: 100px;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 40px;
  display: block;
}
@media (max-width: 650px) {
  .APB_percorsoBianco .body_page .cta .cta-ins a {
    font-size: 18px;
    line-height: 23px;
    padding: 20px 5px;
  }
}
.APB_percorsoBianco .body_page .cta .cta-ins a:hover {
  background-color: #fff;
  color: #009bdc;
}
/* +++++++++++++++++++++++++ */
/*  MAIFESTO DENTI BIANCHI PER TUTTI  */
header#masthead .APB_topMenu.manifestoMenuColor .goToAreaPazienti a {
  color: #1b1464;
}
header#masthead .APB_topMenu.manifestoMenuColor #menu_lingue_apart {
  background: url(../images/area_pubblica/icon_arrowBottom_blu.svg) no-repeat center left;
}
header#masthead .APB_topMenu.manifestoMenuColor .pipeTOP {
  background: #1b1464;
}
header#masthead .APB_bottomMenu.manifestoMenuColor {
  border-top: 1px solid #ddd;
}
header#masthead .APB_bottomMenu.manifestoMenuColor a {
  color: #1b1464;
}
header#masthead .APB_bottomMenu.manifestoMenuColor li:nth-child(3) a {
  color: #fff;
}
header#masthead .APB_bottomMenu.manifestoMenuColor .rightSpace .MenuHamburger .line {
  background: #1b1464;
}
header#masthead .APB_bottomMenu.manifestoMenuColor .rightSpace .MenuHamburger .write {
  color: #1b1464;
}
header#masthead .APB_bottomMenu.manifestoMenuColor .rightSpace .theBigPipe {
  background-color: #ddd;
}
header#masthead .goToAreaPazienti.icon_smile_blu {
  background: url(../images/area_pubblica/icon_smile_blu.svg) no-repeat center left;
}
.APB_Manifesto_dentiBxTutti {
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
  background: #fff;
}
.APB_Manifesto_dentiBxTutti .header_totop.BKdentiBxTutti {
  background: #fff;
}
.APB_Manifesto_dentiBxTutti .header_totop {
  width: 100%;
  height: 735px;
  background-color: #f6f6f6;
  position: relative;
}
@media (min-width: 650px) and (max-width: 900px) {
  .APB_Manifesto_dentiBxTutti .header_totop {
    height: 635px;
  }
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .header_totop {
    height: 435px;
  }
}
.APB_Manifesto_dentiBxTutti .header_totop .header_totop-ins {
  position: relative;
  height: 100%;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.APB_Manifesto_dentiBxTutti .header_totop .box-left {
  max-width: 504px;
  width: 100%;
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #009bdc;
}
.APB_Manifesto_dentiBxTutti .header_totop .box-left h1 {
  font-size: 85px;
  line-height: 81px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 650px) and (max-width: 900px) {
  .APB_Manifesto_dentiBxTutti .header_totop .box-left h1 {
    font-size: 54px;
    line-height: 63px;
  }
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .header_totop .box-left h1 {
    font-size: 40px;
    line-height: 51px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page {
  width: 100%;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
}
.APB_Manifesto_dentiBxTutti .body_page .manifesto {
  max-width: 1920px;
  width: 100%;
  height: 900px;
  margin: 0 auto;
  background: url(../images/area_pubblica/manifesto.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .manifesto {
    height: 500px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .manifesto .manifesto-ins {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  padding: 107px 0;
  text-align: center;
  color: #1b1464;
  font-size: 37px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .manifesto .manifesto-ins {
    padding: 60px 0;
    font-size: 30px;
    line-height: 38px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .settecento {
  max-width: 700px;
  width: 90%;
  margin: 0px auto;
  padding: 70px 0 90px;
  color: #2d3047;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .settecento {
    padding: 30px 0 40px;
    font-size: 18px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .bk_halfGray {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  background: linear-gradient(to top, #f2f2f2 60%, transparent 60%);
}
.APB_Manifesto_dentiBxTutti .body_page .bk_halfGray .bk_two-bxx {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.APB_Manifesto_dentiBxTutti .body_page .bk_halfGray .bk_two-bxx .bxx-L {
  width: 50%;
  float: right;
  position: relative;
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .bk_halfGray .bk_two-bxx .bxx-L {
    width: 100%;
    float: none;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .bk_halfGray .bk_two-bxx .bxx-L .tr {
  position: absolute;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, #000, transparent);
  bottom: 0;
  z-index: 1;
}
.APB_Manifesto_dentiBxTutti .body_page .bk_halfGray .bk_two-bxx .bxx-L .bxx-L-ins {
  max-width: 430px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 90px;
  color: #fff;
  z-index: 10;
  text-align: center;
  font-size: 35px;
  line-height: 41px;
  font-weight: 700;
}
.APB_Manifesto_dentiBxTutti .body_page .bk_halfGray .bk_two-bxx .bxx-L img {
  width: 100%;
}
.APB_Manifesto_dentiBxTutti .body_page .bk_halfGray .bk_two-bxx .bxx-R {
  width: 50%;
  float: right;
  background: #009bdc;
  color: #fff;
  margin-top: 140px;
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .bk_halfGray .bk_two-bxx .bxx-R {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .bk_halfGray .bk_two-bxx .bxx-R .bxx-R-ins {
  width: 90%;
  margin: 0 auto;
  padding: 82px 0 63px;
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .bk_halfGray .bk_two-bxx .bxx-R .bxx-R-ins {
    padding: 30px 0 40px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .AllGray {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  background: #f2f2f2;
}
.APB_Manifesto_dentiBxTutti .body_page .AllGray .AllGray-ins {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 71px 0 122px;
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .AllGray .AllGray-ins {
    width: 90%;
    padding: 10px 0 10px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .AllGray .AllGray-ins h2 {
  font-size: 60px;
  line-height: 60px;
  background: url(../images/area_pubblica/icon_smile_azzurro.svg) no-repeat right center;
  color: #009bdc;
  padding-right: 150px;
}
@media (min-width: 750px) and (max-width: 900px) {
  .APB_Manifesto_dentiBxTutti .body_page .AllGray .AllGray-ins h2 {
    font-size: 47px;
    line-height: 50px;
  }
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .AllGray .AllGray-ins h2 {
    font-size: 26px;
    line-height: 32px;
    padding: 115px 0 0;
    text-align: center;
    background-position: top center;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .AllGray .AllGray-ins p {
  color: #2d3047;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
  margin: 0 0 20px;
}
.APB_Manifesto_dentiBxTutti .body_page .AllGray .AllGray-ins h6 {
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
  color: #009bdc;
  text-transform: uppercase;
  margin: 50px 0 40px;
}
@media (min-width: 750px) and (max-width: 900px) {
  .APB_Manifesto_dentiBxTutti .body_page .AllGray .AllGray-ins h6 {
    font-size: 30px;
    line-height: 41px;
    margin: 0px 0 30px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .icon_click {
  max-width: 102px;
  margin: 0px auto 15px;
  padding-top: 87px;
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .icon_click img {
  width: 100%;
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colLeft {
  float: right;
  width: 45%;
}
@media (max-width: 890px) {
  .APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colLeft {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colLeft .colLeft-ins div {
  font-size: 65px;
  line-height: 67px;
  font-weight: 500;
  color: #1b1464;
  width: 90%;
  margin: auto;
}
@media (min-width: 750px) and (max-width: 900px) {
  .APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colLeft .colLeft-ins div {
    font-size: 43px;
    line-height: 53px;
  }
}
@media (max-width: 749px) {
  .APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colLeft .colLeft-ins div {
    font-size: 32px;
    line-height: 35px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colLeft .colLeft-ins div span {
  color: #009bdc;
  font-weight: 700;
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colLeft .colLeft-ins a {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #1b1464;
  text-align: center;
  max-width: 387px;
  width: 100%;
  display: block;
  border: 1px solid #1b1464;
  border-radius: 100px;
  padding: 20px 0;
  margin: 48px 0 0;
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright {
  float: left;
  width: 55%;
  margin-top: 40px;
}
@media (max-width: 890px) {
  .APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright {
    float: none;
    width: 90%;
    margin: 40px auto;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright .slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  max-height: 600px;
  box-sizing: border-box;
  padding-right: 384px;
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright .slides, .APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright .slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright .slider img {
  width: 100%;
  height: auto;
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright .slides li {
  position: relative;
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright .slides li {
  max-height: 600px;
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright .flexslider .flex-direction-nav .flex-next {
  right: -45px !important; 
  /* adjust offset to match the hover style */
  opacity: 0.8 !important;
  /* adjust opacity to match the hover style */
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright .flexslider .flex-direction-nav .flex-prev {
  left: -80px !important;
  /* adjust offset to match the hover style */
  opacity: 0.8 !important;
  /* adjust opacity to match the hover style */
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright .flex-direction-nav a:before {
  content: " ";
  display: block;
  background: url('../images/area_pubblica/icon_arrow_left.svg') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright .flex-direction-nav a.flex-next:before {
  content: " ";
  display: block;
  background: url('../images/area_pubblica/icon_arrow_right.svg') no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright .colright-ins {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  font-size: 25px;
  line-height: 33px;
  font-weight: 400;
}
@media (max-width: 749px) {
  .APB_Manifesto_dentiBxTutti .body_page .feedback_click .columns .colright .colright-ins {
    font-size: 19px;
    line-height: 27px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .foto_group {
  max-width: 1400px;
  height: 484px;
  width: 100%;
  margin: 170px auto 70px;
  background: url(../images/area_pubblica/tratti_distintivi_2.jpg) no-repeat;
  background-size: cover;
  background-position: 0px -260px;
  position: relative;
}
@media (max-width: 1135px) {
  .APB_Manifesto_dentiBxTutti .body_page .foto_group {
    background-position: bottom;
  }
}
@media (max-width: 749px) {
  .APB_Manifesto_dentiBxTutti .body_page .foto_group {
    margin: 50px auto 70px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .foto_group .tr {
  position: absolute;
  width: 100%;
  height: 55%;
  background: linear-gradient(to top, #000, transparent);
  bottom: 0;
  opacity: 0.3;
}
.APB_Manifesto_dentiBxTutti .body_page .foto_group .foto_group_INS {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 78px;
  font-weight: 700;
}
@media (max-width: 749px) {
  .APB_Manifesto_dentiBxTutti .body_page .foto_group .foto_group_INS {
    font-size: 34px;
    line-height: 39px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .par_group {
  width: 100%;
}
.APB_Manifesto_dentiBxTutti .body_page .par_group .par_group-ins {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 70px;
}
@media (max-width: 749px) {
  .APB_Manifesto_dentiBxTutti .body_page .par_group .par_group-ins {
    width: 90%;
    padding: 0px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .par_group .par_group-ins p {
  font-size: 20px;
  line-height: 29px;
  color: #2d3047;
  margin: 0 0 20px;
}
@media (max-width: 749px) {
  .APB_Manifesto_dentiBxTutti .body_page .par_group .par_group-ins p {
    font-size: 18px;
    line-height: 29px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .par_group .par_group-ins p:last-child {
  margin-bottom: 60px;
}
.APB_Manifesto_dentiBxTutti .body_page .par_group .par_group-ins h6 {
  font-size: 40px;
  line-height: 48px;
  color: #1b1464;
  margin: 0px 0 40px;
}
@media (max-width: 749px) {
  .APB_Manifesto_dentiBxTutti .body_page .par_group .par_group-ins h6 {
    font-size: 30px;
    line-height: 39px;
    margin: 0px 0 25px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .cta {
  width: 100%;
  background: #fff;
  padding: 100px 0 155px;
}
.APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  background: #faf8f8;
  border-radius: 30px;
  padding: 0 0 60px;
}
.APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins {
    max-width: 400px;
    width: 90%;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins img.icon_cursorPointer {
  max-width: 95px;
  width: 100%;
  margin: -54px auto 30px;
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins img.icon_cursorPointer {
    max-width: 70px;
    margin-bottom: 10px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins .up {
  font-size: 57px;
  line-height: 49px;
  color: #009bdc;
  font-weight: 700;
}
@media (min-width: 650px) and (max-width: 900px) {
  .APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins .up {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins .up {
    font-size: 27px;
    line-height: 33px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins .notup {
  font-size: 38px;
  line-height: 49px;
  color: #1b1464;
  font-weight: 500;
  max-width: 650px;
  margin: 40px auto;
}
@media (min-width: 650px) and (max-width: 900px) {
  .APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins .notup {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins .notup {
    font-size: 23px;
    line-height: 31px;
    margin: 20px auto;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins a {
  max-width: 490px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #009bdc;
  background: #009bdc;
  border-radius: 100px;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 40px;
  display: block;
}
@media (max-width: 650px) {
  .APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins a {
    font-size: 18px;
    line-height: 23px;
    padding: 20px 5px;
  }
}
.APB_Manifesto_dentiBxTutti .body_page .cta .bk_gray .cta-ins a:hover {
  background-color: #fff;
  color: #009bdc;
}
/* ++++++++++++++++++++++++++++ */
/* +++++++ chi siamo ++++++++++ */
/* ++++++++++++++++++++++++++++ */
.APB_ChiSiamo {
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
  position: relative;
}
.APB_ChiSiamo .picMo {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 450px;
  background: #30072e;
  display: none;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .picMo {
    display: block;
  }
}
.APB_ChiSiamo .header_totop.BKchiSiamo {
  background: url(../images/area_pubblica/toTop_chi_siamo.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  background-color: transparent;
  position: relative;
  z-index: 10;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .header_totop.BKchiSiamo {
    border-radius: 0 0 40px 40px;
  }
}
.APB_ChiSiamo .header_totop {
  width: 100%;
  height: 920px;
  background-color: #f6f6f6;
  position: relative;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .header_totop {
    height: 450px;
  }
}
.APB_ChiSiamo .header_totop .header_totop-ins {
  position: relative;
  height: 100%;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.APB_ChiSiamo .header_totop .box-left {
  width: 100%;
  position: absolute;
  right: 0;
  left: auto;
  top: 320px;
  color: #fff;
  text-align: center;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .header_totop .box-left {
    max-width: 350px;
    text-align: right;
    bottom: 40px;
    top: auto;
  }
}
.APB_ChiSiamo .header_totop .box-left h1 {
  font-size: 60px;
  line-height: 52px;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .header_totop .box-left h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
.APB_ChiSiamo .header_totop .box-left h2 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .header_totop .box-left h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.APB_ChiSiamo .body_page {
  width: 100%;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
}
.APB_ChiSiamo .body_page .box-pur {
  max-width: 1340px;
  margin: -170px auto 0;
  background: #550d51;
  padding: 100px 0 80px;
  color: #fff;
  position: relative;
  z-index: 20;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .body_page .box-pur {
    margin: 0 auto;
    background: #30072e;
  }
}
.APB_ChiSiamo .body_page .box-pur .box-pur-ins {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.APB_ChiSiamo .body_page .box-pur .box-pur-ins .pleA {
  width: 50%;
  float: right;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .body_page .box-pur .box-pur-ins .pleA {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.APB_ChiSiamo .body_page .box-pur .box-pur-ins .pleA .pleA-ins {
  max-width: 405px;
  width: 100%;
  margin: 0;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .body_page .box-pur .box-pur-ins .pleA .pleA-ins {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.APB_ChiSiamo .body_page .box-pur .box-pur-ins .pleB {
  width: 50%;
  float: right;
  font-size: 17px;
  line-height: 23px;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .body_page .box-pur .box-pur-ins .pleB {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
.APB_ChiSiamo .body_page .box-pur .box-pur-ins .pleB .pleB-ins {
  max-width: 488px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .body_page .box-pur .box-pur-ins .pleB .pleB-ins {
    width: 90%;
    margin: 0 auto;
  }
}
.APB_ChiSiamo .body_page .box-pur .box-pur-ins .pleB .pleB-ins p {
  margin: 0 0 20px;
}
.APB_ChiSiamo .body_page .tr-pr-bl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.APB_ChiSiamo .body_page .tr-pr-bl .tr-pr-bl_INS {
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .body_page .tr-pr-bl .tr-pr-bl_INS {
    margin: -50px auto 0;
    padding: 0px;
    position: relative;
    z-index: 100;
  }
}
.APB_ChiSiamo .body_page .tr-pr-bl .tr-pr-bl_INS .ci-ao {
  width: 100%;
  padding: 0;
  margin-bottom: 50px;
}
.APB_percorsoBianco .body_page .tr-pr-bl .tr-pr-bl_INS .ci-ao .ce {
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
  max-width: 900px;
  margin: 70px auto 0px;
  text-align: center;
}
.APB_ChiSiamo .body_page .tr-pr-bl .tr-pr-bl_INS .shey-rey {
  width: 50%;
  float: right;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .body_page .tr-pr-bl .tr-pr-bl_INS .shey-rey {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
.APB_ChiSiamo .body_page .tr-pr-bl .tr-pr-bl_INS .shey-rey img.foto {
  width: 100%;
  margin: 0;
  max-width: 460px;
}
.APB_ChiSiamo .body_page .tr-pr-bl .tr-pr-bl_INS .shey-rey .shey-rey_INS {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .body_page .tr-pr-bl .tr-pr-bl_INS .shey-rey.immagine {
    text-align: center;
  }
}
.APB_ChiSiamo .body_page .tr-pr-bl .property {
  font-size: 30px;
  line-height: 22px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
}
.APB_ChiSiamo .body_page .tr-pr-bl .property div {
  position: relative;
  top: 10px;
  margin-right: 20px;
}
.APB_ChiSiamo .body_page .tr-pr-bl .property.click {
  color: #ec6500;
}
.APB_ChiSiamo .body_page .tr-pr-bl .property.touch {
  color: #d9000d;
}
.APB_ChiSiamo .body_page .tr-pr-bl .property.home {
  color: #00306a;
}
.APB_ChiSiamo .body_page .tr-pr-bl .property.rituals {
  color: #a3055d;
}
.APB_ChiSiamo .body_page .tr-pr-bl .logo {
  max-width: 342px;
  width: 100%;
  margin: 31px 0 21px;
}
.APB_ChiSiamo .body_page .tr-pr-bl .logo img {
  width: 100%;
}
.APB_ChiSiamo .body_page .tr-pr-bl .txt {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .body_page .tr-pr-bl .txt {
    max-width: 100%;
  }
}
.APB_ChiSiamo .body_page .tr-pr-bl .txt .button {
  margin-top: 70px;
}
.APB_ChiSiamo .body_page .tr-pr-bl .txt .button a {
  background: red;
  padding: 20px 27px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
}
.APB_ChiSiamo .body_page .tr-pr-bl .txt .button.click a {
  background: #ec6500;
  color: #fff;
}
.APB_ChiSiamo .body_page .tr-pr-bl .txt .button.touch a {
  background: #d9000d;
  color: #fff;
}
.APB_ChiSiamo .body_page .tr-pr-bl .txt .button.home a {
  background: #ffbf00;
  color: #00306a;
}
.APB_ChiSiamo .body_page .tr-pr-bl .txt .button.rituals a {
  background: linear-gradient(to left, #009bdc, #1b1464);
  color: #fff;
}
.APB_ChiSiamo .body_page .tr-pr-bl h2 {
  color: #1b1464;
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
}
.APB_ChiSiamo .body_page .tr-pr-bl p {
  font-size: 19px;
  line-height: 30px;
  color: #2d3047;
  font-weight: 400;
  margin: 0 0 20px;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .body_page .tr-pr-bl p {
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0 15px;
  }
}
.APB_ChiSiamo .body_page .centralPart {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.APB_ChiSiamo .body_page .centralPart .video {
  width: 100%;
  position: relative;
  z-index: 1;
}
.APB_ChiSiamo .body_page .centralPart .video img {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 2;
}
.APB_ChiSiamo .body_page .centralPart .video .tr {
  position: absolute;
  width: 100%;
  height: 35%;
  background: linear-gradient(to top, #000, transparent);
  bottom: 0;
  z-index: 5;
}
.APB_ChiSiamo .body_page .centralPart .video .packet {
  position: absolute;
  z-index: 5;
  right: 0;
  left: 0;
  bottom: 40px;
  text-align: center;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
}
.APB_ChiSiamo .body_page .centralPart .video .packet img {
  margin-bottom: 26px;
  width: 82px;
  margin: 0 auto 20px;
}
.APB_ChiSiamo .body_page .centralPart .video .packet p {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 31px;
  max-width: 330px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
}
.APB_ChiSiamo .body_page .centralPart .centralPart-ins {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  padding: 80px 0 180px;
}
@media (max-width: 800px) {
  .APB_ChiSiamo .body_page .centralPart .centralPart-ins {
    font-size: 16px;
    line-height: 26px;
    width: 90%;
    padding: 30px 0 50px;
  }
}
/*  ++++++++++++++++++++++ */
/* ++++ TESTIMONIANZE ++++ */
/* +++++++++++++++++++++++ */
.APB_tFeedback {
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
}
.APB_tFeedback .header_totop.BKtFeedback {
  background: url(../images/area_pubblica/texture_circle.png) no-repeat #1b1464;
  background-position: left;
  background-size: contain;
}
.APB_tFeedback .header_totop {
  width: 100%;
  height: 734px;
  background-color: #f6f6f6;
  position: relative;
}
@media (max-width: 749px) {
  .APB_tFeedback .header_totop {
    height: 400px;
  }
}
.APB_tFeedback .header_totop .header_totop-ins {
  position: relative;
  height: 100%;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.APB_tFeedback .header_totop .box-left {
  width: 100%;
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
@media (max-width: 749px) {
  .APB_tFeedback .header_totop .box-left {
    top: auto;
    transform: unset;
    bottom: 10px;
  }
}
.APB_tFeedback .header_totop .box-left img {
  max-width: 65px;
  width: 100%;
  margin: 0 0 30px;
}
@media (max-width: 749px) {
  .APB_tFeedback .header_totop .box-left img {
    max-width: 45px;
    margin: 0 0 5px;
  }
}
.APB_tFeedback .header_totop .box-left h1 {
  font-size: 60px;
  line-height: 52px;
  font-weight: 700;
  margin: 0 0 40px;
}
@media (min-width: 750px) and (max-width: 900px) {
  .APB_tFeedback .header_totop .box-left h1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 749px) {
  .APB_tFeedback .header_totop .box-left h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
.APB_tFeedback .header_totop .box-left .anchor {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 749px) {
  .APB_tFeedback .header_totop .box-left .anchor {
    display: block;
    flex-direction: unset;
    justify-content: unset;
  }
}
.APB_tFeedback .header_totop .box-left .anchor a {
  color: #fff;
}
.APB_tFeedback .header_totop .box-left .anchor div {
  border: 1px solid #fff;
  padding: 13px 0px;
  border-radius: 100px;
  min-width: 200px;
  font-size: 20px;
  line-height: 29px;
  margin: 0 20px;
  cursor: pointer;
}
@media (max-width: 749px) {
  .APB_tFeedback .header_totop .box-left .anchor div {
    padding: 8px 0px;
    margin: 0 auto 20px;
  }
}
.APB_tFeedback .header_totop .box-left .anchor div:hover {
  background: #009bdc;
}
.APB_tFeedback .body_page {
  width: 100%;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
}
.APB_tFeedback .body_page .body_page_ins {
  max-width: 1042px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.APB_tFeedback .body_page .body_page_ins h2 {
  font-size: 35px;
  line-height: 33px;
  color: #1b1464;
  text-align: center;
  font-weight: 700;
}
.APB_tFeedback .body_page .body_page_ins div.logoprodotto {
  text-align: center;
}
.APB_tFeedback .body_page .body_page_ins div.logoprodotto img.logo_prodotto {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}
.APB_tFeedback .body_page .body_page_ins .feed {
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 40px 0 0;
  margin-bottom: 80px;
}
.APB_tFeedback .body_page .body_page_ins .feed .feed-ins {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.APB_tFeedback .body_page .body_page_ins .feed .feed-ins .testimonianzeFeed {
  padding: 50px 0;
  color: #2d3047;
  font-size: 20px;
  line-height: 29px;
}
.APB_tFeedback .body_page .body_page_ins .feed .feed-ins .testimonianzeFeed .commento_row {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
}
.APB_tFeedback .body_page .body_page_ins .feed .feed-ins .testimonianzeFeed .commento_row .fix {
  width: 100%;
  margin-top: 15px;
}
.APB_tFeedback .body_page .body_page_ins .feed .feed-ins .testimonianzeFeed .commento_row .fix .name {
  font-size: 20px;
  line-height: 33px;
  float: right;
}
.APB_tFeedback .body_page .body_page_ins .feed .feed-ins .testimonianzeFeed .commento_row .fix .voto {
  float: left;
}
.APB_tFeedback .body_page .body_page_ins .feed.white {
  background: #fff;
}
.APB_tFeedback .body_page .body_page_ins .feed.NOwhite {
  background: #f2f1ed;
}
/*  ++++++++++++++++++++++ */
/* ++++   CONTATTACI  ++++ */
/* +++++++++++++++++++++++ */
.APB_contattaci {
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
}
.APB_contattaci .header_totop.BKcontattaci {
  background: linear-gradient(to bottom, #009bdc, #1b1464);
}
.APB_contattaci .header_totop {
  width: 100%;
  height: 736px;
  background-color: #f6f6f6;
  position: relative;
}
@media (min-width: 750px) and (max-width: 900px) {
  .APB_contattaci .header_totop {
    height: 550px;
  }
}
@media (max-width: 749px) {
  .APB_contattaci .header_totop {
    height: 436px;
  }
}
.APB_contattaci .header_totop .header_totop_texture {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: url(../images/area_pubblica/texture_circle.png) no-repeat;
  background-position: left;
  background-size: contain;
}
.APB_contattaci .header_totop .header_totop-ins {
  position: relative;
  z-index: 999;
  height: 100%;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.APB_contattaci .header_totop .box-left {
  width: 100%;
  position: absolute;
  right: 0;
  left: auto;
  top: 320px;
  color: #fff;
  text-align: center;
}
@media (min-width: 750px) and (max-width: 900px) {
  .APB_contattaci .header_totop .box-left {
    bottom: 100px;
    top: auto;
  }
}
@media (max-width: 749px) {
  .APB_contattaci .header_totop .box-left {
    bottom: 40px;
    top: auto;
  }
}
.APB_contattaci .header_totop .box-left h1 {
  font-size: 60px;
  line-height: 52px;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (min-width: 750px) and (max-width: 900px) {
  .APB_contattaci .header_totop .box-left h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 749px) {
  .APB_contattaci .header_totop .box-left h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
.APB_contattaci .header_totop .box-left h2 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 749px) {
  .APB_contattaci .header_totop .box-left h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.APB_contattaci .body_page {
  width: 100%;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
}
.APB_contattaci .body_page .body_page-ins {
  max-width: 700px;
  width: 100%;
  padding: 50px 0 120px;
  color: #2d3047;
  margin: 0 auto;
}
.APB_contattaci .body_page .body_page-ins h3 {
  font-size: 35px;
  line-height: 37px;
  font-weight: 400;
  text-align: center;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 749px) {
  .APB_contattaci .body_page .body_page-ins h3 {
    font-size: 25px;
    line-height: 32px;
    width: 90%;
  }
}
.APB_contattaci .body_page .body_page-ins div.form_contatti {
  margin: 50px auto 70px;
  width: 100%;
  max-width: 700px;
}
@media (max-width: 749px) {
  .APB_contattaci .body_page .body_page-ins div.form_contatti {
    width: 90%;
  }
}
.APB_contattaci .body_page .body_page-ins div.form_contatti input[type="checkbox"] {
  width: 30px;
  height: 30px;
  margin-top: 0;
  position: relative;
  top: 7px;
}
.APB_contattaci .body_page .body_page-ins div.form_contatti select {
  width: 100%;
  padding: 10px;
  border: none;
  background: #e6ebf1;
  border-radius: 7px;
  margin-top: 10px;
}
.APB_contattaci .body_page .body_page-ins div.form_contatti input {
  width: 98%;
  border: none;
  background: #e6ebf1;
  padding: 10px 10px 10px 0;
  border-radius: 41px;
  margin-top: 10px;
}
.APB_contattaci .body_page .body_page-ins div.form_contatti input.wpcf7-countrytext {
  padding-right: 50px;
}
.APB_contattaci .body_page .body_page-ins div.form_contatti textarea {
  background: #e6ebf1;
  border-radius: 10px;
  border: none;
  font-family: initial;
  padding: 10px 10px 10px 0;
  margin-top: 10px;
}
.APB_contattaci .body_page .body_page-ins div.form_contatti input.wpcf7-submit {
  background: #009bdc;
  text-align: center;
  max-width: 300px;
  margin: 30px auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  width: 100%;
  padding: 20px 0;
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa {
  width: 100%;
}
@media (max-width: 749px) {
  .APB_contattaci .body_page .body_page-ins .fi-so_aa {
    width: 80%;
    margin: 0 auto;
  }
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .line_hor {
  width: 100%;
  height: 1px;
  background: #d5d5d5;
  position: relative;
  z-index: 1;
  top: 14px;
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .txt-j {
  font-size: 17px;
  line-height: 24px;
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: center;
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .txt-j .txt {
  background: #fff;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  padding: 0 20px;
  font-weight: 700;
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .contact {
  padding: 15px 0 20px;
  /*22px 0 42px*/
  margin-bottom: 22px;
  color: #2d3047;
  font-size: 30px;
  line-height: 32px;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 749px) {
  .APB_contattaci .body_page .body_page-ins .fi-so_aa .contact {
    font-size: 20px;
    line-height: 14px;
  }
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .contact div {
  font-weight: 400;
  /*margin-bottom: 15px;*/
}
@media (max-width: 600px) {
  .APB_contattaci .body_page .body_page-ins .fi-so_aa .contact div {
    margin-bottom: 15px;
  }
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .contact a {
  font-weight: 700;
  color: #2d3047;
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .contact.write {
  background: url(../images/area_pubblica/icon_lettera.svg) no-repeat center left;
  font-size: 20px;
  background-size: 48px 48px;
}
@media (max-width: 749px) {
  .APB_contattaci .body_page .body_page-ins .fi-so_aa .contact.write {
    background-size: 50px;
  }
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .contact.call {
  background: url(../images/area_pubblica/icon_phone.svg) no-repeat center left;
  font-size: 20px;
  background-size: 48px 48px;
}
@media (max-width: 749px) {
  .APB_contattaci .body_page .body_page-ins .fi-so_aa .contact.call {
    background-size: 50px;
  }
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .location {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 35px 0 50px;
  font-size: 25px;
  line-height: 35px;
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .location img {
  width: 45px;
}
@media (max-width: 749px) {
  .APB_contattaci .body_page .body_page-ins .fi-so_aa .location {
    padding: 20px 0;
    font-size: 25px;
    line-height: 33px;
  }
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .goToPROarea {
  position: relative;
  width: 100%;
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .goToPROarea .tr {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 55%;
  background: linear-gradient(to top, #000, transparent);
  bottom: 0;
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .goToPROarea .pick {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  z-index: 12;
  font-size: 19px;
  line-height: 32px;
  font-weight: 700;
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .goToPROarea .pick div {
  width: 100%;
  margin: 0px 0 30px;
}
.APB_contattaci .body_page .body_page-ins .fi-so_aa .goToPROarea .pick a {
  font-size: 15px;
  line-height: 29px;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 18px 21px;
  color: #fff;
}
.APB_contattaci .contenitoreDistributors {
  margin-bottom: 100px;
}
.APB_contattaci .contenitoreDistributors p {
  font-size: 16px;
}
.APB_contattaci .contenitoreDistributors p a {
  text-decoration: underline;
  color: #009bdc;
}
.APB_contattaci .contenitoreDistributors .contenitore_distributore {
  font-weight: 400;
  max-width: 1100px;
  width: 100%;
  margin: 20px auto;
}
.APB_contattaci .contenitoreDistributors .contenitore_distributore a {
  color: #2e2e2d;
}
.APB_contattaci .contenitoreDistributors .contenitore_distributore a:hover {
  color: #49b6bb;
}
.APB_contattaci .contenitoreDistributors .contenitore_distributore .distEst_schedaContatto {
  background: #f7f7f7;
  margin: 20px auto;
  width: 100%;
}
.APB_contattaci .contenitoreDistributors .contenitore_distributore .distEst_schedaContatto .distEst_schedaContatto_INS {
  width: 92%;
  margin: 0 auto;
  padding-right: 20px;
}
.APB_contattaci .contenitoreDistributors .contenitore_distributore .distEst_schedaContatto .distEst_schedaContatto_INS .distEst_companyName {
  font-size: 22px;
  color: #008cdc;
  font-weight: 700;
  padding: 40px 0 20px;
}
.APB_contattaci .contenitoreDistributors .contenitore_distributore .distEst_schedaContatto .distEst_schedaContatto_INS .distEst_visitCard {
  padding-bottom: 40px;
  width: 100%;
}
.APB_contattaci .contenitoreDistributors .contenitore_distributore .distEst_schedaContatto .distEst_schedaContatto_INS .distEst_visitCard .distEst_visitCardL {
  width: 45%;
  float: right;
  font-size: 16px;
  margin-left: 10px;
}
@media (max-width: 600px) {
  .APB_contattaci .contenitoreDistributors .contenitore_distributore .distEst_schedaContatto .distEst_schedaContatto_INS .distEst_visitCard .distEst_visitCardL {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.APB_contattaci .contenitoreDistributors .contenitore_distributore .distEst_schedaContatto .distEst_schedaContatto_INS .distEst_visitCard .distEst_visitCardL p {
  margin: 0;
}
.APB_contattaci .contenitoreDistributors .contenitore_distributore .distEst_schedaContatto .distEst_schedaContatto_INS .distEst_visitCard .distEst_visitCardL .distEst_site {
  margin-top: 30px;
  cursor: pointer;
}
.APB_contattaci .contenitoreDistributors .contenitore_distributore .distEst_schedaContatto .distEst_schedaContatto_INS .distEst_visitCard .distEst_visitCardL .distEst_site:hover {
  color: #49b6bb;
}
.APB_contattaci .contenitoreDistributors p.noDis {
  text-align: center;
}
.APB_contattaci .contenitoreDistributors .findDistributors {
  cursor: pointer;
  max-width: 250px;
  margin: 30px auto;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  padding: 12px 15px 12px 40px;
  background: url(../images/area_pubblica/icon_pointer.svg) no-repeat center left 10px #1b1464;
  border-radius: 100px;
}
.APB_contattaci .contenitoreDistributors .findDistributors a {
  color: #fff;
}
.APB_contattaci .contenitoreDistributors .findDistributors:hover {
  background: url(../images/area_pubblica/icon_pointer.svg) no-repeat center left 10px #009bdc;
}
/*  ++++++++++++++++++++++++++++++++++++++++ */
/* ++++   PAGINE LOGIN CENTRI/PAZIENTI  ++++ */
/* +++++++++++++++++++++++++++++++++++++++++ */
.APB_LOGIN {
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
}
.APB_LOGIN .header_totop.BKLoginCentri {
  background-color: #1b1464;
}
.APB_LOGIN .header_totop.BKLoginPazienti {
  background-color: #009bdc;
}
.APB_LOGIN .header_totop {
  width: 100%;
  height: 920px;
  background-color: #f6f6f6;
  position: relative;
}
@media (max-width: 639px) {
  .APB_LOGIN .header_totop {
    height: auto;
    padding: 0 0 30px;
  }
}
.APB_LOGIN .header_totop .header_totop-ins {
  position: relative;
  height: 100%;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.APB_LOGIN .header_totop .box-left {
  max-width: 524px;
  width: 100%;
  position: absolute;
  right: 0;
  left: auto;
  top: 270px;
  color: #fff;
}
@media (min-width: 900px) and (max-width: 1080px) {
  .APB_LOGIN .header_totop .box-left {
    max-width: 380px;
  }
}
@media (min-width: 640px) and (max-width: 899px) {
  .APB_LOGIN .header_totop .box-left {
    top: 180px;
  }
}
@media (max-width: 899px) {
  .APB_LOGIN .header_totop .box-left {
    max-width: 100%;
    width: 90%;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 639px) {
  .APB_LOGIN .header_totop .box-left {
    top: 0;
    padding-top: 116px;
  }
}
.APB_LOGIN .header_totop .box-left h1 {
  font-size: 60px;
  line-height: 51px;
  font-weight: 400;
  margin: 0 0 20px;
}
@media (min-width: 900px) and (max-width: 1080px) {
  .APB_LOGIN .header_totop .box-left h1 {
    font-size: 45px;
    line-height: 47px;
  }
}
@media (min-width: 640px) and (max-width: 899px) {
  .APB_LOGIN .header_totop .box-left h1 {
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 639px) {
  .APB_LOGIN .header_totop .box-left h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
.APB_LOGIN .header_totop .box-left h2 {
  font-size: 23px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 900px) and (max-width: 1080px) {
  .APB_LOGIN .header_totop .box-left h2 {
    font-size: 18px;
    line-height: 29px;
  }
}
@media (min-width: 640px) and (max-width: 899px) {
  .APB_LOGIN .header_totop .box-left h2 {
    font-size: 18px;
  }
}
@media (max-width: 639px) {
  .APB_LOGIN .header_totop .box-left h2 {
    font-size: 18px;
  }
}
.APB_LOGIN .header_totop .box-right_login {
  max-width: 450px;
  width: 100%;
  position: absolute;
  right: auto;
  left: 0;
  top: 270px;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
}
@media (min-width: 900px) and (max-width: 1080px) {
  .APB_LOGIN .header_totop .box-right_login {
    max-width: 390px;
  }
}
@media (min-width: 640px) and (max-width: 899px) {
  .APB_LOGIN .header_totop .box-right_login {
    position: relative;
    right: 0;
    margin: 0 auto;
    padding: 20px 0;
  }
}
@media (max-width: 639px) {
  .APB_LOGIN .header_totop .box-right_login {
    margin: 30px auto 0;
    top: auto;
    position: relative;
    padding: 20px 0;
  }
}
.APB_LOGIN .header_totop .box-right_login .box-right_login-ins {
  width: 90%;
  margin: 0 auto;
  color: #30334a;
}
.APB_LOGIN .header_totop .box-right_login .box-right_login-ins .contFormLogin-pazienti {
  padding: 40px 0;
}
.APB_LOGIN .header_totop .box-right_login .box-right_login-ins .contFormLogin-pazienti .login-title {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  color: #009bdc;
  font-weight: 700;
}
.APB_LOGIN .header_totop .box-right_login .box-right_login-ins input {
  border: none;
  padding: 10px;
  border-radius: 200px;
  width: 80%;
  max-width: 350px;
  background: #e6ebf1;
  margin-top: 10px;
}
.APB_LOGIN .header_totop .box-right_login .box-right_login-ins input.button-accedi-pazienti {
  background-color: #009bdc;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 13px 0;
  width: 100%;
}
.APB_LOGIN .header_totop .box-right_login .box-right_login-ins .lost_password {
  color: #009bdc;
}
.APB_LOGIN .body_page {
  width: 100%;
  background: #fff;
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
  padding-bottom: 100px;
}
.APB_LOGIN .body_page .box-pur {
  max-width: 1100px;
  width: 95%;
  margin: -170px auto 0;
  background: #2d3047;
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 20;
}
@media (max-width: 899px) {
  .APB_LOGIN .body_page .box-pur {
    margin: 30px auto 0;
  }
}
.APB_LOGIN .body_page .box-pur .box-pur-ins {
  width: 100%;
  margin: 0 auto;
  min-height: 482px;
}
.APB_LOGIN .body_page .box-pur .box-pur-ins .pleA {
  width: 50%;
  position: absolute;
  height: 100%;
}
@media (max-width: 639px) {
  .APB_LOGIN .body_page .box-pur .box-pur-ins .pleA {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    right: 0;
    left: 0;
    margin: 20px auto;
  }
}
.APB_LOGIN .body_page .box-pur .box-pur-ins .pleB {
  width: 50%;
  float: left;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  padding: 90px 0;
}
@media (max-width: 639px) {
  .APB_LOGIN .body_page .box-pur .box-pur-ins .pleB {
    width: 100%;
    float: none;
    font-size: 18px;
    padding: 170px 0 30px;
    text-align: center;
    margin: 0 auto;
  }
}
.APB_LOGIN .body_page .box-pur .box-pur-ins .pleB .pleB-ins {
  max-width: 380px;
  width: 90%;
  margin: 0 auto;
}
.APB_LOGIN .body_page .box-pur .box-pur-ins .pleB .pleB-ins p {
  margin: 0 0 20px;
}
.APB_LOGIN.APB_LOGIN-pazienti .pleA {
  width: 50%;
  float: right;
  background: url(../images/area_pubblica/login_pazienti.png) no-repeat top center;
  background-size: cover;
}
.APB_LOGIN.APB_LOGIN-centri .pleA {
  width: 50%;
  float: right;
  background: url(../images/area_pubblica/login_centri.png) no-repeat top center;
  background-size: cover;
}
.prodPOPUPVIDEO {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
}
.prodPOPUPVIDEO .prod_closePOPUP {
  position: absolute;
  z-index: 30000;
  left: 50px;
  top: 22px;
  width: 40px;
  padding: 10px;
  cursor: pointer;
}
.prodPOPUPVIDEO .backgroundPopUP {
  position: fixed;
  background: #000;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
}
.prodPOPUPVIDEO .contVideo {
  position: absolute;
  z-index: 20;
  color: #fff;
  background: transparent;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
/* MAPPA DEI CENTRI AREA PUBBLICA */
.RicercaCentriNEW2021 {
  height: 170px;
  background: #1b1464;
}
/* 404 */
.page_notFound {
  background: linear-gradient(to left, #009bdc, #1b1464);
  min-height: 800px;
  position: relative;
  height: 100%;
}
.page_notFound .page-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  font-size: 28px;
  text-align: center;
  color: #fff;
  line-height: 35px;
}
.page_notFound .page-content .link {
  margin-top: 40px;
}
.page_notFound .page-content .link a {
  background: #fff;
  color: #1b1464;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 23px;
}
.page_notFound .page-content .link a:hover {
  color: #fff;
  background: #1b1464;
}
/* pagine extra */
.pagina_extra {
  padding-top: 250px;
  color: #fff;
  background: linear-gradient(to bottom, #1b1464, #009bdc);
}
@media (max-width: 640px) {
  .pagina_extra {
    padding-top: 100px;
  }
}
.pagina_extra h1 {
  line-height: 32px;
}
.pagina_extra .entry-header, .pagina_extra .entry-content {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
/*--------------------------------------------------------------
 ## Pagine landing per Offerte
 --------------------------------------------------------------*/
/* header delle landing e thanks page in header.php*/
.logo-blanconePerLanding {
  width: 100%;
  text-align: center;
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
}
.logo-blanconePerLanding img {
  width: 100%;
}
/* template rituals promo thankyou */
.TOP_thankyouRITUALSpromo {
  min-height: 150px;
  width: 100%;
  background: #1a1666;
}
.thankyouRITUALSpromo {
  max-width: 1100px;
  width: 90%;
  text-align: center;
  margin: 30px auto;
}
.thankyouRITUALSpromo img {
  max-width: 900px;
  width: 100%;
}
/* template page_Landing_Offerte_Generiche.php && page_Landing_Offerte_Generiche_saveData.php */
.template_pageOfferte {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  min-height: 400px;
  background: #fff;
}
.template_pageOfferte .content_promo {
  background: url(../images/texture_flower.png);
  padding: 40px 0;
  margin-bottom: 50px;
}
.template_pageOfferte .content_promo img {
  width: 100%;
}
.template_pageOfferte .template_pageOfferte_INS.more_padding {
  padding-top: 20px;
}
.template_pageOfferte .template_pageOfferte_INS {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.template_pageOfferte .template_pageOfferte_INS .intro {
  text-align: center;
}
.template_pageOfferte .template_pageOfferte_INS .intro .kind {
  font-size: 20px;
  line-height: 32px;
}
.template_pageOfferte .template_pageOfferte_INS h1 {
  font-size: 32px;
  padding: 10px 0;
  line-height: 32px;
}
.template_pageOfferte .template_pageOfferte_INS p {
  font-size: 20px;
  line-height: 32px;
  max-width: 700px;
  width: 90%;
  margin: 0 auto 20px;
}
.template_pageOfferte .template_pageOfferte_INS form {
  margin: 0 auto 40px;
}
.template_pageOfferte .template_pageOfferte_INS form div.submitDIV {
  max-width: 300px;
  width: 100%;
  margin: 0px auto;
}
.template_pageOfferte .template_pageOfferte_INS form div.submitDIV input[type="submit"] {
  background: #009fe3;
  color: #fff;
  font-size: 21px;
  border: none;
  width: 100%;
  padding: 17px 0;
  border-radius: 100px;
  margin: 20px auto 20px;
  text-align: center;
  cursor: pointer;
}
.template_pageOfferte .template_pageOfferte_INS form div.submitDIV input[type="submit"]:hover {
  background: #06a9ef;
  color: #fff;
  border: #009bdc;
}
.template_pageOfferte .template_pageOfferte_INS .extra {
  padding-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.template_pageOfferte .template_pageOfferte_INS .extra img {
  max-width: 100px;
  width: 100%;
  margin: 0 auto 20px;
}
.template_pageOfferte .template_pageOfferte_INS .logo_fiera {
  padding: 12px 0;
  margin: 26px auto;
  text-align: center;
  border-top: 1px solid #e6e6e6;
}
.template_pageOfferte .template_pageOfferte_INS .logo_fiera img {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
}
.page-template-page_Landing_Offerte_Generiche, .page-template-page_Landing_Offerte_Generiche_saveData {
  background: #fff;
}
.page-template-page_Landing_Offerte_Generiche .footer-promo.richiediPromoAconsulente, .page-template-page_Landing_Offerte_Generiche_saveData .footer-promo.richiediPromoAconsulente {
  background: #fff;
}
.page-template-page_Landing_Offerte_Generiche .footer-promo.richiediPromoAconsulente .footer-promo600, .page-template-page_Landing_Offerte_Generiche_saveData .footer-promo.richiediPromoAconsulente .footer-promo600 {
  border-top: 1px solid #ccc;
}
.page-template-page_Landing_Offerte_Generiche .header-top.promo, .page-template-page_Landing_Offerte_Generiche_saveData-php .header-top.promo {
  text-align: center;
  background: #f9f9f9;
}
.page-template-page_Landing_Offerte_Generiche .header-top.promo img, .page-template-page_Landing_Offerte_Generiche_saveData-php .header-top.promo img {
  width: 220px;
  margin: 0 auto;
}
.page-template-page_Landing_Offerte_Generiche .footer-promo .footer-promo600, .page-template-page_Landing_Offerte_Generiche_saveData-php .footer-promo .footer-promo600 {
  max-width: 600px;
  margin: 0 auto;
  border-top: 1px solid #fff;
  padding: 70px 0px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.page-template-page_Landing_Offerte_Generiche .footer-promo .footer-promo600 img, .page-template-page_Landing_Offerte_Generiche_saveData-php .footer-promo .footer-promo600 img {
  display: initial;
  width: 70px;
}
.page-template-page_Landing_Offerte_Generiche_saveData-php .template_pageOfferte_INS.more_padding {
  padding-top: 120px;
}
.page_notFound {
  background: linear-gradient(to bottom, #009bdc, #1b1464);
  min-height: 500px;
  position: relative;
  height: 100%;
}
.page_notFound .page-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  font-size: 28px;
  text-align: center;
  color: #fff;
  line-height: 35px;
}
.page_notFound .page-content .link {
  margin-top: 40px;
}
.page_notFound .page-content .link a {
  background: #fff;
  color: #1b1464;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 23px;
}
/* PAGINA GESTIONE offerte, diventata poi anche pagina nell'area consulenti: /template-parts/content-pageGestioneOfferteListaCentri.php */
.GestOff_page {
  width: 100%;
  background: #fff;
  min-height: 400px;
  color: #313131;
}
.GestOff_page .GestOff_pageINS {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}
.GestOff_page .GestOff_pageINS h1 {
  text-align: center;
  color: #00a2e9;
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 32px;
}
.GestOff_page .GestOff_pageINS h1 span {
  color: #eb7b00;
}
.GestOff_page .GestOff_pageINS .counter {
  margin: 0px auto;
  width: 100%;
  text-align: right;
  font-size: 17px;
}
.GestOff_page .GestOff_pageINS .counter .alert {
  border-bottom: 1px solid;
  font-size: 15px;
  max-width: 289px;
  width: 100%;
  margin: 0px auto 10px;
}
.GestOff_page .GestOff_pageINS .counter .pipe {
  border-right: 1px solid #ccc;
  padding: 6px 0;
  margin: 0 10px;
}
.GestOff_page .GestOff_pageINS .sep {
  width: 80px;
  height: 5px;
  background: #008cdc;
  margin: 25px 0;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento {
  width: 100%;
  position: relative;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .reload {
  position: absolute;
  top: -30px;
  left: 0;
  right: auto;
  text-align: center;
  width: 85px;
  height: 42px;
  border: 1px solid #3c88bf;
  border-radius: 6px;
  background: #fff;
  margin-right: 30px;
}
@media (max-width: 600px) {
  .GestOff_page .GestOff_pageINS .ricercaInserimento .reload {
    position: relative;
    margin: 0 0 30px 0;
  }
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .reload img {
  width: 40px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -5px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .reload .txt {
  font-size: 10px;
  line-height: 15px;
  color: #3c88bf;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .intestazione {
  font-size: 17px;
  margin-bottom: 15px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .intestazione .postilla {
  font-size: 12px;
  color: #808080;
  line-height: 16px;
  margin-top: 10px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .intestazione .red {
  font-size: 14px;
  line-height: 18px;
  color: #808080;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .intestazione .red.uno {
  margin-top: 4px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .intestazione .red.tre {
  margin-top: 5px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormReset {
  width: 100%;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormReset form {
  width: 100%;
  margin-top: 20px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormReset form input {
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #ccc;
  width: 35%;
  margin-left: 2%;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .GestOff_page .GestOff_pageINS .ricercaInserimento .FormReset form input {
    width: 84%;
    margin-left: 0;
  }
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormReset form input[type="submit"] {
  cursor: pointer;
  min-width: 135px;
  width: 21%;
  padding: 13px 22px 13px 0;
  text-align: right;
  margin: 0;
  background: url(../images/landingOffGen/lens.png) no-repeat center left 5px #00a0e2;
  color: #fff;
  background-size: 24px;
}
@media (max-width: 600px) {
  .GestOff_page .GestOff_pageINS .ricercaInserimento .FormReset form input[type="submit"] {
    min-width: auto;
    width: 91%;
  }
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormReset form select {
  border-radius: 7px;
  border: 1px solid #ccc;
  padding: 8px 0px;
  width: 35%;
  margin-left: 2%;
}
@media (max-width: 600px) {
  .GestOff_page .GestOff_pageINS .ricercaInserimento .FormReset form select {
    width: 90%;
    margin: 0 0 20px;
  }
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri {
  width: 100%;
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #c3d5e0;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .noResults {
  font-size: 20px;
  margin: 30px 0 12px;
  font-weight: 400;
  text-decoration: underline;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro {
  max-width: 800px;
  width: 100%;
  margin: 0 0 20px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .pallino {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 11px;
  top: 21px;
  background: #008cdc;
  border-radius: 100%;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS {
  width: 90%;
  margin: 0 auto;
  padding: 3px 0 15px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck {
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding: 6px 0px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck .nominativo {
  float: right;
  width: 55%;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1b1464;
  padding-top: 7px;
}
@media (max-width: 600px) {
  .GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck .nominativo {
    width: 90%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck .richiesto_ilKIT_cW {
  float: right;
  width: auto;
  margin-top: 10px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck .richiesto_ilKIT_cW input {
  height: 17px;
  width: 17px;
  margin-left: 3px;
}
@media (max-width: 600px) {
  .GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck .richiesto_ilKIT_cW {
    float: none;
    width: auto;
    margin: 20px 0;
  }
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck form {
  float: left;
  width: auto;
  background: #e3e3e3;
  border-radius: 100px;
  padding: 5px 10px 0 3px;
}
@media (max-width: 600px) {
  .GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck form {
    float: none;
    width: auto;
    margin: 20px 0;
  }
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck form label {
  font-size: 15px;
  position: relative;
  top: -4px;
  margin: 10px 5px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck form input[type="submit"] {
  background: #92ba52;
  color: #fff;
  border: none;
  font-size: 18px;
  border-radius: 31px;
  padding: 8px;
  position: relative;
  top: -3px;
  cursor: pointer;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck .consegnato_ilKIT_cW {
  float: left;
  width: auto;
  margin-top: 10px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck .consegnato_ilKIT_cW input {
  height: 17px;
  width: 17px;
  margin-left: 3px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck .consegnato_ilKIT_cW label {
  position: relative;
  top: -2px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .nominativoEcheck .consegnato_ilKIT_cW {
    float: none;
    width: auto;
    margin: 20px 0;
  }
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .note {
  font-size: 11px;
  line-height: 13px;
  color: #868686;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .datiAggiuntivi {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .datiAggiuntivi .tipologia {
  position: absolute;
  left: 0;
  right: auto;
  color: #727272;
  font-size: 15px;
  line-height: 20px;
  margin-top: 6px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .schedaCentro .schedaCentroINS .datiAggiuntivi .address {
  color: #727272;
  font-size: 15px;
  line-height: 20px;
  margin-top: 6px;
  max-width: 80%;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .elencoCentri .alertGreen.foo_msg {
  border: 1px solid #9fd028;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .alertGreen {
  border: 1px solid #9fd028;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .ADDnew {
  margin-top: 40px;
  font-size: 18px;
  line-height: 32px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .ADDnew span#AddCenter {
  color: #00a0e2;
  text-decoration: underline;
  cursor: pointer;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew {
  display: none;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew h2 {
  color: #1b1464;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 40px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .label {
  margin-bottom: 10px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .AF_left, .GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .AF_right {
  width: 47%;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .AF_left input, .GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .AF_right input {
  width: 90%;
  border-radius: 7px;
  border: 1px solid #ccc;
  padding: 10px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .long {
  width: 95%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .long input[type="text"] {
  width: 90%;
  border-radius: 7px;
  border: 1px solid #ccc;
  padding: 10px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .long input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 10px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .long label {
  position: relative;
  top: -3px;
  font-size: 16px;
  line-height: 20px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .long input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-left: 12px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .fiera_data {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .fiera_data input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-left: 12px;
  font-size: 18px;
  line-height: 25px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .fiera_data label {
  position: relative;
  top: -3px;
  margin-left: 20px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .row {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .AF_left {
  float: right;
}
@media (max-width: 600px) {
  .GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .AF_left {
    width: 90%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .AF_right {
  float: left;
}
@media (max-width: 600px) {
  .GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .AF_right {
    width: 90%;
    margin: 0 0 20px 0;
    float: none;
  }
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .ps {
  font-size: 13px;
  margin-top: 30px;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .submitRecCentro {
  text-align: center;
  margin: 30px 0;
}
.GestOff_page .GestOff_pageINS .ricercaInserimento .FormToADDnew .submitRecCentro input[type="submit"] {
  background: #92ba52;
  color: #fff;
  border: none;
  font-size: 25px;
  border-radius: 31px;
  padding: 10px 31px;
  position: relative;
  top: 0;
  cursor: pointer;
}
/* piatt consulenti */
.piattaformaCWgo {
  position: absolute;
  font-size: 16px;
  text-decoration: underline;
  top: 40px;
  left: 112px;
}
@media (max-width: 900px) {
  .piattaformaCWgo {
    top: 82px;
    left: 29px;
  }
}
/* pagina di login 
 .topPage_loginGestioneOfferte{height:150px;width: 100%; background: #191968;}
 .form-gestioneOfferte {
 h1{font-size: 28px;line-height: 30px;text-align: center;text-transform: uppercase;}
 h2{font-size: 30px;text-transform: uppercase;text-align: center;color: #133985;}
 .content-two-centri {max-width: 600px;width:100%;background: #FFF;margin: 40px auto;padding: 30px;}
 .content-two-centri .text-content-two form {width: 400px;margin: 0 auto !important;padding: 20px 20px;border: 1px solid #009bdc;}
 .form-row label {display: block;}
 input[type=text], input[type=password]{width: 95%;padding: 8px 0;border: 1px solid #ccc;border-radius: 7px;margin-top: 10px;}
 button.woocommerce-button{background:#009ad4;color: #fff;border: none;font-size: 25px;border-radius: 7px;padding: 10px 31px;margin:20px 0;position: relative;top: 0;cursor: pointer;text-transform: uppercase;}
 }*/
/*--------------------------------------------------------------
 ## Pagine area PRO nuove (da clean and white)
 --------------------------------------------------------------*/
/* Clean and White */
/* CSS3 */
a {
  -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;
}
.CLEANandWHITE .CW_head {
  width: 100%;
  background: linear-gradient(to left, #008bdb, #1d1d49);
  height: 358px;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_head {
    height: auto;
  }
}
.CLEANandWHITE .CW_head .CW_container {
  position: relative;
  height: 100%;
  width: 100%;
  background: url(../images/area_professionisti/cleanAndWhite/ragazza.png) no-repeat bottom right;
  background-size: contain;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_head .CW_container {
    background: transparent;
  }
}
.CLEANandWHITE .CW_head .CW_container .CW_pageTitle {
  max-width: 466px;
  width: 100%;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_head .CW_container .CW_pageTitle {
    max-width: 350px;
    right: 0;
    top: auto;
    transform: none;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
  }
}
.CLEANandWHITE .CW_head .CW_container .CW_pageTitle img {
  max-width: 352px;
  width: 100%;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_head .CW_container .CW_pageTitle img {
    max-width: 250px;
  }
}
.CLEANandWHITE .CW_head .CW_container .CW_pageTitle h1 {
  font-size: 35px;
  line-height: 38px;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_head .CW_container .CW_pageTitle h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
.CLEANandWHITE .CW_head .CW_container .responsiveBox {
  display: none;
  text-align: center;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_head .CW_container .responsiveBox {
    display: block;
  }
}
.CLEANandWHITE .CW_head .CW_container .responsiveBox img {
  display: block;
}
.CLEANandWHITE .CW_head .CW_container .responsiveBox img.logo {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.CLEANandWHITE .CW_head .CW_container .responsiveBox img.test {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.CLEANandWHITE .CW_container {
  max-width: 936px;
  width: 90%;
  margin: 0 auto;
}
.CLEANandWHITE .CW_body {
  width: 100%;
}
.CLEANandWHITE .CW_body .CW_containerINS {
  width: 100%;
  margin: 0 auto;
}
.CLEANandWHITE .CW_body .CW_containerINS .video {
  width: 100%;
  text-align: center;
}
.CLEANandWHITE .CW_body .CW_containerINS .video.uno {
  margin: 25px 0 70px;
}
.CLEANandWHITE .CW_body .CW_containerINS .video.due {
  margin: 0px 0 100px;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_containerINS-ltt {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
.CLEANandWHITE .CW_body .CW_containerINS h3 {
  color: #3c8cd6;
  font-size: 30px;
  line-height: 34px;
  margin: 44px 0 36px;
  text-align: center;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_containerINS h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 24px 0 26px;
    text-align: right;
  }
}
.CLEANandWHITE .CW_body .CW_containerINS h3 strong {
  color: #192d7a;
}
.CLEANandWHITE .CW_body .CW_containerINS p {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 34px 0;
  text-align: center;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_containerINS p {
    font-size: 18px;
    line-height: 30px;
    text-align: right;
  }
}
.CLEANandWHITE .CW_body .CW_containerINS .gradient {
  background: linear-gradient(to left, #008bdb, #1d1d49);
  padding: 15px 0;
  text-align: center;
  color: #fff;
  margin: 70px 0 36px;
}
.CLEANandWHITE .CW_body .CW_containerINS .gradient p {
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_containerINS .gradient p {
    font-size: 20px;
    line-height: 22px;
  }
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re {
  width: 100%;
  margin-bottom: 80px;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row {
  width: 100%;
  background: transparent;
  height: 380px;
  position: relative;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row {
    height: auto;
  }
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme {
  float: right;
  width: 50%;
  position: relative;
  height: 100%;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme {
    float: none;
    width: 100%;
  }
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  color: #192d7a;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS {
    position: relative;
    top: auto;
    transform: none;
    padding: 20px 0;
  }
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS h4 {
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
  padding-right: 70px;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS h4 {
    font-size: 28px;
    line-height: 29px;
    margin: 10px 0 25px;
  }
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS p {
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
  text-align: right;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS p {
    text-align: right;
  }
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS img.imgscala {
  max-width: 317px;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS img.primaDopo {
  max-width: 238px;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS img.brochure {
  max-width: 200px;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS.bx-img {
  text-align: center;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS.one h4 {
  background: url(../images/area_professionisti/cleanAndWhite/1.png) no-repeat top right;
  background-size: 53px;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS.two h4 {
  background: url(../images/area_professionisti/cleanAndWhite/2.png) no-repeat top right;
  background-size: 53px;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_sme .CW_bx_ywINS.three h4 {
  background: url(../images/area_professionisti/cleanAndWhite/3.png) no-repeat top right;
  background-size: 53px;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_yll.CW_bx_sme.right {
  float: left;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_yll.CW_bx_sme.right {
    float: none;
    width: 100%;
  }
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_yll {
  background: #fad64d;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-re .row .CW_bx_whi {
  background: #fff;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-TIT {
  text-align: center;
  max-width: 900px;
  width: 95%;
  margin: 71px auto 35px;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-TIT img.lo-dk {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-TIT h3 {
  width: 100%;
  font-size: 44px;
  line-height: 50px;
  color: #192d7a;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_containerINS .CW_bx-TIT h3 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.CLEANandWHITE .CW_body .CW_containerINS .CW_bx-TIT h4 {
  width: 100%;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_containerINS .CW_bx-TIT h4 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.CLEANandWHITE .CW_body .CW_cta {
  max-width: 936px;
  width: 100%;
  height: 348px;
  background: linear-gradient(to left, #1d1d49, #008bdb);
  position: relative;
  text-align: center;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_cta {
    height: auto;
  }
}
.CLEANandWHITE .CW_body .CW_cta .disable {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.CLEANandWHITE .CW_body .CW_cta img.cWlgo {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -25px;
  z-index: 2;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_cta img.cWlgo {
    top: -20px;
    max-width: 200px;
    display: block;
    margin: 20px auto 0;
    display: none;
  }
}
.CLEANandWHITE .CW_body .CW_cta img.CW_girl {
  width: auto;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: auto;
  left: 30px;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_cta img.CW_girl {
    position: relative;
    left: auto;
    max-width: 300px;
    display: block;
    margin: auto;
    width: 100%;
  }
}
.CLEANandWHITE .CW_body .CW_cta .CW_ctaINS {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  left: auto;
  text-align: center;
  max-width: 555px;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_cta .CW_ctaINS {
    position: relative;
    top: auto;
    transform: none;
    right: auto;
    margin: auto;
    padding: 30px 0;
  }
}
.CLEANandWHITE .CW_body .CW_cta .CW_ctaINS img {
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_cta .CW_ctaINS img {
    max-width: 250px;
  }
}
.CLEANandWHITE .CW_body .CW_cta .CW_ctaINS p {
  font-size: 30px;
  line-height: 50px;
  margin: 15px 0 0px;
  text-align: center;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_cta .CW_ctaINS p {
    font-size: 25px;
    line-height: 32px;
  }
}
.CLEANandWHITE .CW_body .CW_cta .CW_ctaINS p a {
  background: #009fe3;
  color: #fff;
  font-size: 21px;
  padding: 12px 20px;
  border-radius: 100px;
  line-height: 33px;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_cta .CW_ctaINS p a {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
.CLEANandWHITE .CW_body .CW_cta .CW_ctaINS p a:hover {
  color: #009fe3;
  background: #fff;
}
.CLEANandWHITE .CW_body .CW_cta .CW_ctaINS div.btt input.bttINS {
  cursor: pointer;
  background: #469de0;
  color: #fff;
  font-size: 24px;
  padding: 12px 20px;
  border-radius: 100px;
  line-height: 33px;
  border: none;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_cta .CW_ctaINS div.btt input.bttINS {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
.CLEANandWHITE .CW_body .CW_cta .CW_ctaINS div.btt input.bttINS:hover {
  color: #469de0;
  background: #fff;
}
.CLEANandWHITE .CW_body .CW_cta .CW_ctaINS .consegna {
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
}
.CLEANandWHITE .CW_body .CW_cta .CW_ctaINS .consegna.scritBlu {
  color: #192d7a;
}
.CLEANandWHITE .CW_body .CW_cta .CW_ctaINS.p-gray {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  right: auto;
  text-align: center;
  max-width: 555px;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_cta .CW_ctaINS.p-gray {
    position: relative;
    top: auto;
    transform: none;
    right: auto;
    left: auto;
    margin: auto;
    padding: 30px 0;
  }
}
.CLEANandWHITE .CW_body .CW_cta img.CW_p-gray {
  width: auto;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0px;
}
@media (max-width: 900px) {
  .CLEANandWHITE .CW_body .CW_cta img.CW_p-gray {
    position: relative;
    left: auto;
    right: auto;
    max-width: 300px;
    display: block;
    margin: auto;
    width: 100%;
  }
}
.CLEANandWHITE .CW_body .CW_cta.personalizzata-gray {
  background: linear-gradient(to top, #f2f2f2, #fff);
}
.CLEANandWHITE .CW_body .CW_cta.personalizzata-gray form input {
  cursor: pointer;
}
.CLEANandWHITE .CW_body .CW_cta.personalizzata-gray.testuale {
  max-width: 936px;
  width: 100%;
  height: auto;
  background: #fff;
  position: relative;
  text-align: center;
}
.CLEANandWHITE .CW_body .CW_cta.personalizzata-gray.testuale img.cWlgo {
  max-width: 184px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  top: 0;
  z-index: 2;
}
.CLEANandWHITE .CW_body .CW_cta.personalizzata-gray.testuale .CW_ctaINSb {
  position: relative;
  top: 0;
  right: auto;
  left: auto;
  transform: none;
}
.CLEANandWHITE .CW_body .CW_cta.personalizzata-gray.testuale .CW_ctaINSb p, .CLEANandWHITE .CW_body .CW_cta.personalizzata-gray.testuale .CW_ctaINSb div {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 20px 0;
  text-align: center;
}
.CLEANandWHITE .CW_body .CW_cta.personalizzata-gray.testuale .CW_ctaINSb div {
  max-width: 601px;
  width: 90%;
  margin: 0 auto;
}
.CLEANandWHITE .CW_body .CW_cta.personalizzata-gray.testuale .CW_ctaINSb div.blue {
  color: #469de0;
  font-size: 20px;
  line-height: 32px;
  text-decoration: underline;
}
.CLEANandWHITE .CW_body .CW_cta.personalizzata-gray.testuale .CW_ctaINSb input[type="submit"] {
  background: transparent;
  border: none;
  color: #469de0;
  font-size: 20px;
  line-height: 32px;
  text-decoration: underline;
}
.CLEANandWHITE .whitespace {
  width: 100%;
  background: transparent;
  height: 100px;
}
/* CLEAN AND WHITE THANKYOU */
.AP_PR_clickStudio.THANKS_cleanAndWhite .gentile {
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  color: #152b7f;
  margin-bottom: 32px;
}
.AP_PR_clickStudio.THANKS_cleanAndWhite .grazie_per {
  text-align: center;
  font-size: 21px;
  line-height: 30px;
  color: #152b7f;
  margin-bottom: 30px;
}
.AP_PR_clickStudio.THANKS_cleanAndWhite .consulente_BLANCONE {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #152b7f;
}
.AP_PR_clickStudio.THANKS_cleanAndWhite .consulente_BLANCONE a {
  color: #152b7f;
}
/*
 @media (max-width: #{$width_seicento + 50px}) { // 0-650 
 font-size: 28px;line-height: 35px;margin-bottom: 22px;
 } // _@media  
 @media (min-width: #{ $width_seicento + 51px }) and (max-width: #{ $width_novecento  }) { // 651-900
 font-size: 35px;line-height: 41px;   
 } // _@media 
 */
/* RICEVI BLANCONE CLEAN WHITE */
.AP_PR_clickStudio .CW_head {
  width: 100%;
  background: linear-gradient(to left, #008bdb, #1d1d49);
  height: 358px;
}
@media (max-width: 900px) {
  .AP_PR_clickStudio .CW_head {
    height: auto;
  }
}
.AP_PR_clickStudio .CW_head .CW_container {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: url(../images/area_professionisti/cleanAndWhite/ragazza.png) no-repeat bottom right;
  background-size: contain;
}
@media (max-width: 900px) {
  .AP_PR_clickStudio .CW_head .CW_container {
    background: transparent;
  }
}
.AP_PR_clickStudio .CW_head .CW_container .CW_pageTitle {
  max-width: 466px;
  width: 100%;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
@media (max-width: 900px) {
  .AP_PR_clickStudio .CW_head .CW_container .CW_pageTitle {
    max-width: 350px;
    right: 0;
    top: auto;
    transform: none;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
  }
}
.AP_PR_clickStudio .CW_head .CW_container .CW_pageTitle img {
  max-width: 352px;
  width: 100%;
}
@media (max-width: 900px) {
  .AP_PR_clickStudio .CW_head .CW_container .CW_pageTitle img {
    max-width: 250px;
  }
}
.AP_PR_clickStudio .CW_head .CW_container .CW_pageTitle h1 {
  font-size: 35px;
  line-height: 38px;
}
@media (max-width: 900px) {
  .AP_PR_clickStudio .CW_head .CW_container .CW_pageTitle h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
.AP_PR_clickStudio .CW_head .CW_container .responsiveBox {
  display: none;
  text-align: center;
}
@media (max-width: 900px) {
  .AP_PR_clickStudio .CW_head .CW_container .responsiveBox {
    display: block;
  }
}
.AP_PR_clickStudio .CW_head .CW_container .responsiveBox img {
  display: block;
}
.AP_PR_clickStudio .CW_head .CW_container .responsiveBox img.logo {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.AP_PR_clickStudio .CW_head .CW_container .responsiveBox img.test {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.AP_PR_clickStudio.RichiediCleanandWhite .bttm_try_click h2 {
  margin: 0;
}
.AP_PR_clickStudio .top_try_click.tryCleanWhite img {
  max-width: 300px;
}
/*--------------------------------------------------------------
 ## pagine shop aggiornamenti
 --------------------------------------------------------------*/
.AF_errorsCheckout {
  min-height: 400px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
}
.AF_errorsCheckout p {
  margin: 20px 0 !important;
}
/*--------------------------------------------------------------
 # Plugins
 --------------------------------------------------------------*/
/* Jetpack infinite scroll
 --------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Utilities
 --------------------------------------------------------------*/
/* Accessibility
 --------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
 --------------------------------------------- */
.alignleft {
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}
