/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body {
    margin-top: 50px;
    overflow-x: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

::-moz-selection {
    background: #C6ACA5;
    color: #fff;
    /* WebKit/Blink Browsers */
}

::selection {
    background: #C6ACA5;
    color: #fff;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #C6ACA5;
    color: #fff;
    /* Gecko Browsers */
}

.avoidScroll {
    overflow: hidden;
}

.pink-bg {
    background-color: #F9F5F7;
}


/* ==========================================================================
   Cursor
   ========================================================================== */

#cursor {
    width: 18px;
    height: 18px;
    top: 20%;
    left: 72%;
    border: 1px solid #C6ACA5;
    border-radius: 50%;
    position: fixed;
    z-index: 99995;
    mix-blend-mode: multiply;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    pointer-events: none;
}

#cursor span {
    width: 18px;
    height: 18px;
    background: none;
    background-color: #C6ACA5;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#cursor.hover {
    border-radius: 0;
    -webkit-transform: rotate(225deg) scale(1.1);
    transform: rotate(225deg) scale(1.1);
}

#cursor.hover span {
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 0;
}

html.touch #cursor {
    display: none;
}

.fs-in {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}


/* ==========================================================================
   Typography
   ========================================================================== */

.small {
    font-size: 14px;
}

.serif {
    font-family: 'Playfair Display', serif;
}

h1 {
    font-size: 72px;
    color: #C6ACA5;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    margin: 36px 0 9px;
}

.cover h1,
h1.main {
    font-size: 112px;
    line-height: 1;
}

h2 {
    font-size: 24px;
    color: #C6ACA5;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin: 0 0 52px;
}

.h2.text-award {
    font-size: 24px;
    color: #C6ACA5;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    bottom: 0;
    margin: 0;
    right: -25%;
    padding: 0.25rem 7%;
}

.h2.text-award-backwards {
    font-size: 24px;
    color: #C6ACA5;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    bottom: 0;
    margin: 0;
    left: -25%;
    padding: 0.25rem 7%;
}

.text-award {
    display: inline-block;
}

h3 {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
}

h4 {
    font-size: 18px;
    color: #8E8280;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #C6ACA5;
    margin-bottom: 5px;
}

p {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05rem;
}

a {
    color: #C6ACA5;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

span.desc {
    position: relative;
    display: inline-block;
    margin-left: 10%;
    padding-top: 26px;
    border-top: 1px solid #b1b1b1;
    margin-bottom: 42px;
}

span.desc p {
    color: rgb(130, 131, 127);
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
}

.breadcrumblink {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1.55px;
}

.indent {
    padding-left: 80px;
    position: relative;
}

h1.indent.before:before {
    position: absolute;
    left: 0px;
    width: 60px;
    content: '';
    height: 1px;
    background-color: #c6aca5;
    top: 42px;
}

a.btn1 {
    font-size: 14px;
    color: #C6ACA5;
    letter-spacing: 1.55px;
    position: relative;
    margin-top: 56px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-transition: all .2s cubic-bezier(.74, .13, .96, .73);
    transition: all .2s cubic-bezier(.74, .13, .96, .73);
}

a.btn3 {
    font-size: 14px;
    color: #C6ACA5;
    letter-spacing: 1.55px;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

a.btn3:hover {
    color: #D4C1BC;
    text-decoration: underline !important;
}

a.btn1:after {
    width: 100px;
    background-color: #c6aca5;
    height: 1px;
    top: 10px;
    margin-left: 20px;
    content: '';
    -webkit-transform-origin: right;
    transform-origin: right;
    position: absolute;
}


/*a.btn1:hover {
  color: #D4C1BC;
  text-decoration: underline !important;
}*/

a.btn1:hover:after {
    background-color: #D4C1BC;
    -webkit-animation-name: btn1hover;
    animation-name: btn1hover;
    -webkit-animation-timing-function: cubic-bezier(.74, .13, .96, .73);
    animation-timing-function: cubic-bezier(.74, .13, .96, .73);
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

p.cit {
    font-size: 21px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 39px;
    position: relative;
}

p.cit:before {
    position: absolute;
    content: '"';
    font-size: 118px;
    color: #C6ACA5;
    top: 25px;
    left: -43px;
}

p.big,
.big p {
    line-height: 38px;
    font-size: 21px;
}

p.big,
.big p {
    line-height: 38px;
    font-size: 21px;
}

.single-post .big ul {
    line-height: 38px;
    font-size: 21px;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
    list-style-position: inside;
}

p.title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 5.8px;
    margin: 5px 0;
}

@-webkit-keyframes btn1hover {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        width: 100px;
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        width: 100px;
    }
    51% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        width: 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        width: 100px;
    }
}

@keyframes btn1hover {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        width: 100px;
    }
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        width: 100px;
    }
    51% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        width: 0;
    }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        width: 100px;
    }
}


/* menu */

.button_container {
    padding: 20px 40px;
    background-color: #F9F5F7;
    position: fixed;
    top: 0%;
    right: 10%;
    cursor: pointer;
    z-index: 300;
    transition: opacity 0.45s ease;
    display: flex;
    align-items: center;
    opacity: 1;
}

.button_inside {
    position: relative;
    height: 27px;
    width: 26px;
    margin-top: 8px;
    display: inline-block;
}

.text_inside {
    padding: 5px 15px;
    display: inline-block;
}

.button_container .close {
    display: none;
}

.button_container.active .open {
    display: none;
}

.button_container.active .close {
    display: initial;
}

.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #000;
}

.button_container.active .middle {
    opacity: 0;
    background: #000;
}

.button_container.active .bottom {
    transform: translateY(-6px) translateX(0) rotate(-45deg);
    background: #000;
}

.button_inside span {
    background: #000;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.55s ease, opacity 0.25s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

.overlay {
    font-family: 'Playfair Display', serif;
    position: fixed;
    background: #F9F5F7;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.55s, height 0.85s;
    overflow: hidden;
}

.overlay.open {
    z-index: 200;
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: opacity 0.35s, visibility 0.55s, height 0.85s;
}

.overlay.open li {
    margin-top: 24px;
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 28px;
    color: #000000;
    letter-spacing: 2px;
    width: 100%;
    font-weight: 800;
    opacity: .54;
    text-decoration: none !important;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    display: block;
    position: relative;
    overflow: hidden;
}

.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li a:active {
    opacity: 1;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 1px;
    background: #000;
    transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}


/* ==========================================================================
   Margins
   ========================================================================== */

.margin_xxl_y {
    margin-top: 240px;
    margin-bottom: 240px;
}

.margin_xxl_top {
    margin-top: 240px;
    margin-bottom: 0;
}

.margin_xl_top {
    margin-top: 136px;
    margin-bottom: 0;
}

.margin_xl_y {
    margin-top: 136px;
    margin-bottom: 136px;
}

.margin_l_y {
    margin-top: 72px;
    margin-bottom: 72px;
}

.margin_l_top {
    margin-top: 72px;
    margin-bottom: 0;
}

.margin_m_y {
    margin-top: 52px;
    margin-bottom: 52px;
}

.margin_m_top {
    margin-top: 52px;
    margin-bottom: 0;
}

.margin_s_top {
    margin-top: 24px;
    margin-bottom: 0;
}

.margin_xs_y {
    margin-top: 6px;
    margin-bottom: 6px;
}


/* ==========================================================================
   Imagery
   ========================================================================== */

.imgcontainer {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    z-index: 3;
}

.imgcontainer img {
    position: relative;
    /*height: 110%;*/
    margin-top: -5%;
    width: 100%;
}

.outerimgcontainer {
    position: relative;
    display: inline-block;
    width: 100%;
}

.outerimgcontainer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 72px;
    left: -72px;
    border: 12px solid #F9F5F7;
    z-index: 1;
}


