#topSideHeaderNews {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    clear: both;
    margin-top: 15px;
    padding-bottom: 0px;
    background: rgba(152, 152, 152, 0.5);
}

.videoNewsMainTitle {
    float: left;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    clear: both;
    margin-top: 20px;
    font-size: 4em;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.descriptionSpace {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    padding-left: 29px;
    padding-top: 29px;
    padding-bottom: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    margin-bottom: 25px;
    line-height: 1.5em;
    text-align: justify;
    hyphens: none;
    color: rgba(0, 0, 0, 0.6);
}


/*gestione buttonSpace*/

#buttonSpace {
    width: 90%;
    float: left;
    clear: both;
    margin-left: 5%;
    margin-right: 5%;
}


/*animazione bottone*/

.btnSM {
    letter-spacing: 0.1em;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    font-family: 'Barlow Condensed', sans-serif;
    float: left;
}

.btnSM:hover {
    text-decoration: none;
}


/*btn_background*/

.effect04 {
    --uismLinkDisplay: var(--smLinkDisplay, inline-flex);
    display: var(--uismLinkDisplay);
    color: #000;
    /*outline: solid  2px #000;*/
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    transition-duration: 0.4s;
    overflow: hidden;
}

.effect04::before,
.effect04 span {
    margin: 0 auto;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-duration: 0.4s;
}

.effect04:hover {
    background-color: #000;
}

.effect04:hover span {
    -webkit-transform: translateY(-400%) scale(-0.1, 20);
    transform: translateY(-400%) scale(-0.1, 20);
}

.effect04::before {
    content: attr(data-sm-link-text);
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(500%) scale(-0.1, 20);
    transform: translateY(500%) scale(-0.1, 20);
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
}

.effect04:hover::before {
    letter-spacing: 0.05em;
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
}


/*formattazione social icon*/

#socialIconContainer {
    width: 300px;
    float: left;
    margin: 0px;
    margin-left: calc(100% - 300px);
}

i.fa-facebook-f,
i.fa-twitter,
i.fa-instagram,
i.fa-envelope,
i.fa-whatsapp {
    width: 40px;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.5s;
    font-size: 1em;
    line-height: 2.5em;
}

i.fa:hover {
    color: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
}


/*******************************/


/*******************************/


/*******************************/


/*******************************/


/*******************************/


/*newsHomeSpace*/

#newsHomeSpace {
    width: 80%;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
    min-height: 300px;
}

h1.newsHomeTitle {
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 50px;
}

#contentNews {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

#newsContainerDesktop {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    padding-bottom: 50px;
    /*min-height: 520px;
  max-height: 520px;*/
    overflow: hidden;
}

#newsContainerDesktop {
    display: block;
}

#newsContainer {
    display: none;
}

.singleNew {
    display: inline;
    float: left;
    width: calc(30% - 10px);
    padding-bottom: 10px;
    padding-right: 9px;
    box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.0);
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 70px;
    min-height: 450px;
    transition: 0.4s;
}

.singleNew:hover {
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.0 5);
    transition: 0.6s;
}


/*immagine news*/

.newsCover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
    min-height: 200px;
    cursor: pointer;
    transition: 0.4s;
}

.singleNew:hover>.newsCover {
    filter: contrast(120%);
    transition: 0.4s;
}

.singleNewTitle {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 50px;
    min-height: 50px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.singleNewTitle:hover {
    color: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
}

.singleNewDescription {
    width: 80%;
    float: left;
    clear: both;
    margin: 0px;
    margin-right: 20%;
    padding: 0px;
    text-align: right;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 7px;
    min-height: 51px;
    max-height: 51px;
}

.descriptionSpaceOtherNews {
    width: 100%;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1em;
    margin-bottom: 15px;
    font-style: italic;
}

.newLinkSpace {
    width: 100%;
    float: right;
    clear: both;
    text-align: left;
}

a.newsLink {
    float: right;
    clear: both;
    width: 150px;
    height: 36px;
    margin-left: 0px;
    font-size: 1em;
    line-height: 2.2em;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0%;
    transition: 0.4s;
    z-index: 99;
    position: relative;
    overflow: hidden;
    margin-right: 25px;
    margin-left: 25px;
    font-family: 'Mulish', sans-serif;
}

.backgroundEye {
    position: absolute;
    top: -51px;
    background: rgba(0, 0, 0, 0.1);
    width: 150px;
    height: 36px;
    z-index: 100;
    color: rgba(255, 255, 255, 1);
    transition: 0.2s;
    z-index: 1000;
}

a.newsLink:hover {
    z-index: 200;
    width: 150px;
    height: 36px;
    margin-top: 0px;
    border-radius: 10px;
}

a.newsLink:hover>.backgroundEye {
    top: 0px;
    z-index: 100;
    transition: 0.2s;
    width: 150px;
    height: 36px;
}


/*show more button*/

#newsShowMoreButton {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}


/*animazione show more*/

@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';
div[class*=box] {
    height: 33.33%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Mulish', sans-serif;
}

.box-1 {
    background-color: rgbA(255, 255, 255, 0);
}

.btn {
    line-height: 25px;
    height: 25px;
    text-align: center;
    width: 60px;
    cursor: pointer;
    margin-left: 10px;
    padding-top: 7px;
    padding-bottom: 5px;
}


/*
========================
      BUTTON ONE
========================
*/

.btn-one {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
    position: relative;
}

.btn-one span {
    transition: all 0.3s;
}

.btn-one::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(0, 0, 0, 0.35);
    border-bottom-color: rgba(0, 0, 0, 0.35);
    transform: scale(0.1, 1);
}

