/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : 30-ago-2016, 12.45.33
    Author     : stefanopresenti
*/

@font-face {
    font-family: 'proxima_novablack';
    src: url('../fonts/proximanova-black-webfont.woff2') format('woff2'), url('../fonts/proximanova-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proximanova-bold-webfont.woff2') format('woff2'), url('../fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.woff2') format('woff2'), url('../fonts/proximanova-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-reg-webfont.woff2') format('woff2'), url('../fonts/proximanova-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaR';
    src: url('../fonts/ProximaNova-Regular.eot'), url('../fonts/ProximaNova-Regular.svg') format('svg'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaT';
    src: url('../fonts/ProximaNovaT-Thin.eot'), url('../fonts/ProximaNovaT-Thin.svg') format('svg'), url('../fonts/ProximaNovaT-Thin.ttf') format('truetype'), url('../fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.item {
    width: 1px;
    height: 70px;
    margin: 20px;
    border-radius: 1px;
    position: fixed;
    bottom: 5vh;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 17%;
    z-index: 999;
}

.loader09 {
    width: 1px;
    height: 48px;
    background: #2c2d32;
    position: relative;
    -webkit-animation: loader09 1s ease-in-out infinite;
    animation: loader09 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    top: 50%;
    margin: -28px auto 0 auto;
}

.loader09:after,
.loader09:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 48px;
    background: #2c2d32;
    -webkit-animation: loader09 1s ease-in-out infinite;
    animation: loader09 1s ease-in-out infinite;
}

.loader09:before {
    right: 8px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader09:after {
    left: 8px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loader09 {
    0%,
    100% {
        -webkit-box-shadow: 0 0 0 #2c2d32, 0 0 0 #2c2d32;
        box-shadow: 0 0 0 #2c2d32, 0 0 0 #2c2d32;
    }
    50% {
        -webkit-box-shadow: 0 -8px 0 #2c2d32, 0 8px 0 #2c2d32;
        box-shadow: 0 -8px 0 #2c2d32, 0 8px 0 #2c2d32;
    }
}

@keyframes loader09 {
    0%,
    100% {
        -webkit-box-shadow: 0 0 0 #2c2d32, 0 0 0 #2c2d32;
        box-shadow: 0 0 0 #2c2d32, 0 0 0 #2c2d32;
    }
    50% {
        -webkit-box-shadow: 0 -8px 0 #2c2d32, 0 8px 0 #2c2d32;
        box-shadow: 0 -8px 0 #2c2d32, 0 8px 0 #2c2d32;
    }
}

/* Sweep To Right */

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c0b9b3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-sweep-to-right2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right2:hover,
.hvr-sweep-to-right2:focus,
.hvr-sweep-to-right2:active {
    color: #2c2d32 !important;
}

.hvr-sweep-to-right2:hover:before,
.hvr-sweep-to-right2:focus:before,
.hvr-sweep-to-right2:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* MENU */

.hamburger {
    position: relative;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#menu-icon {
    position: absolute;
    width: 100%;
    height: 10vh;
    top: 0;
}

#menu {
    width: 0%;
    height: 100vh;
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 12;
    visibility: hidden;
}

#contenitore-menu {
    width: 100%;
    background-color: #2c2d32;
    position: absolute;
    top: 0px;
    height: 100%;
}

#contenitore-menu ul {
    position: absolute;
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 11%
}

#contenitore-menu ul li {
    margin: 1vh 0;
    padding-left: 5%;
    font-family: 'ProximaNovaT', sans-serif;
    font-size: 3em;
    color: #fff;
    list-style: none;
    letter-spacing: 4px;
    text-indent: 2px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    position: relative;
}

#contenitore-menu ul li > div {
    position: absolute;
    top: 5vh;
    width: 100%;
}

#contenitore-menu ul li a {
    color: #fff;
    text-decoration: none;
    background-color: #2c2d32;
}

#contenitore-menu ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 0%;
    height: 1px;
    background: #c0b9b3;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#contenitore-menu ul li:hover::before {
    width: 60%;
}

/* BACKGROUND */

body {
    font-family: 'ProximaNovaR';
    font-size: 1rem;
}

[class*="col-md-"] {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.rosa {
    background-color: #c0b9b3;
    width: 0;
    position: relative
}

.nero {
    background-color: #2c2d32;
    width: 0;
}

.bianco {
    position: relative;
}

.pagina-des .bianco {
    background-color: #c0b9b3;
}

.white {
    background-color: rgba(255, 255, 255, 0.8);
}

.pink {
    background-color: rgba(192, 185, 179, 0.8);
    width: 0;
}

.black {
    background-color: rgba(44, 45, 50, 0.8);
    width: 0;
}

.col-md-8 {
    padding-left: 0px;
    padding-right: 0px;
}

/* GENERAL */

.fixed {
    position: fixed;
}

#logo {
    width: 110px;
    position: absolute;
    top: 5vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#logo a img {
    width: 140px;
    height: auto;
}

#title {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    color: #000;
    height: 15px;
    width: 200px;
    font-size: 1.22em;
}
h1#title{
  margin: 0;  
}

#title span {
    text-transform: uppercase;
}

#social a {
    color: #fff;
    font-size: 20px;
    position: absolute;
    line-height: 22px;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#social {
    text-align: center;
    position: fixed;
}

#social div {
    height: 20px;
    position: relative;
    overflow: hidden;
}

#social hr {
    margin: 20% 0%;
    width: 25%;
    border: 0px;
    height: 1px;
    color: #fff;
    background-color: #fff;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#show_c {
    position: absolute;
    bottom: 0px;
    left: 50%;
}

#show_c .rotate90 {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 410px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 6px;
    text-indent: 3px;
}

#show_c .line {
    width: 1px;
    background-color: #000;
    height: 0px;
    float: left;
    margin-right: 20px;
}

#show_c .rotate90 div {
    height: 14px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
}

#show_c .rotate90 span {
    position: absolute;
    top: 16px;
    font-size: 1.22em;
    text-transform: uppercase;
}

#show_b {
    position: absolute;
    bottom: 0px;
    left: 50%;
}

#show_b .rotate90 {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 410px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 6px;
    text-indent: 3px;
}