/* ==========================================================================
   Background contest
   ========================================================================== */

.contractbg {
    background-color: #e5eae3;
}

.smartofficebg {
    background-color: #e9d4cb;
}

.hostbg {
    background-color: #f5ecde;
}

.homelivingbg {
    background-color: #c3cbd2;
}

.contractbg_dark {
    background-color: #A5ACA4;
}

.smartofficebg_dark {
    background-color: #DCB3A5;
}

.hostbg_dark {
    background-color: #C7BDAA;
}

.homelivingbg_dark {
    background-color: #adb9c5;
}


/* ==========================================================================
   Menu
   ========================================================================== */

.menulabel {
    font-weight: 300;
}

.menulabel span {
    position: absolute;
    left: 30%;
}

.menulabel .aperto {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.menulabel .chiuso {
    opacity: 1;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.menuaperto.menulabel .aperto {
    opacity: 1;
}

.menuaperto.menulabel .chiuso {
    opacity: 0;
}

.header-container {
    z-index: 100;
    position: fixed;
}

.header-container img {
    margin-top: 44px;
    width: 154px;
}

.menubtn {
    padding: 44px 0;
    text-align: center;
    background-color: #fff;
}

.menubtn:hover {
    cursor: pointer !important;
}

.menuhamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 7px;
}

.menuhamburger span {
    width: 26px;
    background-color: #000;
    height: 1px;
    position: relative;
    display: block;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menuhamburger span:nth-child(1) {
    width: 26px;
}

.menuhamburger span:nth-child(2) {
    width: 14px;
}

.menuhamburger span:nth-child(3) {
    width: 21px;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 94;
    background-color: #fff;
    -webkit-transform-origin: top;
    transform-origin: top;
}

#menu:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    background-color: #F9F5F7;
    z-index: 95;
    height: 80%;
    opacity: .4;
}

.menucontainer {
    top: calc(50% + 50px);
    position: relative;
    z-index: 96;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menu_contacts {
    bottom: 0;
}

.menu_contacts .menulinks {
    font-family: 'Robot Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 27px;
    margin-bottom: 36px;
}

.menu_contacts .menulinks span {
    display: block;
}

a.btn2 {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 18px;
    line-height: 16px;
    text-decoration: none !important;
}

a.btn2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #C6ACA5;
    bottom: -4px;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a.btn2:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.menu_contacts .menuaddress {
    font-family: 'Robot Condensed', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    font-weight: 300;
}

.menu_voci ul {
    list-style: none;
    padding-left: 0;
    width: 100%;
}

.menu_voci ul li.voce {
    padding: 28px 0 12px;
    border-bottom: 1px solid #C6ACA5;
    width: 100%;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.menu_voci ul li.voce span {
    position: relative;
    float: left;
}

.menu_voci ul li.voce span:first-child {
    margin-left: 10%;
    line-height: 28px;
    font-size: 28px;
    color: #DCD7D7;
    letter-spacing: 0px;
    width: 5%;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.menu_voci ul li.voce.active span:first-child {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1 !important;
}

.menu_voci ul li.voce span:nth-child(2) {
    margin-left: 15%;
    width: 45%;
}

#menu .menu_voci ul li.voce span:nth-child(2) a {
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    letter-spacing: 2px;
    width: 100%;
    font-weight: 800;
    opacity: .34;
    text-decoration: none !important;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#menu .menu_voci ul li.voce.active span:nth-child(2) a {
    opacity: 1;
}

#menu .menu_voci ul li.voce.active span:nth-child(2) a:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #C6ACA5;
    bottom: -12px;
    left: 0;
}

#menu .menu_voci ul li.voce span:last-child {
    float: right;
    margin-left: 20%;
    width: 5%;
}

#menu .menu_voci ul li.voce span:last-child img {
    width: 10px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

#menu .menu_voci ul li.voce:hover span:first-child {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1 !important;
}

#menu .menu_voci ul li.voce:hover span:nth-child(2) a {
    opacity: .8;
}

#menu .menu_voci ul li.voce:hover span:last-child img {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.breadcrumb {
    position: relative;
    margin-top: 160px;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 0;
    text-transform: uppercase;
    z-index: 80;
}


/* ==========================================================================
   Loader
   ========================================================================== */

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.logoloader {
    position: absolute;
    top: calc(50% - 13px);
    left: calc(50% - 125px);
    display: inline-block;
    overflow: hidden;
}

.logoloader img {
    width: 250px;
    height: auto;
    -webkit-transform: translateY(155px);
    transform: translateY(155px);
    position: relative;
    z-index: 9;
}

.logoloader span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
}


/* ==========================================================================
   Homepage
   ========================================================================== */

#headerCarousel {
    height: 100vh;
    overflow: hidden;
    margin-bottom: 32px;
    min-height: 650px;
}

.leftbarhome {
    height: 100%;
    border-right: 1px solid #E5EAE3;
    position: absolute;
    z-index: 10;
}

.carousel-time {
    top: 60%;
    width: 100vh;
    position: relative;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    left: 30px;
}

.carousel-time>div {
    position: relative;
    display: inline-block;
}

.carousel-time-text {
    display: block;
    font-size: 24px;
    color: #000;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 24px;
}

.text2 {
    opacity: .5;
}

.carousel-time .progressbar {
    width: 230px;
}

.carousel-time .progressbar span {
    background-color: #000;
    width: 100%;
    position: absolute;
    display: block;
    top: -5px;
}

.carousel-time .progressbar span:first-child {
    height: 1px;
    opacity: .6;
}

.carousel-time .progressbar span:last-child {
    height: 3px;
    top: -6px;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: inherit;
    float: left;
    bottom: 0;
    z-index: 12;
    padding: 0;
    color: #000;
    background: none;
    text-align: left;
    text-shadow: none;
}

.carousel-inner {
    height: 100%;
    top: 0;
}