.btn-one:hover span {
    letter-spacing: 2px;
}

.btn-one:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

.btn-one::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.03);
}

.btn-one:hover::after {
    opacity: 0;
    transform: scale(0.1, 1);
}

p.finishNews {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 150px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}


/*nascondo il newsShowMoreButtonMobile dalla verisone Desktop*/

#newsShowMoreButtonMobile {
    display: none;
}


/*prova*/

.bubbly-button {
    font-family: 'Helvetica', 'Arial', sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 1em 2em;
    margin-top: 100px;
    margin-bottom: 60px;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0);
    margin-left: calc(50% - 5em);
}

.bubbly-button:focus {
    outline: 0;
}

.bubbly-button:before,
.bubbly-button:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}

.bubbly-button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, transparent 20%, #00C1B3 20%, transparent 30%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #00C1B3 15%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, transparent 10%, #00C1B3 15%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%), radial-gradient(circle, #00C1B3 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
    transform: scale(0.9);
    background-color: #00C1B3;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
}

.bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }
    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }
    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}


/*animazione verticale share*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');
.iconMom {
    width: 50px;
    z-index: 999;
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.iconMom .share i.fa {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border-radius: 2px;
}

.iconMom .share:hover.bottom .socialSubmenu li:nth-child(1) {
    opacity: 1;
    top: 50px;
    transform: rotate(0deg);
    transition-delay: 0.02s;
}

.iconMom .share:hover.bottom .socialSubmenu li:nth-child(2) {
    opacity: 1;
    top: 100px;
    transform: rotate(0deg);
    transition-delay: 0.04s;
}

.iconMom .share:hover.bottom .socialSubmenu li:nth-child(3) {
    opacity: 1;
    top: 150px;
    transform: rotate(0deg);
    transition-delay: 0.06s;
}

.iconMom .share:hover.bottom .socialSubmenu li:nth-child(4) {
    opacity: 1;
    top: 200px;
    transform: rotate(0deg);
    transition-delay: 0.02s;
}

.iconMom .share:hover.bottom .socialSubmenu li:nth-child(5) {
    opacity: 1;
    top: 250px;
    transform: rotate(0deg);
    transition-delay: 0.1s;
}

.iconMom .share:hover.left .socialSubmenu li:nth-child(1) {
    opacity: 1;
    left: -51px;
    transform: rotate(0deg);
    transition-delay: 0.2s;
}

.iconMom .share:hover.left .socialSubmenu li:nth-child(2) {
    opacity: 1;
    left: -102px;
    transform: rotate(0deg);
    transition-delay: 0.3s;
}

.iconMom .share:hover.left .socialSubmenu li:nth-child(3) {
    opacity: 1;
    left: -153px;
    transform: rotate(0deg);
    transition-delay: 0.4s;
}

.iconMom .share:hover.left .socialSubmenu li:nth-child(4) {
    opacity: 1;
    left: -204px;
    transform: rotate(0deg);
    transition-delay: 0.5s;
    transition: 0.2s;
}

.iconMom .share:hover.left .socialSubmenu li:nth-child(5) {
    opacity: 1;
    left: -255px;
    transform: rotate(0deg);
    transition-delay: 0.6s;
    transition: 0.2s;
}

.iconMom .share:hover.right .socialSubmenu li:nth-child(1) {
    opacity: 1;
    left: 50px;
    transform: rotate(0deg);
    transition-delay: 0.02s;
    transition: 0.2s;
}

.iconMom .share:hover.right .socialSubmenu li:nth-child(2) {
    opacity: 1;
    left: 100px;
    transform: rotate(0deg);
    transition-delay: 0.04s;
    transition: 0.2s;
}

.iconMom .share:hover.right .socialSubmenu li:nth-child(3) {
    opacity: 1;
    left: 150px;
    transform: rotate(0deg);
    transition-delay: 0.06s;
    transition: 0.2s;
}

.iconMom .share:hover.right .socialSubmenu li:nth-child(4) {
    opacity: 1;
    left: 200px;
    transform: rotate(0deg);
    transition-delay: 0.02s;
    transition: 0.2s;
}

.iconMom .share:hover.right .socialSubmenu li:nth-child(5) {
    opacity: 1;
    left: 250px;
    transform: rotate(0deg);
    transition-delay: 0.4s;
    transition: 0.2s;
}

.iconMom .share:hover.top .socialSubmenu li:nth-child(1) {
    opacity: 1;
    top: -51px;
    transition-delay: 0.02s;
    transform: rotateY(0deg);
    transition: 0.2s;
}

.iconMom .share:hover.top .socialSubmenu li:nth-child(2) {
    opacity: 1;
    top: -102px;
    transition-delay: 0.04s;
    transform: rotateY(0deg);
    transition: 0.2s;
}

.iconMom .share:hover.top .socialSubmenu li:nth-child(3) {
    opacity: 1;
    top: -153px;
    transition-delay: 0.06s;
    transform: rotateY(0deg);
    transition: 0.2s;
}

.iconMom .share:hover.top .socialSubmenu li:nth-child(4) {
    opacity: 1;
    top: -204px;
    transition-delay: 0.02s;
    transform: rotateY(0deg);
    transition: 0.2s;
}

.iconMom .share:hover.top .socialSubmenu li:nth-child(5) {
    opacity: 1;
    top: -255px;
    transition-delay: 0.4s;
    transform: rotateY(0deg);
    transition: 0.2s;
}

.iconMom .socialSubmenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.iconMom .socialSubmenu li {
    transition: all ease-in-out 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

li.share {
    color: #7E7E7E;
    transition: 0.5s;
}

li.share:hover {
    color: #4B4A4A;
    transition: 0.5s;
}

.iconMom .fa .fa-share-alt {
    color: #7E7E7E;
    transition: 0.2s;
}

.iconMom .socialSubmenu li a {
    color: #7E7E7E;
    transition: 0.2s;
}

.iconMom .socialSubmenu li a:hover i.fa {
    color: #4B4A4A;
    transition: 0.2s;
}

.iconMom .socialSubmenu li:nth-child(1) {
    transform: rotateX(45deg);
}

.iconMom .socialSubmenu li:nth-child(2) {
    transform: rotateX(90deg);
}

.iconMom .socialSubmenu li:nth-child(3) {
    transform: rotateX(135deg);
}

.iconMom .socialSubmenu li:nth-child(4) {
    transform: rotateX(180deg);
}

.iconMom.topLeft {
    top: 10px;
    left: 10px;
}

.iconMom.topRight {
    top: 10px;
    right: 10px;
}

.iconMom.bottomLeft {
    bottom: 10px;
    left: 10px;
}

.iconMom.bottomRight {
    bottom: 10px;
    right: 10px;
}

#photoBooksContainer {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0px;
    /*-264px*/
    min-height: 100%;
    max-height: 800px;
    background: white;
}

