/*
 *
 * Archivio di Vinicio Caposela WebSite
 * Nicolò Chiellini / Valeria La Mantia / Francesco Iacovelli
 * n.chiellini@4sigma.it / v.lamantia@4sigma.it / f.iacovelli@4sigma.it
 *
 */

.crimson {
    font-family: 'Crimson Pro';
}
html {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    margin: 0px;
    float: left;
    padding: 0px;
    background-color: #fff;
    font-family: 'Nunito Sans';
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100vh;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
}
td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section, form, fieldset {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}
img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
picture {
    object-fit: contain;
    display: inline-block;
}
picture img {
    max-width: 100%;
    max-height: 100%;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
iframe {
    margin: 0px;
    padding: 0px;
    border: none;
}
video[poster] {
    height:100%;
    object-fit: cover;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
label {
    cursor: pointer;
}
a {
    outline: none;
    text-decoration: none;
    color: #000; /* TODO */
    cursor: pointer;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
li {
    outline: none;
}
i, em, .italic {
    font-style: italic;
    font-weight: inherit;
}
.underline {
    text-decoration: underline;
}
*:-placeholder,
*::-placeholder, {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}
*::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

*::-moz-placeholder {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}
*:-moz-placeholder {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

*:-ms-input-placeholder {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}
button::-moz-focus-inner {
  border: 0;
}
a:focus {
    outline: none;
}
input:focus::-placeholder { color:transparent; }
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus::-ms-input-placeholder  { color:transparent; }

textarea:focus::-placeholder { color:transparent; }
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus::-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;
    font-family: 'Nunito Sans';
}
input[type="radio"] {
    cursor: pointer;
}
select {
    -webkit-appearance: none;
    background-image: url(data:image/png;base64,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czp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTgtMDctMjdUMDc6NTY6NDctMDc6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE4LTA3LTI3VDA3OjU5OjA4LTA3OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE4LTA3LTI3VDA3OjU5OjA4LTA3OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9IkRpc3BsYXkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OWVmMTg3ZTUtMWVmNy00NzlhLWE1Y2QtMmVkMTE5NjQ2Y2ZmIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTRmNTk5YTMtYTc1Zi05NDQxLTk3ZDQtMmY3OTNjNWQ3NTI3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6M2FmYmY3ZWYtNWFiOS00MTk4LWFjODUtNzY2NzE2NDk2ODM1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozYWZiZjdlZi01YWI5LTQxOTgtYWM4NS03NjY3MTY0OTY4MzUiIHN0RXZ0OndoZW49IjIwMTgtMDctMjdUMDc6NTY6NDctMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5ZWYxODdlNS0xZWY3LTQ3OWEtYTVjZC0yZWQxMTk2NDZjZmYiIHN0RXZ0OndoZW49IjIwMTgtMDctMjdUMDc6NTk6MDgtMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr46tjAAAACBSURBVCjPY/j//z8DOgaCVVjFsSgMB2IQIxuvYiBgBuJHUMXfgVgCn+I+qEIYXoxVMRBYoymEYX9sio/hUHz79+/fCMVAUIxDIQy3Q9UxyAPxPwKKQdgEHKZAfI4IvJ8BW+DjwoNFMUkeJCnoSIoUkqOb5IREUhIlOfGTlK0IZVgAkODRpD7i30MAAAAASUVORK5CYII=);
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 5px 11px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=date] {
    -moz-appearance:textfield;
}
button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
/*     font-family: 'Lato', sans-serif; */
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
}
input[type="radio"] {
/*    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;*/
    vertical-align: middle;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
.hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.block {
    display: block;
}
.mobile {
    display: none;
}
.inline-block {
    display: inline-block;
}
.opacity_0 {
    opacity: 0;
}
.opacity_03 {
    opacity: 0.3;
}
.opacity_06 {
    opacity: 0.6;
}
.table {
    display: table;
    float: none;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.table-row {
    display: table-row;
    float: none;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.wait {
    cursor: wait;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.max_w_100pe {
    max-width: 100%;
}
.w_33pe {
    width: 33.333333%;
}
.maxw_100pe {
    max-width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.extralight {
    font-weight: 100;
}
.light {
    font-weight: 200;
}
.normal {
    font-weight: 400;
}
.style-normal {
    font-style: normal;
}
.strike {
      text-decoration: line-through;
}
.medium {
    font-weight: 500;
}
.bold,
strong,
b {
    font-weight: bold;
}
.extrabold,
strong {
    font-weight: 900;
}
.black,
.nero {
    color: #000;
}
.white, .bianco {
    color: #FFFFFF;
}
.grigio_404040 {
    color: #404040;
}
.red {
    color: red;
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
}
.ritch-cont a {
    font-weight: bold;
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 30px;
}
.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 30px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}
.form-input {
    display: inline-block;
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid white;
    background-color: transparent;
    height: 60px;
    line-height: 40px;
    color: white;
}
.form-input-textarea {
    display: inline-block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid white;
    background-color: transparent;
    line-height: 20px;
    color: white;
    position: relative;
    z-index: 10;
}
/* FORM STYLE */
.half-input-cont {
    width: calc(50% - 10px);
}
.third-input-cont {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}
.third-input-cont:last-child {
    margin-right: 0px;
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 100;
}
#over-box {
    display: none;
    position: fixed;
    z-index: 95;
    background-color: rgba( 0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.modal-box {
    display: none;
    position: fixed;
    background-color: #fff;
    color: #000;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    z-index: 100;
    top: -500px;
    opacity: 1;
    box-sizing: border-box;
    width: 540px;
    left: 50%;
    margin-left: -270px;
}
.modal-box-int {
    padding: 40px 40px;
    box-sizing: border-box;
}
.noscroll {
    position: fixed;
    overflow-y:scroll
}
/* MAIN */
#logo-top {
    position: absolute;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    font-style: italic;
    color: white;
    z-index: 100;
    top: 20px;
    left: calc(50% - 150px);
    width: 300px;
    text-align: center;
    font-family: 'Crimson Pro';
}
main {
    min-height: 100vh;
}
#cerchio-ingresso {
    position: absolute;
    width: calc(290.0 * 100vw / 1600.0);
    height: calc(290.0 * 100vw / 1600.0);
    line-height: calc(290.0 * 100vw / 1600.0);
    top: calc((100vw * 2491.0 / 1600.0) * (1200.0 / 2491.0) - ((100vw * 2491.0 / 1600.0) - 100vh) / 2);
    left: calc(815.0 * 100vw / 1600.0);
    display: block;
    float: left;
    border-radius: 300px;
    font-size: clamp(30px, 8vw, 60px);
    text-align: center;
    color: #262626;
    font-family: 'Crimson Pro';
    font-style: italic;
    font-weight: bold;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#main-pagina-sezioni {
    box-sizing: border-box;
    padding-top: 110px;
}
.page-menu {
    max-width: 1900px;
    float: none;
    margin: 0px auto;
}
.page,
.page-1000 {
    max-width: 1280px;
    float: none;
    margin: 0px auto;
}
.page-1000 {
    max-width: 1000px;
}
#pg-intro-left {
    background-color: white;
    height: 99vh;
    line-height: 100vh;
    width: 50%;
    text-align: center;
}
#pg-intro-left picture {
    display: inline;
}
#pg-intro-left img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
#pg-intro-right {
    background-color: #000;
    height: 100vh;
    width: 50%;
    float: right;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.intro-size-big #pg-intro-nav a {
    font-size: 10vh;
    line-height: 8vh;
    font-weight: 900;
    color: #262626;
    display: block;
    float: left;
    width: 100%;
}
.intro-size-small #pg-intro-nav a {
    font-size: 10vh;
    line-height: 8vh;
    font-weight: 900;
    color: #262626;
    display: block;
    float: left;
    width: 100%;
}
.intro-size-big h1 {
    font-size: 20vh;
    line-height: 8vh;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 10px;
}
.intro-size-big  .scritta-titolo {
    font-size: 10vh;
    line-height: 2vh;
}
.intro-size-big h2 {
    font-size: 2vh;
    line-height: 2.2vh;
    color: #fff;
}
.intro-size-small h1 {
    font-size: 6vh;
    line-height: 5.5vh;
    color: #fff;
}
.intro-size-small h2 {
    font-size: 2vh;
    line-height: 2.2vh;
    color: #fff;
    margin-top: 15px;
}
.intro-size-small #intro-titolo {
    position: absolute;
    bottom: 14vw;
    left: 40px;
    width: calc(100% - 40px);
}
.intro-size-small #intro-anno {
    position: absolute;
    font-size: 15vw;
    line-height: 13vw;
    color: white;
    bottom: 0px;
    left: 40px;
}
.closed span:first-child {

}
.closed span:last-child {
    display: none;
}
.open span:first-child {
    display: none;
}
.open span:last-child {
}
#header-pagina-anno {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100vw;
    min-height: 80px;
}
#header-pagina-sezione {
    min-height: 80px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100vw;
}
#header-pagina-sezione .page-menu {
    padding: 45px 120px 20px 120px;
    box-sizing: border-box;
}
#header-pagina-sezione h1 {
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 0px 120px;
    box-sizing: border-box;
    font-size: 30px;
    line-height: 40px;
}
#go-to-portal,
#toggle-menu,
#info-metaverso {
    position: absolute;
    top: calc(50% - 20px);
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#go-to-portal,
#info-metaverso {
    left: 40px;
}
#toggle-menu {
    line-height: 42px;
    right: 40px;
}
#lang-switch {
    position: absolute;
    top: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    display: block;
    right: 100px;
    color: #666;
    opacity: 0;