.carousel-img {
    float: right;
    overflow: hidden;
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.caption-color {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.carousel-img img {
    width: 85vw;
    height: auto;
    min-height: 100vh;
    position: absolute;
    right: 0;
    /* top: -18%; */
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

#headerCarousel .carousel-img img {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
}

.pagina_homepage .carousel-img img {
    bottom: 0;
}

.caption-color,
.caption-text,
.carousel-arrows a {
    -webkit-transform-origin: left;
    transform-origin: left;
}

.caption-text {
    background-color: #fff;
    padding: 0 5% 20px;
}

.item.active {
    height: 100%;
}

.caption-title {
    font-size: 28px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    float: left;
}

.caption-desc {
    display: block;
    position: relative;
    float: left;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.caption-title span.caption-title-1,
.caption-title span.caption-title-2 {
    display: inline-block;
    position: relative;
    float: left;
}

.caption-title span.caption-title-1 h3 {
    font-weight: 400;
}

.caption-title span.caption-title-2 {
    margin-left: 15px;
    width: 300px;
    overflow: hidden;
}

.caption-title span.caption-title-2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
}

.caption-title span.caption-title-2 h3 {
    margin-top: 27px;
    margin-bottom: 6px;
}

.caption-title span.caption-title-2 h3 .char {
    -webkit-transition: all .2s cubic-bezier(.04, .45, .46, .94);
    transition: all .2s cubic-bezier(.04, .45, .46, .94);
}

.contract .caption-title span.caption-title-2:after {
    background-color: #e5eae3;
}

.smartoffice .caption-title span.caption-title-2:after {
    background-color: #e9d4cb;
}

.host .caption-title span.caption-title-2:after {
    background-color: #f5ecde;
}

.homeliving .caption-title span.caption-title-2:after {
    background-color: #c3cbd2;
}

.carousel-control {
    position: relative;
    display: block;
    width: 100%;
    opacity: 1;
    z-index: 10;
}

.carousel-control.right,
.carousel-control.left {
    background-color: #000;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.carousel-arrows {
    position: absolute;
    bottom: 0;
}

.carousel-control .glyphicon {
    padding: 21px 0;
    text-align: center;
}

.mainText {
    position: absolute;
    top: 40vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.mainText div:last-child span.secondMainText {
    font-size: 72px;
    line-height: 78px;
    font-weight: 400;
    display: block;
}

.mainText div:first-child span.firstMainText {
    font-size: 112px;
    font-weight: 800;
    display: block;
    margin-bottom: 0;
    line-height: 144px;
    position: relative;
}


/*.mainText div:first-child span.firstMainText:after {
  content: '';
  background-color: #fff;
  width: 115px;
  height: 135px;
  position: absolute;
  left: -64px;
  top: -35px;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
  z-index: 2;
}*/

.mainText>div {
    overflow: hidden;
}

.vtag {
    overflow: auto;
    position: relative;
    float: left;
    display: inline-block;
}

.scrollDown {
    position: absolute;
    bottom: 0;
    float: right;
    right: 10%;
}

.scrollDown:hover {
    cursor: pointer;
}

.scrollDown_bar {
    float: left;
    position: relative;
    margin-right: 32px;
    height: 100px;
    z-index: 80;
}

.scrollDown_bar span:first-child {
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute;
}

.scrollDown_bar span:last-child {
    height: 100%;
    width: 3px;
    left: -1px;
    position: absolute;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    background-color: #fff;
}

.scrollDown_text {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.33px;
    text-transform: uppercase;
    float: right;
    margin-top: 32px;
    position: relative;
    z-index: 80;
}

.carousel-inner>.item {
    position: absolute;
    width: 100%;
}

.carousel-inner>.item.prev,
.carousel-inner>.item.active.left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-inner>.item.active.left .carousel-img,
.carousel-inner>.item.active.right .carousel-img {
    width: 0 !important;
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
}

.carousel-inner>.item.active.left:after,
.carousel-inner>.item.active.right:after {
    opacity: 0;
}

.carousel-inner>.item.next,
.carousel-inner>.item.active.right,
.carousel-inner>.item.prev,
.carousel-inner>.item.prev.left {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-inner>.item.next,
.carousel-inner>.item.prev {
    display: block;
    height: 100%;
    z-index: 4;
}

.carousel-inner>.item.active {
    z-index: 5;
}

.caption-desc p {
    opacity: 1;
}

.carousel-inner>.item.active .caption-color,
.carousel-inner>.item.active .caption-color,
.carousel-inner>.item.active .caption-desc p,
.carousel-inner>.item.active .caption-desc p {
    opacity: 1;
}

.carousel-inner>.item.active.left .caption-color,
.carousel-inner>.item.active.right .caption-color,
.carousel-inner>.item.active.left .caption-desc p,
.carousel-inner>.item.active.right .caption-desc p {
    opacity: 0;
}

.carousel-inner>.item.active.left .caption-title span.caption-title-2 h3 .char,
.carousel-inner>.item.active.right .caption-title span.caption-title-2 h3 .char {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.carousel-inner>.item.next .caption-title span.caption-title-2 h3 .char,
.carousel-inner>.item.prev .caption-title span.caption-title-2 h3 .char {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.carousel-inner>.item.active .caption-title span.caption-title-2 h3 .char,
.carousel-inner>.item.active .caption-title span.caption-title-2 h3 .char {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.carousel-control:hover,
.carousel-control:focus {
    background-color: #222;
}

.servizihome span {
    display: block;
    text-transform: uppercase;
    color: #8E8280;
    font-size: 18px;
}

.realizzazionithumb {
    position: relative;
    display: inline-block;
}

.realizzazionithumb .labelrhome {
    padding: 16px 48px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    z-index: 10;
    position: absolute;
}

.realizzazionithumb .contractbg_dark {
    bottom: 25%;
    right: -4%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.realizzazionithumb .hostbg_dark {
    bottom: 42px;
    left: -75px;
}

.realizzazionithumb .smartofficebg_dark {
    top: 92px;
    right: -6%
}

.single-realizzazioni .mainText>div {
    overflow: visible;
}

a.realizzlink {
    display: inline-block;
    position: relative;
    width: 100%;
}

.hoverrealizz {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
}

.filter_smart-working .hoverrealizz {
    background-color: #ddb3a6;
}

.filter_home-living .hoverrealizz {
    background-color: #aeb9c5;
}

.filter_host .hoverrealizz {
    background-color: #dcd5b7;
}

.filter_contract .hoverrealizz {
    background-color: #b2bfb0;
}

.page-template-news .hoverrealizz {
    background-color: #C6ACA5;
}

p.hoverealizztext {
    text-align: center;
    top: 50%;
    color: #fff;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    z-index: 8;
    opacity: 1;
}

p.hoverealizz-cat {
    text-align: center;
    bottom: 12px;
    color: #fff;
    position: absolute;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 8;
    opacity: 1;
}

p.hoverealizz-cat:after {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 90%;
    height: 1px;
    left: 5%;
    top: -4px;
}

.realizzazionithumb .homelivingbg_dark {
    top: -102px;
    right: -16px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.realizzazionihome:after {
    content: '';
    position: absolute;
    background-color: #F9F5F7;
    width: 25%;
    height: 100%;
    top: 8px;
    left: 0;
    z-index: -1;
}

.z20 {
    z-index: 20;
}

.title {
    z-index: 1;
}

.talignc {
    text-align: center;
}

.talignc .btn1 {
    margin-bottom: 46px;
}

.seixseihome .title {
    padding-top: 96px;
    border-top: 1px solid #EBE1E0;
}

.seixseiimg {
    position: absolute;
    z-index: 0;
    right: 5%;
}

.seixseisecond p {
    margin-top: 42px;
}

.seixsei2img img {
    max-width: 100%;
}


/* ==========================================================================
   Chi siamo
   ========================================================================== */

.header-chisiamo {
    padding-top: 140px;
}

.header-chisiamo h1 {
    margin-bottom: 0;
    line-height: 72px;
    float: left;
    width: 490px;
}

.header-chisiamo span.aboutline {
    width: 100%;
    position: relative;
    float: left;
    margin-left: 20px;
    height: 1px;
    background-color: #C6ACA5;
    display: inline-block;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.header-chisiamo-bg {
    background-color: #F9F5F7;
    position: absolute;
    width: 85%;
    right: 0;
    height: 100%;
    z-index: 0;
    top: 0;
}

.title_chisiamo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}

.header-chisiamo-text {
    padding: 96px 0 240px;
}

.saperfare-img {
    margin-top: -154px;
}

.saperfare-img .imgcontainer {
    height: 415px;
}

.saperfare-img .imgcontainer img {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
}

.chisiamo-sketch img {
    width: 100%;
}

.chisiamo-saperfare-2 .imgcontainer {
    height: 550px;
}

.chisiamo-saperfare-3 .imgcontainer {
    height: 300px;
}

.efficienza-bg {
    width: 80%;
    right: 0;
    position: absolute;
    height: 100%;
    background-color: #F9F5F7;
    z-index: -1;
}

.efficienzatext {
    padding: 72px 5%;
}

.efficienzatext ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.efficienzatext ul li {
    padding-left: 24px;
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.efficienzatext ul li:before {
    content: '';
    border: 3px solid #EBE1E0;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    margin-top: 6px;
}

.efficienza .title {
    margin-top: -95px;
    float: right;
}

.chisiamorealizz-text {
    margin-left: 10%;
    padding: 110px 0 0 32px;
    bottom: -120px;
    border-left: 1px solid #C6ACA5;
    display: block;
    width: 120%;
    position: absolute;
    z-index: 10;
}

.chisiamorealizz .realizzazionihome:after {
    content: none;
}

.chisiamorealizz .realizzazionihome .row:first-child {
    margin-top: 120px;
    margin-bottom: 180px;
}


/* .chisiamorealizz .realizzazionihome .row:first-child a.realizzazionihomepage:first-child .imgcontainer {
  height: 450px;
} */

.chisiamorealizz .realizzazionihome .row:first-child a.realizzazionihomepage:nth-child(2) .imgcontainer {
    height: 260px;
}

.chisiamorealizz .realizzazionihome .row:nth-child(2) a.realizzazionihomepage:first-child .imgcontainer {
    height: 260px;
}

.chisiamorealizz .realizzazionihome .row:nth-child(2) a.realizzazionihomepage:nth-child(2) .imgcontainer {
    height: 450px;
}

.chisiamorealizz .realizzazionihome .row:nth-child(2) {
    margin-top: 72px;
    margin-bottom: 120px;
}

.tradizione .text .col-sm-10:first-child {
    padding-right: 5%;
}

.tradizione .text .col-sm-10:last-child {
    padding-left: 5%;
}

.timeline .swiper-slide span {
    position: relative;
    display: block;
}

.timeline .swiper-slide span.timeline_year {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    color: #C6ACA5;
    margin-bottom: 16px;
    font-size: 36px;
}

.timeline .swiper-slide span.timeline_indicator {
    height: 1px;
    width: 100%;
    background-color: #EBE1E0;
    margin-bottom: 21px;
}

.timeline .swiper-slide span.timeline_indicator span {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #C6ACA5;
    background-color: #fff;
    left: 0;
    top: -3px;
    border-radius: 50%;
}

.timeline .swiper-slide span.timeline_text {
    width: 60%;
}

.certificazioni {
    margin-bottom: 180px;
}

.certificazioni img {
    max-width: 100%;
}


/* ==========================================================================
   Partner
   ========================================================================== */

.header-partner {
    padding-top: 140px;
}

.header-partner h1 {
    margin-bottom: 0;
    line-height: 72px;
    float: left;
    width: 490px;
}

.partner-title {
    align-items: baseline;
}

.header-partner .header-chisiamo-bg {
    top: 100px;
}

.partner h3 {
    font-weight: 800;
    color: #000;
    padding-top: 25px;
    border-top: 1px solid #979797;
}

.partner .imgcontainer {
    height: 150px;
    max-width: 100%;
}

.post-type-archive-partner p.big {
    padding-bottom: 100px;
}

.post-type-archive-partner .header-chisiamo-bg {
    height: calc(100% - 100px);
}

.post-type-archive-referenze .header-chisiamo-bg {
    height: 120%;
    top: 0;
}

.post-type-archive-referenze .partner-main.margin_xl_y {
    margin-bottom: 0;
}

.partneropen {
    background-color: #fff;
}

.fancybox-slide--html,
.fancybox-content {
    padding: 0 !important
}

.partneropen button svg {
    display: none;
}

.partneropen button:after {
    content: 'CHIUDI';
    font-size: 18px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    top: 45px;
    left: 0;
}

.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    right: 20%;
    top: 0;
}

.carouselpartner .carousel-inner {
    height: 400px;
}

.carouselpartner .carousel-arrows {
    position: relative;
}

.partneropen img {
    max-width: 100%;
}

.carouselpartner .carousel-img img {
    width: 50vw;
    max-width: none;
}

.partner-logo img {
    max-width: 100%;
}

.carousel.flex {
    align-items: flex-end;
}

.partnerborder {
    border-top: 1px solid #979797;
    position: relative;
    width: 80%;
    margin: 120px 10%;
    float: left;
    display: block;
}

.showroompartner h3 {
    margin-top: 0;
}

.chiudipartner {
    letter-spacing: 2px;
    text-align: center;
    padding: 40px 0;
    cursor: pointer;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: default !important;
}

.partner-main .partner:nth-child(3n + 1) {
    margin: 0 0 0 5%;
    padding-right: 2.5%;
}

.partner-main .partner:nth-child(3n + 2) {
    margin: 150px 0 0 0;
    padding: 0 2.5%;
}

.partner-main .partner:nth-child(3n + 3) {
    margin: 90px 0 5% 0;
    padding-left: 2.5%;
}


/* ==========================================================================
   Contatti
   ========================================================================== */

.page-template-contatti .mainText,
.page-template-template-progetti-speciali .mainText,
.page-template-template-progetti-speciali .mainText {
    position: relative;
    margin-top: 210px;
    transform: translateY(0);
    top: 0;
}

.bordercontact {
    margin: 36px 0 24px;
    background-color: #b1b1b1;
    height: 1px;
}

.contattibg {
    background-color: #F9F5F7;
    height: 100vh;
    width: 70%;
    right: 5%;
    position: fixed;
    z-index: -1;
}

.page-template-contatti .footer-container,
.page-template-template-progetti-speciali .footer-container {
    display: none;
}

.page-template-contatti a.btn1.contactmail {
    text-transform: none;
    font-size: 60px;
    margin-top: 0;
    line-height: 60px;
}

.con1 {
    margin-bottom: 24px;
}

.con2 {
    font-size: 18px;
    line-height: 24px;
}

.contactscontainer {
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.contactscontainer img {
    width: 100%;
    height: auto;
}

.page-template-contatti .mainText {
    margin-top: 0;
}

.page-template-contatti a.btn1.contactmail:after {
    top: 32px;
}

.pagina_contatti a.btn2 {
    display: inline-block;
    margin-bottom: 12px;
}

.contacts_text {
    z-index: 1;
    margin-bottom: 172px;
}

.contacts_img {
    z-index: 0;
    height: 100vh;
}

.contacts_img img {
    height: 100%;
    width: auto;
    position: relative;
    float: right;
}

#job-application {
    overflow: visible;
}

#job-application .fancybox-button {
    height: 40px;
    width: 40px;
}

#job-application .fancybox-close-small {
    color: #ffffff;
    padding: 0;
    right: -10px;
    top: -45px;
}

#job-application .formcraft-css {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

#job-application .formcraft-css.align-left .fc-form,
#job-application .formcraft-css.align-left .fc-pagination-cover .fc-pagination,
#job-application .formcraft-css.align-left .prev-next {
    margin-left: 0;
}

#job-application .formcraft-css .fc-form {
    box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    letter-spacing: 0;
}

#job-application .formcraft-css .fc-form .form-page-content {
    padding: 30px 36px 0 36px;
}

#job-application .formcraft-css .fc-form .form-element .form-element-html {
    padding: 0 0 30px 0;
}

#job-application .formcraft-css .fc-form .field-cover>span {
    padding-right: 15px;
    font-weight: 400;
}

#job-application .formcraft-css input[type="checkbox"],
#job-application .formcraft-css input[type="color"],
#job-application .formcraft-css input[type="date"],
#job-application .formcraft-css input[type="datetime"],
#job-application .formcraft-css input[type="datetime-local"],
#job-application .formcraft-css input[type="email"],
#job-application .formcraft-css input[type="month"],
#job-application .formcraft-css input[type="number"],
#job-application .formcraft-css input[type="search"],
#job-application .formcraft-css input[type="radio"],
#job-application .formcraft-css input[type="tel"],
#job-application .formcraft-css input[type="time"],
#job-application .formcraft-css input[type="url"],
#job-application .formcraft-css input[type="week"],
#job-application .formcraft-css input[type="text"],
#job-application .formcraft-css input[type="password"],
#job-application .formcraft-css select,
#job-application .formcraft-css textarea {
    border-radius: 0;
}

#job-application .formcraft-css .fc-form .field-cover .sub-label-false {
    top: 0;
}