#playerDesktopMobile {
    display: none;
}

.verticalBasedSpace {
    margin-top: 15px;
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 0px,
}

.descriptionSpaceMainNew {
    width: 60%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-right: 20%;
    margin-left: 20%;
    margin-top: 50px;
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    margin-bottom: 25px;
    line-height: 1.5em;
    text-align: center;
    hyphens: none;
    color: rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.8);
}

.btnShowMore {
    display: none;
}

#buttonSpace {
    width: 90%;
    float: left;
    clear: both;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    width: 160px;
    margin-left: calc(50% - 80px);
}


/*************************************/


/*************************************/


/*************************************/


/*************************************/


/*************************************/


/*formattazione css mobile*/

@media (min-width: 279px) and (max-width: 319px) {
    .videoNewsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    #photoBooksContainer {
        width: 80%;
        float: left;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 0px;
        /*-264px*/
        min-height: 100%;
        max-height: 600px;
        background: white;
    }
    .descriptionSpace {
        width: 90%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: calc(3% - 30px);
        margin-left: calc(3% - 30px);
        border-left: none;
        border-top: none;
        font-family: 'Mulish', sans-serif;
        font-size: 1em;
        margin-bottom: 25px;
        line-height: 1.5em;
        text-align: justify;
        hyphens: none;
        color: rgba(0, 0, 0, 0.6);
    }
    /*gestione buttonSpace*/
    #buttonSpace {
        width: 90%;
        float: left;
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    /*gestione della sezione other news*/
    #inviteToScrollMom {
        display: none;
    }
    #newsHomeSpace {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 25px;
        min-height: 140px;
    }
    #newsContainerDesktop {
        display: none;
    }
    #newsContainer {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        /*  min-height: 173px;
  max-height: 173px;*/
        overflow: hidden;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(33.3% - 6px);
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 50px;
        min-height: 140px;
        padding-bottom: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px rgba(0, 0, 0, 0);
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: 0px;
        min-height: 0px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    h1.newsHomeTitle {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: 25%;
        margin-right: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }
    .singleNewDescription {
        display: none;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 140px;
    }
    p.finishNews {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        float: left;
        clear: both;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    #newsShowMoreButton {
        display: none;
    }
    #newsShowMoreButtonMobile {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    #inviteToScroll {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 359px) {
    .videoNewsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    #photoBooksContainer {
        width: 80%;
        float: left;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 0px;
        /*-264px*/
        min-height: 100%;
        max-height: 600px;
        background: white;
    }
    .descriptionSpace {
        width: 90%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: calc(3% - 30px);
        margin-left: calc(3% - 30px);
        border-left: none;
        border-top: none;
        font-family: 'Mulish', sans-serif;
        font-size: 1em;
        margin-bottom: 25px;
        line-height: 1.5em;
        text-align: justify;
        hyphens: none;
        color: rgba(0, 0, 0, 0.6);
    }
    #buttonSpace {
        width: 90%;
        float: left;
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    /*gestione della sezione other news*/
    #inviteToScrollMom {
        display: none;
    }
    #newsHomeSpace {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 25px;
        min-height: 140px;
    }
    #newsContainerDesktop {
        display: none;
    }
    #newsContainer {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        /*  min-height: 173px;
    max-height: 173px;*/
        overflow: hidden;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(33.3% - 6px);
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 50px;
        min-height: 140px;
        padding-bottom: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px rgba(0, 0, 0, 0);
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: 0px;
        min-height: 0px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    h1.newsHomeTitle {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: 25%;
        margin-right: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }
    .singleNewDescription {
        display: none;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 140px;
    }
    p.finishNews {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        float: left;
        clear: both;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    #newsShowMoreButton {
        display: none;
    }
    #newsShowMoreButtonMobile {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    #inviteToScroll {
        display: none !important;
    }
}