#show_b .line {
    width: 1px;
    background-color: #000;
    height: 0px;
    float: left;
    margin-right: 20px;
}

#show_b .rotate90 div {
    height: 14px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
}

#show_b .rotate90 span {
    position: absolute;
    top: 16px;
    text-transform: uppercase;
}

#show_d {
    position: absolute;
    right: 0%;
}

#show_d .rotate0 {
    letter-spacing: 6px;
    text-indent: 3px;
    float: left;
    width: 210px;
}

#show_d .line {
    width: 0;
    background-color: #000;
    height: 1px;
    float: left;
    margin-left: 20px;
    margin-top: 9px;
}

#show_d .rotate0 div {
    height: 14px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
}

#show_d .rotate0 span {
    position: absolute;
    top: 16px;
    font-size: 1.22em;
    text-transform: uppercase;
}

#show_d2 {
    position: absolute;
    top: 45px;
    right: 0%;
}

#show_d2 .rotate0 {
    letter-spacing: 6px;
    text-indent: 3px;
    float: left;
    width: 210px;
}

#show_d2 .line {
    width: 0;
    background-color: #000;
    height: 1px;
    float: left;
    margin-left: 20px;
    margin-top: 9px;
}

#show_d2 .rotate0 div {
    height: 14px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
}

#show_d2 .rotate0 span {
    position: absolute;
    top: 16px;
    font-size: 1.22em;
    text-transform: uppercase;
}

#show_ho {
    position: absolute;
    bottom: 10vh;
    left: 50%;
}

#show_ho .rotate90 {
    color: #fff;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 560px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 6px;
    text-indent: 3px;
}

#show_ho .line {
    width: 1px;
    background-color: #fff;
    height: 0vh;
    float: left;
    margin-right: 20px;
    bottom: 10px;
    position: absolute;
}

#show_ho .rotate90 div {
    height: 10px;
    line-height: 10px;
    margin-left: 40px;
    overflow: hidden;
    position: relative;
    font-size: 10px;
    letter-spacing: 4px;
    text-indent: 2px;
}

#show_ho .rotate90 span {
    position: absolute;
    top: 10px;
    text-transform: uppercase;
}

#show_br {
    position: absolute;
    bottom: 0vh;
    left: 50%;
}

#show_br .rotate90 {
    color: #fff;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 30vh;
    top: -100px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 6px;
    text-indent: 3px;
}

#show_br .line {
    width: 1px;
    background-color: #fff;
    height: 0vh;
    float: left;
    margin-right: 20px;
    bottom: 0px;
    position: absolute;
}

#show_br .rotate90 div {
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    position: relative;
    font-size: 10px;
    letter-spacing: 4px;
    text-indent: 2px;
}

#show_br .rotate90 span {
    position: absolute;
    top: 10px;
    text-transform: uppercase;
}

#show_de {
    position: absolute;
    top: 146vh;
    right: 8%;
    margin-right: 8px;
    height: 50%;
    z-index: 3;
}

#show_de .rotate90 {
    color: #fff;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 100px;
    top: 100px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 6px;
    text-indent: 3px;
}

#show_de .line {
    width: 1px;
    background-color: #fff;
    height: 0vh;
    float: left;
    margin-right: 20px;
    top: 0px;
    position: absolute;
}

#show_de .rotate90 div {
    height: 10px;
    line-height: 10px;
    overflow: hidden;
    position: relative;
    font-size: 10px;
    letter-spacing: 4px;
    text-indent: 2px;
}

#show_de .rotate90 span {
    position: absolute;
    top: 10px;
    text-transform: uppercase;
}

#show_de_news {
    position: fixed;
    top: 20%;
    right: 8%;
    margin-right: 8px;
    height: 50%;
    z-index: 3;
}

#show_de_news .rotate90 {
    color: #fff;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 10vw;
    top: 5vh;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 6px;
    text-indent: 3px;
}

#show_de_news .line {
    width: 1px;
    background-color: #fff;
    height: 45%;
    float: left;
    margin-right: 20px;
    bottom: 0px;
    position: absolute;
}

#show_de_news .rotate90 div {
    height: 10px;
    line-height: 10px;
    position: relative;
    font-size: 10px;
    letter-spacing: 4px;
    text-indent: 2px;
}

#show_de_news .rotate90 span {
    position: absolute;
    top: 1px;
    left: -70%;
    text-transform: uppercase;
}

#show_line {
    position: absolute;
    top: 0vh;
    left: 50%;
    height: 100%;
}

#show_line .line {
    width: 1px;
    background-color: #fff;
    height: 0vh;
    float: left;
    margin-right: 20px;
    bottom: 0px;
    position: relative;
}

#svg {
    width: 32px;
    position: absolute;
    margin-bottom: 17px;
    bottom: 5vh;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

#freccetta {
    width: 32px;
    height: 34px;
    position: absolute;
    opacity: 0;
}

#cerchio {
    width: 32px;
    height: 34px;
    position: absolute;
    opacity: 0;
}

