/* common settings */
::-webkit-scrollbar {
    width: 6px;
    background-color: #F2F2F2;
    -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical {
    background: #527281;
    -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:active {
    background: #527281;
    -webkit-border-radius: 0;
}

.animated {
    visibility: visible !important;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    background: #fff;
    background-image: url(../img/content/bg-pattern.png);
    background-repeat: repeat;
}

body > img {
    display: none !important;
}

* {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body, input, textarea, select, button {
    color: #424848;
    -webkit-appearance: none;
    border-radius: 0;
}

.clear {
    clear: both;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    min-width: 100%;
    height: 140px;
    line-height: 90px;
    background-color: rgba(11, 26, 40, 0.4);
}

header .inner-before {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 5vw;
    line-height: 45px;
    height: 50px;
    background-color: #303030;
}

header .inner {
    position: relative;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    height: 90px;
}

header .inner > * {
    float: right;
}

header .inner > .header-logo {
    float: left;
}

header .inner:after {
    content: "";
    display: block;
    position: relative;
    clear: both;
}

button.btn, a.btn, .section-type-category span.btn {
    border: none;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #20b1cc;
    padding: 15px 30px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 400;
    line-height: 110%;
    background: #20b1cc;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #fff;
    color: #20b1cc;
}

.section-type-category span.btn {
    color: #FFF;
}

aside .backstretch img {
    transition: transform 0.3s ease-in;
}

aside .backstretch:hover img {
    transform: scale(1.1);
}

.section-type-grid .backstretch img {
    transition: transform 0.3s ease-in;
}

.section-type-grid .backstretch:hover img {
    transform: scale(1.1);
}

.section-type-category .backstretch img {
    transition: transform 0.3s ease-in;
}

.section-type-category .backstretch:hover img {
    transform: scale(1.1);
}

.header-logo {
    height: 100%;
}

.comput-logo .st0 {
    fill: #ffffff;
}

.comput-logo .st1 {
    fill: #ffffff;
}

.header-logo a {
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    padding: 0 20px 0 0;
    text-decoration: none;
}

.header-logo svg, .header-logo img {
    height: 100%;
    display: block;
}

.nav ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.nav i {
    display: none;
    margin-right: 5px;
}

.nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    position: relative;
}

.nav a, .nav .nav-header {
    text-decoration: none;
    color: #fff;
}

.nav li:hover ul {
    display: block;
}

.nav li:hover > a {
    color: #20b1cc;
}

.nav a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #00d6ff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav a:hover:after, .nav li.active a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav ul ul {
    position: absolute;
    width: 325px;
    left: 50%;
    margin-left: -157px;
    display: none;
}

.nav ul li:hover ul {
    display: block;
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
}

.nav ul ul li {
    display: block;
    margin: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    line-height: 30px;
}

.nav ul ul li:first-child a {
    padding: 10px;
    font-weight: normal;
}

.nav ul ul li a {
    text-align: center;
    padding: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 0 0 10px 0;
    letter-spacing: 0px;
}

.nav ul ul li a:hover, .nav ul ul li.active a {
    color: #00d6ff;
}

.nav ul ul li a:after {
    display: none;
}

body.menu-horizontal .header-navigation-socials, body.menu-horizontal .header-navigation-contacts {
    display: none;
}

body.menu-horizontal .nav > ul > li {
    margin-left: 20px;
}

body.menu-horizontal .nav > ul > li > a {
    padding: 0 10px;
}

body.menu-horizontal .header-mobilemenu {
    display: none;
}

body.menu-sidebar .header-navigation {
    position: fixed;
    right: 0;
    top: 140px;
    background: url(../img/content/bg-pattern.png) repeat #FFF;
    margin: 0;
    width: 100%;
    height: auto;
    line-height: 100%;
    z-index: 301;
    display: none;
    min-width: 270px;
    box-sizing: border-box;
}

body.menu-sidebar .nav {
    position: relative;
    text-align: center;
}

body.menu-sidebar .nav ul {
    width: 100%
}

body.menu-sidebar .nav li {
    display: block;
    line-height: 100%;
    margin: 10px 0;
}

body.menu-sidebar .nav a {
    color: #585858;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 600;
}

body.menu-sidebar .nav a:after {
    display: none;
}

body.menu-sidebar .nav .active a {
    color: #00d6ff;
}

body.menu-sidebar .nav li:hover > a {
    color: #00d6ff;
}

body.menu-sidebar .nav li:hover ul {
    display: none;
}

body.menu-sidebar .nav li:hover > i {
    display: inline-block;
    color: #00d6ff;
    margin-right: 5px;
}

body.menu-sidebar .header-navigation-container {
    height: calc(100vh - 140px);
    overflow: auto;
    box-sizing: border-box;
    margin: 50px 5vw 50px;
}

body.menu-sidebar .header-navigation-container > * {
    margin-top: 50px;
}

body.menu-sidebar .header-navigation-container > *:first-child {
    margin-top: 0;
}

body.menu-sidebar .opensubnav > ul {
    display: block !important;
}

body.menu-sidebar .opensubnav > i {
    display: inline-block;
    color: #FFF;
    margin-right: 5px;
}

body.menu-sidebar .nav ul ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 30px 0;
    padding: 0;
    background: none;
    font-size: 16px;
    font-weight: normal;
}