@media (min-width: 360px) and (max-width: 410px) {
    #newsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    .descriptionSpace {
        width: 90%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: calc(3% - 30px);
        margin-left: calc(3% - 30px);
        border-left: none;
        border-top: none;
        font-family: 'Mulish', sans-serif;
        font-size: 1em;
        margin-bottom: 25px;
        line-height: 1.5em;
        text-align: justify;
        hyphens: none;
        color: rgba(0, 0, 0, 0.6);
    }
    #buttonSpace {
        width: 90%;
        float: left;
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    /*gestione della sezione other news*/
    #inviteToScrollMom {
        display: none;
    }
    #newsHomeSpace {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 25px;
        min-height: 140px;
    }
    #newsContainerDesktop {
        display: none;
    }
    #newsContainer {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        /*min-height: 173px;
    max-height: 173px;*/
        overflow: hidden;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(33.3% - 6px);
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 50px;
        min-height: 140px;
        padding-bottom: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px rgba(0, 0, 0, 0);
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: 0px;
        min-height: 0px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    h1.newsHomeTitle {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: 25%;
        margin-right: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }
    .singleNewDescription {
        display: none;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 140px;
    }
    p.finishNews {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        float: left;
        clear: both;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    #newsShowMoreButton {
        display: none;
    }
    #newsShowMoreButtonMobile {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    #inviteToScroll {
        display: none !important;
    }
}

@media (min-width: 411px) and (max-width: 567px) {
    #newsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    .descriptionSpace {
        width: 90%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: calc(3% - 30px);
        margin-left: calc(3% - 30px);
        border-left: none;
        border-top: none;
        font-family: 'Mulish', sans-serif;
        font-size: 1em;
        margin-bottom: 25px;
        line-height: 1.5em;
        text-align: justify;
        hyphens: none;
        color: rgba(0, 0, 0, 0.6);
    }
    #buttonSpace {
        width: 90%;
        float: left;
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    /*gestione della sezione other news*/
    #inviteToScrollMom {
        display: none;
    }
    #newsHomeSpace {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 25px;
        min-height: 140px;
    }
    #newsContainerDesktop {
        display: none;
    }
    #newsContainer {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        /*min-height: 173px;
    max-height: 173px;*/
        overflow: hidden;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(33.3% - 6px);
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 50px;
        min-height: 140px;
        padding-bottom: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px rgba(0, 0, 0, 0);
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: 0px;
        min-height: 0px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    h1.newsHomeTitle {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: 25%;
        margin-right: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }
    .singleNewDescription {
        display: none;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 140px;
    }
    p.finishNews {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        float: left;
        clear: both;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    #newsShowMoreButton {
        display: none;
    }
    #newsShowMoreButtonMobile {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    #inviteToScroll {
        display: none !important;
    }
}