.left,
.right {
    width: 32px;
    height: 34px;
    float: left;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.left.onimage,
.right.onimage,
.viewmore.monimage,
.rus-mob,
.eng-mob,
.fb-mob,
.inst-mob,
.mob-foot {
    display: none;
}

.viewmore.monimage {
    width: auto !important;
    left: unset !important;
    position: initial !important;
    margin: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
}



.left.onimage {
    position: absolute;
    left: 0;
    top: 45%;
    background: #fff;
    margin: 0;
}

.left.onimage .freccetta_left {
    opacity: 1;
    right: 0;
}

.right.onimage {
    position: absolute;
    right: 0;
    top: 45%;
    background: #fff;
    margin: 0;
}

.right.onimage .freccetta_right {
    opacity: 1;
    left: 0;
}

.left {
    margin-right: 8px;
}

.right {
    margin-left: 8px;
}

.viewmore img:first-child{
    position: absolute;
}

.freccetta_left,
.freccetta_right {
    width: 32px;
    height: 34px;
    position: absolute;
    opacity: 0;
}

.freccetta_left {
    right: -30px;
    opacity: 0;
}

.freccetta_right {
    left: -30px;
    opacity: 0;
}

.cerchio_left,
.cerchio_right {
    width: 32px;
    height: 34px;
    position: absolute;
    opacity: 0;
}

.cerchio_left {
    right: 0px;
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.cerchio_right {
    left: 0px;
    opacity: 0;
    -webkit-transform: rotate(+180deg);
    transform: rotate(+180deg);
}

.viewmore {
    position: relative;
    width: 114px;
    margin-top: 50px;
    overflow: hidden;
}

.gallery .info1 h3,
.gallery .info2 h3,
.gallery .info h3 {
    margin: 0px;
    height: 12px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
}

.gallery .info1 h3 span,
.gallery .info2 h3 span,
.gallery .info h3 span {
    width: 100%;
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
}

.discover {
    font-size: 10px;
    letter-spacing: 6px;
    text-indent: 3px;
    height: 40px;
    text-decoration: none;
    color: #fff;
    width: 0vw;
    text-align: center;
}

.discover:hover {
    text-decoration: none;
    color: #fff;
}

.scritta-md {
    z-index: 3;
    width: 100%;
    text-transform: uppercase;
    font-size: 4em;
    letter-spacing: 2px;
    font-family: 'ProximaNovaT', sans-serif;
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.scritta-md span {
    position: absolute;
    top: 100px;
    left: 0;
    width: 490px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#fasciamenu {
    position: fixed;
    height: 10vh;
    width: 100%;
    padding: 0px;
    z-index: 12;
}

#fasciamenu [class*="col-md-"] {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    height: 10vh;
}

#fasciamenu .scritta {
    position: relative;
    top: 50%;
    height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    overflow: hidden;
}

#fasciamenu .scritta span {
    width: 100%;
    font-family: 'proxima_novalight';
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 6px;
    text-indent: 3px;
    line-height: 14px;
    top: 14px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#fasciamenu .pink,
#fasciamenu .black,
#fasciamenu .white {
    height: 10vh;
}

.pink .soc {
    position: absolute;
    left: 40px;
    top: calc(50% - 20px);
    display: flex;
}

.pink .soc a {
    margin-right: 40px;
}

.pink .lang {
    position: absolute;
    right: 40px;
    top: calc(50% - 20px);
}

.pink .lang a {
    margin-left: 40px;
}

.rosa.maps {
    z-index: 4;
    overflow: hidden;
    height: 70vh !important;
}

.rosa.maps img {
    min-height: 80vh;
    min-width: 100%;
    position: absolute;
    bottom: -10%;
}

#contatti .nero {
    background-size: cover;
}

/* HOME */

#testata {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

#testata .rosa,
#testata .nero {
    height: 100vh !important;
}

#testata .col-md-2 {
    position: relative;
    overflow: hidden;
}

#foto_testata {
    width: 0%;
    height: 80vh;
    position: absolute;
    top: 10vh;
    opacity: 0;
    background: #fefefe;
    overflow: hidden;
}

#foto_testata .foto {
    width: 0%;
    height: 80vh;
    position: absolute;
    top: 0vh;
    background: #fefefe;
    overflow: hidden;
}

#foto_testata img {
    min-height: 90vh;
    min-width: 100%;
    position: absolute;
    bottom: 0px;
}

#foto_testata1 {
    height: 100vh;
    position: relative;
    top: 15vh;
    background: #fefefe;
    overflow: hidden;
}

#testata .col-md-2:nth-child(3) {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#testata .col-md-2:nth-child(1) {
    height: 100vh;
}

#sottotestata .col-md-4:nth-child(2) {
    height: 100vh;
}

#sottotestata .rosa,
#sottotestata .nero {
    height: 100vh !important;
}

#dis_col {
    position: absolute;
    width: 20vw;
    height: 40px;
    z-index: 2;
    left: 12%;
    bottom: 10vh;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    background: #2c2d32;
    width: 0;
}

#dis_col:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#dis_col:hover:after {
    width: 30vw;
    background: #ccc;
}

#dis_col h3 {
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 15px 0px;
    overflow: hidden;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
}

#dis_col h3 span {
    position: relative;
    display: inline-block;
    opacity: 0;
    font-family: 'ProximaNovaR';
    text-transform: uppercase;
}

#brand.row {
    min-height: auto;
}

#brand .rosa,
#brand .nero {
    height: 100%;
}

#brand [class*="col-md-"] {
    min-height: auto;
    position: inherit;
    height: 75vh;
}

#brand .col-md-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#brand .col-md-2:nth-child(1) {
    position: absolute;
    z-index: 2;
}

#brand .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

#brand #show_c .line {
    width: 1px;
    background-color: #000;
    height: 100px;
    float: left;
    margin-right: 20px;
}

#brand .discover {
    position: absolute;
    height: 40px;
    z-index: 2;
    left: -46%;
    bottom: 2px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    background: #2c2d32;
    width: 0;
}

#brand .discover:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#brand .discover:hover:after {
    width: 30vw;
    background: #ccc;
}

#brand .discover h3 {
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 15px 0px;
    overflow: hidden;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
}

#brand .discover h3 span {
    position: relative;
    display: inline-block;
    opacity: 0;
    top: 30px;
    text-transform: uppercase;
}

#brand_home {
    width: 0%;
    height: 75vh;
    position: absolute;
    opacity: 1;
    overflow: hidden;
    background: #c0b9b3;
}

#brand_home .foto {
    width: 0%;
    height: 75vh;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

#brand_home img {
    min-height: 75vh;
    max-height: 85vh;
    min-width: 100%;
    position: absolute;
    top: 0%;
}

.testo.row {
    min-height: auto;
}

.testo.row a,
.testo.row a:hover {
    color: #333;
    text-decoration: none;
}

.testo .rosa,
.testo .nero {
    height: 60vh !important;
    ;
}

.testo.row [class*="col-md-"] {
    min-height: auto;
    position: inherit;
    height: 60vh;
}

.testo .col-md-10 {
    position: absolute !important;
}

.testo .scritta-ld {
    z-index: 3;
    font-family: 'ProximaNovaT', sans-serif;
    width: 70%;
    text-transform: uppercase;
    font-size: 7em;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testo .scritta-ld div {
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    position: relative;
}

.testo .scritta-ld span {
    position: absolute;
    top: 100px;
}

#press.row {
    min-height: auto;
}

#press .rosa,
#press .nero {
    height: 75vh !important;
}

#press [class*="col-md-"] {
    min-height: auto;
    position: inherit;
    height: 75vh;
}

#press_home {
    width: 0%;
    height: 75vh;
    position: absolute;
    opacity: 1;
    overflow: hidden;
    background-color: #c0b9b3;
}

#press_home .foto {
    width: 0%;
    height: 75vh;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

#press_home img {
    min-height: 75vh;
    max-height: 100vh;
    min-width: 100%;
    position: absolute;
    bottom: -10%;
}

#press .col-md-6 {
    padding: 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#press .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

#press .discover {
    position: absolute;
    text-align: center;
    bottom: 30%;
    right: 190px;
    opacity: 0;
    background: #2c2d32;
    width: 0;
}

#press .discover:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#press .discover:hover:after {
    width: 30vw;
    background: #ccc;
}

#press .discover h3 {
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 15px 0px;
    overflow: hidden;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
}

#press .discover h3 span {
    position: relative;
    display: inline-block;
    opacity: 0;
    top: 30px;
    text-transform: uppercase;
}

#press2.row {
    min-height: 700px;
}

#press2 .rosa,
#press2 .nero {
    height: 700px;
}

#press2 .clients {
    position: absolute;
    top: 100px;
    right: -339px;
    z-index: 1;
    background: #fff;
    width: 1015px;
    max-height: 505px;
    overflow: hidden;
    border-bottom: 1px solid #949494;
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

#press2 .clients .client {
    float: right;
    width: 170px;
    height: 170px;
    max-width: 170px;
    max-height: 170px;
    background-color: #fff;
    line-height: 170px;
    text-align: center;
    border: 1px solid #949494;
    margin-left: -1px;
    margin-bottom: -1px;
    cursor: pointer;
}

#press2 .clients .client:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

#press2 .clients .client:hover img {
    opacity: 0.8;
}

span.discover-clients,
span.roll-up {
    display: none !important;
}

span.discover-clients.active,
span.roll-up.active {
    display: block !important;
}

#press_home2 {
    width: 0%;
    position: absolute;
    opacity: 1;
    overflow: hidden;
    background-color: #c0b9b3;
}

#press_home2.foto {
    width: 0%;
    height: 70vh;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

#press_home2 img {
    min-height: 70vh;
    max-height: 100vh;
    min-width: 100%;
    position: absolute;
    bottom: -10%;
}

#press2 .col-md-6 {
    padding: 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#press2 .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

#press2 .discover {
    position: absolute;
    text-align: center;
    top: 635px;
    right: 190px;
    opacity: 0;
    background: #2c2d32;
    width: 0;
}

#press2 .discover:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#press2 .discover:hover:after {
    width: 30vw;
    background: #ccc;
}

#press2 .discover h3 {
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 15px 0px;
    overflow: hidden;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
}

#press2 .discover h3 span {
    position: relative;
    display: inline-block;
    opacity: 0;
    top: 30px;
    text-transform: uppercase;
}

/* FOOTER */

#foot.row {
    max-height: 10vh;
}

#foot [class*="col-md-"] {
    min-height: auto;
    position: relative;
    height: 10vh;
}

#foot .rosa,
#foot .nero {
    height: 10vh !important;
}

#foot .scritta {
    overflow: hidden;
    letter-spacing: 4px;
    height: 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#foot .scritta span {
    position: absolute;
    top: 8px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#foot .scritta.spekter span{
    position: unset;
}

#foot .scritta.spekter a{
    color: #333;
}

#foot.row .nero,
#foot.row .rosa {
    color: #fff;
}

#foot a {
    color: #fff;
}

/* INTERNA */

.gallery:nth-child(1) [class*="col-md-"],
.spaziatura [class*="col-md-"] {
    height: 10vh;
}

.spaziatura .rosa,
.spaziatura .nero,
.spaziatura .bianco {
    height: 10vh;
}

#interna {
    position: fixed;
    height: 10vh;
    width: 100%;
    padding: 0px;
    z-index: 12;
}

#interna [class*="col-md-"] {
    height: 10vh;
    padding-left: 0px;
    padding-right: 0px;
}

#interna .rosa,
#interna .nero {
    height: 10vh;
}

#interna .pink,
#interna .black,
#interna .white {
    height: 10vh;
}

#interna .scritta {
    position: relative;
    top: 50%;
    height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    overflow: hidden;
}

#interna .scritta span {
    width: 100%;
    font-family: 'proxima_novalight';
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 6px;
    text-indent: 3px;
    line-height: 14px;
    top: 14px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#interna .pink .soc {
    left: 20px;
}

.pink .soc img:hover,
.pink .lang img:hover {
    background: rgba(255, 255, 255, 0.6);
}

#interna .pink .soc a {
    margin-right: 20px;
}

#interna .pink .lang {
    right: 20px;
}

#interna .pink .lang a {
    margin-left: 20px;
}

.pink .scritta {
    position: relative;
    top: 50%;
    height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    overflow: hidden;
}