body.menu-sidebar .nav ul ul li {
    white-space: nowrap;
    display: block;
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    line-height: 100%;
    background: none;
}

body.menu-sidebar .nav ul ul li a {
    padding: 5px 0;
    color: #585858;
    font-weight: normal;
    font-size: 16px;
}

body.menu-sidebar .nav ul ul .active a {
    color: #00d6ff;
}

body.menu-sidebar .nav ul ul li:hover > a {
    color: #00d6ff;
}

body.menu-sidebar .header-navigation-menu {
    margin-bottom: 5vw;
}

body.menu-sidebar.menu-open .header-navigation {
    display: block;
}

body.menu-sidebar.menu-open .mobilemenu i:before {
    content: "\f00d";
}

.header-navigation-socials:after {
    content: '';
    display: block;
    position: relative;
    height: 2px;
    width: 30px;
    background-color: #fff;
    margin: 20px 0 0 0;
}

.header-navigation-socials ul {
    display: block;
    margin: 0;
    padding: 0;
}

.header-navigation-socials li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 16px;
}

.header-navigation-socials a {
    color: #FFF;
}

.header-navigation-contacts ul, .header-navigation-contacts li {
    display: block;
    margin: 0;
    padding: 0;
}

.header-navigation-contacts a {
    display: block;
    line-height: 200%;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

.header-navigation-contacts i {
    margin-right: 4px;
    color: #00d6ff;
}

.header-mobilemenu {
    margin-left: 30px;
    position: relative;
    z-index: 304;
    color: #fff;
}

body.menu-open .header-mobilemenu {
    color: #FFF;
}

.mobilemenu {
    cursor: pointer;
}

.mobilemenu i {
    margin-left: 10px;
    font-size: 20px;
}

.header.header-scrolled .header-mobilemenu {
    color: #000;
}

.header.header-scrolled {
    background-color: #fff;
}

.header.header-scrolled .comput-logo .st0 {
    fill: #727070;
}

.header.header-scrolled .comput-logo .st1 {
    fill: #21B3CE;
}

body.menu-horizontal .header.header-scrolled .nav > ul > li > a {
    color: #424848;
}

.header-langswitch {
    display: inline-block;
}

.header-menutop {
    float: right;
}

.header-menutop * {
    color: #20b1cc;
}

.header-menutop a {
    margin: 0 10px;
    text-decoration: none;
}

.header-menutop a:hover {
    color: #fff;
}

.header-menutop .fa {
    margin: 0 10px 0 0;
}

.extramenu {
    float: right;
}

button.extram {
    display: inline-block;
    text-decoration: none;
    border: none;
    padding: 14px;
    letter-spacing: 0px;
    color: #20b1cc;
    font-weight: 400;
    line-height: 110%;
    background: none;
    cursor: pointer;
    position: relative;
    font-size: 20px;
}

.mod-languages {
    position: relative;
    float: left;;
    z-index: 304;
}

.lang-inline {
    position: relative;
    line-height: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.lang-inline li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.lang-inline a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
}

.lang-inline .lang-active a {
    color: #20b1cc;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
}

.lang-inline .dividore {
    color: #4d4d4d;
}

.item-page-image {
    margin: 0 10px 10px 0;
    max-width: 20%;
}

.item-page-image img {
    width: 100%;
    height: auto;
}

.sliderbox {
    position: relative;
    margin-top: 50px;
}

.sliderbox .images:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.slogan {
    display: block;
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -142px 0 0 70px;
    padding: 0 0 0 24px;
    color: #fff;
}

.slogan span.pretitle {
    font-size: 36px;
    color: #fff;
}

.slogan span.slidertitle {
    display: block;
}

.slogan .slidertitle {
    font-size: 36px;
}

.slogan .slidertxt {
    display: inline-block;
    margin: 15px 0;
    font-size: 20px;
    line-height: 1.5em;
}

.slogan .slidertxt u {
    font-weight: bold;
}

.sliderbtn {
    display: block;
}

.slider .show-prev, .slider .show-next {
    position: absolute;
    bottom: 50%;
    width: 40px;
    margin-bottom: -25px;
    font-size: 30px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

.slider .show-prev {
    left: 0;
}

.slider .show-next {
    right: 0;
}

.images > img {
    width: 100%;
    height: auto;
    display: none;
}

.images > img:first-child {
    display: block;
}

@keyframes imgZoomer {
    0% {
        transform: scaleX(1) scaleY(1) translateZ(0);
    }
    50% {
        transform: scaleX(1.1) scaleY(1.1) translateZ(0);
    }
    100% {
        transform: scaleX(1) scaleY(1) translateZ(0);
    }
}

.images .backstretch-item img {
    animation: imgZoomer 15s ease-in-out infinite;
}

.main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background: #ffffff;
}

.main {
    position: relative;
}

.main > .inner {
    position: relative;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto 5vw;
}

.article {
    padding: 3vw 0;
    line-height: 170%;
}

.article ul li a {
    color: #077084;
}

.item-page > *:first-child {
    margin-top: 0;
}

.item-page > *:first-child + h1 {
    margin-top: 0;
}

.item-page > *:last-child {
    margin-bottom: 0;
}

.item-page h1, section h1, .blog h1 {
    margin: 2em 0 1.5em 0;
    line-height: 130%;
    color: #20b1cc;
}

.item-page h2, section h2 {
    margin: 2em 0 1em 0;
    line-height: 130%;
}

.item-page h3, section h3 {
    margin: 2em 0 1em 0;
    line-height: 130%;
}

.item-page h1 + h2 {
    margin-top: 0.7em;
}

.item-page h2 + h3 {
    margin-top: 0.7em;
}

.item-page h1, .blog h1 {
    position: relative;
    font-weight: 700;
}

.item-page h1 strong {
    position: relative;
    font-weight: 800;
}

.item-page h1:after, .blog h1:first-child:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    bottom: -20px;
    left: 0;
    background: #20b1cc;
}