@media (min-width: 568px) and (max-width: 666px) {
    #newsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    .descriptionSpace {
        width: 90%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: calc(3% - 30px);
        margin-left: calc(3% - 30px);
        border-left: none;
        border-top: none;
        font-family: 'Mulish', sans-serif;
        font-size: 1em;
        margin-bottom: 25px;
        line-height: 1.5em;
        text-align: justify;
        hyphens: none;
        color: rgba(0, 0, 0, 0.6);
    }
    #buttonSpace {
        width: 90%;
        float: left;
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    /*gestione della sezione other news*/
    #inviteToScrollMom {
        display: none;
    }
    #newsHomeSpace {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 25px;
        min-height: 140px;
    }
    #newsContainerDesktop {
        display: none;
    }
    #newsContainer {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        /*min-height: 173px;
    max-height: 173px;*/
        overflow: hidden;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(33.3% - 6px);
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 50px;
        min-height: 140px;
        padding-bottom: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px rgba(0, 0, 0, 0);
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: 0px;
        min-height: 0px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    h1.newsHomeTitle {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: 25%;
        margin-right: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }
    .singleNewDescription {
        display: none;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 140px;
    }
    p.finishNews {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        float: left;
        clear: both;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    #newsShowMoreButton {
        display: none;
    }
    #newsShowMoreButtonMobile {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    #inviteToScroll {
        display: none !important;
    }
}

@media (min-width: 666px) and (max-width: 730px) {
    #newsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    .descriptionSpace {
        width: 90%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: calc(3% - 30px);
        margin-left: calc(3% - 30px);
        border-left: none;
        border-top: none;
        font-family: 'Mulish', sans-serif;
        font-size: 1em;
        margin-bottom: 25px;
        line-height: 1.5em;
        text-align: justify;
        hyphens: none;
        color: rgba(0, 0, 0, 0.6);
    }
    #buttonSpace {
        width: 90%;
        float: left;
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    /*gestione della sezione other news*/
    #inviteToScrollMom {
        display: none;
    }
    #newsHomeSpace {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 25px;
        min-height: 140px;
    }
    #newsContainerDesktop {
        display: none;
    }
    #newsContainer {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        /*min-height: 173px;
    max-height: 173px;*/
        overflow: hidden;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(33.3% - 6px);
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 50px;
        min-height: 140px;
        padding-bottom: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px rgba(0, 0, 0, 0);
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: 0px;
        min-height: 0px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    h1.newsHomeTitle {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: 25%;
        margin-right: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }
    .singleNewDescription {
        display: none;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 140px;
    }
    p.finishNews {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        float: left;
        clear: both;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    #newsShowMoreButton {
        display: none;
    }
    #newsShowMoreButtonMobile {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    #inviteToScroll {
        display: none !important;
    }
}

@media (min-width: 730px) and (max-width: 823px) {
    #newsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    .descriptionSpace {
        width: 90%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: calc(3% - 30px);
        margin-left: calc(3% - 30px);
        border-left: none;
        border-top: none;
        font-family: 'Mulish', sans-serif;
        font-size: 1em;
        margin-bottom: 25px;
        line-height: 1.5em;
        text-align: justify;
        hyphens: none;
        color: rgba(0, 0, 0, 0.6);
    }
    #buttonSpace {
        width: 90%;
        float: left;
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    /*gestione della sezione other news*/
    #inviteToScrollMom {
        display: none;
    }
    #newsHomeSpace {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 25px;
        min-height: 140px;
    }
    #newsContainerDesktop {
        display: none;
    }
    #newsContainer {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        /*min-height: 173px;
    max-height: 173px;*/
        overflow: hidden;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(33.3% - 6px);
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 50px;
        min-height: 140px;
        padding-bottom: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px rgba(0, 0, 0, 0);
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: 0px;
        min-height: 0px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    h1.newsHomeTitle {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: 25%;
        margin-right: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }
    .singleNewDescription {
        display: none;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 140px;
    }
    p.finishNews {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        float: left;
        clear: both;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    #newsShowMoreButton {
        display: none;
    }
    #newsShowMoreButtonMobile {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    #inviteToScroll {
        display: none !important;
    }
}

@media (min-width: 411px) and (max-width: 731px) {
    #newsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    .descriptionSpace {
        width: 90%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: calc(3% - 30px);
        margin-left: calc(3% - 30px);
        border-left: none;
        border-top: none;
        font-family: 'Mulish', sans-serif;
        font-size: 1em;
        margin-bottom: 25px;
        line-height: 1.5em;
        text-align: justify;
        hyphens: none;
        color: rgba(0, 0, 0, 0.6);
    }
    /*gestione della sezione other news*/
    #inviteToScrollMom {
        display: none;
    }
    #newsHomeSpace {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 25px;
        min-height: 140px;
    }
    #newsContainerDesktop {
        display: none;
    }
    #newsContainer {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        /*min-height: 173px;
    max-height: 173px;*/
        overflow: hidden;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(33.3% - 6px);
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 50px;
        min-height: 140px;
        padding-bottom: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px rgba(0, 0, 0, 0);
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: 0px;
        min-height: 0px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    h1.newsHomeTitle {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: 25%;
        margin-right: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }
    .singleNewDescription {
        display: none;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 140px;
    }
    p.finishNews {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        float: left;
        clear: both;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    #newsShowMoreButton {
        display: none;
    }
    #newsShowMoreButtonMobile {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    #inviteToScroll {
        display: none !important;
    }
}