.pink .scritta span {
    font-family: 'ProximaNovaR';
    color: #fff;
    font-size: 14px;
    letter-spacing: 6px;
    text-indent: 3px;
    line-height: 14px;
    top: 14px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gallery.row {
    position: relative;
}

.gallery.row .rosa,
.gallery.row .nero {
    height: auto;
}

.gallery.row .principale {
    position: relative;
    width: 0%;
    height: auto;
    background: #c0b9b3;
}

.gallery.row .principale .foto.active {
    display: block;
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.gallery.row .principale .foto.active:hover,.gallery.row .secondaria .foto.active:hover{
    cursor: pointer;
}

.gallery.row .principale img {
    width: 100%;
    position: absolute;
    top: 0%;
    transition: all .6s;
}

.gallery.row .principale .foto {
    display: none;
}

.gallery.row .principale1 {
    position: relative;
    width: 0%;
    height: auto;
    background: #c0b9b3;
}

.gallery.row .principale1 div[class^="foto"] {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.gallery.row .principale1 div[class^="foto"] {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.gallery.row .principale1 img {
    width: 100%;
    position: absolute;
    top: 0%;
    cursor: pointer;
}

.gallery.row .principale2 {
    position: relative;
    width: 0%;
    height: auto;
    background: #c0b9b3;
}

.gallery.row .principale2 div[class^="foto"] {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
    cursor: pointer;
}

.gallery.row .principale2 div[class^="foto"] {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.gallery.row .principale2 img {
    width: 100%;
    position: absolute;
    top: 0%;
}

.gallery.row .secondaria {
    position: absolute;
    top: 0px;
    width: 0%;
    height: auto;
    background: #2c2d32;
}

.gallery.row .secondaria .foto.active {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.gallery.row .secondaria .foto {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.gallery.row .secondaria img {
    width: auto;
    position: absolute;
    top: 0%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
}

.gallery.row .secondaria1 {
    position: absolute;
    top: 0px;
    width: 0%;
    height: auto;
    background: #2c2d32;
}

.gallery.row .secondaria1 div[class^="foto"] {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.gallery.row .secondaria1 div[class^="foto"] {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.gallery.row .secondaria1 div[class^="foto"] {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.gallery.row .secondaria1 img {
    width: auto;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    cursor: pointer;
}

.gallery.row .secondaria2 {
    position: absolute;
    top: 0px;
    width: 0%;
    height: auto;
    background: #2c2d32;
}

.gallery.row .secondaria2 div[class^="foto"] {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.gallery.row .secondaria2 div[class^="foto"] {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.gallery.row .secondaria2 div[class^="foto"] {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.gallery.row .secondaria2 img {
    width: auto;
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    cursor: pointer;
}

.gallery .info1 {
    width: 90%;
    margin: 0% 10%;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery .info1 h2 {
    font-family: 'ProximaNovaT', sans-serif;
    margin: 0px;
    height: 4vw;
    overflow: hidden;
    position: relative;
    font-size: 2.6vw;
    line-height: 4vw;
    color: #fff;
    font-weight: 100;
}

.gallery .info1 h2 span {
    position: absolute;
    top: 4vw;
}

.gallery .info1 p {
    font-size: 14px;
    font-weight: 300;
    height: 14px;
    overflow: hidden;
    position: relative;
    line-height: 14px;
}

.gallery .info1 p span {
    position: absolute;
    top: 14px;
}

.gallery .info2 {
    width: 90%;
    margin: 0% 10%;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery .info2 h2 {
    font-family: 'ProximaNovaT', sans-serif;
    margin: 0px;
    height: 4vw;
    overflow: hidden;
    position: relative;
    font-size: 4vw;
    line-height: 4vw;
    color: #fff;
    font-weight: 100;
}

.gallery .info2 h2 span {
    position: absolute;
    top: 4vw;
}

.gallery .info2 p {
    font-size: 14px;
    font-weight: 300;
    height: 14px;
    overflow: hidden;
    position: relative;
    line-height: 14px;
}

.gallery .info2 p span {
    position: absolute;
    top: 14px;
}

.gallery .info {
    width: 90%;
    margin: 0% 10%;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery .info h2 {
    font-family: 'ProximaNovaT', sans-serif;
    margin: 0px;
    height: 4vw;
    overflow: hidden;
    position: relative;
    font-size: 4vw;
    line-height: 4vw;
    color: #fff;
    font-weight: 100;
}

.gallery .info h2 span {
    position: absolute;
    top: 4vw;
}

.gallery .info p {
    font-size: 14px;
    font-weight: 300;
    height: 14px;
    overflow: hidden;
    position: relative;
    line-height: 14px;
}

.gallery .info p span {
    position: absolute;
    top: 14px;
}

.pagina.row {
    position: relative;
    height: auto;
}

.pagina.row [class*="col-md-"] {
    height: auto;
}

.pagina.row:nth-child(1) .bianco,
.pagina.row:nth-child(1) .rosa,
.pagina.row:nth-child(1) .nero {
    padding-top: 10vh;
}

.pagina.row #brand1 {
    position: relative;
    width: 0%;
    height: auto;
    background: #c0b9b3;
}

.pagina.row #brand1 .foto {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.pagina.row #brand1 img {
    width: 100%;
    position: absolute;
    top: 0%;
}

.pagina .info1 .blocco {
    position: absolute;
    width: 40vw;
    right: 5vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
}

.pagina .info1 h2, .pagina .info1 .h2 {
    margin: 0px;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    font-family: 'ProximaNovaR', sans-serif;
    font-weight: 100;
    font-size: 4vw;
    height: 4vw;
    line-height: 4vw;
    overflow: hidden;
    position: relative;
}

.pagina .info1 span {
    position: absolute;
    top: 4vw;
    right: 0px;
}

.pagina .info1 .appendice {
    position: relative;
    top: 5vh;
    opacity: 0;
    padding-top: 5vh;
    width: 100%;
    padding-left: 16vw;
    text-align: justify;
    font-family: 'ProximaNovaR';
    font-size: 14px;
    line-height: 20px;
}

.pagina .nero .info1,
.pagina .nero .info {
    position: relative;
    overflow: hidden;
}

.pagina.row #brand2 {
    position: relative;
    width: 0;
    height: auto;
}

.pagina.row #brand2 .foto {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
    z-index: 3;
}

.pagina.row #brand2 img {
    width: 100%;
    position: absolute;
    top: 0%;
}

.pagina .info2 {
    margin: 20% 0;
}

.pagina .info2 .blocco {
    position: relative;
    width: 80%;
    left: 5vw;
}

.pagina .info2 h2 {
    text-transform: uppercase;
    margin: 0px;
    text-align: left;
    font-family: 'ProximaNovaR', sans-serif;
    font-weight: 100;
    font-size: 4vw;
    height: 4vw;
    line-height: 4vw;
    overflow: hidden;
    position: relative;
}

.pagina .info2 span {
    position: absolute;
    top: 4vw;
    left: 0px;
}

.pagina .info2 .appendice p {
    position: relative;
    top: 5vh;
    opacity: 0;
    padding-top: 5vh;
    width: 100%;
    text-align: justify;
    font-family: 'ProximaNovaR';
    font-size: 14px;
    line-height: 20px;
}

.pagina.row .brand {
    position: relative;
    width: 0;
    height: auto;
    background: #c0b9b3;
}

.pagina.row .brand .foto {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
    z-index: 3;
}

.pagina.row .brand img {
    width: 100%;
    position: absolute;
    top: 0%;
}

.pagina .info .blocco {
    position: relative;
    width: calc(100% - 10vw);
    margin: 0 5vw;
}

.pagina .info h2 {
    letter-spacing: -1px;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'ProximaNovaR', sans-serif;
    font-weight: 100;
    font-size: 4vw;
    height: 4vw;
    line-height: 4vw;
    overflow: hidden;
    position: relative;
}

.pagina .info span {
    position: absolute;
    top: 4vw;
    left: 0px;
}

.pagina .rosa .info .appendice {
    opacity: 0;
    margin: 0px;
    padding: 0 5vw;
    text-align: justify;
    font-family: 'ProximaNovaR';
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pagina .bianco .info .appendice p {
    position: relative;
    opacity: 0;
    top: 5vh;
    margin: 0px;
    width: 100%;
    text-align: justify;
    font-family: 'ProximaNovaR';
    font-size: 14px;
    line-height: 20px;
}

.pagina .bianco .info .appendice:nth-child(2) {
    padding-top: 5vh;
}

.pagina .bianco .info .appendice:nth-child(3) {
    padding-top: 0vh;
}

.pagina-des.row {
    position: relative;
    height: auto;
}

.pagina-des.row [class*="col-md-"] {
    height: auto;
}

.pagina-des.row:nth-child(1) .bianco,
.pagina-des.row:nth-child(1) .rosa,
.pagina-des.row:nth-child(1) .nero {
    padding-top: 10vh;
}

.pagina-des.row #brand1 {
    position: relative;
    width: 0%;
    height: auto;
    background: #c0b9b3;
}

.pagina-des.row #brand1 .foto {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.pagina-des.row #brand1 img {
    width: 100%;
    position: absolute;
    top: 0%;
}

.pagina-des .info1 .blocco {
    position: absolute;
    width: 40vw;
    right: 5vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
}

.pagina-des .info1 h2 {
    margin: 0px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-family: 'ProximaNovaR', sans-serif;
    font-weight: 100;
    font-size: 5em;
    height: 4vw;
    line-height: 4vw;
    overflow: hidden;
    position: relative;
}

.pagina-des .info1 span {
    position: absolute;
    top: 4vw;
    right: 0px;
}

.pagina-des .info1 .appendice {
    position: relative;
    top: 5vh;
    opacity: 0;
    padding-top: 5vh;
    width: 100%;
    padding-left: 16vw;
    text-align: justify;
    font-family: 'ProximaNovaR';
    font-size: 14px;
    line-height: 20px;
}

.pagina-des .nero .info1,
.pagina-des .nero .info {
    position: relative;
    overflow: hidden;
}

.pagina-des.row #brand2 {
    position: relative;
    width: 0;
    height: auto;
}

.pagina-des.row #brand2 .foto {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
    z-index: 3;
}

.pagina-des.row #brand2 img {
    width: 100%;
    position: absolute;
    top: 0%;
}

.pagina-des .info2 .blocco {
    position: absolute;
    width: 70%;
    top: 0;
    right: 0;
    background: #c0b9b3;
    z-index: 4;
}

.pagina-des .info2 h2 {
    text-transform: uppercase;
    margin: 0px;
    text-align: right;
    font-family: 'ProximaNovaR', sans-serif;
    font-weight: 100;
    font-size: 5em;
    height: 4vw;
    line-height: normal;
    position: relative;
    padding-left: 5vw;
    top: 25px;
    color: #fff;
    text-align: center;
}

.pagina-des .info2 span {
    position: relative;
    top: 4vw;
    left: 0px;
    white-space: nowrap;
}

.pagina-des .info2 .appendice {
    position: relative;
    top: 30vh;
    opacity: 0;
    width: 70%;
    text-align: justify;
    font-family: 'ProximaNovaR';
    font-size: 14px;
    line-height: 20px;
    padding-top: 5vh;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
}

.pagina-des.row .brand {
    position: relative;
    width: 0;
    height: auto;
    background: #c0b9b3;
}

.pagina-des.row .brand .foto {
    width: 0%;
    height: auto;
    position: absolute;
    top: 0vh;
    overflow: hidden;
    z-index: 3;
}

.pagina-des.row .brand img {
    width: 100%;
    position: absolute;
    top: 0%;
}

.pagina-des .info .blocco {
    position: relative;
    width: calc(100% - 10vw);
    margin: 0 5vw;
}

.pagina-des .info h2 {
    letter-spacing: -1px;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'ProximaNovaR', sans-serif;
    font-weight: 100;
    font-size: 4vw;
    height: 4vw;
    line-height: 4vw;
    overflow: hidden;
    position: relative;
}

.pagina-des .info span {
    position: absolute;
    top: 4vw;
    left: 0px;
}

.pagina-des .rosa .info .appendice {
    opacity: 0;
    margin: 0px;
    padding: 0 5vw;
    text-align: justify;
    font-family: 'ProximaNovaR';
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pagina-des .bianco .info .appendice p {
    position: relative;
    opacity: 0;
    top: 5vh;
    margin: 0px;
    width: 100%;
    text-align: justify;
    font-family: 'ProximaNovaR';
    font-size: 14px;
    line-height: 20px;
}

.pagina-des .bianco .info .appendice:nth-child(2) {
    padding-top: 5vh;
}

.pagina-des .bianco .info .appendice:nth-child(3) {
    padding-top: 0vh;
}

.row.pagina-des.mob-right {
    display: none;
}

p.grey {
    color: #9f9f9f;
}

.sopra1 .brand {
    position: absolute;
    top: -20vh;
}

.sopra2 {
    position: relative;
}

.sopra2 .info .blocco {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#contatti {
    position: absolute;
    line-height: 0px;
    height: 70vh;
    top: 10vh;
    width: 100%;
    z-index: 4;
}

.contact .row:nth-child(3) [class*="col-md-"] {
    height: 70vh;
}

.contact .contact-map-wrapper > iframe {
    height: 100%;
}

.contact .row:nth-child(3) .rosa,
.contact .row:nth-child(3) .nero,
#contatti .nero {
    height: 70vh;
}

.contact .row:nth-child(4) [class*="col-md-"] {
    height: 10vh;
}

.contact .row:nth-child(4) .rosa,
.contact .row:nth-child(4) .nero {
    height: 25vh;
}

#foto_contatti {
    width: 0%;
    height: 70vh;
    position: absolute;
    top: 0vh;
    opacity: 1;
    background: #fefefe;
    overflow: hidden;
}

#foto_contatti .foto {
    width: 0%;
    height: 70vh;
    position: absolute;
    top: 0vh;
    background: #fefefe;
    overflow: hidden;
}

#foto_contatti img {
    min-height: 80vh;
    min-width: 100%;
    position: absolute;
    bottom: -10%;
}

#email {
    position: absolute;
    width: 0;
    opacity: 0;
    height: 40px;
    z-index: 5;
    left: 5%;
    top: 80vh;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #2c2d32;
}

#email:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#email:hover:after {
    width: 30vw;
    background: #ccc;
}

#email h3 {
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 15px 0px;
    overflow: hidden;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
}

#email h3 span {
    position: relative;
    display: inline-block;
    opacity: 0;
    font-family: 'ProximaNovaR';
    text-transform: uppercase;
}