.blog h1:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

.item-page a, section a, .blog a {
    color: #077084;
}

.item-page a.btn {
    color: #fff;
}

.item-page a.btn:hover {
    color: #20b1cc;
}

.item-page a:hover, section a:hover, .blog a:hover {
    text-decoration: none;
}

.item-page table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

.item-page table td, .item-page table th {
    text-align: left;
    padding: 7px;
}

.item-page table th {
    background-color: #20b1cc;
    color: #FFF;
}

.item-page table td {
    border-bottom: 1px solid #20b1cc;
}

.item-page table tr:last-child td {
    border-bottom-width: 4px;
}

.blog .clearfix {
    clear: both;
    padding: 2vh 0;
}

.blog .items-row:after {
    clear: both;
    content: "";
    display: block;
}

.blog ol {
    padding: 0;
    margin: 0;
}

.blog .nav li {
    display: block;
    padding: 20px 0;
}

.blog .item-image {
    width: 30%;
    padding-right: 20px;
}

.blog .item-image img {
    width: 100%;
}

.blog .article-info .create {
    float: right;
    margin: 0;
    padding: 10px;
    background-color: #20b1cc;
    color: #fff;
}

.aside-type-teaser ul {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.aside-type-teaser li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.aside-type-teaser li a {
    display: block;
    height: 400px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    color: #FFF;
}

.aside-type-teaser li a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#3d000000', GradientType=0);
}

.aside-type-teaser [data-length="4"] li {
    width: 23.5%;
    margin-left: 2%;
}

.aside-type-teaser [data-length="3"] li {
    width: 32%;
    margin-left: 2%;
}

.aside-type-teaser [data-length="2"] li {
    width: 49%;
    margin-left: 2%;
}

.aside-type-teaser [data-length="1"] li {
    width: 90%;
}

.aside-type-teaser .owl-item li {
    width: 100% !Important;
}

.aside-type-teaser li:first-child {
    margin-left: 0 !important;
}

.aside-type-teaser .aside-content {
    display: block;
    width: 109%;
    min-height: 80px;
    position: absolute;
    bottom: 30px;
    left: 0;
    margin: 0 20px;
    padding: 10px 15px;
    line-height: 55px;
    color: #20b1cc;
    font-weight: 600;
    background-color: #fff;
    text-transform: uppercase;
}

.aside-type-teaser .aside-titlebox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 3vw;
}

.aside-type-teaser .aside-titlebox h2, .aside-type-teaser .aside-titlebox p {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.aside-type-teaser .aside-titlebox img {
    width: auto;

}

.aside-type-teaser .aside-titlebox p {
    line-height: 140%
}

.aside-type-teaser li a strong {
    padding-left: 60px;
    text-transform: none;
    font-size: 20px;
}

.aside-type-teaser li a .aside-icon {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../img/content/icon-chisiamo.png);
    background-repeat: no-repeat;
}

.aside-type-teaser.consulenza li a .aside-icon {
    background-image: url(../img/content/icon-consulenza.png);
}

.aside-type-teaser.passepartout li a .aside-icon {
    height: 44px;
    background-image: url(../img/content/icon-passepartout.png);
}

.aside-type-teaser li a .arrow-icon {
    position: absolute;
    right: 15px;
    bottom: 32px;
    width: 24px;
    height: 21px;
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}

.aside-type-teaser [data-length="2"] li .aside-content, .aside-type-teaser [data-length="3"] li .aside-content {
    width: 90%;
    color: #fff;
    bottom: -30px;
    padding-left: 30px;
    background-color: #20b1cc;
    text-transform: uppercase;
}

.aside-type-teaser [data-length="4"] li .aside-content {
    width: 100%;
    color: #fff;
    bottom: 0;
    padding-left: 15px;
    margin: 0;
    background-color: #20b1cc;
    text-transform: uppercase;
    text-align: center;
}

.aside-type-teaser [data-length="2"] li a .arrow-icon, .aside-type-teaser [data-length="3"] li a .arrow-icon, .aside-type-teaser [data-length="4"] li a .arrow-icon {
    background-position: 24px 0;
    background-repeat: repeat;
}