#job-application .formcraft-css .fc-form .form-element .fileupload-cover.field-cover>div {
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

#job-application .formcraft-css .fc-form .form-element .checkbox-cover>div {
    padding-bottom: 0;
    padding-top: 0;
    border-radius: 0;
}

#job-application .formcraft-css .fc-form .form-element .checkbox-cover>div label {
    padding: 0;
}


/* ==========================================================================
   Progettualità
   ========================================================================== */

.page-template-template-progetti-speciali .contattibg {
    background-color: #F7F1E9;
}

a.progettualita-text {
    color: #000 !important;
    text-decoration: none !important;
    transition: all .4s ease-out;
    display: block;
    position: relative;
}

a.progettualita-text.hoverprog {
    opacity: .4 !important;
}

a.progettualita-text.thishoverprog {
    opacity: 1 !important;
    -webkit-transform: translateX(28px) !important;
    -ms-transform: translateX(28px) !important;
    transform: translateX(28px) !important;
}

.progettualita-text:before {
    content: none;
}

.page-template-template-progetti-speciali .mainText {
    z-index: 2;
}

.progettualita-links {
    border-top: 1px solid #b1b1b1;
    padding-top: 12px;
    margin-top: 60px;
    z-index: 2;
}

.imgprogindex {
    position: absolute;
    z-index: 0;
    overflow: hidden;
}