/*     color: #ccc; */
}
.page-menu .open {
    opacity: 1 !important;
}
#lang-switch a {
    color: #666;
/*     color: #ccc; */
}
#lang-switch .sel {
    color: white;
    font-weight: bold;
}
#header-pagina-anno #go-to-portal,
#header-pagina-anno #info-metaverso,
#header-pagina-anno #toggle-menu {
    top: 40px;
    color: white;
    background-color: #262626;
}
#header-pagina-anno #info-metaverso.open {
    background-color: #ccc !important;
    color: #262626 !important;
}
#menu-sezioni {
    display: block;
    float: left;
    width: 100%;
}
.notransitions * {
    transition: none !important;
    -webkit-transition: none  !important;
}
#menu-sezioni a,
#menu-sezioni span {
    font-size: 55px;
    line-height: 45px;
    display: block;
    float: left;
}
#menu-sezioni a {
    font-weight: 900;
}
#menu-sezioni span {
    font-weight: 300;
}
#menu-sezioni span:last-child {
    display: none;
}
#header-pagina-sezione.menu-nero {
    background-color: #000;
}
#header-pagina-sezione.menu-bianco {
    background-color: #fff;
}

#header-pagina-sezione.menu-nero h1 {
    color: white;
}
#header-pagina-sezione #go-to-portal,
#header-pagina-sezione #info-metaverso,
#header-pagina-sezione #toggle-menu {
    color: white;
    background-color: #262626;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#header-pagina-sezione.menu-nero #menu-sezioni a,