.aside-type-teaser [data-length="4"] li a .arrow-icon {
    display: none;
}

.aside-item + .aside-item {
    margin-top: 5vw;
}

.aside-item .owl-nav {
    position: absolute;
    bottom: 30%;
    font-size: 50px;
    width: 100%;
    color: #999;
}

.aside-item .owl-nav button.owl-prev, .aside-item .owl-nav button.owl-next {
    position: absolute;
    bottom: 50%;
    width: 40px;
    font-size: 30px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #20b1cc;
}

.aside-item .owl-nav .owl-prev {
    left: 0;
}

.aside-item .owl-nav .owl-next {
    right: 0;
}

.section-item {
    position: relative;
    min-height: 200px;
    background: #fff;
}

.section-item .inner:before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
}

.section-item .inner:after, .section-item .after:after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
}

.section-newsblog {
    min-height: 520px;
}

.section-item h3 {
    padding: 2vw 5vw 0;
    color: #20b1cc;
}

.section-item h3 span {
    font-weight: 400;
    color: #424848;
    text-transform: uppercase;
    font-size: 15px;
}

section {
    height: auto;
    position: relative;
}

section .inner > *:first-child {
    margin-top: 0;
}

section .inner > *:last-child {
    margin-bottom: 0;
}

section h3 {
    font-size: 2em;
    line-height: 130%;
}

.section-type-grid {
    height: 700px;
}

.section-type-grid .outer, .section-type-grid .inner {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section-type-grid .grid-left {
    width: 50%;
    float: left;
    height: 100%;
    background-color: #CCC;
    display: table;
}

.section-type-grid .grid-left .inner {
    padding: 5vw;
    display: table-cell;
    vertical-align: bottom;
}

.section-type-grid .grid-right {
    width: 50%;
    float: left;
    height: 100%;
    position: relative;
}

.section-type-grid .grid-right:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    width: 10px;
    height: 100%;
    background-color: #fff;
    top: 0;
    z-index: 5;
}

.section-type-grid .grid-right .grid-right-bottom:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    height: 10px;
    width: 100%;
    background-color: #fff;
    left: 0;
    z-index: 5;
}

.section-type-grid .grid-right .grid-right-top {
    height: 60%;
    background-color: transparent;
    position: relative;
}

.section-type-grid .grid-right .grid-right-bottom {
    height: 40%;
    background-color: transparent;
    position: relative;
}

.section-type-grid {
    background-color: #ffffff;
    min-height: 100px;
}

.section-type-grid > .outer {
    padding: 5vw 0;
}

.section-type-grid > .outer > .inner {
    position: relative;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    line-height: 150%;
}

.section-type-category {
    background-color: #ededed;
    min-height: 100px;
}

.section-type-category > .outer {
    padding: 5vw 0;
}

.section-type-category > .outer > .inner {
    position: relative;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    line-height: 150%;
}

.section-type-category .after {
    position: relative;
    margin: 5vw auto 0;
    max-width: 1400px;
    width: 90%;
}

.section-type-category .after ul {
    margin: 0 auto;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    width: 90%;
}

.section-type-category .after li {
    width: 350px;
    height: 350px;
    line-height: 350px;
    text-align: center;
    border-radius: 50%;
    background-color: #333333;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    vertical-align: bottom;
    overflow: hidden;
}

.section-type-category .after li a {
    display: block;
}

.section-type-category .after li a span {
    opacity: 0;
}

.section-type-category .after li a:hover span {
    opacity: 1;
}

.section-type-category .after li .backstretch {
    opacity: 1;
}

.section-type-category .after li a:hover .backstretch {
    opacity: 0.6;
}

.section-type-category .after li:first-child {
    margin-left: 0;
}

.section-type-category .owl-nav {
    position: absolute;
    bottom: 0;
    font-size: 50px;
    width: 100%;
    color: #999;
}

.section-type-category .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
    bottom: 150px;
}

.section-type-category .owl-nav .owl-next {
    position: absolute;
    right: -40px;
    bottom: 150px;
}


#quick-link {
    z-index: 201;
    position: fixed;
    top: 45vh;
    right: 0;
    width: 115px;
    margin-top: -108px;
}

#quick-link > a {
    display: block;
    float: right;
    width: 115px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    text-align: left;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-radius: 2px 0 0 2px;
    background-color: #20b1cc;
    box-shadow: 0 0 15px 0 rgba(11, 26, 40, 0.6);
}

#quick-link > a:hover {
    width: 200px;
    color: #fff;
    background-color: #e15519;
}

#quick-link a span.arrow-icon {
    position: absolute;
    top: 18px;
    left: 10px;
    display: inline-block;
    width: 24px;
    height: 21px;
    background-image: url(../img/sprite.png);
    background-position: -15px 0;
    background-repeat: no-repeat;
    background-size: 121%;
}

#quick-link a .pretxt {
    position: relative;
    float: left;
    width: 175px;
    padding-left: 30px;
    text-align: left;
    line-height: 50px;
    font-size: 12px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background-color: #20b1cc;
}

#quick-link a .text {
    padding-left: 10px;
    text-align: left;
    visibility: hidden;
}