.imgprogindex img {
    height: 100%;
}

.imgprogindex.seiximg {
    left: 35%;
    top: 5%;
    height: 45vh;
    width: 25%;
}

.imgprogindex.dmimg {
    right: 0;
    width: 25%;
    top: 20vh;
    height: 45vh;
}

.imgprogindex.pnimg {
    right: 30%;
    width: 30%;
    top: 60vh;
    height: 35vh;
}

.pnimg img,
.dmimg img {
    float: right;
}

.page-template-template-progetti-speciali .mainText {
    pointer-events: none;
}

.page-template-template-progetti-speciali .mainText a {
    pointer-events: auto;
}

.page-template-template-progetti-speciali .footer-container {
    display: none;
}


/* ==========================================================================
   Pagine Progettualità
   ========================================================================== */

.headprog-text img {
    margin-bottom: 98px;
    margin-top: 40px;
    position: relative;
}

.pagina_6x6 .headprog-text img {
    width: 100%;
}

.headprog-text p {
    padding-top: 48px;
    border-top: 1px solid #b1b1b1;
}

.headprog-text:after {
    content: '';
    background-color: rgb(247, 244, 233);
    width: 100%;
    height: 150%;
    left: -23%;
    position: absolute;
    bottom: -90px;
    z-index: -1;
}

.headprog-img img {
    max-width: 100%;
    height: auto;
    margin-top: 120px;
}

.bigt6x6 img {
    max-width: 100%;
}

.pagina_6x6 p.big {
    font-weight: 500;
}

.pagina_6x6 .outerimgcontainer:before {
    content: '';
    width: 36%;
    height: 130%;
    position: absolute;
    top: -34px;
    left: -72px;
    border: 12px solid rgb(247, 241, 233);
    z-index: -1;
}

.bigt6x6 div>div:last-child {
    z-index: 8;
}


/*.carige01 {
  height: 670px;
}

.carige02 {
  height: 560px;
}*/

.carige03 {
    height: 420px;
}

.mainText span b {
    color: rgb(193, 182, 167);
}

.pagina_pianonobile .mainText {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pagina_pianonobile .headprog-text {
    z-index: 8;
}

.pagina_pianonobile .headprog-img {
    position: absolute;
    z-index: 0;
}

.pagina_pianonobile .headprog-img:last-child {
    left: 20%;
    bottom: -350px;
    mix-blend-mode: multiply;
    opacity: .3;
}

.pagina_pianonobile .headprog-img:first-child {
    right: 0;
    top: -140px;
}

.pagina_pianonobile .headprog-text:after {
    content: none;
    background-color: rgb(247, 244, 233);
    width: 110%;
    height: 60%;
    left: -23%;
    position: absolute;
    bottom: -190px;
    z-index: -1;
}

.pagina_pianonobile .headprog-text p {
    margin-top: 80px;
}

.pianonobile01 {
    height: 580px;
    position: relative;
}

.pianonobile02 {
    height: 320px;
    position: relative;
}

.pianonobile03 {
    height: 320px;
    position: relative;
}

.descpianonobile p {
    padding-top: 40px;
    border-top: 1px solid #b1b1b1;
    margin-top: 60px;
    position: relative;
    display: inline-block;
}

.pagina_designmood .headprog-text img {
    width: 50%;
}

.pagina_designmood .headprog-text:after {
    width: 120%;
    height: 120%;
    left: -40%;
    bottom: -120px;
}

.pagina_designmood .headprog-img img {
    margin-top: -10%;
}

.mobiledesignmood img {
    width: 100%;
    height: auto;
}

.designmoodimgs img {
    width: 100%;
}

.pagina_pianonobile .breadcrumb,
.pagina_designmood .breadcrumb,
.pagina_6x6 .breadcrumb {
    margin-top: 0;
    margin-left: 0;
}


/* ==========================================================================
   Singola realizzazione - Single post
   ========================================================================== */

.pagina_realizzazione .carousel-inner {
    height: 75%;
    width: 100%;
    top: 105px;
}

.single-post .entry-thumbnail {
    overflow: hidden;
    margin-bottom: 32px;
}

.single-post .thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 105px;
}

.single-post .thumb img {
    max-width: 100%;
    height: auto;
}

.pagina_realizzazione .carousel-img,
.single-post .carousel-img {
    background-color: #fff;
}

.pagina_realizzazione .carousel-img img,
.single-post .carousel-img img {
    width: auto;
    height: 100%;
    right: 0;
    min-height: unset;
}

.caption-text {
    position: absolute;
    left: 5%;
    bottom: 0;
}

.realizztitle {
    width: 38%;
    left: 5%;
    position: absolute;
    z-index: 80;
    padding-right: 3.333%;
    height: 95vh;
    padding-left: 3.333%;
}

.realizztext {
    position: absolute;
    bottom: 10%;
}

.realizztitle .mainText {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    margin-top: 90px;
}

.contract .realizztitle {
    background: none;
}

.smart-office .realizztitle {
    background: none;
}

.host .realizztitle {
    background: none;
}

.home-living .realizztitle {
    background: none;
}

.contract .itemrealizz h1 {
    color: #A5ACA4;
}

.smart-office .itemrealizz h1 {
    color: #DCB3A5;
}

.host .itemrealizz h1 {
    color: #C7BDAA;
}

.home-living .itemrealizz h1 {
    color: #adb9c5;
}

.contract .itemrealizz h1.indent:before {
    background-color: #A5ACA4;
}

.smart-office .itemrealizz h1.indent:before {
    background-color: #DCB3A5;
}