@media (min-width: 360px) and (max-width: 640px) {
    #newsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    .descriptionSpace {
        width: 90%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: calc(3% - 30px);
        margin-left: calc(3% - 30px);
        border-left: none;
        border-top: none;
        font-family: 'Mulish', sans-serif;
        font-size: 1em;
        margin-bottom: 25px;
        line-height: 1.5em;
        text-align: justify;
        hyphens: none;
        color: rgba(0, 0, 0, 0.6);
    }
    #buttonSpace {
        width: 90%;
        float: left;
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    /*gestione della sezione other news*/
    #inviteToScrollMom {
        display: none;
    }
    #newsHomeSpace {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 25px;
        min-height: 140px;
    }
    #newsContainerDesktop {
        display: none;
    }
    #newsContainer {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        /*min-height: 173px;
    max-height: 173px;*/
        overflow: hidden;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(33.3% - 6px);
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 50px;
        min-height: 140px;
        padding-bottom: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px rgba(0, 0, 0, 0);
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: 0px;
        min-height: 0px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    h1.newsHomeTitle {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: 25%;
        margin-right: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }
    .singleNewDescription {
        display: none;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 140px;
    }
    p.finishNews {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        float: left;
        clear: both;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    #newsShowMoreButton {
        display: none;
    }
    #newsShowMoreButtonMobile {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    #inviteToScroll {
        display: none !important;
    }
}

@media (min-width: 279px) and (max-width: 568px) {
    #newsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    .descriptionSpace {
        width: 90%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: calc(3% - 30px);
        margin-left: calc(3% - 30px);
        border-left: none;
        border-top: none;
        font-family: 'Mulish', sans-serif;
        font-size: 1em;
        margin-bottom: 25px;
        line-height: 1.5em;
        text-align: justify;
        hyphens: none;
        color: rgba(0, 0, 0, 0.6);
    }
    #buttonSpace {
        width: 90%;
        float: left;
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    /*gestione della sezione other news*/
    #inviteToScrollMom {
        display: none;
    }
    #newsHomeSpace {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 25px;
        min-height: 140px;
    }
    #newsContainerDesktop {
        display: none;
    }
    #newsContainer {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        /*min-height: 173px;
    max-height: 173px;*/
        overflow: hidden;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(33.3% - 6px);
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 50px;
        min-height: 140px;
        padding-bottom: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px rgba(0, 0, 0, 0);
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: 0px;
        min-height: 0px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    h1.newsHomeTitle {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: 25%;
        margin-right: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }
    .singleNewDescription {
        display: none;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 140px;
    }
    p.finishNews {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        float: left;
        clear: both;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    #newsShowMoreButton {
        display: none;
    }
    #newsShowMoreButtonMobile {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    #inviteToScroll {
        display: none !important;
    }
}

@media (min-width: 320px) and (max-width: 568px) {
    .videoNewsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    #photoBooksContainer {
        width: 80%;
        float: left;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 0px;
        /*-264px*/
        min-height: 100%;
        max-height: 600px;
        background: white;
    }
    .descriptionSpace {
        width: 90%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: calc(3% - 30px);
        margin-left: calc(3% - 30px);
        border-left: none;
        border-top: none;
        font-family: 'Mulish', sans-serif;
        font-size: 1em;
        margin-bottom: 25px;
        line-height: 1.5em;
        text-align: justify;
        hyphens: none;
        color: rgba(0, 0, 0, 0.6);
    }
    #buttonSpace {
        width: 90%;
        float: left;
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    /*gestione della sezione other news*/
    #inviteToScrollMom {
        display: none;
    }
    #newsHomeSpace {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 25px;
        min-height: 140px;
    }
    #newsContainerDesktop {
        display: none;
    }
    #newsContainer {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        /*min-height: 173px;
    max-height: 173px;*/
        overflow: hidden;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(33.3% - 6px);
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 50px;
        min-height: 140px;
        padding-bottom: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px rgba(0, 0, 0, 0);
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: 0px;
        min-height: 0px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    h1.newsHomeTitle {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: 25%;
        margin-right: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }
    .singleNewDescription {
        display: none;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 140px;
    }
    p.finishNews {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        float: left;
        clear: both;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    #newsShowMoreButton {
        display: none;
    }
    #newsShowMoreButtonMobile {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    #inviteToScroll {
        display: none !important;
    }
}