#header-pagina-sezione.menu-nero #menu-sezioni span {
    color: #262626;
}
#header-pagina-sezione.menu-nero #menu-sezioni .sel {
    color: #fff;
}
#header-pagina-sezione.menu-bianco {
    background-color: #fff;
}
#header-pagina-sezione.menu-bianco h1 {
    color: #000;
}
#header-pagina-sezione.menu-bianco #menu-sezioni a,
#header-pagina-sezione.menu-bianco #menu-sezioni span {
    color: #bfbfbf;
}
#header-pagina-sezione.menu-bianco #menu-sezioni .sel {
    color: #000;
}

.testi-left {
    width: 400px;
    float: left;
}
.testi-right {
    width: calc(100% - 440px); /* 400 + 40 margine */
    float: right;
}
.titolo-grande {
    font-size: 50px;
    line-height: 40px;
}
.titolo-medio {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
}
.titolo-piccolo {
    font-size: 20px;
    line-height: 23px;
    font-weight: 900;
}
.ribbon-grande {
    width: 200px;
    height: 20px;
    display: block;
}
.ribbon-piccolo {
    width: 200px;
    height: 10px;
    display: block;
}
.ribbon-titolo-right {
    float: right;
    margin-top: 20px;
}
.ribbon-titolo-left {
    float: left;
    margin-top: 20px;
}
.ribbon-floating-left {
    width: 400px;
    position: absolute;
    bottom: 0px;
}
.ribbon-floating-top-left {
    width: 200px;
    top: 0px;
    left: -220px;
    position: absolute;
}
.ribbon-floating-top-right {
    width: 200px;
    top: 0px;
    right: -220px;
    position: absolute;
}
.ribbon-floating-bottom-right {
    width: 200px;
    bottom: 0px;
    right: -220px;
    position: absolute;
}
.layout-bianco {
    background-color: white;
}
.layout-nero {
    background-color: #000;
}
.layout-bianco .ribbon-grande,
.layout-bianco .ribbon-piccolo {
    background-color: black;
}
.layout-nero .ribbon-grande,
.layout-nero .ribbon-piccolo {
    background-color: white;
}

.layout-bianco .testo-pagina {
    color: #000;
}
.layout-bianco .testo-pagina a {
    color: #000;
}
.layout-bianco .testo-pagina a:after,
.documento-dnl:after {
    background: black;
}
.layout-bianco .titolo-grande {
    color: #000;
}
.layout-bianco .titolo-piccolo {
    color: #000;
}