.host .itemrealizz h1.indent:before {
    background-color: #C7BDAA;
}

.home-living .itemrealizz h1.indent:before {
    background-color: #adb9c5;
}

.realizztitle .mainText div span.firstMainText {
    font-size: 64px;
    line-height: 86px;
}

.realizztitle a.btn1 {
    left: 40%;
}

.realizztitle .descrealizz {
    margin-top: 120px;
    padding-top: 24px;
    width: 110%;
    border-top: 1px solid #b1b1b1;
}

.realizztitle .mainText div:first-child span.firstMainText:after {
    width: 104px;
    height: 118px;
    position: absolute;
    left: -62px;
    top: -50px;
}

.pagina_realizzazione .carousel-arrows,
.single-post .carousel-arrows {
    position: absolute;
    right: 0;
    width: 72px;
}

.pagina_realizzazione .carousel-arrows a,
.single-post .carousel-arrows a {
    width: 72px;
    position: relative;
    display: block;
}

.pagina_realizzazione .item:after,
.single-post .item:after {
    content: none;
}

.realizzazionebg {
    position: absolute;
    left: 15%;
    bottom: 0;
    z-index: -1;
    background-color: #FAF1EC;
    height: 85%;
    width: 75%;
}

.pagina_realizzazione #headerCarousel,
.single-post .entry-thumbnail {
    margin-bottom: 0;
}

.pagina_realizzazione .scrollDown,
.single-post .scrollDown {
    opacity: .4;
}

.pagina_realizzazione .scrollDown_text,
.single-post .scrollDown_text {
    color: #000;
}

.pagina_realizzazione .scrollDown_bar span,
.single-post .scrollDown_bar span {
    background-color: #000;
}

.realizzcontent_section {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.itemrealizz {
    margin-top: 144px;
}

.realizzcontent_section {
    margin-top: 48px;
}

.realizzcontent_section:first-child {
    margin-top: 0;
}

.realizzcontent_section:nth-child(2n+0) .itemrealizz:first-child {
    order: 2;
    padding-left: 5%
}

.realizzcontent_section:nth-child(2n+0) .itemrealizz:nth-child(2) {
    order: 1;
}

.realizzcontent_section:nth-child(2n+0) .itemrealizz:nth-child(3) {
    order: 3;
}

.realizzcontent_section:nth-child(2n+0) .itemrealizz:nth-child(4) {
    order: 4;
}

.realizzcontent_section:nth-child(2n+1) .itemrealizz:first-child {
    order: 1;
}

.realizzcontent_section:nth-child(2n+1) .itemrealizz:nth-child(2) {
    order: 2;
    padding-left: 5%;
}

.realizzcontent_section:nth-child(2n+1) .itemrealizz:nth-child(3) {
    order: 3;
}

.realizzcontent_section:nth-child(2n+1) .itemrealizz:nth-child(4) {
    order: 4;
}

.pagina_realizzazione #headerCarousel {
    overflow: auto;
}

.closegallery {
    position: absolute;
    top: 0;
    right: 10%;
    width: 10%;
    background-color: #fff;
    z-index: 998;
    text-align: center;
    display: none;
}

.closegallery span {
    padding: 24px 0;
    position: relative;
    display: block;
}

.closegallery:hover {
    cursor: pointer !important;
}


/* ==========================================================================
   Realizzazioni e Page template news
   ========================================================================== */

.post-type-archive-realizzazioni .mainText,
.page-template-news .mainText {
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    margin-top: 120px;
    position: relative;
}

.post-type-archive-realizzazioni .footer-container,
.page-template-news .footer-container {
    background-color: #fff;
}

.rtandf {
    align-items: flex-end;
}

.realizzazioni,
.grid-news {
    padding-bottom: 120px;
}

.realizzfilters ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #b1b1b1;
}

.realizzfilters ul li.filter {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    opacity: .6;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    padding-bottom: 40px;
}

.realizzfilters ul li.filter a {
    color: #000;
}

.realizzfilters ul li.filter:after {
    content: '';
    background-color: #000;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}

.realizzfilters ul li.filter.active:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.realizzazioni .imgcontainer img {
    width: auto;
    height: 217px;
    margin-top: 0;
}

.page-template-news .imgcontainer img {
    max-width: 100%;
    height: auto;
}

.page-template-news .imgcontainer {
    margin-bottom: 15px;
}

.realizzfilters ul li.filter.active {
    opacity: 1;
    font-weight: 500;
}

.element-item,
.grid-sizer,
.page-template-news .element-item {
    width: 30%;
    display: block;
    position: relative;
    float: left;
    margin-top: 75px;
    border-top: 1px solid #b1b1b1;
}

.page-template-news .element-item {
    width: 100%;
    padding-top: 30px;
}

.grid-sizer {
    height: 0;
    opacity: 0;
    border: none;
    padding: 0;
    margin: 0;
}


/*.element-item:nth-child(3n+1) {
  margin-left: 10px;
}*/

.element-item p.serif {
    font-weight: 800;
    padding-top: 28px;
    margin-bottom: 33px;
    letter-spacing: 0;
    font-size: 21px;
}

.page-template-news .element-item p.serif {
    padding-top: 0;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
}

.gutter-sizer {
    width: 5%;
}

a#moreworks {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    text-align: center;
    width: 100%;
}

a#moreworks .while-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* .pagina-realizzazione .carousel-inner>.item.active.left .carousel-img, .pagina-realizzazione .carousel-inner>.item.active.right .carousel-img {
  width: 0 !important;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
} */