#quick-link > a:hover {
    background-color: #fff;
    color: #20b1cc;
}

#quick-link > a:hover .pretxt {
    display: none;
}

#quick-link > a:hover .text {
    visibility: visible;
}

.footer {
    position: relative;
    background-color: #303030;
    text-align: left;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 240%;
    letter-spacing: 2px;
    padding: 0;
}

.footer-inner {
    position: relative;
    display: flex;
    padding: 60px 6vw;
}

.footer-item {
    line-height: 240%;
    letter-spacing: 2px;
}

.footer-before {
    background-color: #f6f6f6;
}

.footer-main {
    background-color: #303030;
}

.footer-after {
    background-color: #1b1b1b;
    color: #585858;
}

.footer-before h2 {
    color: #20b1cc;
    min-width: 300px;
    text-transform: uppercase;
    font-size: 18px;
}

.footer-before .logo-box-marchi {
    display: inline-block;
    align-content: flex-start;
    align-items: center;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer li {
    margin: 0;
    padding: 0;
    display: block;
}

.footer-logo * {
    fill: #acacac;
    font-size: 12px;
    line-height: 1.4em;
}

.footer-logo a {
    display: block;
}

.footer-logo svg, .footer-logo img {
    height: 50px;
    display: block;
    margin: 0 auto;
}

.footer-logo .gruppo {
    margin-top: 23px;
}

.footer-logo .gruppo a {
    display: inline;
}

.footer-adresse {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: SPACE-AROUND;
    font-size: 13px;
}

.footer-adresse .grid-item:before {
    content: "";
    position: absolute;
    display: block;
    height: 120px;
    width: 1px;
    background: #3e3e3e;
}

.footer-adresse .grid-item p {
    margin: 0 20px;
}

.footer-adresse .grid-item .fa {
    margin: 0 5px 0 0;
    color: #20b1cc;
}

.footer-adresse .grid-item a {
    color: #8e8e8e;
    text-decoration: none;
}

.footer-adresse .grid-item a:hover {
    color: #00d6ff;
}

.footer-after a {
    color: #585858;
    text-decoration: none;
}

.footer-after a:hover {
    color: #00d6ff;
}

.footer-after .footer-inner {
    padding: 0 6vw;
    line-height: normal;
    font-size: 12px;
}

.byaltea {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.slick-slide {
    position: relative;
    opacity: 0.5;
}

.slick-slide.slick-current {
    opacity: 1;
}

.slick-slide .newimgbox {
    overflow: hidden;
    display: block;
    width: 40%;
    height: 370px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-slide .news-content {
    position: absolute;
    left: 35%;
    top: 10%;
    background: #20b1cc;
    padding: 2vw;
    width: 60%;
    min-height: 215px;
    color: #fff;
}

.news-content h4 {
    width: 90%;
    font-size: 1.3em;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 22PX 0;
}

.news-content .linebrake {
    content: "";
    position: absolute;
    width: 96%;
    height: 1px;
    top: 70px;
    right: 0;
    background: #fff;
}

.news-content p {
    line-height: 170%;
    margin-top: 2vw;
}

.news-content a {
    color: #fff;
    text-decoration: none;
}

.news-content a:hover {
    text-decoration: underline;
}

.news-content .newsdate {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 40px;
    border-left: 1px solid #fff;
}

.news-content .newsdate span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
}

.slick-arrow {
    position: absolute;
    bottom: 40%;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #fff;
    background-image: url(../img/sprite.png);
    background-position: 15px 15px;
    background-repeat: no-repeat;
    z-index: 200;
}

.slick-prev {
    left: 35px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.slick-next {
    right: 35px;
}

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

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #20b1cc;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    opacity: .75;
    color: black;
}

.slick-dots:after {
    content: "";
    position: absolute;
    width: 65%;
    height: 1px;
    bottom: 0;
    right: 0;
    background: #20b1cc;
}


.leaders {
    display: block;
    width: 100%;
    position: relative;
    padding: 25px 0 0 0;
}

.leaders ul {
    font-size: 0;
    text-align: center;
    margin: 0;
    padding: 0;
}

.leaders li {
    display: inline-block;
    width: 28.677248677248677%;
    vertical-align: top;
    margin: 2.6984126984126986% 0 0 0;
    padding: 0px !important;
}

.leaders li:nth-of-type(3n+2) {
    margin: 2.6984126984126986% 6.984126984126984%;
}

.leaders img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.leader-mate {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 16px;
}

.leader-mate p {
    margin: 5px 0;
}

.leader-photo {
    position: relative;
    height: 271px;
    overflow: hidden;
}

#alteaForm {
    position: relative;
    margin: 1em 0 3em;
}

#alteaForm .item-cols {
    position: relative;
    overflow: hidden;
    margin: 0 1%;
}

#alteaForm .item-col-1 {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

#alteaForm .item-col-2 {
    position: relative;
    float: left;
    width: 48%;
    text-align: left;
    margin: 0 1% 30px;
}

#alteaForm fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

#alteaForm fieldset p {
    margin-top: 30px;
}

#alteaForm .item-col-last {
    text-align: center;
    clear: both;
}