.layout-nero .testo-pagina {
    color: #fff;
}
.layout-nero .testo-pagina a {
    color: #fff;
}
.layout-nero .testo-pagina a:after,
.lnk-barrato:after {
    background: #fff;
}
.layout-bianco .video-descrizione a:after {
    background: #000;
}
.layout-nero .video-descrizione a:after {
    background: #fff;
}
.layout-nero .titolo-grande {
    color: #fff;
}
.layout-nero .titolo-piccolo {
    color: #fff;
}
.testo-pagina {
    font-size: 17px;
    line-height: 22px;
}
.testo-pagina a,
.video-descrizione a {
    font-weight: bold;
    position: relative;
}
.testo-pagina a:after,
.video-descrizione a:after,
.documento-dnl:after,
.lnk-barrato:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    text-decoration: line-through;
    animation-name: strike;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: fill;
    animation-direction: normal;
}
.video-descrizione a {
    color: #fff;
}
.testo-pagina blockquote {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Crimson Pro';
    font-style: italic;
    font-weight: bold;
    padding: 0px 40px;
    box-sizing: border-box;
}
.splide-gallery {
    width: 100%;
    overflow-x: hidden;
}
.splide-gallery a {
    display: block;
    width: auto;
}
.splide-gallery figure {
    position:relative;
    display: block;
    float: left;
    width: auto;
    padding-bottom: 40px;
}
.splide-gallery figcaption {
    font-size: 12px;
    line-height: 15px;
    max-height: 30px;
    overflow: hidden;
    color: white;
    position: absolute;
    top: calc(100% - 30px);
    left: 0px;
    width: 100%;
}
.layout-bianco .splide-gallery figcaption {
    color: black;
}
.press-element  {
    display: block;
    width: calc(500px - 5px);
    height: 500px;
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.press-1 {
    width: 1000px;
    height: calc(9.0 * 1000.0px / 16.0);
    float: left;
    margin-bottom: 10px;
}
.press-2,
.press-4 {
    float: left;
    margin-bottom: 10px;
}
.press-4 {
    width: calc(500px - 5px);
    height: calc((16.0 * 495.0px / 9.0) + 10px);
}
.press-3,
.press-5,
.press-6 {
    float: right;
    margin-bottom: 10px;
}
.press-5,
.press-6 {
    width: calc(500px - 5px);
    height: calc(16.0 * 495.0px  / 18.0); /* Metà di 9:16 in */
}
#audio-section {
    margin-top: 40px;
}
.audio-custom-player {
    height: 40px;
    margin: 20px 0px;
}
.audio-element {
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
}
.layout-bianco .audio-element {
    color: #000;
}
.btn-toggle-play-pause {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
}
.btn-toggle-play-pause span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
}
.player-is_pause span:first-child {
    color: #ccc;
    display: block;
    float: left;
    background-color: #262626;
}
.player-is_pause span:last-child {
    display: none;
}
.player-is_play span:last-child {
    color: #000;
    display: block;
    float: left;
    background-color: #fff;
}
.player-is_play span:first-child {
    display: none;
}
.audio-barra-bg-cont {
    display: block;
    float: left;
    width: calc(100% - 40px - 120px);
    height: 40px;
    cursor: pointer;
}
.audio-barra-bg {
    height: 10px;
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    background-color: #4d4d4d;
}
.audio-barra-avanzamento {
    height: 10px;
    display: block;
    float: left;
    width: 0%;
    background-color: #fff;
}
.audio-duration {
    width: 120px;
    text-align: right;
    line-height: 40px;
    display: block;
    float: right;

}
#audio-ghost {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: white;
}
.audio-titolo {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
}
.audio-length {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
}
.audio-descrizione,
.video-descrizione {
    font-size: 12px;
    line-height: 15px;
}
.video-descrizione {
    color: #fff;
    margin-top: 20px;
}
.titolo-is_pause {
    color: #8c8c8c;
}
.titolo-is_play {
    color: #fff;
}
.length-is_play {
    color: #fff;
}
.length-is_pause {
    color: #4d4d4d;
}
.duration-is_pause {
    color: #4d4d4d;
}
.duration-is_play {
    color: #fff;
}
.layout-bianco .titolo-is_pause {
    color: #8c8c8c;
}
.layout-bianco .length-is_pause {
    color: #4d4d4d;
}
.layout-bianco .titolo-is_play {
    color: #000;
}
.layout-bianco .length-is_play {
    color: #000;
}
.layout-bianco .duration-is_pause {
    color: #4d4d4d;
}
.layout-bianco .duration-is_play {
    color: #000;
}