@media (min-width: 279px) and (max-width: 568px) {
    #newsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    .descriptionSpace {
        width: 90%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        padding-left: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: calc(3% - 30px);
        margin-left: calc(3% - 30px);
        border-left: none;
        border-top: none;
        font-family: 'Mulish', sans-serif;
        font-size: 1em;
        margin-bottom: 25px;
        line-height: 1.5em;
        text-align: justify;
        hyphens: none;
        color: rgba(0, 0, 0, 0.6);
    }
    #buttonSpace {
        width: 90%;
        float: left;
        clear: both;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 50px;
    }
    /*gestione della sezione other news*/
    #inviteToScrollMom {
        display: none;
    }
    #newsHomeSpace {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 25px;
        min-height: 140px;
    }
    #newsContainerDesktop {
        display: none;
    }
    #newsContainer {
        display: block;
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        /*min-height: 173px;
    max-height: 173px;*/
        overflow: hidden;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(33.3% - 6px);
        height: auto;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 50px;
        min-height: 140px;
        padding-bottom: 0px;
        padding-right: 0px;
        box-shadow: 0px 0px rgba(0, 0, 0, 0);
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        padding: 0px;
        margin-bottom: 5px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: 0px;
        min-height: 0px;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    h1.newsHomeTitle {
        width: 50%;
        margin: 0px;
        padding: 0px;
        margin-left: 25%;
        margin-right: 25%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        float: left;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.2em;
        color: rgba(0, 0, 0, 0.6);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        margin-bottom: 15px;
        letter-spacing: 5px;
    }
    .singleNewDescription {
        display: none;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 140px;
    }
    p.finishNews {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        float: left;
        clear: both;
        text-align: center;
        font-family: 'Mulish', sans-serif;
        color: rgba(0, 0, 0, 0.4);
        margin-top: 25px;
        font-size: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-transform: uppercase;
    }
    #newsShowMoreButton {
        display: none;
    }
    #newsShowMoreButtonMobile {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    #inviteToScroll {
        display: none !important;
    }
}


/*
@media (min-width: 732px) and (max-width: 1400px){
  #newsMainTitle{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size:2em;
  }
  .descriptionSpace{
    width: 90%;
    float: left;
    clear: both;
    margin:0px;
    padding: 0px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: calc(3% - 30px);
    margin-left: calc(3% - 30px);
    border-left:none;
    border-top: none;
    font-family: 'Mulish', sans-serif;
    font-size: 1em;
    margin-bottom: 25px;
    line-height: 1.5em;
    text-align: justify;
    hyphens:none;
    color: rgba(0,0,0,0.6);
  }
  */


/*gestione della sezione other news*/


/*
  #inviteToScrollMom{
    display: none;
  }
  #newsHomeSpace{
      width: 100%;
      float: left;
      padding: 0px;
      margin:0px;
      margin-left: 0%;
      margin-right: 0%;
      margin-top: 25px;
      min-height: 140px;
  }
  #newsContainerDesktop{
    display: none;
  }
  #newsContainer{
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding:0px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  .singleNew{
    display: inline;
    float: left;
    width: calc(33.3% - 6px);
    height: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 50px;
    min-height: 140px;
    padding-bottom: 0px;
    padding-right: 0px;
    box-shadow: 0px 0px rgba(0,0,0,0);
  }
  .singleNewTitle{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    max-height: 0px;
    min-height: 0px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.5s;
  }
  h1.newsHomeTitle{
    width: 50%;
    margin: 0px;
    padding: 0px;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    color: rgba(0,0,0,0.6);
    font-weight: normal;
    font-family: 'Mulish', sans-serif;
    margin-bottom: 15px;
    letter-spacing: 5px;
  }
  .singleNewDescription{
    display: none;
  }
  .newsCover{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: auto;
  min-height: 140px;
  }
  p.finishNews{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    clear: both;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    color: rgba(0,0,0,0.4);
    margin-top: 25px;
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
  }
  #newsShowMoreButton{
    display: none;
  }
  #newsShowMoreButtonMobile{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  #inviteToScroll{
    display: none !important;
  }
}
*/


/************************************************/


/************************************************/


/*                                              */


/* gestione query per le varie versioni desktop */


/*                                              */


/************************************************/


/************************************************/

@media (min-width: 823px) and(max-width: 1023px) {
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 200px;
        cursor: pointer;
        transition: 0.4s;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(30% - 10px);
        padding-bottom: 10px;
        padding-right: 9px;
        box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.0);
        height: auto;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 70px;
        min-height: 350px;
        transition: 0.4s;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    #newsContainerDesktop {
        display: block;
    }
    #newsContainer {
        display: none;
    }
    .singleNewDescription {
        display: block;
    }
    .descriptionSpaceOtherNews {
        width: 100%;
        text-align: left;
        color: rgba(0, 0, 0, 0.4);
        font-size: 0.8em;
        margin-bottom: 15px;
        font-style: italic;
    }
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 250px;
        cursor: pointer;
        transition: 0.4s;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(30% - 10px);
        padding-bottom: 10px;
        padding-right: 9px;
        box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.0);
        height: auto;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 70px;
        min-height: 450px;
        transition: 0.4s;
    }
    .singleNewTitle {
        display: block;
        width: 100%;
        float: left;
        clear: both;
        margin: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
        margin-bottom: 15px;
        text-align: left;
        text-transform: uppercase;
        font-size: 0.7em;
        color: rgba(0, 0, 0, 0.5);
        font-weight: normal;
        font-family: 'Mulish', sans-serif;
        max-height: auto;
        min-height: auto;
        margin-top: 10px;
        cursor: pointer;
        transition: 0.5s;
    }
    a.newsLink {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 300px;
        cursor: pointer;
        transition: 0.4s;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(30% - 10px);
        padding-bottom: 10px;
        padding-right: 9px;
        box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.0);
        height: auto;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 70px;
        min-height: 450px;
        transition: 0.4s;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 300px;
        cursor: pointer;
        transition: 0.4s;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(30% - 10px);
        padding-bottom: 10px;
        padding-right: 9px;
        box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.0);
        height: auto;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 70px;
        min-height: 450px;
        transition: 0.4s;
    }
}