.pagina_realizzazione .carousel-img img,
.single-post .carousel-img img {
    right: 25vw;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

a.next_link {
    position: relative;
    display: inline-block;
}

.next_border {
    margin-top: 140px;
    padding-top: 140px;
    border-top: 1px solid #979797;
}

.next_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.next_img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .4;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.next_img img {
    max-width: 100%;
}

.next_text {
    position: absolute;
    top: 200px;
    left: -55%;
    width: 100%;
}

.next_title h2 {
    font-size: 72px;
    line-height: 78px;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    position: absolute;
    top: 36px;
    left: 0;
}

.cover h2 {
    font-size: 48px;
}

.next_link:hover .next_img:after {
    opacity: 0;
}

.cover {
    background-image: url("/img/png/cover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 15vw;
}

.award-cover {
    background-image: linear-gradient(#F9F5F7, #F9F5F7);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position-x: 10vw;
}

.cucinella-cover {
    background-image: url("/img/png/cucinella.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 45vw;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-logo {
    z-index: 400;
    width: 130px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.padding-award {
    padding-right: 25%;
}

.margin-award {
    margin-right: 25%;
}

.fullpage {
    height: calc(100vh - 50px);
}


/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    padding: 72px 0 72px;
    background-color: #F9F5F7;
}

.footerlogo img {
    width: 125px;
    height: auto;
}

.footeremail {
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 36px;
}

.footeremail span {
    display: inline-block;
}

.footercontent1 {
    padding-bottom: 40px;
}

.footercontent2 {
    padding-top: 72px;
    border-top: 1px solid #EBE1E0;
}

.footercontent2 a:last-child {
    float: right;
}

.footer-container {
    padding: 168px 0 110px;
}

.footercontent1 a.btn2 {
    display: inline-block;
    margin: 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex {
    display: flex;
}

.whitemask {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    z-index: 10 !important;
    background-color: #fff;
    transform-origin: right;
}

a:hover {
    cursor: pointer !important;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media all and (max-width: 1366px) {
    .mainText div:first-child span.firstMainText {
        font-size: 96px;
        line-height: 118px;
    }
    .pagina_homepage .mainText div:last-child span.firstMainText {
        font-size: 52px;
    }
    .mainText div:first-child span.firstMainText:after {
        width: 120px;
        height: 120px;
        left: -72px;
        top: -45px;
    }
    .carousel-time .progressbar {
        width: 120px;
    }
    #menu .menu_voci ul li.voce {
        padding: 19px 0;
    }
    #menu .menu_voci ul li.voce span:nth-child(2) a {
        font-size: 28px;
        line-height: 28px;
    }
    #menu .menu_voci ul li.voce {
        padding: 19px 0;
    }
    #menu .menu_voci ul li.voce.active span:nth-child(2) a:after {
        bottom: -19px;
    }
    .header-chisiamo h1 {
        width: 580px;
    }
    .saperfare-img .imgcontainer img {
        -webkit-transform: translateX(-23%);
        transform: translateX(-23%);
    }
    .imgprogindex.pnimg {
        right: 28%;
        width: 30%;
        top: 59vh;
        height: 35vh;
    }
    .realizztitle .mainText {
        margin-top: 20px;
    }
    .realizztitle .descrealizz {
        margin-top: 40px;
        width: 100%;
    }
    .pagina_realizzazione .mainText div:first-child span.firstMainText {
        font-size: 76px;
        line-height: 82px;
    }
    .single-post .mainText div:first-child span.firstMainText {
        font-size: 60px;
        line-height: 72px;
    }
    .page-template-news .element-item p.serif {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
    }
}

@media all and (max-width: 1200px) {
    .realizztitle {
        width: 42%;
    }
    .partner-main .partner:nth-child(3n+1) {
        padding-right: 15px;
    }
    .partner-main .partner:nth-child(3n+2) {
        margin: 100px 0 0 0;
        padding: 0 15px;
    }
    .partner-main .partner:nth-child(3n+3) {
        margin: 60px 0 5% 0;
        padding-left: 15px;
    }
    a.btn1.contactmail {
        font-size: 42px;
    }
    .imgprogindex.pnimg {
        right: 29%;
        width: 30%;
        top: 62vh;
        height: 30vh;
    }
}

@media all and (max-width: 1024px) {
    #menu .menu_voci ul li.voce span:nth-child(2) a {
        font-size: 20px;
        line-height: 20px;
    }
    #menu .menu_voci ul li.voce.active span:nth-child(2) a:after {
        bottom: -16px;
    }
    #menu .menu_voci ul li.voce span:first-child {
        font-size: 18px;
        line-height: 18px;
    }
    #menu .menu_voci ul li.voce {
        padding: 16px 0;
    }
    .chisiamorealizz-text {
        bottom: -90px;
    }
    .page-template-template-progetti-speciali .mainText {
        margin-top: 160px;
    }
    .pagina_realizzazione .mainText div:first-child span.firstMainText,
    .single-post .mainText div:first-child span.firstMainText {
        font-size: 54px;
        line-height: 60px;
    }
    .realizztitle a.btn1 {
        left: 10%;
    }
    .pagina_realizzazione .carousel-inner {
        height: 60%;
    }
    .element-item,
    .grid-sizer {
        width: 47%;
    }
}

@media all and (max-width: 992px) {
    #menu .menu_voci ul li.voce span:first-child {
        display: none;
    }
    .realizztitle {
        width: 100%;
        height: auto;
        position: relative;
    }
    .single-post .realizztitle {
        left: 0;
        padding-left: 5%;
        padding-right: 5%;
    }
    .contactscontainer {
        margin-top: 120px;
    }
    .contacts_img {
        position: absolute;
        right: 0;
        max-width: 65%;
        margin-top: -120px;
    }
    .contacts_img img {
        max-width: 100%;
        height: auto;
    }
    .mobileorder1 {
        order: 0 !important;
    }
    .item:after {
        width: 15%;
    }
    .header-chisiamo h1 {
        width: 680px;
    }
    .partner-main .partner:nth-child(3n+1),
    .partner-main .partner:nth-child(3n+2),
    .partner-main .partner:nth-child(3n+3) {
        margin: 0;
        padding: 0;
    }
    .partner-main .partner:nth-child(2n+1) {
        margin: 0 0 0 5%;
        padding-right: 25px;
    }
    .partner-main .partner:nth-child(2n+2) {
        margin: 80px 0 5% 0;
        padding-left: 25px;
    }
    .partner-title {
        flex-direction: column;
    }
    .partner-title p.big {
        margin-top: 40px;
    }
    .carousel.flex {
        flex-direction: column;
        display: block;
    }
    .carouselpartner .carousel-img img {
        width: 100vw;
    }
    .carouselpartner .carousel-arrows {
        margin-top: 276px;
    }
    .partnerborder {
        margin: 90px 10% 0;
    }
    .breadcrumb {
        margin-top: 80px;
        padding-bottom: 16px;
        border-bottom: 1px solid #979797;
    }
    .showroompartner {
        margin-top: 90px;
    }
    .showroomcontact {
        margin-top: 24px;
    }
    .page-template-contatti .flex {
        display: block;
    }
    .page-template-contatti a.btn1.contactmail {
        margin-top: 20px;
        font-size: 32px;
    }
    .carige01 {
        height: 460px;
    }
    .carige02 {
        height: 320px;
    }
    .pagina_designmood .headprog-text img {
        margin-bottom: 32px;
    }
    .pagina_designmood .breadcrumb,
    .pagina_6x6 .breadcrumb,
    .pagina_pianonobile .breadcrumb {
        margin-top: 32px;
    }
    .pagina_realizzazione .breadcrumb,
    .single-post .breadcrumb {
        margin-top: 120px;
    }
    .pagina_realizzazione .carousel-img img,
    .single-post .carousel-img img {
        right: 0;
        width: 90vw;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .pagina_realizzazione .carousel-inner {
        height: 70%;
    }
    .pagina_realizzazione #headerCarousel {
        height: 60vh;
    }
    .pagina_realizzazione .carousel-img,
    .single-post .carousel-img {
        margin-top: 0;
        height: 100%;
    }
    .pagina_realizzazione .carousel-inner {
        height: 240px;
        top: 0;
    }
    .pagina_realizzazione #headerCarousel {
        height: 100%;
        margin: 36px 0;
        min-height: auto;
    }
    .single-post .thumb {
        margin: 36px 0;
        padding-top: 0;
    }
    .rtandf.flex {
        display: block;
        margin-bottom: 0;
    }
    .rtandf p {
        margin-bottom: 72px;
    }
    .element-item,
    .grid-sizer {
        width: 100%;
    }
    .itemrealizz {
        margin-top: 60px;
    }
    .itemrealizz p {
        margin-top: 0;
    }
}

