
.galleryColumn {
    margin-top: 30px;
}

    .galleryColumn a {
        display: block;
    }

.devider {
    border-bottom: 22px solid #d9d9d9;
}




body {
    margin:0;
    padding:0;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Playfair Display', serif;
}

.page_fullScreen {
    width:100%;
    height:100vh;
}

.page_auto {
    width:100%;
    height:auto;
}

.menu_li_active {
    color: rgba(249,209,74,1) !important;
}

.logo_normal {
    max-width: 150px;
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.logo_collapsed {
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.menu_top {
    height:18%;
    background-color:#fff;
    width:100%;
    z-index: 4;
}

.menu_ul {
    list-style: none;
    display: inline-flex;
    width: 100%;
    height:100%;
    margin:0;
    padding:0;
    justify-content: center;
    vertical-align: middle;
}

.hamburger {
    display:none;
}

.menu_ul > li {
    display: table;
    min-width: 80px;
    width:auto;
    height:100%;
    margin-right: 5vw;
}

.menu_ul > li:last-child {
    margin-right: 0vw !important;
}

.menu_ul > li > a  {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    color:rgba(38,38,38,1);
}

.menu_ul > li > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}

.secondPage_box {
    height:50vh;
    width:100%;
    background-image: url(/images/vigneto_parallax.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
}

.divisor {
    height:100px;
    width: 100%;
    background-color: rgba(249,209,74,1);
}

.h1_wrapper {
    text-align:center;
    height:auto;
    /* padding : top,right,bottom,left */
    padding:50px 40px 10px 40px;
    width:fit-content;
    margin:0 auto;
    border-bottom: 1px solid rgba(249,209,74,1);
    
}

.descrizione h1 {
    text-align: left;
    color: rgba(116,51,30,1);
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    margin-top: 50px;
    margin-bottom: 50px;
}

.h1_wrapper > span {
    font-size:45px;
    width:auto;
    font-family: 'Playfair Display', serif;
}

.news_wrapper {
    margin:0px auto;
    height:auto;
    text-align: center;
}

.news_item {
    background-color: #fff;
    height:400px; 
    margin-top:50px;
    display:inline-block;
    vertical-align: bottom;
    cursor:pointer;
}

.news_item_content_wrapper {
    width:50%;
    margin-left:10%;
    position:absolute;
    bottom:5%;
}

.news_item_content_text_wrapper {
    width:fit-content;
    height:auto;
}


.news_item_content_text {
    color:#fff;
    font-size: 28px;
    margin-right:10px;
    margin-left:0;
    margin-top:10px;
    margin-bottom: 10px;
    padding:0;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
}

.news_item_content_subtext {
    color:#fff;
    width:100%;
    font-size:16px;
    text-align: left;
    margin-top:10px;
    font-family: 'Ubuntu', sans-serif;
}

.news_item_content_text_div {
    height:1px;
    border:1px solid rgba(249,209,74,1);
}

#subTextLineTop {
    width:0%;
}

#subTextLineBottom {
    width:20%;
}

.news_button > span {
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.news_button {
    height:60px;
    margin-top:50px;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    border:2px solid rgba(249,209,74,1);
    cursor:pointer;
}

.news_button:hover {
    color:#fff;
}

.partner_wrapper {
    text-align:center;
    display: block;
    width:fit-content;
    height:auto;
    margin: 50px auto;
    align-content:space-between;
}

.partner_wrapper > img {
    display: inline-flex;
    width: 20vw;
    max-width: 150px;
}

.main_partners {
    border-right: 1px solid #000;
    margin-top:50px;
}

.tech_partners {
    margin-top:50px;
}

.no-gutters {
   margin-right: 0;
   margin-left: 0;
    
}

.sponsor_line {
    width:100%;
    display: inline-flex;
    justify-content: center; 
    align-items: center;
    margin-top:25px;
}

.sponsor_line_left {
    display:inline-block;
    width: 50%;
    float:left;
    text-align: center;
}

.sponsor_line_left > img{
    max-width: 70%;
}

.sponsor_line_right {
    display: inline-block;
    width: 50%;
    float:right;
    text-align: center;
}

.sponsor_line_right > img{
    max-width: 60%;
}

footer {
    margin-top:50px;
    height:auto;
    background-color: #fff;
    width:100%;
}

.logo_collapsed {
    display: none;
}

.footer_first {
    background-color: rgba(38,38,38,1);
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:35px;
    padding-bottom:35px;
}

.footer_first > span {
    color:#fff;
    font-size:12px;
    text-align: center;
}

.footer_second {
    background-color: #fff;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:15px;
    padding-bottom:15px;
}

    .footer_second > img {
       /* width: 100%;
         max-width: 100px;*/
    }

.secondPage_content_wrapper {
    height:auto;
}

.secondPage_content_text {
    width:100%;
    height:auto;
    color:white;
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    line-height: 1.2 !important;
}

.border_null {
    border:0px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    border-radius: 0px !important;
    height: 2px !important;
}

.hamburger-inner:after {
    bottom:-8px !important;
} 

.hamburger-inner:before {
    top:-8px !important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width:30px !important;
}

.is-active > .hamburger-box > .hamburger-inner:after {
    bottom:-1px !important;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url() format('truetype');
  }

  /* cyrillic-ext */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url() format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url() format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url() format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url() format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url() format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url() format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }