article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
nav,
section {
    display: block;
}
dfn,
mark {
    font-style: italic;
}
hr,
ol,
ul {
    margin: 1em 0;
}
body,
fieldset,
figure,
form,
nav ol,
nav ul {
    margin: 0;
}
fieldset,
hr,
legend {
    border: 0;
    padding: 0;
}
body,
fieldset,
hr,
legend,
nav ol,
nav ul {
    padding: 0;
}
.blueimp-gallery > .close,
a,
ins {
    text-decoration: none;
}
.hidden,
.invisible {
    visibility: hidden;
}
@font-face {
    font-family: "DIN Light";
    src: url(../fonts/din-light.eot);
    src:
        url(../fonts/din-light.eot?#iefix) format("embedded-opentype"),
        url(../fonts/din-light.otf) format("opentype"),
        url(../fonts/din-light.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: DIN;
    src: url(../fonts/din-regular.eot);
    src:
        url(../fonts/din-regular.eot?#iefix) format("embedded-opentype"),
        url(../fonts/din-regular.otf) format("opentype"),
        url(../fonts/din-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gotham Bold";
    src: url(../fonts/gotham-bold.eot);
    src:
        url(../fonts/gotham-bold.eot?#iefix) format("embedded-opentype"),
        url(../fonts/gotham-bold.otf) format("opentype"),
        url(../fonts/gotham-bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
audio,
canvas,
video {
    display: inline-block;
}
[hidden],
audio:not([controls]) {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
button,
html,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}
ins,
mark {
    color: #000;
}
abbr[title] {
    border-bottom: 1px dotted;
}
blockquote {
    margin: 1em 40px;
}
hr {
    height: 1px;
    border-top: 1px solid #ccc;
}
ins {
    background: #ff9;
}
mark {
    background: #ff0;
    font-weight: 700;
}
em,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    font-style: normal;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:after,
q:before {
    content: "";
    content: none;
}
small {
    font-size: 85%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ol,
ul {
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ol,
nav ul {
    list-style: none;
}
img {
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
label {
    cursor: pointer;
}
legend {
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
td,
textarea {
    vertical-align: top;
}
button,
input {
    line-height: normal;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 96%;
    max-height: 86%;
    opacity: 1;
}
.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}
.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.blueimp-gallery-display {
    display: block;
    opacity: 1;
}
.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
    position: absolute;
}
.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
    background: url(../img/loading.gif) center no-repeat;
    background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
    background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none;
}
.blueimp-gallery > .next,
.blueimp-gallery > .prev {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400;
}
.blueimp-gallery > .next {
    left: auto;
    right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    opacity: 0.8;
    display: none;
}
.blueimp-gallery > .close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    cursor: pointer;
}
.blueimp-gallery > .play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(../img/play-pause.png) no-repeat;
    cursor: pointer;
    opacity: 0.5;
    display: none;
}
.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}
.blueimp-gallery > .close:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .play-pause:hover,
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .title:hover {
    color: #fff;
    opacity: 1;
}
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .play-pause,
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .title {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.blueimp-gallery-left > .prev,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .next,
.blueimp-gallery-single > .play-pause,
.blueimp-gallery-single > .prev {
    display: none;
}
.blueimp-gallery > .close,
.blueimp-gallery > .next,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .slides > .slide > .slide-content {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(../img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}
.blueimp-gallery > .indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 2%;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.blueimp-gallery > .indicator > li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: center no-repeat rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    opacity: 0.5;
    cursor: pointer;
}
.blueimp-gallery > .indicator > .active,
.blueimp-gallery > .indicator > li:hover {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
}
.blueimp-gallery-controls > .indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
    display: none;
}
.blueimp-preview {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.blueimp-preview .thumb {
    padding: 0 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    margin: 0 0 20px;
    float: left;
}
.home .row .column,
.home .row .column .element {
    padding: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    position: relative;
}
.blueimp-preview .thumb img {
    width: 100%;
    height: auto;
}
.no-touch .blueimp-preview .thumb:hover {
    opacity: 0.5;
}
.page-id-332 figure.blueimp-preview {
    margin-bottom: -20px;
}
.home .row {
    width: 100%;
    margin-top: 0;
    overflow: hidden;
}
.home .row .column {
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.home .row .column .element {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 100px;
}
.home .row .column .addresses,
.page-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    overflow: hidden;
}
.home .row .column .element.video {
    min-height: 200px;
}
.home .row .column .element.v-half {
    height: 50%;
}
.home .row .column .element.v-half.half-1 {
    padding-bottom: 10px;
}
.home .row .column .element.v-half.half-2 {
    padding-top: 10px;
}
.home .row .column .element .img {
    display: block;
    height: 100%;
    min-height: 100px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home .row .column .element .video,
.home .row .column .element .video iframe {
    height: 100%;
    width: 100%;
    min-height: 200px;
}
.home .row .column .element .img.company {
    background-image: url(/wp-content/themes/vanitymfi/img/hp/company_small.jpg);
}
.home .row .column .element .img.worldwide {
    background-image: url(/wp-content/themes/vanitymfi/img/hp/worldwide_small.jpg);
}
.home .row .column .element .img.windowdisplay {
    background-image: url(/wp-content/themes/vanitymfi/img/hp/windows_small.jpg);
}
.home .row .column .element .img.displayfurniture {
    background-image: url(/wp-content/themes/vanitymfi/img/hp/displays_small.jpg);
}
.home .row .column .element .img.materials {
    background-image: url(/wp-content/themes/vanitymfi/img/hp/materials.jpg);
}
.home .row .column .element .img.installation {
    background-image: url(/wp-content/themes/vanitymfi/img/hp/installation_small.jpg);
}
.home .row .column .element .img.creativity {
    background-image: url(/wp-content/themes/vanitymfi/img/hp/creativity_small.jpg);
}
.home .row .column .element .video {
    display: block;
    background-color: #000;
}
.home .row .column .element .title {
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 26px;
    color: #fff;
    width: 180px;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    margin: -13px 0 0 -90px;
    background-color: #5bc9de;
}
.home .row .column .element .title.long {
    width: 260px;
    margin-left: -130px;
}
a,
a:visited {
    color: #777;
}
.home .row .column .addresses {
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
body,
figure {
    position: relative;
}
.home .row .column .addresses .address {
    display: none;
    padding: 15px;
}
.home .row .column .addresses.cn .address.cn,
.home .row .column .addresses.fr .address.fr,
.home .row .column .addresses.us .address.us {
    display: block;
    opacity: 1;
}
.no-touch .column a .img:hover,
.page-footer li .flag.active {
    opacity: 0.5;
}
.home .row .column .addresses .table {
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: none;
}
.home .row .column .addresses .table .tr {
    display: table-row;
    height: 100%;
}
.home .row .column .addresses .table .tr .td {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 20px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    line-height: 20px;
}
.home .row .column .addresses .table .tr .td .p {
    display: block;
    margin-bottom: 6px;
}
.font-smoothing {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
figure embed,
figure img,
figure object,
figure video {
    max-width: 100%;
    display: block;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
    font-family: Quicksand, sans-serif;
    color: #333;
}
body {
    font-family: Quicksand, Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #fff;
}
h1,
h2 {
    font-family: "Gotham Bold", Helvetica, Arial, sans-serif;
    margin: 0;
}
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Arial, sans-serif;
    margin: 0 0 16px;
}
button,
input,
select {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
p {
    margin: 0 0 18px;
}
a:hover {
    color: #5bc9de !important;
}
a:focus {
    color: #5bc9de;
}
#maintenance {
    position: absolute;
    top: 50%;
    margin-top: 150px;
    margin-left: -21px;
    text-align: center;
    width: 100%;
}
.page-container {
    padding: 0 10px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}
.page-header {
    overflow: hidden;
    padding-bottom: 40px;
}
.page-header .menu-button {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/hamburger.gif) no-repeat;
    margin: 40px 10px 0 0;
    text-indent: -999em;
    outline: 0;
}
.page-header .logo {
    display: block;
    width: 128px;
    height: 36px;
    background: url(../img/vanity-logo.png) no-repeat;
    margin: 40px 0 31px;
    text-indent: -9999em;
    background-size: contain;
    outline: 0;
}
.page-id-332 .blueimp-preview,
.parent-pageid-52 .blueimp-preview {
    margin: 0 -10px;
}
section.content.page {
    padding: 0 10px;
}
.nav {
    display: none;
}
.nav li,
.nav.sub {
    display: block;
}
.nav ul {
    width: 100%;
    text-align: left;
    position: relative;
}
.nav li {
    padding-right: 7px;
    padding-left: 7px;
}
.nav li a {
    letter-spacing: 0.5px;
    color: #000;
    font-size: 10.5px;
    line-height: 24px;
    text-transform: uppercase;
}
.nav .menu-item.current-menu-item > a,
.nav .menu-item.current-menu-parent > a,
.nav .menu-item.current-page-ancestor > a,
.nav.main li:last-of-type a {
    color: #5bc9de;
}
.nav.sub li {
    display: inline-block;
    padding-left: 0;
    padding-right: 20px;
}
.nav .menu-item .sub-menu {
    display: none;
}
.nav .menu-item.current-menu-item .sub-menu,
.nav .menu-item.current-menu-parent .sub-menu,
.nav .menu-item.current-page-ancestor .sub-menu {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
}
.nav .menu-item.current-menu-item .sub-menu .menu-item,
.nav .menu-item.current-menu-parent .sub-menu .menu-item,
.nav .menu-item.current-page-ancestor .sub-menu .menu-item {
    display: inline;
}
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner h1,
.banner h2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    margin: 0;
    color: #fff;
    text-align: center;
}
.banner h1.black {
    color: #000;
}
#eu-cookie-bar,
#eu-cookie-bar a,
.page-footer li a {
    color: #000 !important;
}
.banner img {
    width: 100%;
    height: auto;
}
.banner-arrow {
    height: 20px;
    position: relative;
    top: -15px;
}
.banner-arrow .after,
.banner-arrow .before,
.banner-arrow:after,
.banner-arrow:before {
    position: absolute;
    width: 50%;
    height: 16px;
    background-color: #fff;
    content: "";
}
.banner-arrow .before,
.banner-arrow:before {
    left: -6px;
    top: 0;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -o-transform: skew(40deg);
    -ms-transform: skew(40deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1, M12=1, M21=0, M22=.8390996311772797, SizingMethod='auto expand');
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=1, M21=0, M22=0.8390996311772797, SizingMethod='auto expand')";
    transform: skew(40deg);
}
.banner-arrow .after,
.banner-arrow:after {
    right: -6px;
    top: 0;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1, M12=-1, M21=0, M22=.8390996311772797, SizingMethod='auto expand');
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-1, M21=0, M22=0.8390996311772797, SizingMethod='auto expand')";
    transform: skew(-40deg);
}
.page-copy {
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
}
.motion.page-copy {
    margin: 20px 0 40px;
}
.video-copy {
    margin: 40px 0;
}
.player,
header.materials {
    margin-bottom: 30px;
}
.player {
    overflow: hidden;
    height: 0;
    width: 100%;
    position: relative;
}
.player.player16x9 {
    padding-bottom: 56.25%;
}
.player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header.materials .description {
    margin: 0 auto;
    padding-bottom: 10px;
}
.banner.malls {
    margin-top: 40px;
}
.page-footer {
    overflow: hidden;
    font-size: 12px;
}
.page-footer ul {
    padding: 40px 5px;
    width: 100%;
}
.page-footer li {
    display: block;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}
.page-footer li .flag {
    margin-top: -2px;
    cursor: pointer;
}
.page-footer li .flag.cn,
.page-footer li .flag.fr,
.page-footer li .flag.us {
    margin-left: 5px;
}
.video-player {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.addresses,
.video-player iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.video-player iframe {
    left: 0;
}
.addresses {
    padding: 0 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    right: 0;
}
.addresses.other {
    width: 250px !important;
    height: 372px !important;
    top: auto !important;
    bottom: 50px;
    left: 50%;
    margin-left: -125px;
}
.addresses .address {
    display: none;
    padding: 15px;
}
.addresses.cn .address.cn,
.addresses.fr .address.fr,
.addresses.us .address.us {
    display: block;
    opacity: 1;
}
.addresses .table {
    display: table;
    width: 100%;
    height: 100%;
    background: url(../img/world.png) 15px 15px no-repeat #fff;
}
.addresses .table .tr {
    display: table-row;
    height: 100%;
}
.addresses .table .tr .td {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    font-size: 12px;
    line-height: 20px;
}
html {
    font-family: mobile;
}
p span {
    color: #5bc9de;
}
#eu-cookie-bar {
    padding: 10px 20px !important;
    background-color: rgba(97, 201, 222, 0.7) !important;
    box-sizing: border-box;
}
button#euCookieAcceptWP {
    padding: 0 12px !important;
    width: 15px;
    height: 15px;
    line-height: 15px !important;
    color: #000 !important;
    background: url(../img/cross.png) no-repeat !important;
    text-indent: -99999px;
    border: none !important;
    background-size: contain !important;
}
.ir,
.visuallyhidden {
    border: 0;
    overflow: hidden;
}
.banner h1,
.banner h2 {
    top: 50%;
    margin-top: -40px;
}
@media screen and (min-width: 480px) {
    html {
        font-family: mobile-landscape-1;
    }
}
@media screen and (min-width: 640px) {
    html {
        font-family: mobile-landscape-2;
    }
    .blueimp-preview .thumb {
        width: 33.33%;
    }
}
@media screen and (min-width: 720px) {
    .home .row .column .element,
    .home .row .column .element .img,
    .home .row .column .element .video,
    .home .row .column .element iframe {
        min-height: 20px !important;
    }
    html {
        font-family: tablet-portrait-1;
    }
    .page-header .menu-button {
        margin-right: 0;
    }
    .home .page-container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .home .row {
        position: relative;
        overflow: hidden;
        height: 0;
        width: 100%;
        padding-bottom: 35.77%;
    }
    .home .row .column {
        float: left;
        position: absolute;
        height: 100%;
        padding: 0 10px;
    }
    .home .row .column .element .img.company {
        background-image: url(/wp-content/themes/vanitymfi/img/hp/company.jpg);
    }
    .home .row .column .element .img.worldwide {
        background-image: url(/wp-content/themes/vanitymfi/img/hp/worldwide.jpg);
    }
    .home .row .column .element .img.windowdisplay {
        background-image: url(/wp-content/themes/vanitymfi/img/hp/windows.jpg);
    }
    .home .row .column .element .img.displayfurniture {
        background-image: url(/wp-content/themes/vanitymfi/img/hp/displays.jpg);
    }
    .home .row .column .element .img.materials {
        background-image: url(/wp-content/themes/vanitymfi/img/hp/materials.jpg);
    }
    .home .row .column .element .img.installation {
        background-image: url(/wp-content/themes/vanitymfi/img/hp/installation.jpg);
    }
    .home .row .column .element .img.creativity {
        background-image: url(/wp-content/themes/vanitymfi/img/hp/creativity.jpg);
    }
    .home .row .column .element.half-1 .title {
        margin-top: -16px;
    }
    .home .row .column .element.half-2 .title {
        margin-top: -10px;
    }
    .home .row-1 .col-1 {
        width: 25%;
    }
    .home .row-1 .col-2 {
        left: 25%;
        width: 50%;
    }
    .home .row-1 .col-3 {
        width: 25%;
        left: 75%;
    }
    .home .row-2 {
        margin-top: 20px;
    }
    .home .row-2 .col-1 {
        width: 25%;
    }
    .home .row-2 .col-2 {
        left: 25%;
        width: 25%;
    }
    .home .row-2 .col-3 {
        width: 50%;
        left: 50%;
    }
    .home .row .column .addresses {
        width: 50%;
    }
    .home .row .column .addresses .table .tr .td .p {
        margin-bottom: 20px;
    }
    .page-copy {
        font-size: 16px;
        line-height: 25px;
    }
    .home section.content.page,
    .page-id-64 section.content.page,
    .page-id-75 section.content.page {
        padding: 0;
    }
}
@media screen and (min-width: 965px) {
    .nav.main li:last-of-type {
        float: right;
    }
}
@media screen and (min-width: 822px) {
    html {
        font-family: tablet-portrait-2;
    }
    .page-header .menu-button {
        display: none;
    }
    .nav {
        display: block !important;
    }
    .nav li,
    .page-footer li {
        display: inline;
    }
    .nav li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .nav li a {
        line-height: 14px;
    }
    .home .row .column .addresses .table {
        background: url(../img/world.png) 15px 15px no-repeat rgba(255, 255, 255, 0.9);
    }
    .addresses.other {
        margin-left: 143px;
        bottom: 70px;
    }
}
@media screen and (min-width: 920px) {
    html {
        font-family: tablet-landscape-1;
    }
    .page-header .logo {
        margin: 40px 0 31px;
    }
    .banner {
        margin-bottom: 35px;
    }
    .banner.malls {
        margin-top: 75px;
    }
    .banner h1,
    .banner h2 {
        height: 72px;
        text-align: center;
        line-height: 72px;
        font-size: 72px;
        margin-top: -60px;
    }
    .nav {
        display: block;
    }
    .nav li {
        padding-left: 7px;
        padding-right: 7px;
    }
    .page-copy {
        margin-bottom: 75px;
    }
}
@media screen and (min-width: 984px) {
    html {
        font-family: tablet-landscape-2;
    }
    .blueimp-preview .thumb {
        width: 25%;
    }
}
@media screen and (min-width: 1065px) {
    html {
        font-family: screen-1;
    }
    .addresses.other {
        width: 255px !important;
        left: 50%;
        right: auto;
        margin-left: 255px;
    }
}
.ir {
    display: block;
    text-indent: -999em;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}
.ir br {
    display: none;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* Link "CERTIFICATIONS" in header */
#certifications-link {
    position: absolute;
    right: 0%; /* regola questo per allinearlo visivamente alla penultima voce menu */
    bottom: 80px; /* stessa baseline del logo (puoi ritoccare 38–42px per precisione) */
    font-family: "DIN", Helvetica, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
    padding: 4px 10px;
    text-decoration: none;
    transition:
        color 0.2s ease,
        border-color 0.2s ease;
}
.page-header {
    overflow: hidden;
    padding-bottom: 40px;
    position: relative; /* ⬅️ aggiungi solo questa riga */
}

#certifications-link:hover {
    color: #5bc9de;
    border-color: #5bc9de;
}

/* Responsive: spostalo più vicino se lo spazio si riduce */
@media screen and (max-width: 1200px) {
    #certifications-link {
        right: 10%;
    }
}

@media screen and (max-width: 820px) {
    #certifications-link {
        position: static;
        display: block;
        margin: 10px auto;
        text-align: center;
    }
}