@media (min-width: 1440px) and (max-width: 1919px) {
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 300px;
        cursor: pointer;
        transition: 0.4s;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(30% - 10px);
        padding-bottom: 10px;
        padding-right: 9px;
        box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.0);
        height: auto;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 70px;
        min-height: 450px;
        transition: 0.4s;
    }
}

@media (min-width: 1920px) and (max-width: 2559px) {
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 350px;
        cursor: pointer;
        transition: 0.4s;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(30% - 10px);
        padding-bottom: 10px;
        padding-right: 9px;
        box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.0);
        height: auto;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 70px;
        min-height: 500px;
        transition: 0.4s;
    }
}

@media (min-width: 2559px) and (max-width: 3839px) {
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 450px;
        cursor: pointer;
        transition: 0.4s;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(30% - 10px);
        padding-bottom: 10px;
        padding-right: 9px;
        box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.0);
        height: auto;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 70px;
        min-height: 550px;
        transition: 0.4s;
    }
}

@media (min-width: 3840px) and (max-width: 4499px) {
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 850px;
        ;
        cursor: pointer;
        transition: 0.4s;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(30% - 10px);
        padding-bottom: 10px;
        padding-right: 9px;
        box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.0);
        height: auto;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 70px;
        min-height: 950px;
        transition: 0.4s;
    }
}

@media (min-width: 4500px) and (max-width: 5120px) {
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 1050px;
        ;
        cursor: pointer;
        transition: 0.4s;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(30% - 10px);
        padding-bottom: 10px;
        padding-right: 9px;
        box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.0);
        height: auto;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 70px;
        min-height: 850px;
        transition: 0.4s;
    }
}

@media (min-width: 5121px) {
    .newsCover {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        width: 100%;
        height: auto;
        min-height: 1050px;
        ;
        cursor: pointer;
        transition: 0.4s;
    }
    .singleNew {
        display: inline;
        float: left;
        width: calc(30% - 10px);
        padding-bottom: 10px;
        padding-right: 9px;
        box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.0);
        height: auto;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 70px;
        min-height: 850px;
        transition: 0.4s;
    }
}


/************************************************/


/************************************************/


/*                                              */


/* gestione query per le varie versioni MOBILE  */


/*                                              */


/************************************************/


/************************************************/

@media (min-width: 279px) and (max-width: 319px) {}

@media (min-width: 320px) and (max-width: 359px) {
    .videoNewsSpace {
        display: block;
        height: 350px;
        margin-top: -150px;
    }
    .videoNewsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    #buttonSpace {
        width: 160px;
        margin-left: calc(50% - 80px);
    }
}

@media (min-width: 360px) and (max-width: 410px) {
    .videoNewsSpace {
        display: block;
        height: 350px;
        margin-top: -150px;
    }
    .videoNewsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    #buttonSpace {
        width: 160px;
        margin-left: calc(50% - 80px);
    }
}

@media (min-width: 411px) and (max-width: 567px) {
    .videoNewsSpace {
        display: block;
        height: 350px;
        margin-top: -150px;
    }
    .videoNewsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    #buttonSpace {
        width: 160px;
        margin-left: calc(50% - 80px);
    }
}

@media (min-width: 568px) and (max-width: 666px) {
    .videoNewsSpace {
        display: block;
        height: 400px;
        margin-top: -150px;
    }
    .videoNewsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    #buttonSpace {
        width: 160px;
        margin-left: calc(50% - 80px);
    }
}

@media (min-width: 666px) and (max-width: 730px) {
    .videoNewsSpace {
        display: block;
        height: 450px;
        margin-top: -50px;
    }
    .videoNewsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    #buttonSpace {
        width: 160px;
        margin-left: calc(50% - 80px);
    }
}

@media (min-width: 730px) and (max-width: 823px) {
    #photoBooksContainer {
        margin-top: 50px;
    }
    .videoNewsSpace {
        display: block;
        height: 500px;
        margin-top: -150px;
    }
    .videoNewsMainTitle {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        font-size: 2em;
    }
    #buttonSpace {
        width: 160px;
        margin-left: calc(50% - 80px);
    }
}