.contact .row:nth-child(3) .nero {
    position: relative;
    overflow: hidden;
}

.contact .col-md-5 .info {
    margin-top: 40px;
    margin-left: 60px;
}

.contact .row .info h4 {
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    font-family: 'proxima_nova_rgbold';
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.contact .row .info h4 span {
    position: absolute;
    top: 18px;
    opacity: 0;
}

.contact .row .info .via {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    overflow: hidden;
    position: relative;
}

.contact .row .info .via span {
    position: absolute;
    top: 12px;
}

.contact .col-md-4 .info {
    /*padding-top: 30px;
    padding-left: 40px;*/
    
    /*new*/
    
    padding-left: 50px;
}

.contact .row .info .showroom {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    overflow: hidden;
    position: relative;
}

.contact .row .info .contact-showroom {
    overflow: hidden;
    position: relative;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.13em;
    text-align: left;
    color: #000000;
}

.contact .row .info .showroom span {
    position: absolute;
    top: 12px;
}

.contact .row .info a {
    color: #000;
}

#show_co {
    position: absolute;
    bottom: 0px;
    left: 50%;
}

#show_co .rotate90 {
    color: #fff;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 30vh;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 6px;
    text-indent: 3px;
}

#show_co .line {
    width: 1px;
    background-color: #fff;
    height: 0vh;
    float: left;
    margin-right: 20px;
}