@media all and (max-width: 768px) {
    #cursor {
        display: none;
    }
    .menuhamburger span {
        height: 1px;
    }
    .mainText div:first-child span.firstMainText:after {
        display: none;
    }
    .mainText div:first-child span.firstMainText {
        font-size: 48px;
        line-height: 54px;
    }
    .pagina_homepage .mainText div:last-child span {
        font-size: 28px;
        line-height: 32px;
    }
    .caption-title span.caption-title-2 {
        margin-left: 0;
    }
    .caption-title h3 {
        margin-top: 0;
    }
    .caption-color {
        height: 8px;
    }
    .carousel-caption {
        position: relative;
    }
    .carousel-img {
        height: 30%;
        margin-top: 200px;
        width: 100%;
    }
    .carousel-img img {
        width: 100vw;
        height: auto;
        min-height: auto;
    }
    .home .mainText div:last-child span.secondMainText {
        font-size: 32PX;
        line-height: 52px;
    }
    .caption-text {
        padding: 20px 5%;
    }
    .caption-title span.caption-title-2 h3 {
        margin-top: 0;
    }
    .caption-title span.caption-title-1,
    .caption-title span.caption-title-2 {
        display: block;
    }
    .outerimgcontainer:before {
        top: 36px;
        left: -36px;
        z-index: -1;
    }
    .margin_l_y,
    .margin_xl_y {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .margin_l_top,
    .margin_xl_top,
    .margin_xxl_top {
        margin-top: 48px;
    }
    h1 {
        font-size: 42px;
        margin: 18px 0;
    }
    .cover h1,
    h1.main {
        font-size: 54px;
    }
    h1.indent:before {
        width: 42px;
        top: 26px;
    }
    .indent {
        padding-left: 58px;
    }
    h1.negative-indent {
        margin-left: -58px;
    }
    h4 {
        font-size: 16px;
    }
    .realizzazionithumb .imgcontainer {
        width: 100%;
        height: auto;
    }
    .realizzazionithumb {
        margin-bottom: 32px;
    }
    .realizzazionithumb .labelrhome {
        top: 24px;
        right: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        bottom: inherit;
        left: inherit;
    }
    .realizzazionihome .margin_l_y {
        margin: 0;
    }
    .realizzazionihome .margin_xl_y {
        margin: 42px 0 0;
    }
    a.btn1 {
        font-size: 16px;
    }
    .seixsei2img {
        margin-top: 24px;
    }
    .footer-container {
        padding: 60px 0 42px;
    }
    footer {
        padding: 48px 5% !important;
    }
    .footerlogo img {
        width: 165px;
        margin-bottom: 24px;
    }
    .footer-contacts {
        margin-top: 18px;
    }
    .footeraddress {
        margin-bottom: 36px;
    }
    .footercontent1 {
        padding-bottom: 32px;
    }
    .footercontent2 {
        padding-top: 32px;
    }
    .privcookie {
        margin-top: 18px;
    }
    .menubtn {
        padding: 24px 0;
    }
    .menuhamburger {
        top: 1px;
    }
    .header-container img {
        margin-top: 24px;
        width: 132px;
    }
    .mainText {
        top: 96px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .item:after {
        width: 75%;
        top: 32px;
        left: 0;
        height: 168px;
    }
    .marginMobile {
        margin-top: 42px;
    }
    #menu .menu_voci ul li.voce span:nth-child(2) a {
        font-size: 22px;
        line-height: 22px;
    }
    #menu .menu_voci ul li.voce.active span:nth-child(2) a:after {
        bottom: -22px;
    }
    #menu .menu_voci ul li.voce {
        padding: 16px 0;
    }
    #menu:after {
        width: 80%;
    }
    .header-chisiamo h1 {
        width: 540px;
        line-height: 42px;
    }
    .chisiamorealizz-text {
        width: 90%;
    }
    .chisiamorealizz .realizzazionithumb .imgcontainer {
        width: 100% !important;
    }
    .chisiamorealizz .realizzazionihome .realizzazionithumb .imgcontainer img {
        width: 100%;
    }
    .chisiamorealizz .realizzazionihome .row {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .chisiamorealizz a.realizzazionihomepage {
        margin-top: 140px !important;
        display: inline-block;
        width: 100vw;
    }
    .chisiamorealizz .realizzazionihome .row:first-child a.realizzazionihomepage:first-child {
        margin-top: 0 !important;
    }
    .tradizione .text .col-sm-10:last-child {
        padding-left: 0;
        margin-top: 22px;
    }
    .partner-main .partner:nth-child(2n+1) {
        margin: 40px 0 0 5%;
        padding: 0;
    }
    .partner-main .partner:nth-child(2n+2) {
        margin: 40px 0 0 5%;
        padding: 0;
    }
    .partnerborder {
        margin: 90px 5% 0;
    }
    .carouselpartner .carousel-img {
        height: 100%;
        margin-top: 0;
        width: 100%;
    }
    .carouselpartner .carousel-inner {
        height: 224px;
    }
    .carouselpartner .carousel-arrows {
        margin-top: 100px;
    }
    .page-template-template-progetti-speciali .mainText {
        margin-top: 210px;
    }
    .progettualita-links {
        margin-top: 20px;
    }
    .imgprogindex.seiximg {
        left: 45%;
        top: 5%;
        height: 40vh;
        width: 50%;
    }
    .imgprogindex.pnimg {
        right: 30%;
        width: 60%;
        top: 76vh;
        height: 20vh;
    }
    .imgprogindex.dmimg {
        right: 0;
        width: 35%;
        top: 48vh;
        height: 23vh;
    }
    .pagina_pianonobile .headprog-img:first-child {
        position: relative;
        top: 0;
    }
    .pagina_pianonobile .mainText {
        top: 50px;
    }
    .headprog-text p {
        padding-top: 32px;
    }
    .pagina_pianonobile .headprog-text:after {
        width: 120%;
        bottom: 220px;
    }
    .realizzfilters ul {
        flex-direction: column;
        padding: 0;
        border: none;
    }
    .realizzfilters ul li.filter:after {
        background-color: #b1b1b1;
        height: 1px;
        bottom: 20px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
    .realizzfilters ul li.filter.active:after {
        background-color: #000;
        height: 2px;
    }
    .pagina_contatti p {
        margin-bottom: 12px;
    }
    .next_text {
        position: absolute;
        top: -80px;
        left: 5%;
        width: 100%;
    }
    .next_title h2 {
        font-size: 36px;
        line-height: 44px;
        font-family: 'Playfair Display', serif;
        font-weight: 800;
        position: absolute;
        top: 36px;
        left: 0;
    }
    .element-item {
        border-top: none;
    }
    .breadcrumb {
        display: none;
    }
    .realizztitle .mainText {
        margin-top: 120px;
    }
    .realizzcontent_section:nth-child(2n+0) .itemrealizz:first-child {
        padding-left: 0;
    }
    .realizzcontent_section {
        margin-top: 0;
    }
    .chisiamorealizz .realizzazionihome .row:first-child a.realizzazionihomepage:nth-child(2) .imgcontainer {
        height: auto;
    }
    .chisiamorealizz-text {
        position: relative;
        bottom: -40px;
    }
    .page-template-news .element-item p.serif {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 12px;
    }
}


/* ==========================================================================
   Privacy page + Cookie Banner
   ========================================================================== */

.page-template-default header.entry-header {
    padding-top: 110px;
}

.page-template-default .entry-content h2 {
    margin-bottom: 12px;
    margin-top: 48px;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
}

.page-template-default .entry-content h3 {
    font-size: 18px;
    line-height: 24px;
}

.cc-revoke,
.cc-window {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 40px;
}

.cc-window.cc-banner {
    width: 560px;
}

.cc-banner.cc-bottom {
    left: calc(50% - 265px);
    right: auto;
}

.error404 h1 {
    font-size: 96px;
    padding-top: 110px;
}

.error404 a.btn1 {
    margin-top: 26px;
}

@media all and (max-width: 768px) {
    #menu .menu_voci ul li.voce span:nth-child(2) {
        margin-left: 5%;
        width: 90%;
    }
    .cc-window.cc-banner {
        width: 366px;
    }
    .cc-banner.cc-bottom {
        left: calc(50% - 183px);
    }
    .error-404 {
        width: 83.3333%;
        padding: 0 8.333%;
    }
}