#alteaForm .item-col-last .special {
    font-size: 13px;
    line-height: 130%;
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#alteaForm fieldset legend, #alteaForm .item-col-last legend {
    background: none;
    color: #20b1cc;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0 10px 0;
    margin-bottom: 20px;
    box-shadow: inset 0 -6px 0 #20b1cc;
    text-decoration: none;
    text-transform: uppercase;
}

#alteaForm fieldset label, #alteaForm .item-col-last label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

#alteaForm fieldset label.inliner {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0 !important;
}

#alteaForm fieldset label input[type="text"], [type=checkbox], [type=radio] {
    margin: 0;
    border: 1px solid #d8d8d8;
    background: #FFF;
    padding: 5px 10px;
    font-size: 12px;
    width: 55%;
    display: inline-block;
}

[type=checkbox], [type=radio] {
    width: 16px;
    height: 16px;
    padding: 0;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}

[type=checkbox]:checked:before, [type=radio]:checked:before {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    background-color: #000;
}

#alteaForm fieldset label select {
    margin: 0;
    border: 1px solid #d8d8d8;
    background: #FFF;
    padding: 5px 10px;
    font-size: 12px;
    display: inline-block;
}

#alteaForm fieldset label input.nr {
    width: 25px;
}

#alteaForm fieldset label span {
    display: inline-block;
    width: 33%;
}

#alteaForm fieldset label span.req {
    font-weight: bolder;
}

#alteaForm fieldset label span.req:after {
    content: " (*)";
}

#alteaForm fieldset textarea {
    width: 100%;
    box-sizing: border-box;
    height: 100px;
    border: 1px solid #d8d8d8;
    background: #FFF;
    display: block;
}

#alteaForm form button {
    border: none;
    cursor: pointer;
    margin-top: 20px;
    color: #FFF;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 30px;
    line-height: 16px;
    text-decoration: none;
    background-color: #000000;
}

#alteaForm form button.ui-datepicker-trigger {
    color: #000;
    padding: 0 2px;
    margin: 0 3px;
}

#alteaForm .item-cols hr {
    border: none;
    background: none;
    border-bottom: 1px solid #999999;
    margin: 10px 0;
    width: 99%;
}

#alteaForm .item-privacy {
    font-size: 12px;
    line-height: 140%;
    text-align: left;
    height: 80px;
    overflow: auto;
    margin-bottom: 20px;
    background-color: #d8d8d8;
    padding: 10px;
}

#alteaForm .item-col-2-intern {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    font-size: 12px;
}

#alteaForm .item-col-2-intern label {
    width: 50%;
    float: left;
}

#alteaForm .item-col-2-intern select {
    margin-right: 5px;
}

#alteaForm .item-col-2-intern label span {
    display: none;
}

#alteaForm .errorMessages {
    display: none;
    font-size: 13px;
    text-align: left;
    border: 1px solid #ff0101;
    padding: 10px;
    background-color: #F4BBB9;
    margin-bottom: 20px;
    color: #222;
}

#alteaForm .errorMessages label {
    display: list-item;
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 2px;
    font-size: 13px;
}

#alteaForm .errorMessages p {
    color: #ff0101;
    font-weight: bold;
    margin-top: 0;
}

#alteaForm .errorMessages label.error.valid {
    display: none !Important;
}

#alteaForm fieldset label input.error {
    background-color: #F4BBB9;
    border-color: #ff0101;
}

#alteaForm select {
    margin-right: 4px;
}

#alteaForm .room-form-box {
    border-top: 1px solid #ddd7d1;
    padding-top: 10px;
}

#alteaForm button.ui-datepicker-trigger {
    background: none;
    border: none;
    margin: 0;
}

#alteaForm fieldset label.aDK input[type="text"] {
    width: 30px;
}


@media screen and (max-width: 1600px) {
    .section-newsblog {
        /*min-height: 430px*/
    }

    .slick-slide .newimgbox {
        /*
                height: 280px;*/
    }
}

@media screen and (max-width: 1400px) {
    .section-type-category .after li {
        width: 200px;
        height: 200px;
        line-height: 200px;
    }

    .section-type-category .after {
        max-width: 800px;
    }

    .section-type-category .owl-nav .owl-prev, .section-type-category .owl-nav .owl-next {
        bottom: 70px;
    }
}

@media screen and (max-width: 1100px) {
    .aside-type-teaser [data-length="3"] li a .arrow-icon {
        display: none;
    }

    .aside-type-teaser span.hide-mobile {
        display: none;
    }

    .aside-type-teaser li a {
        height: 300px;
    }

    .aside-type-teaser [data-length="3"] li .aside-content,
    .aside-type-teaser [data-length="2"] li .aside-content {
        width: 100%;
        bottom: 0;
        padding-left: 15px;
        margin: 0 auto;
        text-align: center;
    }

    .aside-type-teaser [data-length="2"] li .aside-titlebox {
        width: 100%;
        text-align: center;
    }

    .aside-type-teaser [data-length="2"] li a .arrow-icon, .aside-type-teaser [data-length="2"] li .aside-titlebox p {
        display: none;
    }

    .aside-item .owl-nav {
        bottom: 40%;
    }

    .aside-item .owl-nav button.owl-prev {
        left: -20px;
    }

    .aside-item .owl-nav button.owl-next {
        right: -20px;
    }
}