#video-container {
    width: 720px;
}
#video-list {
    width: calc(100% - 40px - 720px);
    float: right;
}
.video-element {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.video-titolo {
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #8c8c8c;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.video-length {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
    display: block;
    float: left;
    width: 100%;
    color: #4d4d4d;
}
.layout-bianco .video-titolo,
.layout-bianco .video-length {
    color: #000;
}
.layout-nero .ribbon-piccolo {
    background-color: #fff;
}
#video-section .ribbon-piccolo {
    background-color: #4d4d4d;
}
#video-section .video-sel .ribbon-piccolo {
    background-color: #fff;
}
.video-sel .video-titolo,
.video-sel .video-length {
    color: #fff;
}
.layout-bianco .video-sel .video-titolo,
.layout-bianco .video-sel .video-length {
    color: #000;
}
#pagina-immagini {
    height: calc(100vh - 110px);
    min-height: 600px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.lightbox-lnk {
    display: block;
    float: left;
    width: 100%;
}
/* .lightbox-lnk img, */
.lightbox-lnk picture {
    max-width: 100%;
}
.half-testo-img {
    width: calc(50% - 20px);
}
.testo-img-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-inv {
    flex-direction: row-reverse
}
.documento-row {
    padding: 40px 150px 40px 140px;
    box-sizing: border-box;
    min-height: 141px;
    position: relative;
    background-color: #f2f2f2;
    border-bottom: 1px solid white;
}
.documento-ico {
    position: absolute;
    left: 40px;
    top: calc(50% - 30px);
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    background-color: #262626;
    color: #ccc;
    border-radius: 30px;
}
.documento-dnl {
    display: block;
    position: absolute;
    right: 40px;
    top: calc(50% - 40px);
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    padding: 20px 0px;
}
.pagina-video-left {
    width: calc(100% - 760px);

}
.pagina-video-right {
    width: 720px;
    float: right;
}
.pagina-video-alone {
    width: 720px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.pagina-audio .audio-element {
    background-color: #1a1a1a;
    border-bottom: 1px solid black;
}
.layout-bianco.pagina-audio .audio-element {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    color: #000;
}
.layout-bianco .audio-barra-bg {
    background-color: #4d4d4d;
}
.layout-bianco .audio-barra-avanzamento {
    background-color: #999;
}
.layout-bianco .player-is_pause span:first-child {
    background-color: #4d4d4d;
    color: #ccc;
}

.layout-bianco .player-is_play span:last-child {
    color: #4d4d4d;
    background-color: #ccc;
}

.gallery-affiancata {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.gallery-affiancata-el {
    width: 620px;
}
.gallery-affiancata-el picture {
    max-width: 100%;
}
.gallery-lnk {
    display: block;
    float: left;
}
#menu-cont {
    display: flex;
    align-items: center;
    position: fixed;
    height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    top: 80px;
    overflow: hidden;
    padding: 0px 0px;
}
#menu-cont.menu-closed {
    display: none;
}
#menu-int {
    max-height: calc(100vh - 160px);
    overflow: auto;
}
/* width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #000;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFFFFF;
}
* {
    scrollbar-color: #FFFFFF #000;
}


#menu {
    max-width: 1000px;
    float: none;
    margin: 0px auto;
    position: relative;
    width: 100%;
    padding: 20px 0px;
}
.menu-row {
    display: block;
    float: left;
    padding: 0px 40px;
    width: 100%;
    position: relative;
}
.menu-int {
    display: flex;
    float: left;
    width: 100%;
}
.menu-out-left,
.menu-out-right {
    display: block;
    float: left;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
    width: 40px;
    position: absolute;
    top: calc(50% - 0.5px);
    opacity: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.menu-out-left {
    left: 0px;
}
.menu-out-right {
    right: 0px;
}
.menu-anno {
    display: block;
    float: left;
    padding: 0px 40px;
    color: #404040;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    font-weight: 400;
    text-shadow: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.menu-molla {
    max-width: 100%;
    display: block;
    float: left;
    height: 1px;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    margin-top: 17px;
    opacity: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.menu-testo {
    display: block;
    float: right;
    padding: 0px 40px;
    color: #404040;
    font-size: 25px;
    line-height: 35px;
    height: 35px;
    font-weight: 400;
    text-shadow: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

#menu .sel .menu-molla,
#menu .sel .menu-out-left,
#menu .sel .menu-out-right {
    opacity: 1;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#menu .sel .menu-anno,
#menu .sel .menu-testo {
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 20px #FFFFFF;
}
#menu-bottom {
    position: fixed;
    bottom: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    text-align: right;
}
#menu-bottom,
#menu-bottom a {
    color: #404040;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font-family: 'Crimson Pro';
    font-style: italic;
}
#menu-bottom .sel {
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 20px #FFFFFF;
}
#contatti-right {
    width: 720px;
    float: right;
}
#contatti-left {
    width: calc(100% - 760px);
    float: left;
}
.btn {

}
#custom-ckb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    box-sizing: border-box;
}
#custom-ckb input {
    visibility: hidden !important;
}
.checkmark {
    position: absolute;
    display: none;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    top: 0px;
    left: 0px;
    z-index: 10;
    font-weight: bold;
    font-size: 15px;
}
#privacy-cont {
    padding: 0px 70px 0px 30px;
    box-sizing: border-box;
    height: 45px;
}
/* When the checkbox is checked, add a blue background */
#custom-ckb input:checked ~ .checkmark {
  display: block;
}
#btn-contatti,
.btn-shop {
    display: block;
    float: left;
    text-align: center;
    width: 65px;
    height: 35px;
    line-height: 35px;
    color: #000;
    background-color: white;
    font-size: 12px;
    font-weight: 900;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#btn-contatti-cont {
    position: absolute;
    right: 0px;
    top: 0px;
}
.btn-shop-cont {
    position: absolute;
    left: 0px;
    top: 0px;
}
#btn-triangolo,
.btn-triangolo {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #fff transparent transparent transparent;
    display: block;
    float: left;
    position: absolute;
    top: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#social-links-cont {
    text-align: right;
}
#social-links-cont {
    display: flex;
    justify-content: space-between;
}
#social-links-cont a {
    display: inline-block;
    padding-left: 15px;
    color: #404040;
    font-size: 20px;
    line-height: 30px;
}
#contatti-credits-cont {
    margin-top: 40px;
}
.press-tooltip {
    font-size: 15px;
    color: #666;
    font-style: italic;
    font-family: 'Nunito Sans';
}
.youtube-btn {
    position: absolute;
    /*height: 50px;
    line-height: 50px;
    font-size: 50px;*/
    height: 45px;
    width: 64px;
    color: rgba(255, 255, 255, 0.8);
    left: calc(50% - 22.5px);
    top: calc(50% - 32px);
}
.youtube-btn .yt-paly-svg {
    height: 45px;
}
.square-img-cont {
    padding-bottom: 100%; /* 9:16 ratio */
    background-color: pink;
}
@keyframes unstrike {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 0;
  }
}
@keyframes strike {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
@media only screen and (min-width:1025px) and (max-width:10000px) {
    *:hover {
        scrollbar-color: #555 #000;
    }
    #pg-intro-nav a:hover {
        color: #fff;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;
    }
    .testo-pagina a:hover:after,
    .video-descrizione a:hover:after,
    .documento-dnl:hover:after,
    .lnk-barrato:hover:after {
        width: 0%;
        animation-name: unstrike;
        animation-duration: 0.2s;
        animation-timing-function: linear;
        animation-iteration-count: 1;
        animation-fill-mode: fill;
        animation-direction: normal;
    }
    #header-pagina-sezione.menu-bianco #menu-sezioni a:hover {
        color: #000;
    }
    #header-pagina-sezione.menu-nero #menu-sezioni a:hover {
        color: white;
    }
    #header-pagina-sezione #go-to-portal:hover,
    #header-pagina-sezione #info-metaverso:hover,
    #header-pagina-sezione #toggle-menu:hover {
        color: #000;
        background-color: #bfbfbf;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .video-element:hover .video-titolo {
        color: #fff;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .documento-row:hover {
        background-color: #fafafa;
    }
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #FFFFFF;
    }
    .menu-row:hover .menu-molla,
    .menu-row:hover .menu-out-left,
    .menu-row:hover .menu-out-right {
        opacity: 1;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .menu-row:hover .menu-anno,
    .menu-row:hover .menu-testo {
        font-weight: bold;
        color: white;
        text-shadow: 0px 0px 20px #FFFFFF;
    }

    #menu-bottom a:hover {
        font-weight: bold;
        color: white;
        text-shadow: 0px 0px 20px #FFFFFF;
    }
    .btn-shop-cont:hover .btn-triangolo,
    .btn-shop-cont:hover .btn-shop,
    #btn-contatti-cont:hover #btn-triangolo,
    #btn-contatti-cont:hover #btn-contatti {
        background-color: #000;
        border-color: #000 transparent transparent transparent;
        color: #fff;
    }
    #contatti-credits-cont a:hover {
        color: white;
    }
    #go-to-portal:hover,
    #info-metaverso:hover,
    #toggle-menu:hover {
        background-color: #ccc !important;
        color: #262626 !important;
    }
    #cerchio-ingresso:hover {
        font-weight: bold;
        color: white;
        text-shadow: 0px 0px 20px #FFFFFF;
    }
    #custom-ckb:hover input ~ .checkmark {
        display: block;
    }
    #lang-switch a:hover {
        color: white;
    }
    .external-video-cont:hover .yt-paly-svg-cont {
        fill: #FF0000;
        transition: fill 0.2s;
        -webkit-transition: fill 0.2s;
    }
}
@media only screen and (min-width:1026px) and (max-width:1560px) {
    #menu-sezioni a, #menu-sezioni span {
        font-size: 35px;
        line-height: 35px;
    }
}
@media only screen and (min-width:768px) and (max-width:1025px) {
    html {
        overflow-x: hidden;
    }
    .menu-row {
        box-sizing: border-box;
    }
    #contatti {
        padding-top: 75px;
    }
    #contatti-right {
        width: 100%;
        float: right;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
    }
    #contatti-left {
        width: 100%;
        float: left;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    #contatti-left h1 {
        text-align: left;
    }
    #contatti-left .ribbon-titolo-right {
        float: left;
    }
    #pg-intro-left {
        height:auto;
        line-height: 0vh;
        width: 100%;
    }
    #pg-intro-right {
        background-color: #000;
        min-height: 35vh;
        width: 100%;
        float: left;
        padding: 40px;
        height: auto;
    }
    .intro-size-big #pg-intro-nav a {
        font-size: 8vh;
        line-height: 7vh;
    }
    .intro-size-big h1 {
        font-size: 15vh;
        line-height: 8vh;
    }
    .intro-size-big .scritta-titolo {
        font-size: 8vh;
        line-height: 2vh;
    }
    .intro-size-small #intro-anno {
        bottom: 40px;
        position: static;
    }
    .intro-size-small #intro-titolo {
        position: static;
        bottom: calc(14vw + 40px);

    }
    .testo-img-cont {
        display: block;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    .half-testo-img {
        width: 100%;
        margin-top: 20px;
    }
    .testi-left,
    .testi-right {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .testi-right {
        margin-top: 20px;
    }
    .pagina-video-left {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .pagina-video-right {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        margin-top: 20px;
    }
    .gallery-affiancata {
/*         display: none !important; */
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .gallery-affiancata-el {
        width: 100%;
    }
    /*.gallery-affiancata-el .ritch-cont p {
        text-align: center;
    }*/
    .padding-mobile {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .gallery-lnk {
        text-align: center;
    }
    #menu-sezioni a, #menu-sezioni span {
        font-size: 35px;
        line-height: 35px;
    }
    #video-container {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    #video-list {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
        margin-top: 20px;
    }
    .press-1 {
        width: 100%;
        height: auto;
        float: left;
    }
    .press-2,
    .press-4 {
        float: left;
        width: 100%;
    }
    .press-4 {
        width: 100%;
        height: auto;
    }
    .press-3,
    .press-5,
    .press-6 {
        width: 100%;
        height: auto;
        float: right;
    }
    .press-5,
    .press-6 {
        width: 100%;
        height: auto;
    }
    .press-element {
        text-align: center;
        padding: 0px 20px;
        box-sizing: border-box;
        background-image: none !important;
    }
    .press-element picture {
        display: inline;
        width: 100%;

    }
    .press-tooltip {
        padding: 20px 20px;
        box-sizing: border-box;
    }
    .external-video-cont .yt-paly-svg-cont {
        fill: #FF0000;
        transition: fill 0.2s;
        -webkit-transition: fill 0.2s;
    }
}
@media only screen and (min-width:220px) and (max-width:767px) {
    html {
        overflow-x: hidden;
    }
    #logo-top {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        top: 50px;
        left: calc(50vw - 100px);
        width: 200px;
    }
    #menu-cont {
        display: block;
        align-items: center;
        position: fixed;
        height: calc(100vh - 160px);
        height: calc((var(--vh, 1vh) * 100) - 160px);

        overflow-y: auto;
        overflow-x: hidden;
        z-index: 99;
        top: 80px;
        overflow: hidden;
        padding: 0px 0px;
    }
    #menu-cont.menu-closed {
        display: none;
    }
    .menu-int {
        max-height: calc(100vh - 160px);
        overflow: auto;
        display: block;
    }
    #menu {
        width: 100%;
        max-width: 100%;
    }
    .menu-out-left,
    .menu-out-right,
    .menu-molla {
        display: none;
    }
    .menu-row {
        padding: 0px;
    }
    .menu-anno {
        font-size: 18px;
        padding: 0px 20px;
    }
    .menu-testo {
        font-size: 20px;
        padding: 0px 20px;
        max-width: calc(100% - 140px);
        height: auto;
        text-align: right;
    }
    #menu .sel .menu-anno,
    #menu .sel .menu-testo {
        text-shadow: 0px 0px 10px #FFFFFF;
    }
    .slider-container-mobile {
        /* height: 100vh; */
        height: calc((var(--vh, 1vh) * 100));
    }
    #header-pagina-anno #go-to-portal,
    #header-pagina-anno #info-metaverso,
    #header-pagina-anno #toggle-menu {
        top: 10px;
    }
    #go-to-portal, #info-metaverso {
        left: 10px;
    }
    #toggle-menu {
        right: 10px;
    }
    #lang-switch {
        top: 10px;
        right: 70px;
    }
    #contatti {
        padding-top: 75px;
    }
    #contatti-right {
        width: 100%;
        float: right;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
    }
    #contatti-left {
        width: 100%;
        float: left;
        padding-left: 5%;
        padding-right: 5%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    #contatti-left h1 {
        text-align: left;
    }
    #contatti-left .ribbon-titolo-right {
        float: left;
    }
    #contatti-credits-cont {
        margin-top: 20px;
    }
    #contatti-credits-cont p {
        text-align: left;
    }
    #main-pagina-sezioni {
        padding-top: 70px;
    }
    #pg-intro-left {
        height:auto;
        line-height: 0vh;
        width: 100%;
    }
    #pg-intro-right {
        background-color: #000;
        min-height: 35vh;
        width: 100%;
        float: left;
        padding: 40px;
        height: auto;
    }
    .intro-size-big #pg-intro-nav a {
        font-size: 8vh;
        line-height: 7vh;
    }
    .intro-size-big h1 {
        font-size: 15vh;
        line-height: 8vh;
    }
    .intro-size-big .scritta-titolo {
        font-size: 8vh;
        line-height: 2vh;
    }
    .intro-size-small #intro-anno {
        bottom: 40px;
        position: static;
    }
    .intro-size-small #intro-titolo {
        position: static;
        bottom: calc(14vw + 40px);
    }
    .testo-img-cont {
        display: block;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }
    .half-testo-img {
        width: 100%;
        margin-top: 20px;
    }
    /*.half-testo-img-testo {

    }*/
    .splide-gallery a {
        width: 100vw;
    }
    .pagina-video-left {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .pagina-video-right {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        margin-top: 20px;
    }
    .titolo-grande {
        font-size: 35px;
        line-height: 30px;
    }
    .testi-left,
    .testi-right {
        width: 100%;
        max-width: 400px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .testi-right {
        margin-top: 20px;
    }
    /*.splide-gallery figure {
        display: inline-block;
        float: none;
        width: 100%;
    }*/
    .splide-gallery figure {
        width: 100%;
        margin: 0px;
        padding: 60px 40px;
        box-sizing: border-box;
        width: 100vw;
        text-align: center;
        min-height: calc(100vh - 120px);
        line-height: calc(100vh - 120px);
    }
    .splide-gallery figcaption {
        padding: 0px 40px;
        box-sizing: border-box;
        top: calc(100% - 55px);
    }
    .splide__slide img {
        vertical-align: middle !important;
    }
    .lightbox-lnk {
        padding: 40px;
        box-sizing: border-box;
    }

    #header-pagina-sezione {
        position: static;
    }
    #header-pagina-sezione .page-menu {
        padding: 18px 65px 20px 65px;
        box-sizing: border-box;
    }
    #menu-sezioni a, #menu-sezioni span {
        font-size: 35px;
        line-height: 35px;
    }

    #header-pagina-sezione h1 {
        position: static;
        padding: 0px;
        font-size: 30px;
        line-height: 33px;
    }
    #main-pagina-sezioni {
        padding-top: 0px;
        min-height: calc(100vh - 150px);
    }
    #video-container {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .press-1 {
        width: 100%;
        height: auto;
        float: left;
    }
    .press-2,
    .press-4 {
        float: left;
        width: 100%;
    }
    .press-4 {
        width: 100%;
        height: auto;
    }
    .press-3,
    .press-5,
    .press-6 {
        width: 100%;
        height: auto;
        float: right;
    }
    .press-5,
    .press-6 {
        width: 100%;
        height: auto;
    }
    .press-element {
        text-align: center;
        padding: 0px 20px;
        box-sizing: border-box;
        background-image: none !important;
    }
    .press-element picture {
        display: inline;
        width: 100%;

    }
    .press-tooltip {
        padding: 20px 20px;
        box-sizing: border-box;
    }
    #pagina-immagini {
        min-height: calc(100vh - 110px);
        height: auto;
    }
    #video-list {
        width: 100%;
        padding: 0px 20px;
        box-sizing: border-box;
        margin-top: 20px;
    }
    .padding-mobile {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .pagina-video-right {
        width: 100%;
    }
    .pagina-video-alone {
        width: 100%;
    }
    .external-video-cont .yt-paly-svg-cont {
        fill: #FF0000;
        transition: fill 0.2s;
        -webkit-transition: fill 0.2s;
    }
    .shop-half-cont {
        width: 100%;
    }
    .shop-half-cont:first-child {
        margin-bottom: 50px;
    }
}