#show_co .rotate90 div {
    height: 14px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
}

#show_co .rotate90 span {
    position: absolute;
    top: 16px;
    text-transform: uppercase;
}

#show_co .rotate90 a,
#show_co .rotate90 a:hover {
    color: #fff;
    text-decoration: none;
}

.press .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.press .row {
    margin-left: 0px;
    margin-right: 0px;
}

.giornale {
    position: relative;
    height: 20vh;
    width: 100%;
    padding: 0px;
    z-index: 11;
}

.giornale [class*="col-md-"] {
    height: 20vh;
    padding-left: 0px;
    padding-right: 0px;
}

.giornale .rosa,
.giornale .nero,
.giornale .bianco {
    height: 20vh;
}

.giornale .bianco {
    background-color: #efefef;
}

.giornale .bianco img {
    height: 4vh;
    position: absolute;
    top: 4vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.giornale .rosa div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.giornale .rosa h2,
.giornale .rosa h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.giornale .rosa h2 {
    font-family: 'proxima_nova_rgbold';
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 6px;
    text-indent: 3px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    height: 12px;
}

.giornale .rosa h3 {
    font-family: 'ProximaNovaR';
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
    letter-spacing: 6px;
    text-indent: 3px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    height: 12px;
}

.giornale .nero img {
    width: 35px;
    height: 39px;
}

.giornale .nero a {
    width: 35px;
    height: 39px;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.giornale.schermata1 .bianco {
    width: 0%;
}

.giornale.schermata1 .logo_g {
    height: 4vh;
    height: 4vh;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.giornale.schermata1 .rosa h2 span {
    position: absolute;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.giornale.schermata1 .rosa h3 span {
    position: absolute;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.giornale.schermata1 .d_ce,
.giornale.schermata1 .d_fr {
    position: absolute;
    left: 0px;
    top: 0px;
}

.giornale.schermata1 .d_ce {
    opacity: 0;
}

.giornale.schermata1 .d_fr {
    top: -5vh;
    opacity: 0;
}

.insta .d_ce,
.insta .d_fr {
    position: absolute;
    top: 0px;
}

.insta .d_ce {
    opacity: 0;
}

.insta .d_fr {
    right: -5vh;
    opacity: 0;
}

.insta .nero img {
    width: 35px;
    height: 39px;
}

.insta .nero a {
    width: 35px;
    height: 39px;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.social .row {
    margin-left: 0px;
    margin-right: 0px;
}

.social [class*="col-md-"] {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.social .insta {
    height: 70vh;
}

.social .insta [class*="col-md-"] {
    height: 70vh;
}

.social .insta .bianco,
.social .insta .rosa,
.social .insta .nero {
    height: 70vh;
    padding: 2vh 0;
}

.insta .bianco img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.social_foto {
    width: 0%;
    height: 70vh;
    position: absolute;
    opacity: 1;
    overflow: hidden;
    background: #fff;
}

.social_foto .foto {
    width: 0%;
    height: 70vh;
    position: absolute;
    top: 0vh;
    overflow: hidden;
}

.social_foto img {
    height: 70vh;
    width: 100%;
}

.social .rosa .info {
    position: relative;
    top: 50%;
    margin: 0% 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: justify;
    font-family: 'ProximaNovaR';
    font-size: 14px;
    line-height: 20px;
}

.social .rosa .info p {
    text-align: left;
    position: relative;
    top: 5vh;
    opacity: 0;
}

.social .rosa .info p:nth-child(2) {
    color: #fff;
}

#show_dsoc {
    position: absolute;
    bottom: 55px;
    right: 0;
}

#show_dsoc .rotate0 {
    letter-spacing: 6px;
    text-indent: 3px;
    float: left;
    width: 210px;
}

#show_dsoc .line {
    width: 0;
    background-color: #000;
    height: 1px;
    float: left;
    margin-left: 20px;
    margin-top: 9px;
}

#show_dsoc .rotate0 div {
    height: 14px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
}

#show_dsoc .rotate0 span {
    position: absolute;
    top: 16px;
}

.address,
.address .rosa {
    height: 25vh !important;
}

.i-coll {
    position: absolute;
    top: 83%;
    right: 40px;
    opacity: 0;
}

.i-coll p {
    height: auto !important;
    margin: 0 !important;
}

[id^="coll-id"],
.close-info-button {
    display: none;
}

[id^="coll-id"] {
    position: absolute;
    top: 60px;
    right: -40px;
    background: #fff;
    width: 100%;
    min-width: 220px;
    height: auto !important;
    z-index: 1;
    padding: 10px;
    text-align: justify;
}

.info-button {
    display: block;
    color: #fff;
    font-size: 3em;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.close-info-button {
    color: #fff;
    font-size: 3em;
    height: 35px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

.news-more {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background: #2c2d32;
    width: 200px !important;
}

.news-more:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.news-more:hover:after {
    width: 30vw;
    background: #ccc;
}

.news-more h3 {
    position: absolute !important;
    width: 100%;
    height: 10px;
    left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 15px 0px;
    overflow: hidden;
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
}

.news-more h3 span {
    position: relative !important;
    display: inline-block;
    opacity: 0;
    font-family: 'ProximaNovaR';
}

/*
messenger
*/
.messeges {
    position: relative;
}
  .messeges a {
    padding-top: 4px;
    height: 38px;
    width: 38px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    font-size: 20px;
}
.pink .soc .messeges img:hover{
    background: transparent;
}
  .messeges a.parent {
    position: relative;
    background-color: rgba(192, 185, 179, 1);
    z-index: 20;
    border: 1px solid #191919;
    color: #2C2D32;
}
  .messeges a.sibling-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: transform 0.3s ease-in 0.1s; 
}
  .messeges a.sibling-rigth {
    background-color: #C0B9B3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    transition: transform 0.3s ease-in 0.1s; 
    border: 1px solid #191919;
    padding-top: 0px;
}
.messeges a.sibling-center:hover{background: rgba(255, 255, 255, 0.8);}
.messeges a.sibling-rigth:hover{background: rgba(255, 255, 255, 0.8);}
.messeges a.sibling-center{
    border: 1px solid #191919;
  background-color: #C0B9B3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 38px;
  height: 38px;
  transition: transform 0.3s ease-in 0.1s;
}
.messeges a.sibling-left img{
  width: 90%;
}
.messeges a.sibling-rigth img{
  width: 30px;
  padding-top: 4px;
}
.messeges a.sibling-center img{
  width: 30px;
}

.messeges.open a.sibling-left {
  -moz-transform: translate(-20px, 30px);
  -ms-transform: translate(-20px, 30px);
  -webkit-transform: translate(-20px, 30px);
  -o-transform: translate(-20px, 30px);
  transform: translate(-40px, 35px); 
}

.messeges.open a.sibling-rigth {
  -moz-transform: translate(20px, 30px);
  -ms-transform: translate(20px, 30px);
  -webkit-transform: translate(20px, 30px);
  -o-transform: translate(20px, 30px);
  transform: translate(30px, 45px); 
}
.messeges.open a.sibling-center {
  -moz-transform: translate(20px, 30px);
  -ms-transform: translate(20px, 30px);
  -webkit-transform: translate(20px, 30px);
  -o-transform: translate(20px, 30px);
  transform: translate(-30px, 45px);
}
.d-none-on-1200{
    display: none;
}

.ua-mob {
    width: 38px
}

@media(max-width: 1440px) {
    #press2 .clients {
        width: 846px;
    }
}


@media(min-width: 280px) {
    .collection .gallery.row .principale img, .collection .gallery.row .secondaria img{
        height: 157.5px;
    }
}

@media(min-width: 420px) {
    .collection .gallery.row .principale img, .collection .gallery.row .secondaria img{
        min-height: 236.25px;;
    }
}

@media(min-width: 770px) {
    .collection .gallery.row .principale img, .collection .gallery.row .secondaria img{
        min-height: 433.35px;
    }
}

@media(min-width: 992px) {
    .collection .gallery.row .principale img, .collection .gallery.row .secondaria img{
        min-height: 279px;
    }
}

@media(min-width: 1440px) {
    .collection .gallery.row .principale img, .collection .gallery.row .secondaria img{
        min-height: 405px;
    }
}

#show_ho .fixed {
    bottom: 8vh;
}

/*new*/
.contact-address-wrapper {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

#foot .scritta span.contact-info-desk-footer {
    top: 0px;
    left: 50px;
    transform: none;
    -webkit-transform: none;
    width: auto;
}

#contenitore-menu ul li.menu-footer-lang {
    height: 60px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-size: 2.7em;
}

#contenitore-menu ul li.menu-footer::before {
    display: none;
}

#contenitore-menu ul li.menu-footer-lang > div {
    top: 60px;
}

.menu-footer-lang {
    margin-bottom: 0px;
}

.menu-footer-lang .line {
    height: 1px;
    background: #c0b9b3;
    max-width: 135px;
    width: 100%;
    margin: 1vh 4px 2vh;
}

.menu-footer-lang a {
    margin-right: 10px;
    font-weight: 250;
    text-align: left;
}

#contenitore-menu ul li.menu-footer-social {
    margin-top: 2vh;
}







#show_ho > .fixed {
    bottom: 8vh;
    top: 8vh;
    display: flex;
    justify-content: center;
}

#show_ho .line {
    margin-right: 0px;
}

#show_ho .fixed .rotate90 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    width: auto;
    position: absolute;
    overflow: hidden;
    bottom: 48px;
    top: 22px;
}

#show_ho .rotate90 div {
    height: auto;
    overflow: visible;
    margin: 0px;
    line-height: 16px;
}

#show_ho .rotate90 span {
    position: relative;
    top: 0px;
    right: 50px;
}