@media screen and (max-width: 950px) {
    .header-mobilemenu {
        display: block;
    }

    .section-type-grid > .outer {
        height: 100% !important;
    }

    .section-type-grid .grid-left {
        float: none;
        width: 100%;
        height: 50%;
    }

    .section-type-grid .grid-right {
        float: none;
        width: 100%;
        height: 50%;
    }

    .section-type-grid .grid-right .grid-right-top {
        width: 50%;
        float: left;
        height: 100%;
    }

    .section-type-grid .grid-right .grid-right-bottom {
        width: 50%;
        float: left;
        height: 100%;
    }

    .section-type-grid .grid-right:before {
        display: none;
    }

    .section-type-grid .grid-right .grid-right-bottom:before {
        display: none;
    }

    .footer-before h2 {
        min-width: auto;
        text-align: center;
    }

    .footer-before .logo-box-marchi {
        text-align: center;
    }

    .footer-before .footer-inner {
        display: block;
    }

    .footer-main .footer-inner {
        display: block;
    }

    .footer-adresse {
        display: block;
    }

    .footer-adresse .grid-item {
        margin: 20px 0;
    }

    .footer-adresse .grid-item:before {
        display: none;
    }

    .footer-adresse .grid-item p {
        margin: 0;
    }

    .hide-mobile {
        display: none !important;
    }

    .section-newsblog {
        min-height: 800px;
    }

    .section-item h3 {
        text-align: center;
    }

    .slick-slide .newimgbox {
        width: 100%;
        height: auto;
    }

    .slick-slide .news-content {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 210px;
    }

    .blog .item-image {
        width: 100%;
        padding-right: 0;
        padding: 10px 0;
    }
}

@media screen and (max-width: 900px) {
    #quick-link {
        display: none;
    }

    .slogan .slidertxt {
        clear: left;
    }

    .header-mobilemenu {
        color: #000;
    }

    .header {
        position: fixed;
        background-color: #FFF;
    }

    .header .inner > .header-logo {
        width: 200px;
        text-align: center;
        padding-left: 20vw;
    }

    .comput-logo .st0 {
        fill: #727070;
    }

    .comput-logo .st1 {
        fill: #21B3CE;
    }

    body.menu-open .header-mobilemenu {
        color: #000;
    }

    .header-langswitch {
        position: absolute;
        top: 70px;
    }

    .lang-inline {
        padding-left: 5vw;
    }

    .lang-inline a {
        color: #585858;
    }

    .top-infos {
        display: none;
    }

    .header .inner-before {
        padding: 0;
    }

    .header-menutop {
        float: none;
        width: 100%;
    }

    .extramenu {
        float: none;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    header .extram {
        width: 50%;
        text-align: center;
    }

    header .inner-before {
        line-height: 50px;
    }

    .header-menutop a {
        margin: 0;
    }

    a.extram.massistance {
        background-color: #20b1cc;
        color: #fff;
    }

    .header-menutop .massistance .fa {
        color: #fff;
    }

    .header-menutop a.massistance:hover {
        color: #585858;
    }

    a.extram.mcomments {
        background-color: #fff;
        color: #20b1cc;
    }

    .header-menutop .mcomments .fa {
        color: #20b1cc;
    }

    .header-menutop a.mcomments:hover {
        color: #585858;
    }

    .section-newsblog {
        min-height: 750px;
    }
}

@media screen and (max-width: 768px) {
    .footer-column {
        width: auto;
        display: block;
    }

    .footer-keymenus {
        display: none;
    }

    .header-logo a {
        height: 50px;
    }

    .sliderbox {
        margin-top: 140px;
    }

    .images {
        max-height: 400px;
    }

    .slider .show-next {
        right: 20px;
        font-size: 30px;
        line-height: 40px;
    }

    .slider .show-prev {
        left: 20px;
        font-size: 30px;
        line-height: 40px;
    }

    .section-type-category .owl-nav .owl-prev {
        left: 0;
    }

    .section-type-category .owl-nav .owl-next {
        right: 0;
    }

    .section-type-category .owl-nav {
        font-size: 30px;
        line-height: 30px;
    }

    .section-type-category .owl-nav .owl-prev, .section-type-category .owl-nav .owl-next {
        bottom: 90px;
    }

    .section-type-grid, .section-type-grid * {
        height: auto;
    }

    .section-type-grid [data-backstretch-url] {
        position: relative !important;
        min-height: 200px !important;
        float: none !important;
        width: 100% !important;
    }

    .slogan {
        top: auto;
        bottom: 30%;
        height: auto;
        width: auto;
        margin: -142px 0 0 20px;
    }

    .slogan .slidertitle {
        font-size: 1.8em;
    }

    .slogan span.slidertxt {
        display: block;
        line-height: normal;
        font-size: 16px;
        padding: 2vh 0;
    }

    button.btn, a.btn, .section-type-category span.btn {
        font-size: 15px;
    }

    .section-newsblog {
        min-height: 650px;
    }

    .slick-dots {
        display: none;
    }

    .leaders li {
        display: block;
        width: 270px;
        margin: 20px auto !important;
        border-bottom: 1px solid #20b1cc;
    }
}

@media screen and (max-width: 600px) {
    .slogan {
        top: 60%;
    }

    .mobilemenu span {
        display: none;
    }

    .header-mobilemenu {
        margin-left: 15px;
    }

    .images {
        max-height: 250px;
    }

    .item-page h1, section h1 {
        font-size: 1.4em;
    }

    .item-page h2, section h2 {
        font-size: 1.3em;
    }

    .item-page h3, section h3 {
        font-size: 1.2em;
    }

    .aside-type-teaser li a {
        height: 200px;
    }

    .menu-open .header {
        position: relative;
        height: auto;
    }

    body.menu-sidebar .nav ul ul li {
        white-space: normal;
    }

    body.menu-open .header-navigation {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: 100vh;
    }

    body.menu-open .header-navigation-container {
        height: auto;
        margin: 10vh 2vw;
    }

    body.menu-open header .inner {
        width: 100%;
    }

    body.menu-open header .inner > .header-logo {
        margin-left: 5%;
    }

    body.menu-open .header-mobilemenu {
        margin-right: 5%;
    }

    body.menu-open .sliderbox {
        margin-top: 0;
    }

    .aside-type-teaser [data-length="1"] li {
        width: 100%
    }

    .aside-type-teaser .aside-content {
        width: 100%;
        min-height: 40px;
        line-height: 40px;
    }

    .aside-type-teaser li a .aside-icon {
        background-size: 30px;
        width: 36px;
        height: 36px;
    }

    .aside-type-teaser li a .arrow-icon {
        bottom: 22px;
    }

    .section-newsblog {
        /*min-height: 500px;*/
    }

    .slick-dots {
        display: none;
    }

    .slick-slide .news-content {
        min-height: 260px;
    }

    .news-content .newsdate {
        font-size: 30px;
        height: 55px;
    }

    .news-content h4 {
        font-size: 1em;
        width: 80%;
    }

    .news-content .linebrake {
        top: 55px;
    }

    .item-page img {
        width: 100%;
    }

    .item-page-image {
        max-width: 30%;
    }

    #alteaForm .item-col-2 {
        float: none;
        margin: 0 auto 20px;
        width: auto;
    }
}

@media screen and (max-width: 400px) {
    .slogan {
        margin: -142px 0 0 0;
    }

    .slogan img {
        width: 60%;
    }

    .aside-type-teaser li a .arrow-icon {
        display: none;
    }

    .aside-type-teaser li a strong {
        padding-left: 40px;
        font-size: 16px;
    }

}

@media print {
    .sliderbox, .slider, .slogan, #quick-link, aside, section, form, .header-mobilemenu, .inner-before. .header-language, .header-navigation, .scroll-to-top {
        display: none !important;
    }

    header {
        position: relative;
        top: auto;
        left: auto;
        box-shadow: none;
    }

    .footer {
        background-color: #fff;
        color: #333;
    }

    .footer a {
        color: #333;
    }

    .footer * {
        fill: #333;
    }
}

#cookiescript_badge {
	display: none !important;
}

.show-cookie-box {
	cursor: pointer;
}
.show-cookie-box:hover {  /* aggiungere colore preferito */

}

.bottoniFixed {
    display: none;
    position: fixed;
    z-index: 999;


    @media (max-width: 600px) {
        display: block;
    }
}

.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 1000;
}

.floating-contact.active .main-button i {
    transform: rotate(45deg);
}

.floating-contact.active .contact-list {
    opacity: 1;
    visibility: visible;
}

.floating-contact.active .contact-list svg {
    color: #fff;
}

.floating-contact.active .contact-list li {
    transform: translateY(0);
    opacity: 1;
}

.floating-contact.active .contact-list li:nth-child(1) {
    transition-delay: 0.05s;
}

.floating-contact.active .contact-list li:nth-child(2) {
    transition-delay: 0.1s;
}

.floating-contact.active .contact-list li:nth-child(3) {
    transition-delay: 0.15s;
}

.floating-contact.active .contact-list li:nth-child(4) {
    transition-delay: 0.2s;
}

.floating-contact.active .overlay {
    opacity: 1;
    visibility: visible;
}

.floating-contact .main-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #20b1cc;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
    color: #fff;
}

.floating-contact .main-button:hover {
    background: #1a93ac;
    transform: scale(1.1);
}

.floating-contact .main-button i {
    color: white;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.floating-contact .contact-list {
    position: absolute;
    bottom: 70px;
    right: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 3;
}

.floating-contact .contact-list li {
    margin-bottom: 15px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.floating-contact .contact-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #00d6ff;
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.floating-contact .contact-button:hover {
    background: #00b8e0;
    transform: scale(1.1);
}

.floating-contact .contact-button:hover::before {
    opacity: 1;
    visibility: visible;
}

.floating-contact .contact-button i {
    color: white;
    font-size: 18px;
}

.floating-contact .contact-button::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #333;
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.floating-contact .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
}
