/* ======================
====Powered by Nitage====
========================*/
:root {
    /*--gs-gold: #b6a055;*/
    --gs-gold: #f4bb1b;
}

.hidden-element {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.wpb_single_image.wpb_content_element.vc_align_center.logo-forum-page img {
    max-width: 400px;
}
.wpb_single_image.wpb_content_element.vc_align_center.banner-forum-program img {
    max-width: 200px;
    border: 1px solid #4b8ecc;
}

.current_page_item {
    min-width: auto !important;
}

.poweredByNTG {
    line-height: 0;
    text-align: right;
}

.poweredByNTG a {
    display: inline-block;
    margin:0;
    line-height: 0;
}

/* ====================
========GENERALE=======
=======================*/

::selection {
    background: #f3da00;
    color: #000;
}

::-moz-selection {
    background: #f3da00;
    color: #000;
}

.skyline-pre-sponsors {
    padding-top: 6rem;
}

.ntg-title.gs-title-gold {
    color: var(--gs-gold);
}

.ntg-title.orbiton-title {
    font-family: 'Orbitron', sans-serif;
    letter-spacing: .1em;
    text-indent: .1em;
}

.ntg-title.margin-bt-small {
    margin-bottom: 0;
}

.ntg-title.tip_app_title {
    margin-top: 50px;
    margin-bottom: 50px;
}

/*div#row-main-intercontinetal {
    background-position: center top !important;
    background-size: auto;
    margin-bottom: 80px;
}

section#section-europe-intercontinental {
    padding-bottom: 50px;
}

div#row-video-european-page {
    margin-bottom: 40px;
}*/

/*div#row-main-intercontinetal > .wpb_column.vc_column_container >.vc_column-inner,
div#row-europe-intercontinetal > .wpb_column.vc_column_container >.vc_column-inner {
    max-width: 844px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}*/

/*.row-inter-medium > .wpb_column.vc_column_container >.vc_column-inner {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.row-inter-small > .wpb_column.vc_column_container >.vc_column-inner {
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}*/

/*h1.ntg-title.title-sup-intercontinental {
    margin-top: -60px;
}*/

/*.ntg-row-sponsor.ntg-row-sponsor-logo-footer .single-sponsor img {
    max-height: 280px;
}

.ntg-row-sponsor.ntg-row-sponsor-logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    flex-wrap: wrap;
}*/

/*.ntg-row-sponsor.ntg-row-sponsor-logo-footer .col-sponsor {
    width: calc(50% - 15px);
    padding: 20px;
}*/

/*.col-sponsor.col-sponsor-iframe {
    display:none;
}*/

/*.ntg-row-sponsor.ntg-row-sponsor-logo-footer .col-sponsor img {
    max-width: 270px;
}

.ntg-row-sponsor.ntg-row-sponsor-logo-footer .sponsor-title {
    width: 100%;
    margin-bottom: 30px;
}

.ntg-row-sponsor.ntg-row-sponsor-logo-footer .responsivo-iframe-video {
    position: relative;
    padding-bottom: 56.25%;
}*/

/*.ntg-row-sponsor.ntg-row-sponsor-logo-footer .responsivo-iframe-video iframe {
    position: absolute;
    left: 0;
    top: 0;
}*/

.ntg-box-sponsor  .ntg-row-sponsor-1.ntg-row-sponsor h2 {
    margin-top: 20px;
}

.responsivo-iframe-video-wrapper {
    max-width: 380px;
}

/*.ntg-row-sponsor.ntg-row-sponsor-logo-footer  .col-sponsor.not-selectable-item {
    text-align: right;
}*/

.text-with-bg {
    background-image: url('images/Sfondo-Titoli-Interco.jpg');
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 9;
}

/*.ntg-title.orbiton-title.ntg-europe-title {
    font-size: 140px !important;
    letter-spacing: .3em !important;
    text-indent: .3em !important;
    line-height: 1;
    margin-top: 30px;
}*/

section#sectio-editions {
    margin-top: 0px;
    margin-bottom: 140px;
}

/*.wpb_text_column.wpb_content_element.intercontinental-txt-margin {
    margin-bottom: 115px;
    margin-top: 40px;
}*/

section#section-trophy-awards {
    padding-bottom: 80px;
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.clearboth {
    clear: both;
}

.ntg_button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ntg_button a {
    border: 1px solid var(--gs-gold);
    display:  block;
    padding: 15px 20px;
    color: #fff;
    max-width: 220px;
    font-weight: 500;
    text-align:  center;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    border-radius: 7px;
}

.ntg_button a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    width: 0;
    height: 100%;
    left: 0;
    background-color: var(--gs-gold);
    transition: inherit;
}

.ntg_button a:hover:before {
    width:100%;
}

.ntg_button.button-center a {
    margin: 0 auto;
}

.ntg_button.button-right a {
    margin: 0 0 0 auto;
}

.ntg_button a:hover {
    color: #ffffff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.ntg_button.ntg-button-white a {
    border-color: #ffffff;
    color: #ffffff;
}

.ntg_button.ntg-button-white a:hover {
    background: #ffffff;
    color: #000000;
}

.ntg_button.ntg-button-large a {
    max-width: 330px;
    font-size: 20px;
    /*font-weight: 700;*/
}

.home {
    background-color: #000000;
}

.wrap {
    max-width: 1440px;
}

.ntg-wrap-pad {
    padding: 0px 15px;
}

.home .entry {
    margin-bottom: 0px;
}

.home .site-inner {
    padding-top: 0px;
}

.not-selectable-item {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body.home {
    background-image: none;
}

body.custom-mn-open {
    background-color: #000000;
    background-image: none;
}

.ntg-false-content {
    padding-bottom: 1000px;
}

blockquote {
    background-color: #212121;
    color: #fff;
    padding: 20px 40px 30px;
    font-style: italic;
    margin: 0;
}
blockquote::before {
    color: #ffffff;
}

blockquote:after {
    content: "\201d";
    display: block;
    font-size: 30px;
    height: 0;
    position: relative;
    top: -15px;
    text-align: right;
}

.ntg-custom-pagination .archive-pagination {
    padding: 0px 15px;
}

.photonic-loading {
    /*    position: fixed;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        overflow: hidden;
        z-index: 1100;*/
    display: none !important;
    /*background: url(../../../images/loading.gif) no-repeat center;*/
}

.ntg_button.button-menu-conference {
    display: inline-block;
    margin-right:10px;
}

.ntg_button.button-menu-conference a {
    display: inline-block;
    padding: 10px 40px;
    background-color: transparent !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    border: 2px solid #fff;
}

.ntg_button.button-menu-conference a:hover {
    background-color: #ffffff !important;
    color: #000 !important;
}

#rowConferenceButton {
    text-align: center;
    margin-bottom: 30px;
}

.fancybox-desktop .fancybox-inner {
    overflow: hidden !important;
}

/* ====================
==BLOG HOME===
=======================*/
div#row-hm-edition-title {
    position: relative;
    z-index: 1;
}

div#row-hm-edition-title > .wpb_column {
    /*margin-top: -190px;*/
    margin-top: -140px;
}

section#hm-section-edition,
section#hm-section-dubai-edition {
    margin-bottom: 70px;
}

div#row-main-european-edition-page {
    /*margin-top: -50px;*/
}

#row-main-european-edition-page{

    background-position: center center !important;
}

#row-main-european-edition-page-mobile{
    display: none !important;
}

.card-image {
    line-height: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.26%;
}

.video-container iframe,
.video-container video {
    position:absolute;
    width: 100%;
    height: 100%;
}

span.card-title {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 15px;
    min-height: 80px;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

/* Shortcode Food Moments */
#ffc-main-row {
    padding-bottom: 100px;
    padding-top:100px;
    min-height: 820px;
}

section#section-text-intro-ffc {
    margin-top: 10px;
    margin-bottom: 40px;
}

section#section-txt-first {
    padding: 100px 0px 0px;
}

.galleriafoto .swiper-slide {
    max-width: 374px
}

.galleriafoto .swiper-slide a {
    display: block;
    line-height: 0
}

div#GalleryRow {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 480px;
}

.galleriafoto .swiper-slide a.swipebox:hover {
    opacity: .6
}

div#GalleryRow .swiper-slide img {
    display: block;
}

div#GalleryRow .swiper-slide {
    height:auto;
}

.gallery-food-moments {
    height: 100%;
    width: 100%;
    position: absolute;
    max-width: 100%;
}

.section-title h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

.globe-sc-ffc-moments {
    padding: 50px 0px 0px;
    margin-bottom: 50px;
}

.carosello-marchi {
    overflow: hidden
}

.carosello-marchi.carosello-marchi-small-1 {
    margin-left:auto;
    margin-right:auto;
    max-width: 233px;
}
.carosello-marchi.carosello-marchi-small-2 {
    margin-left:auto;
    margin-right:auto;
    max-width: 466px;
}
.carosello-marchi.carosello-marchi-small-3 {
    margin-left:auto;
    margin-right:auto;
    max-width: 699px;
}
.carosello-marchi.carosello-marchi-small-4 {
    margin-left:auto;
    margin-right:auto;
    max-width: 932px;
}
.carosello-marchi.carosello-marchi-small-5 {
    margin-left:auto;
    margin-right:auto;
    max-width: 1165px;
}
.carosello-marchi.carosello-marchi-small-6 {
    margin-left:auto;
    margin-right:auto;
    max-width: 1398px;
}
.carosello-marchi.carosello-marchi-small-7 {
    margin-left:auto;
    margin-right:auto;
    max-width: 1631px;
}
.carosello-marchi.carosello-marchi-small-8 {
    margin-left:auto;
    margin-right:auto;
    max-width: 1864px;
}

.carosello-marchi .swiper-slide {
    max-width: 100%;
    width: auto;
    line-height: 0
}

.carosello-marchi .swiper-slide a {
    display: block;
    line-height: 0
}

/* MODAL GALLERY EVENTS */
.sh_ffc_past_events {
    margin-bottom: 80px;
}
.ffc-container-past-events {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 40px;
}
.ffc_single_item_event {
    position: relative;
    width: 30%;
    cursor: pointer;
}

.sh_ffc_title.section-title {
    margin-bottom: 70px;
}

.ffc_single_item_event__title {
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}
.load-album {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.album-event {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 5%;
    z-index: 1000;
    background-color: rgba(0,0,0,.9);
    height: 100%;
    overflow-y: auto
}

.album-event .title-album {
    font-size: 23px;
    text-transform: uppercase;
}

.container-album {
    position: relative;
    width: 100%
}

.container-album .photonic-object-header.photonic-flickr-set {
    display: none
}

.container-album .photonic-flickr-stream .photonic-pad-photos {
    display: block;
    padding: 0!important;
    width: 8.33333%
}

.photonic-thumb a {
    line-height: 0;
    display: block
}

.close {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: relative
}

span.close-album {
    float: right;
    cursor: pointer;
    height: 40px;
    width: 40px
}

.close.close-1 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    left: -2px
}

.close.close-2 {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -2px;
    top: 8px
}

.photonic-random-layout .photonic-thumb a img {
    display: block !important;
}

#swipebox-overlay {
    background: rgba(0, 0, 0, 0.5);
}

#swipebox-bottom-bar, #swipebox-top-bar {
    background: #303030;
}

.wpb_text_column.wpb_content_element.block-text-380 {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
/* ====================
==HEADER CUSTOM MENU===
=======================*/

.menu-item-has-children{
    position: relative;
}

.ntg-hidden-element {
    display: none;
}

.ntg-before-header {
    position: absolute;
    width: 100%;
    z-index: 11;
    background-color: transparent;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 20px 50px;
}

.ntg-before-header .wrap {
    max-width: 1820px;
    position: relative;
    height: 168px;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.home .ntg-before-header {
    background-color: transparent;
}

header.site-header .wrap {
    max-width: 1920px;
}

.custom-menu-icon {
    font-size: 28px;
    color: #ffffff;
    position: absolute;
    right: 0px;
    top: 20px;
}

.ntg-before-header.ntg-not-mobile .custom-menu-icon.custom-mn-open {
    right: 17px;
}

.ntg-scroll-body .ntg-before-header.ntg-not-mobile .custom-menu-icon.custom-mn-open {
    right:0px;
}

.ntg-custom-logo img {
    display: block;
}

.ntg-button-menu {
    display: inline-block;
    width: 25px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    /*background-color: #ffffff;*/
    cursor: pointer;
    color: #fff;
    font-size:25px;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    z-index: 1000;
}

.ntg-button-menu:before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 25px;
    /*display: none;*/
    text-align: center;
}

.ntg-container-menu {
    width: 100%;
    z-index: 60;
    left: 0;
    right: 0;
}

.ntg-container-menu .ntg-custom-menu {
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
}

.custom-menu-icon.custom-mn-open .ntg-button-menu:before {
    content: "\f00d";
}

.ntg-container-menu.custom-mn-open nav.nav-primary >.wrap {
    max-width: 1420px;
}

.ntg-container-menu.custom-mn-open .ntg-custom-menu {
    display: block;
    background-color: #000;
    height: 100%;
}

.custom-menu-icon span.text-menu-icon {
    margin-right: 20px;
    text-transform: uppercase;
}

.custom-menu-icon.custom-mn-open span.text-menu-icon {
    display:none;
}

.ntg-custom-menu nav.nav-primary {
    position:relative;
}

.ntg-container-menu .genesis-nav-menu {
    list-style: none;
}

.ntg-container-menu .genesis-nav-menu:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    right: 50%;
    background-color: #000;
    z-index: -1;
}

.genesis-nav-menu.responsive-menu .sub-menu {
    display: inline-block;
    position: absolute;
    top: 0px;
    flex-direction: column;
    /*    height: 100%;*/
    z-index: 9999999;
    margin-top: 55px;
    /*    max-width: fit-content;*/
    max-height: fit-content;
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    left: -30px;
}

.sub-menu a{
    text-align: center;
}

.nav-primary .genesis-nav-menu .sub-menu a{
    text-align: center;
}

.genesis-nav-menu.responsive-menu .menu-item-has-children:hover ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.ntg-custom-logo img {
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 180px;
}

.ntg-before-header.ntg-sticky {
    background-color: #000000;
    padding: 20px 15px;
    z-index: 9999;
    position: fixed;
    top: 0;
}

body.custom-mn-open .ntg-before-header .ntg-button-menu,
.ntg-before-header.ntg-sticky .ntg-button-menu {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.ntg-before-header.ntg-sticky .wrap,
body.custom-mn-open .ntg-before-header .wrap {
    height: 122px;
    overflow: hidden;
}

.ntg-before-header.ntg-sticky .ntg-custom-logo img,
body.custom-mn-open .ntg-before-header .ntg-custom-logo img {
    max-width: 90px;
}

body.custom-mn-open .ntg-before-header {
    background-color: #000000;
    padding: 15px;
}

.ntg-title-bread {
    margin-bottom: 60px;
}

.ntg-title-bread .wrap {
    max-width: 1200px;
    padding: 0px 15px;
    position: relative;
    z-index: 9999;
}

.ntg-title-page h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-shadow: -1px -1px 0px #8d8d8d, -1px 1px 0px #8d8d8d, -1px 0px 0px #8d8d8d, 1px -1px 0px #8d8d8d, 1px 1px 0px #8d8d8d, 1px 0px 0px #8d8d8d, 0px -1px 0px #8d8d8d, 0px 1px 0px #8d8d8d;
}

.ntg-before-header.ntg-sticky .ntg-title-page h1 {
    font-size: 30px;
}

.ntg-bread-page,
.ntg-bread-page a {
    color: #ffffff;
}

.ntg-bread-page a {
    text-decoration: none;
}

body.custom-mn-open .ntg-title-bread {
    display: none;
}

.custom-sw-bt-prev,
.custom-sw-bt-next {
    top: 55px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 21px 0px 0px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.custom-sw-bt-prev:focus, .custom-sw-bt-next:focus {
    outline: none;
}

.custom-sw-bt-prev.swiper-button-disabled,
.custom-sw-bt-next.swiper-button-disabled{
    opacity: .3;
    cursor: auto;
    pointer-events: none;
}

/* ====================
===SLIDE AFTER EVENT===
=======================*/
/*.row-slider-after-event {
        margin-top: 208px;
}*/

.row-slider-after-event > .wrap {
    max-width: 1920px;
}

.slider-after-event {
    overflow: hidden;
}

.slider-after-event .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-after-event .swiper-slide .pad-slide-ae {
    padding-bottom: 35.1041666%;
}

/* ====================
===SLIDE 3D HOMEPAGE===
=======================*/
.contianer-slider-hp {
    position: relative;
}

.contianer-slider-hp .wrap {
    max-width: 1920px;
    position: relative;
}

.sw-slider-hp {
    overflow: hidden;
    display: block;
    width: 100%;
}

.sw-slider-hp .swiper-slide {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.contianer-slider-hp .ntg-3d-frame {
    text-align: left;
    width: 177vh;
    height: 100vh;
    max-height: 1080px;
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
}

.contianer-slider-hp .ntg-custom-3d {
    width: 177vh;
    max-width: 1920px;
    height: 100%;
    max-height: 1080px;
}

.contianer-slider-hp .ntg-custom-3d canvas {
    display: block;
    max-width: 1920px;
    max-height: 1080px;
    margin: 0 auto;
}

.container-ntg-text-3d {
    position: absolute;
    bottom: 8px;
    left:53%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2vmin;
    line-height: 1.5;
    padding: .4vmin 1vmin 6.6vmin 14vmin;
    z-index: 10;
    min-height: 13.4vmin;
}

.container-ntg-text-3d .tipo-premio {
    font-size: 1.2vmin;
    font-weight: 300;
}

.ntg-circle-3d {
    position: absolute;
    padding-bottom: 9.36vmin;
    width: 9.76vmin;
    border: .2vmin solid #fff;
    border-radius: 50%;
    bottom: 1.3vmin;
    left: 2vmin;
}

.container-ntg-text-3d:after {
    content: "";
    position: absolute;
    width: 59%;
    padding-bottom: .3vmin;
    background-color: #fff;
    left: 11.76vmin;
    bottom: 5.9vmin;
    max-width: 19vmin;
}

.vertical-slider {
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab;
}

.vertical-slider__container {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 56.25vw;
}

.js-vertical-slider-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: -webkit-grab;
    cursor: grab;
}

.contianer-slider-hp .container-sw-bt-nav:before {
    content: "";
    width: 0;
    height: 0;
    background-image: none;
}

.contianer-slider-hp .container-sw-bt-nav .custom-sw-bt-prev,
.contianer-slider-hp .container-sw-bt-nav .custom-sw-bt-next {
    top: 50%;
    color: #ffffff;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    border: .3vmin solid #fff;
    border-radius: 50%;
    font-size: 1.8vmin;
    width: 7.5vmin;
    height: 7.5vmin;
    text-align: center;
    padding: 2vmin 0 0;
    left: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.contianer-slider-hp .container-sw-bt-nav .custom-sw-bt-next {
    left: auto;
    right: 30px;
}

.ntg-custom-slide-notsupport {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 178.77vh;
    max-width: 1920px;
    height: 100vh;
    max-height: 1080px;
    margin: 0 auto;
    position: relative;
}

/* ====================
====ROW BANNER====
=======================*/

.row-ntg-banner.ntg-banner-live {
    /*border-top: 5px solid #ffffff;*/
}

.row-ntg-banner.ntg-banner-live img {
    display: block;
}

/* ====================
====WINNER LAYOUT====
=======================*/

.all-winners {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.all-winners .winner-item {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 5px;
    margin-bottom: 30px;
    line-height: 1.1;
}

.name-winner-item {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
}

.name-award-item {
    margin-top:5px;
    max-width: 400px;
    margin: 0 auto;
    text-transform: none;
}
.all-winners .winner-item a {
    text-decoration: none;
    font-weight: 700;
    line-height: .9;
}

.all-winners .winner-item img {
    max-width: 405px;
    width: 100%;
}

.all-winners .winner-item .name-award-item a {
    font-weight: 600;
}
.name-award-item span{
    font-weight: 400 !important;
    display: block;
    line-height: 1.3;
}

.name-award-item .sponsor-award-item {
    font-size: 14px;
}

.box-home-winners .big-winner {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ====================
====ROW NOMINEES Definitivi HP====
=======================*/

.row-date-event {
    text-align: center;
    /*border-top: 5px solid #ffffff;*/
}

.row-date-event h1 {
    text-align: center;
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 30px;
    margin-top: 40px;
    line-height: 1.6;
}

.row-date-event span {
    font-size: 26px;
    text-transform: none;
}

.row-nominess {
    margin: 0 auto;
    overflow: hidden;
}

.row-nominess.row-nominess-resp {
    display: none;
}

.row-nominess .wrap {
    max-width: 1920px;
}

.row-nominess .sw-nominees-hmpg {
    position: relative;
    overflow: hidden;
}

.row-nominess .sw-nominees-hmpg img {
    display: block;
}

.container-sw-bt-nav .custom-sw-bt-prev, .container-sw-bt-nav .custom-sw-bt-next {
    top: 45%;
    font-size: 2vmin;
    width: 6.5vmin;
    height: 6.5vmin;
    text-align: center;
    padding: 1.5vmin 0 0;
    left: 1vmin;
}

.container-sw-bt-nav .custom-sw-bt-prev:hover, .container-sw-bt-nav .custom-sw-bt-next:hover {
    background-color: #ffffff;
    color: #000000;
}

.container-sw-bt-nav .custom-sw-bt-next  {
    right: 1vmin;
    left: auto;
}

/* ====================
===ROW NOMINEES STEP 1==
=======================*/

.row-nominess-step1 > .wrap {
    max-width: 1920px;
}

.slide-nominees-style1 img {
    display: block;
}

/* ====================
===ROW TESTIMONIAL HP==
=======================*/

.content-quote {
    background: #efefef;
    background: -moz-linear-gradient(left, #ffffff 50%,#000000 50%);
    background: -webkit-linear-gradient(left, #ffffff 50%,#000000 50%);
    background: linear-gradient(to right,  #ffffff 50%,#000000 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 );
    position: relative;
}

.content-quote .pseudo-wrap {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.swiper-quotes-testimonials {
    overflow: hidden;
}

.swiper-quotes-testimonials .swiper-slide {
    display: flex;
    flex-direction: row-reverse;
    height: 100vh;
    max-height: 707.69px;
}

.swiper-quotes-testimonials .swiper-slide .quote-text,
.swiper-quotes-testimonials .swiper-slide .quote-img {
    max-width: 50%;
    width: 100%;
}

.swiper-quotes-testimonials .swiper-slide .quote-img img {
    display: block;
}

.swiper-quotes-testimonials .swiper-slide .quote-text {
    display: flex;
    padding-bottom: 130px;
}

.swiper-quotes-testimonials .container-quote-text {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    display: flex;
    align-self: center;
    flex-direction: column;
    padding-right: 130px;
}

.swiper-quotes-testimonials .custom-icon-quote {
    font-family: "Noto Sans", serif;
    font-size: 165px;
    line-height: 1;
    color: #000;
    height: 50px;
}

.swiper-quotes-testimonials .bottom-icon-quote {
    text-align: right;
    color: #000;
}

.swiper-quotes-testimonials .up-icon-quote {
    color: #000;
}

.swiper-quotes-testimonials .testo-quote {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    line-height: 40px;
    font-style: italic;
    padding-left: 70px;
}

.swiper-quotes-testimonials .testo-quote p {
    margin: 0;
}

.swiper-quotes-testimonials .name-surname {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding-left: 70px;
}

.swiper-quotes-testimonials .row-button-speakers .ntg_button {
    position: absolute;
    bottom: 30px;
    text-transform: uppercase;
    padding-left: 70px;
    z-index: 1;
}

.cs-nv-quote {
    position: absolute;
    left: 50%;
    text-align: center;
    width: 10em;
    height: 3.2em;
    z-index: 2;
    bottom: 130px;
    top: auto;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-quotes-testimonials .cs-nv-quote .custom-sw-bt-prev,
.swiper-quotes-testimonials .cs-nv-quote .custom-sw-bt-next {
    width: 3em;
    height: 3em;
    padding: .6em 0 0;
    border: .1em solid #000;
    background-color: #ffffff;
    font-size: 1em;
    color: #000000;
    top: auto;
}

.swiper-quotes-testimonials .cs-nv-quote .custom-sw-bt-next {
    right: 0;
}

.swiper-quotes-testimonials.cs-nv-quote .custom-sw-bt-prev:focus,
.swiper-quotes-testimonials .cs-nv-quote .custom-sw-bt-next:focus {
    outline: none;
}

.swiper-quotes-testimonials .cs-nv-quote .custom-sw-bt-prev:hover,
.swiper-quotes-testimonials .cs-nv-quote .custom-sw-bt-next:hover {
    background-color: #000000;
    color: #ffffff;
}

.swiper-quotes-testimonials .row-button-speakers .ntg_button a {
    border-color: #000;
    color: #000;
}
.swiper-quotes-testimonials .row-button-speakers .ntg_button a:hover {
    color: #fff;
}

.swiper-quotes-testimonials .row-button-speakers .ntg_button a:before {
    background-color: #000;
}

/* ====================
========ROW BLOG=======
=======================*/

.row-blog {
    background-color: #000000;
    background-image: url(images/bg-sh-blog.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 100px 15px;
    border-bottom: 5px solid #ffffff;
}

.row-blog,
.row-blog a {
    color: #ffffff;
}

.sh-blog-image .wrap {
    max-width: 1606px;
}

.sh-blog-image img {
    margin-bottom: 10vmin;
}

.row-blog .ntg_button a {
    text-transform: uppercase;
}

.sh-blog-title h2 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.sh-text-blog-home {
    margin-bottom: 60px;
}

.sh-text-blog-home a.sh-link-read-more {
    text-decoration-line: underline;
}

/* ====================
====ROW GS AWARD HP====
=======================*/

.sh-desc-premio {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
    -ms-grid-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
    -ms-grid-rows: min-content min-content min-content;
    grid-template-rows: -webkit-min-content -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content min-content;
    grid-template-areas:
        "foto foto title title"
        "foto foto description description"
        "foto foto description description";
    padding: 120px 0px 90px;
}

.sh-title-premio {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: title;
}

.sh-image-premio {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: foto;
}

.sh-content-premio {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: description;
}

.sh-title-premio h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.sh-desc-premio a.custom-logo-app {
    width: auto;
    max-width: 48%;
    margin: 0 4% 10px 0;
    display: inline-block;
    line-height: 0;
}

.sh-desc-premio a.custom-logo-app img {
    margin: 0;
}

.sh-desc-premio a.custom-logo-app:nth-child(2n) {
    margin: 0px 0px 10px;
}

/* ====================
==========PAGE=========
=======================*/

.ntg-menu-page-fixed {
    position: fixed;
    right: 50%;
    top: 50%;
    -moz-transform: translate(835px, -50px);
    -webkit-transform: translate(835px, -50px);
    -o-transform: translate(835px, -50px);
    -ms-transform: translate(835px, -50px);
    transform: translate(835px,-50%);
    opacity: 0;
}

body.body-check-device .ntg-menu-page-fixed {
    opacity: 1;
}

.ntg-menu-page-fixed .ntg-wdg-years,
.ntg-menu-page-fixed .widget_ntg_years_winners_widget,
.ntg-menu-page-fixed .widget_ntg_years_speakers_widget {
    padding: 15px;
}

.ntg-menu-page-fixed .widget_nav_menu .menu .menu-item,
.ntg-menu-page-fixed .ntg-wdg-years-winners .menu-item {
    margin-bottom: 5px;
}

.ntg-menu-page-fixed .widget_nav_menu .menu a,
.ntg-menu-page-fixed .ntg-wdg-years-winners .menu a {
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid transparent;
    line-height: 1;
}

.ntg-menu-page-fixed .widget_nav_menu .menu a:hover,
.ntg-menu-page-fixed .widget_nav_menu .menu .menu-item.current_page_item a,
.ntg-menu-page-fixed .ntg-wdg-years-winners .menu a:hover,
.ntg-menu-page-fixed .ntg-wdg-years-winners .menu .menu-item.current_page_item a {
    border: 1px solid #ffffff;
}

.ntg-menu-page-fixed.ntg-responsive-menu-page-fixed {
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    text-align: center;
    background-color: #000000;
    z-index: 4;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.ntg-menu-page-fixed.ntg-responsive-menu-page-fixed .widget_nav_menu .menu .menu-item,
.ntg-menu-page-fixed.ntg-responsive-menu-page-fixed .ntg-wdg-years-winners .menu .menu-item {
    display: inline-block;
    margin-bottom: 0px;
}

.row-image-page .ntg-img-page {
    padding: 0px 15px;
    text-align: center;
    overflow: hidden;
}

.row-image-page .ntg-img-page.ntg-img-blog-mob {
    display: none;
}

.row-image-page .ntg-img-page img {
    margin-bottom: 70px;
}

.row-trophy-quotes>.wrap {
    background-color: #212121;
}

.row-trophy-quotes>.wrap .wpb_single_image.vc_align_center {
    margin-bottom:0;
}

.sh-ffc-loghi {
    text-align: center;
    max-width: 880px;
    margin: 50px auto 50px;
}

.row-ffc-organizers h2,
.row-ffc-partners h2{
    font-size: 17px;
}

.ntg-item-partner.ntg-item-partner-top {
    display: block;
}

.sh-ffc-loghi .ntg-item-organiser, .ntg-item-partner {
    display: inline-block;
}

.ntg-content {
    margin: 20px auto;
}

.row-ffc-organizers h2 {
    margin-bottom: 0;
}

/* ====================
======ARCHIVE BLOG=====
=======================*/

.custom-archive-blog {
    margin-bottom: 60px;
}

.custom-archive-blog .last-news-globe {
    margin-bottom: 30px;
}

.archive-blog-grid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-column-gap: 2%;
    padding: 0px 15px;
}

.archive-blog-grid-item {
    margin-bottom: 20px;
}

.archive-blog-single {
    padding: 20px 0px;
    display: grid;
    grid-template-rows: max-content auto max-content max-content;
    height: 100%;
}

.archive-blog-single a {
    text-decoration: none;
}

.excerpt-title-blog h2 {
    font-size: 20px;
}

.excerpt-content-blog {
    font-size: 16px;
}

.blog-date {
    font-size: 16px;
}

.excerpt-button-blog a {
    background-color: #b6a055;
    display: inline-block;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    margin-top: 20px;
}

.excerpt-tag-blog .single-blog-tag,
.container-tag .single-blog-tag {
    display: inline-block;
    padding: 4px 5px;
    line-height: 1.25;
    font-size: 14px;
}

.excerpt-tag-blog .single-blog-tag {
    border: 1px solid #b3a05a;
    color: #fff;
}

.container-tag .single-blog-tag {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.container-tag a,
.archive-blog-single .excerpt-tag-blog a {
    text-decoration: none;
    display: inline-block;
    line-height: 0;
    margin-bottom: 10px;
}

.excerpt-tag-blog .single-blog-tag a,
.container-tag .single-blog-tag  a {
    color: #212121;
    font-size: 13px;
    text-decoration: none;
}

.wrap.ntg-blog-wrap #disqus_thread,
.wrap.ntg-blog-wrap article {
    padding: 0 15px;
}

/*IE 11 and Old */
body.body-check-device-explorer-old .archive-blog-grid-item {
    display: inline-block;
    max-width: 50%;
    float: left;
}

/* ====================
======SINGLE BLOG=====
=======================*/

.custom-single-blog .container-blog-single {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 980px;
}

.custom-single-blog .blog-single-date {
    margin-bottom: 20px;
}

.custom-single-blog .single-blog-title h1 {
    font-size: 30px;
    font-weight: 700;
}
.custom-single-blog .sub-blog-title h2 {
    font-size: 25px;
    line-height: 1.4;
}

.custom-single-blog .date-author {
    margin-bottom: 30px;
}

.custom-single-blog .date-author time {
    float: right;
}

button.tablinks.active {
    background-color: #b6a055;
}

button.tablinks:hover {
    background-color: #b6a055;
}

.news-tab-list {
    margin-bottom: 40px;
    font-size: 16px;
    text-align: right;
}

.single-blog-title.test-title h2 {
    font-size: 30px;
    font-weight: 700;
}

.single-blog .row-bread-ntg .wrap {
    max-width: 950px;
    margin-bottom: 30px;
}

/* ====================
======PAGE WINNERS=====
=====PAGE SPEAKERS=====
=======PAGE JURY=======
=======================*/
.ntg_awards_grid,
.sh_ntg_awards.ntg_awards_grid,
.sh-ntg-jury.ntg_awards_grid {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    opacity: 0;
}

body.body-check-device .ntg_awards_grid,
body.body-check-device .sh_ntg_awards.ntg_awards_grid,
body.body-check-device .sh-ntg-jury.ntg_awards_grid {
    opacity: 1;
}

.ntg_awards_grid-item .content-single-awards a{
    max-width: 375px;
}

.ntg_awards_grid .ntg_awards_grid-item {
    padding: 10px;
    float: left;
    margin: 0 auto;
    width: 100%;
}

.ntg_awards_grid .content-single-awards {
    position: relative;
    cursor: pointer;
    display: table;
    width: 100%;
}

.ntg_awards_grid .content-single-awards img {
    display: block;
    margin: 0 auto 0px;
    width: 100%;
}

.ntg_awards_grid .content-single-awards-overlay {
    /*    position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1 !important;
    /*    display: table-cell;*/
    padding: 4px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: white;
    /*    background: -moz-linear-gradient(-81deg, #8b5d23 0%, #612f00 7%, #d9bb5a 18%, #dbbb2b 27%, #f5f1b0 39%, #fefbf7 50%, #f5f1b0 61%, #dbbb2b 71%, #d9bb5a 81%, #612f00 91%, #8b5d23 100%);*/
    /*    background: -webkit-linear-gradient(-81deg, #8b5d23 0%,#612f00 7%,#d9bb5a 18%,#dbbb2b 27%,#f5f1b0 39%,#fefbf7 50%,#f5f1b0 61%,#dbbb2b 71%,#d9bb5a 81%,#612f00 91%,#8b5d23 100%);*/
    /*    background: linear-gradient(99deg, #8b5d23 0%,#612f00 7%,#d9bb5a 18%,#dbbb2b 27%,#f5f1b0 39%,#fefbf7 50%,#f5f1b0 61%,#dbbb2b 71%,#d9bb5a 81%,#612f00 91%,#8b5d23 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b5d23', endColorstr='#8b5d23',GradientType=1 );
}

.entry-content .ntg_awards_grid .content-single-awards-overlay a,
.entry-content .ntg_awards_grid .content-single-awards-overlay a:hover {
    color: #000000;
}

.ntg_awards_grid  .content-single-awards-overlay .sh-box-link-overlay {
    background-color: #fff;
    display: table;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 16px;
    min-height: 132px;
}

.ntg_awards_grid .content-single-awards-overlay .sh-box-link-overlay a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 14px;
    color: #000000;
    font-size: 14px;
}

.ntg_awards_grid .sh-name-winner {
    font-size: 21px;
}

.ntg_awards_grid span.sh-winner-award-edition {
    font-weight: 700;
    margin: 10px 0px 0px;
    display: inline-block;
}

.ntg_awards_grid .content-single-awards .sh-box-link-overlay img {
    margin-bottom: 10px;
    max-width: 96px;
    display: none;
}

.ntg_awards_grid .content-single-awards-overlay .sh-box-link-overlay .fas {
    display: block;
    margin-top: 10px;
}

/*IE 10 and Old */
body.body-check-device-explorer-old .ntg_awards_grid .ntg_awards_grid-item {
    max-width: 33.33%;
}

/* ====================
=====SINGLE WINNER=====
=======================*/
.single-winner-title {
    text-align: center;
}

.custom-single-winner .winner-main-content {
    padding: 0 15px;
}

.custom-single-winner .single-name-award,
.custom-single-winner .single-winner-awarded,
.custom-single-winner .single-winner-accepted,
.custom-single-winner .single-winner-other-award h2,
.custom-single-winner .single-speaker-ruolo,
.custom-single-winner .single-speaker-moderator,
.custom-single-winner .single-winner-video {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.custom-single-winner .single-name-award {
    margin-bottom: 0px;
}

.custom-single-winner .single-sponsor-award {
    font-size: 16px;
    font-weight: 100;
}

.custom-single-winner .single-winner-motivation {
    margin: 30px auto;
}

.custom-single-winner .single-winner-motivation,
.custom-single-winner .single-speakers-content {
    margin: 30px auto;
}

.custom-single-winner .single-winner-video-iframe {
    margin-top: 60px;
}

.single-winner-video .ntg_button a {
    font-weight: 700;
}

.single-winner-video .ntg_button span {
    margin-left: 10px;
}

.single-winner-video .ntg_button i.fas.fa-video {
    vertical-align: -0.05em;
}

/* ====================
====SINGLE SPEAKERS====
=======================*/
.single-speakers .custom-single-winner >.wrap {
    max-width: 1000px;
}

.speaker-2022 .speaker-title, .speaker-2022 .box-roles-speaker .single-speaker-ruolo{
    text-align: center !important;
}

.grid-sg-speaker{
    max-width: 1200px;
    margin: 0 auto;
}

.speaker-2022 .single-speaker-ruolo{
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px !important;
    padding: 10px 15px;
}

.box-content-speaker{
    grid-area: initial !important;
}

.grid-sg-speaker {
    padding: 0 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: -webkit-min-content -webkit-min-content -webkit-max-content auto auto;
    -ms-grid-rows: min-content min-content max-content auto auto;
    grid-template-rows: -webkit-min-content -webkit-min-content -webkit-max-content auto auto;
    grid-template-rows: min-content min-content max-content auto auto;
    grid-template-areas:
        "foto title" "foto ruoli" "foto testo" "foto testo""foto .";
}

.row-image-speaker {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    grid-area: foto;
    margin-right: 30px;
}

.speaker-title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: title;
}

.box-roles-speaker {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: ruoli;
}

.box-content-speaker {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: testo;
}

/* ====================
=======THE JURY========
=======================*/
.sh-ntg-jury.ntg_awards_grid .content-single-awards {
    cursor: auto;
}

.sh-ntg-jury .sh-content-link-overlay {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #000000;
    text-transform: uppercase;
    padding: 0px 10px;
}

/* ====================
=====VIDEOGALLERY======
=======================*/

.photonic-object-header.photonic-flickr-set {
    border: none;
    margin: 0;
    padding: 0 0 30px;
}

.photonic-header-title.photonic-set-title {
    text-align: center;
    margin-bottom: 40px !important;
}

.photonic-header-title.photonic-set-title a {
    text-decoration: none !important;
    font-size: 24px;
    /*    font-weight: 800 !important;*/
    line-height: 1.1;
    text-transform: uppercase;
}

.content-video-big {
    padding: 0 15px;
}

/* =====================
==========MEDIA=========
=======================*/

.media-row {
    margin-bottom: 40px;
}

.media-row .wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

.image-media {
    line-height: 0;
}

.image-media img {
    width: 100%;
}

.title-media {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 20px;
}

.media-content {
    text-align: center;
    padding: 0 20px 20px;
    min-height: 150px;
}

.media-shortcode-content {
    border: 2px solid #fff;
    display: table;
    height: 100%;
    background-color: #fff;
    color: #000;
    width: 100%;
}

.media-shortcode-content a,
.media-shortcode-content a:hover {
    color: #000;
    font-size: 18px;
}

.media-row .wpb_wrapper,
.media-row .vc_column-inner {
    height: 100%;
    width: 100%;
}

.media-row .vc_column-inner {
    display: table;
}

.media-row .wpb_wrapper {
    display: table-cell;
}

article.post-38556.page.type-page.status-publish.entry {
    margin-bottom: 0px;
}

/* ====================
======BEFOREFOOTER======
=======================*/

.ntg-beefore-footer {
    /*background-color: #000000;*/
    padding: 30px 0px 80px;
    /*background-image: url('images/2024/GS_footer_2024_v5.webp');*/
    background-position: center bottom;
    background-size: cover;
    background-repeat:no-repeat;
}

.ntg-row-write-white {
    background-color: #ffffff;
    text-align: right;
    line-height: 1;
    position: relative;
    z-index: 9998;
}

.ntg-row-write-white .text-custom {
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    padding: 0 20px;
    margin-right: 150px;
}

.ntg-row-image .image-custom {
    margin-top: -155px;
    text-align: center;
}

.ntg-row-loghi .wrap {
    max-width: 1000px;
}

.row-box-main-sponsor {
    text-align: center;
    margin: 40px auto;
}

.row-box-main-sponsor .main-sponsor {
    padding: 0px 15px;
}

.ntg-box-sponsor {
    text-align: center;
}

.ntg-box-sponsor .ntg-row-sponsor {
    margin-left: auto;
    margin-right: auto;
}

.ntg-row-sponsor.gs-sponsor-720 {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.ntg-row-sponsor.gs-sponsor-960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.ntg-box-sponsor .ntg-row-sponsor h2 {
    margin-top: 40px;
    color: var(--gs-gold);
    font-size: 17px;
}

.ntg-box-sponsor .single-sponsor {
    display: inline-block;
    margin: 10px 10px 0px;
}

.ntg-box-sponsor .single-sponsor a {
    display: block;
}

.ntg-box-sponsor .single-sponsor img {
    display: block;
}

.ntg-row-sponsor .single-sponsor  img {
    max-height: 100px;
    width: auto;
}

.ntg-row-sponsor.title-h-228 .single-sponsor img {
    max-height: 200px;
}

.ntg-row-image,
.ntg-row-loghi,
.sub_footer {
    position: relative;
}

.ntg-row-image,
.sub_footer {
    background-color: #000000;
}

.ntg-row-sponsor-3.ntg-row-sponsor {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

/* ====================
=======SUBFOOTER=======
=======================*/

.sub_footer {
    /*background-color: #212121;*/
    padding: 35px 50px;
}

.sub_footer .wrap {
    max-width: 1920px;
}

.sub_footer,
.sub_footer a {
    color: #afafaf;
    font-size: 13px;
}

.sub_footer .sub_footer_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr -webkit-max-content 1fr;
    -ms-grid-columns: 1fr max-content 1fr;
    grid-template-columns: 1fr -webkit-max-content 1fr;
    grid-template-columns: 1fr max-content 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
        "privacy social logo"
        "privacy social logo"
        "privacy social logo";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub_footer .box-social {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    grid-area: social;
    text-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.sub_footer .box-privacy {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: privacy;
    -ms-grid-row-align: center;
    align-self: center;
}

.sub_footer .poweredByNTG {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: logo;
    -ms-grid-row-align: center;
    align-self: center;
}

.sub_footer .box-privacy .menu-footer-container,
.sub_footer .box-privacy .menu-footer-container ul li {
    display: inline-block;
}

.sub_footer .box-privacy .menu li:first-child > span {
    display: none;
}

.sub_footer .box-social.one-third {
    text-align: center;
}

.sub_footer  .ntg_container-page-social.social-sub-footer a {
    margin: 0px 8px;
    display: inline-block;
}

.sub_footer .menu-item a:hover:after,
.sub_footer .menu-item.current-menu-item a:after {
    width: 0;
    transition: none;
    border-color: transparent;
}

.sub_footer .menu-item a:hover:after {

}

/* ====================
=====LIVE STREAMING PAGE=====
=======================*/
.embed-container,
.big-video-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.big-video,
.mobile-video-home {
    margin-bottom: 50px;
}

.big-video-container iframe,
.embed-container iframe,
.embed-container object,
.big-video-container object,
.embed-container embed,
.big-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.row-ntg-banner .wrap {
    max-width: 1500px;
}

.row-ntg-banner.ntg-banner-live,
.wpb_text_column .row-ntg-banner.ntg-banner-live {
    margin-top: 0px;
    margin-bottom: 100px;
}
.row-ntg-banner.ntg-banner-live {
    margin-top: 100px;
}
.row-banner-custom {
    /*    border: 1px solid #f3da00;*/
    max-width: calc(100% - 1px);
}

.row-banner-custom.row-banner-custom-mobile {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.vc_row.bg-22 {
    background-position: 50% 80% !important;
}

/* ====================
=====CONTACT FORM======
=======================*/

.wpcf7-list-item{
    margin: 0;
}

.wpcf7-form-control-wrap {
    display:block;
}

.custom-form-ntg.custom-form-icon .wpcf7-form-control-wrap:before {
    content:"";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    position: absolute;
    top: 40%;
    left: 10px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
}

.custom-form-ntg.custom-form-icon .wpcf7-form-control-wrap.your-name:before,
.custom-form-ntg.custom-form-icon .wpcf7-form-control-wrap.Surname:before {
    content:"\f007";
}

.custom-form-ntg.custom-form-icon .wpcf7-form-control-wrap.Telephone:before {
    content:"\f879";
}

.custom-form-ntg.custom-form-icon .wpcf7-form-control-wrap.Mobile:before {
    content:"\f3cd";
}

.custom-form-ntg.custom-form-icon .wpcf7-form-control-wrap.your-email:before {
    content:"\f0e0";
}

.custom-form-ntg.custom-form-icon .wpcf7-form-control-wrap.your-message:before {
    content:"\f304";
}

.custom-form-ntg.custom-form-icon .wpcf7-form-control-wrap.your-subject:before {
    content:"\f039";
}

.custom-form-ntg.custom-form-icon .wpcf7-form-control-wrap.Company:before {
    content:"\f1ad";
}

.custom-form-ntg.custom-form-icon input,
.custom-form-ntg.custom-form-icon textarea {
    padding: 20px 15px 20px 15px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.custom-form-ntg {
    color: #000;
    background-color: #fff;
    margin-bottom: 20px;
}

.custom-form-ntg span.wpcf7-list-item {
    margin: 0;
}

input.wpcf7-not-valid,textarea.wpcf7-not-valid,select.wpcf7-not-valid {
    border-bottom: 1px solid #ff0000!IMPORTANT
}

span.wpcf7-not-valid-tip {
    display: none
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border-color: red;
    background-color: red;
    color: #fff;
    font-size: 12px;
    margin: 0!important;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    clear: both
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #398f14;
    background-color: #398f14;
    color: #fff;
    margin: 0!important;
    margin-top: 20px!important;
    font-size: 12px;
    clear: both
}

.grecaptcha-badge {
    background-color: #fff;
    -moz-transform: scale(.6);
    -webkit-transform: scale(.6);
    -o-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    transform-origin: left top;
    margin-top: 20px;
    display: none !important;
}

div.wpcf7-response-output {
    margin: 0 0 20px 0 !important;
    padding: 5px 10px !important;
    border: 0 !important;
    font-size: 12px;
    color: #fff;
    background-color:#398f14;
    clear: both;
}

.wpcf7-form.invalid div.wpcf7-response-output {
    background-color: #e0141f;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    background-color:#e0001e;
}


.resp-slide-img {
    text-align: center;
}

.vote-banner {
    text-align: center;
    /*    position: absolute;*/
    max-width: 250px;
    left: 50%;
    top: 5px;
    border-radius: 10px;
    /*    transform: translateX(-50%);*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.vote-banner .attachment-full.size-full {
    max-width: 185px;
}

.ntg-before-header.ntg-sticky .vote-banner {
    max-width: 200px;
}


.vote-banner.vote-now-hd-hidden {
    visibility: hidden;
    opacity: 0;
}

.ntg-vote-fixed {
    position: fixed;
    bottom: 90px;
    right: 30px;
    transition: all 0.9s ease-in-out;
    opacity: 0;
    visibility: hidden;
    line-height: 0;
    max-width: 80px;
    max-height: 80px;
}

.ntg-vote-fixed.vote-now-hd-hidden {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.inner-vote-banner {
    position:relative;
    padding: 15px 20px;
    line-height: 1.5;
    font-size: 16px;
}

.inner-vote-banner p {
    margin-top: 0;
    margin-bottom: 0;
}

.inner-vote-banner a {
    display: inline-block;
    margin-top: 8px;
    font-size: 16px;
}

span.vote-text {
    font-size: 16px;
    line-height: 1.5;
}

.inner-vote-banner i {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 15px;
    cursor: pointer;
}

div#NomineeeRow .wrap {
    max-width: 1920px;
    padding: 0 220px;
    width: 100%;
}

.inner-vote-banner .link-vote-show-mobile {
    display: none;
}

div#gs-video {
    width: 100%;
    padding-bottom: 56.25%;
}

.page-template-tmp-live article.entry {
    margin-bottom: 0;
}

.page-template-tmp-live .ntg-before-header.ntg-sticky {
    background-color: transparent;
}

.row-slide-winner {
    position: relative;
    background-color: #020202;
}

.padding-slide {
    max-height: 56.25vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mobile-slide-winner .padding-slide {
    height: 100vh;
    background-size: contain;
    max-height: 133vw;
}

.mobile-slide-winner {
    display: none;
    overflow: hidden;
}

.desktop-slide-winner {
    overflow: hidden;
}

.row-video {
    background-image: url('images/gs-bg-video-v2.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #022f66;
}

.row-video .big-video {
    margin-bottom: 0;
}

.row-video {
    padding: 30px 15px;
}

.box-home-winners {
    padding: 100px 10px 20px;
}

.winner-home-title {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}

.custom-form-ntg.custom-form-icon .wpcf7-form-control-wrap svg {
    position: absolute;
    top: 22px;
    left: 10px;
}

/* ======================
======MENU 2022 VERSION=====
=======================*/

.menu-item a:after{
    backface-visibility: hidden;
    border: 1px solid #fff0;
    background-color: transparent;
    bottom: -10px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.menu-item a:hover:after{
    backface-visibility: hidden;
    border-color: var(--gs-gold);
    transition: width 350ms ease-in-out;
    width: 70%;
    background-color: var(--gs-gold);
}

.menu-item a:hover:before {
    bottom: auto;
    top: 0;
    width: 70%;
}

.current-menu-item > a:after {
    backface-visibility: hidden;
    border-color: #b6a055;
    transition: width 350ms ease-in-out;
    width: 70%;
    background-color: #b6a055;
}

.site-header{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: black;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    transition: background-color .5s ease;
    padding: 0 15px;
}

.site-header.shadow-show {
    background-color: black;
}

.ntg-container-menu-2022 {
    z-index: 101;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
}

.ntg-custom-menu-2022{
    display: block;
    align-self: center;
}

.ntg-container-mobile-header {
    display: none;
}

.ntg-custom-social {
    display: flex;
}

.social-header{
    align-self: center;
}

.social-header i {
    font-size: 16px;
}

.social-header a {
    text-decoration: none;
    padding-right: 20px;
}

.genesis-nav-menu.responsive-menu .menu-item-has-children:hover li{
    background-color: #000;
}

/* ======================
======AFTER EVENT VIDEO 2022 VERSION=====
=======================*/
.after-event-mobile,.after-event-mobile-video{
    display: none;
}

.after-event-videobg {
    margin-bottom: 40px;
}

.after-event-videobg iframe{
    max-width: 1000%;
    width: 100%;
    height: 100%;
}

.after-event-videobg{
    margin-top: 133px;
    position: relative;
}

.after-event-videobg.custom-pre-event {
    margin-top: 110px;
    position:relative;
}

.aev{
    position: absolute;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.aed{
    width: 100%;
    position: relative;
    padding-bottom: 260px;
    padding-top: 200px;
    background-color: #000000b3;
    z-index: 10000;
    text-align: center;
    align-self: center;
}

.after-event-videobg.after-event-videobg-no-countdown > .aed {
    padding: 220px 0px 260px;
}

/* TEXTS */
.aev-edition,.aei-edition{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.aev-date,.aei-date{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.aev-place,.aei-place{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-top: 10px;
}

.aev-desc{
    margin: 55px auto;
    max-width: 700px;
    font-size: 20px;
}

/****/
.gs-pe-row {
    width: 100%;
    position: relative;
    padding-bottom: 240px;
    padding-top: 180px;
    background-color: #000000b3;
    z-index: 10000;
    text-align: center;
    align-self: center;
}

.gs-pe-date {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--gs-gold);
    margin-top: 10px;
}

.gs-pe-edition {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

.gs-pe-award-name {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 0px;
}

.gs-pe-partnert{
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.1;   
}

.gs-pe-place {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.gs-pe-desc {
    margin: 55px auto;
    max-width: 700px;
    font-size: 20px;
}

.ntg-slider-quotes-wrapper.quotes-white .quote-text .name-surname {
    padding: 0;
}

.globbe-button{
    padding: 13px 22px;
    max-width: 186px;
    font-size: 14px;
    margin: 0 auto;
}

.after-event-mobile {
    position: relative;
    padding-bottom: 20px;
}

.after-event-mobile.isMobileScreen {
    margin-top: 106px;
}

.after-event-imag-bg {
    margin-bottom: 40px;
}

.after-event-mobile-video{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.aei{
    text-align: center;
    /*    position: absolute;*/
    overflow: hidden;
    pointer-events: none;
    left: 0;
    bottom: -20px;
    width: 100%;
    z-index: 10;
}

/* ======================
======NEWS 2022 VERSION=====
=======================*/
.last-news-globe {
    /*top: -55px;*/
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 9999999;
}


.lng-others-wrapper,.lng-first-wrapper{
    padding-left: 20px;
    padding-right: 20px;
}

.lng-first-wrapper{
    width: 66%;
}

.custom-archive-blog .lng-first-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}

.lng-others-wrapper{
    position: relative;
    width: 33%;
    display: flex;
    align-items: center;
}

.lng-first-bg{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
}

.lng-first{
    overflow: hidden;
    position: relative;
    background-color: #00000073;
    background-blend-mode: overlay;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    font-weight: 600;
    display: block;
    padding: 10% 90px;
}


.lng-first a{
    text-decoration: none;
}


.lngf-news{
    font-size: 14px;
}

.custom-archive-blog .lngf-news {
    display: none;
}

.lngf-title{
    font-size: 38px;
    line-height: 1.3;
    margin: 15px 0px 50px;
}

.lngf-excerpt{
    font-weight: 600;
    margin: 0px 0px 45px;
    width: 75%;
}

.lng-others{
    display: block;
}


.lng-others a{
    text-decoration: none;
}

.lng-others a:hover .lngo-single-info{
    color: #b6a055 !important;
}

.lng-others a:hover .lngo-single-n{
    border: 2px solid #b6a055;
}

.lngo-single{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px!important;
    line-height: 16px;
    font-weight: 600 !important;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.lngo-single-info {
    transition: 0.25s ease-in-out color;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.lngo-single-info span{
    margin-top: 10px;
    color: #fff;
}

.lngo-single-n{
    transition: 0.25s ease-in-out border-color;
    border: 2px solid transparent;
    border-radius: 100%;
    margin-right: 20px;
    font-size: 12px;
    padding: 10px 14px;
}


.lngf-button{
    text-align: center;
    text-transform: uppercase;
}


.lng-readmore{
    display: none;
}


/* ======================
======SWIPER SLIDER 2022 VERSION=====
=======================*/

.sh-ntg-slider-winner-jury,.ntg-slider-nominee-wrapper{
    margin-top: 20px;
}

.swiperMGTitle{
    font-weight: 600;
    font-size: 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

/*.swiperMGTitle h2 {
    font-size: 40px;
}*/

.swiperMultiGlobe{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.swiperMultiGlobe .swiper-wrapper {
    padding-bottom: 15px;
}

.swiperMultiGlobe .swiper-slide img{
    /*    max-width: 260px;*/
}

.swiperMultiGlobe .swiper-slide a,
.swiperMultiGlobe .swiper-slide .wrapper-digital {
    text-decoration: none;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding-top: 0px;
    padding-bottom: 30px;
}

.swiperMultiGlobe .swiper-slide{
    align-self: stretch;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}

.swiperMultiGlobeWD .swiper-slide {
    padding: 0 15px;
}

.swiperMultiGlobeWD .swiper-slide a {
    max-width: 360px;
}

.smg-winner-award{
    text-transform: none;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    padding-left: 50px;
    padding-right: 50px;
}

.smg-winner-sponsor {
    font-size: 15px;
    text-transform: initial;
}

.smg-winner-name{
    font-size: 16px;

}

.swiper.swiperMultiGlobe.swiperMultiGlobeW.winners_2023 .smg-winner-name {
    margin-top: -30px;
}

.sh-ntg-slider-winner-jury.digital-slider .smg-winner-name{
    font-size: 16px;
    margin-top: -60px;
}

.sh-ntg-slider-winner-jury.digital-slider .winners2023  .smg-winner-name{
    margin-top: 0px;
}

.smg-winner{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -ms-transition:     all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    transition:         all 0.5s ease-in-out;
    transform: scale(0.75);
    opacity: 0.6;
}

.smg-winner.swiper-slide-prev,.smg-winner.swiper-slide-next{
    transform: scale(0.9);
    opacity: 0.8;
}

.smg-winner.swiper-slide-active.swiper-slide-visible {
    opacity: 1;
    transform: scale(1);
}


.smg-jury{
    /*padding: 20px;*/
    width: auto;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -ms-transition:     all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    transition:         all 0.5s ease-in-out;
    transform: scale(0.75);
    opacity: 0.6;
    padding-bottom: 20px;
}

.smg-jury.swiper-slide-prev,.smg-jury.swiper-slide-next{
    transform: scale(.9);
    opacity: 0.8;
}

.smg-jury.swiper-slide-active.swiper-slide-visible {
    opacity: 1;
    transform: scale(1);
}


.sw-slide-speakers .swiper-slide a img{
    display: flex;
    margin: 0 auto;
}



.swiperMultiGlobePagJ, .swiperMultiGlobePagW, .swiperSliderSpeakersPag, .swiperHistoryPag,.swiperMultiGlobePagWOld, .swiperMultiGlobePagWD {
    bottom: 5px !important;
    position: absolute;
}


.swiperMultiGlobePagW .swiper-pagination-bullet,.swiperMultiGlobePagJ .swiper-pagination-bullet, .swiperSliderSpeakersPag .swiper-pagination-bullet , .swiperHistoryPag .swiper-pagination-bullet,.swiperMultiGlobePagWOld .swiper-pagination-bullet, .swiperMultiGlobePagWD .swiper-pagination-bullet {
    background-color: white;
    width: 14px;
    height: 14px;
}


/* ======================
======SWIPER SLIDER NOMINEE 2022 VERSION=====
=======================*/

.nominees-slider{
    overflow: hidden;
}

.swiperNominees {
    max-width: 980px;
    overflow: unset;
}

.swiperNomineesPag{
    bottom: 0px !important;
    position: absolute;
}


.swiperNomineesPag .swiper-pagination-bullet,.swiperNomineesPag .swiper-pagination-bullet{
    background-color: white;
    width: 14px;
    height: 14px;
}

.swiperNominees .swiper-slide {
    padding-bottom: 70px;
    transform: scale(.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -ms-transition:     all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    transition:         all 0.5s ease-in-out;
    opacity: .5;
}

.swiperNominees .swiper-slide.swiper-slide-active.swiper-slide-visible {
    transform: scale(1);
    opacity: 1;
}

/*=======SLIDER SPEAKERS======*/
.sw-slide-speakers {
    overflow: hidden;
    margin-bottom: 35px;
}

.sw-slide-speakers .item-name-slide {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    padding: 10px;
}

.sw-slide-speakers a {
    text-decoration: none;
}



/* ======================
======BUTTON VIDEO 2022 VERSION=====
=======================*/


.container-popup-video{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -ms-transition:     all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    transition:         all 0.5s ease-in-out;
}

.button-globe-video{
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    text-decoration: none;
}

.button-globe-video:hover{
    cursor: pointer;
}

.bgv-right{
    padding-left: 10px;
}

.popup-video-globe {
    display: none;
    position: fixed;
    top: 20%;
    left: 15%;
    width: 70%;
    height: 70%;
    background-color: rgba(0,0,0,.75);
    z-index: 999999999;
}

.popup-video-globe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.popupdarkbg {
    z-index: 99999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,.75);
    display: none;
}



/* ======================
======HISTORY 2022 VERSION=====
=======================*/

.history-slider{
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    max-width: 1920px;
}

.swh-title-edition {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
}

.swh-title-edition span{
    font-weight: 600;
}

.content .bg-center{
    background-position: center !important;
}

.swiperHistory .swiper-slide{
    text-align: center;
    justify-content: center;
}

.swiperHistoryPag {
    display: none;
}

.gold-line-container{
    position: absolute;
    padding-bottom: 78.714%;
    width: 100%;
    top: 0px;
}

.gold-line{
    position: absolute;
    background: repeating-linear-gradient(0.25turn, #ead579, #f5eead, #c89d15);
    height: 4px;
    bottom: 0px;
    width: 5000px;
    left: -100%;
}

.swh-desc-year{
    font-size: 36px;
    font-weight: 700;
}

.swiperHistory{
    -webkit-overflow-scrolling: touch;
    position: relative;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
}

.swiperHistory .swiper-slide.swiper-slide-visible.swiper-slide-active {
    transform: scale(1);
}

.swiperHistory .swiper-slide {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -ms-transition:     all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    transition:         all 0.5s ease-in-out;
    transform: scale(.9) translateY(30px);
}
.swiperHistory .swiper-slide a {
    position: relative;
    bottom: 0px;
    text-decoration: none;
    display: block;
}

/*.swiperHistory .swiper-slide img,*/
.swiperHistory .swiper-slide .swh-desc-year, .swiperHistory .swiper-slide .swh-desc-edition
{
    opacity: 0.5;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition:    all 0.5s ease-in-out;
    -ms-transition:     all 0.5s ease-in-out;
    -o-transition:      all 0.5s ease-in-out;
    transition:         all 0.5s ease-in-out;
}

.swiperHistory .black-overlay-bg{
    background-color: black;
    position: relative;
}

.cont-text-year {
    position: absolute;
    bottom: -10%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.swiperHistory .swiper-slide.swiper-slide-visible.swiper-slide-active img
/*.swiperHistory .swiper-slide.swiper-slide-visible.swiper-slide-active .swh-desc-year,
.swiperHistory .swiper-slide.swiper-slide-visible.swiper-slide-active .swh-desc-edition*/
{
    /*    opacity: .5;*/
}

.swiperHistory .swiper-slide.swiper-slide-visible.swiper-slide-active .swh-desc-year,
.swiperHistory .swiper-slide.swiper-slide-visible.swiper-slide-active .swh-desc-edition {
    opacity: 1;
}


.swiperHistory .swiper-slide-prev img,.swiperHistory .swiper-slide-next img{
    opacity: 0.5;
}

.swh-desc-edition{
    padding: 15px 15px 25px;
}


/* ======================
======SINGLE WINNER 2022 VERSION=====
=======================*/

.custom-single-winner .row-image-page .ntg-img-page.ntg-img-portfolio img {
    margin-bottom: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single-portfolio .site-container .site-inner .content-sidebar-wrap .content,.single-portfolio .site-container .site-inner .content-sidebar-wrap .content .wrap{
    max-width: 100% !important;
}

.row-image-winner{
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: top;
}

.single-winner-title{
    margin: auto auto 10px;
    z-index: 100;
}

.single-winner-title span {
    display: block;
}

.single-name-winner{
    text-shadow: 0px 0px 10px #000000bf;
    font-size: 30px;
    font-weight: 800;
}

.img-bg-mask{
    top: 50%;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.single-name-award{
    padding: 10px 15px;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
}


.winner-main-content{
    max-width: 1000px;
    margin: 90px auto 0px auto;
}

.custom-single-winner .single-winner-awarded,
.custom-single-winner .single-winner-accepted {
    text-transform: none;
}

.content-single-awards{
    text-align: center;
}


.single-winner-other-award-container{
    position: relative;
}

.swiperSliderOtherAwards{
    padding-bottom: 50px;
    overflow: hidden;
}

.swiperSliderOtherAwardsPag {
    overflow: initial;
}

.swiperSliderOtherAwardsPag .swiper-pagination-bullet{
    background-color: white;
    width: 14px;
    height: 14px;
}

.swiperSliderOtherAwardsPag{
    position: absolute;
    bottom: 0px !important;
}

.single-winner-other-award-container{
    padding-top: 30px;
}

.single-winner-other-award-container h2{
    font-weight: 600;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.content-single-awards a{
    text-decoration: none;
}

.csa-desc{
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.csa-desc span.sh-winner-award-edition {
    font-size: 18px;
}

/* ======================
======SINGLE WINNER 2022 VERSION=====
=======================*/

.ntg-custom-pg-slider .swiper-pagination-bullet {
    color: #fff;
    width: 14px;
    height: 14px;
}

.swiperQuotes {
    position: relative;
    padding-bottom: 40px;
}

.swiperQuotes .ntg_button {
    position: absolute;
    left: 70px;
    bottom: 40px;
    z-index: 1;
    text-transform: uppercase;
    margin: 0;
}

.swiperQuotesPag {
    position: absolute;
    left: 50%;
    z-index: 2;
    bottom: 7px;
}

.swiperQuotesPag .swiper-pagination-bullet {
    background-color: #fff;

}

.quotes-slider {
    margin-bottom: 35px;
}

.quotes-container-2022{
    display: flex;
    margin: 0 auto;
}


.quotes-container-2022 .testo-quote{
    padding-left: 70px;
}

.quotes-container-2022 .container-quote-text .custom-icon-quote {
    font-size: 165px;
    line-height: .7;
    color: white;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

.quotes-container-2022 .container-quote-text .bottom-icon-quote.custom-icon-quote {
    text-align: right;
}

.quotes-container-2022 .testo-quote{
    padding-left: 70px;
    font-style: italic;
}

.quotes-container-2022 .quotes-left{
    font-size: 26px;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    z-index: 10;
    width: 50%;
}

.quotes-container-2022 .quotes-right {
    width: 50%;
}
.quotes-container-2022 .name-surname{
    margin-top: 30px;
    font-size: 18px;
    display: block;
    padding-left: 70px;
    margin-bottom: 100px;
    font-weight: 400;
}

.quotes-container-2022 .quote-img {
    width: 120%;
    margin-left: -20%;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}


/* ===QUOTES WHITE=== */
.row-gs-slider-white {
    background-color: #fff;
}

.ntg-slider-quotes-wrapper.quotes-white {
    max-width: 1700px;
    margin: 0 auto;
}

.ntg-slider-quotes-wrapper.quotes-white .quotes-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.ntg-slider-quotes-wrapper.quotes-white .quotes-container-2022 .quotes-left {
    color: #000;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ntg-slider-quotes-wrapper.quotes-white .quote-img {
    width: 100%;
    margin-left: auto;
}

.ntg-slider-quotes-wrapper.quotes-white .quotes-right,
.ntg-slider-quotes-wrapper.quotes-white .quotes-left {
    width: 50%;
    color: #000;
}

.ntg-slider-quotes-wrapper.quotes-white .quotes-right {
    padding: 10px 0px 10px 10px;
}

.ntg-slider-quotes-wrapper.quotes-white .quotes-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 0px;
}

.ntg-slider-quotes-wrapper.quotes-white .quotes-left {
    font-size: 24px;
    font-weight: 400;
}
.ntg-slider-quotes-wrapper.quotes-white .quote-text {
    padding: 60px 88px 60px 88px;
    position:relative;
    max-width: 710px;
}

.ntg-slider-quotes-wrapper.quotes-white .quote-text::before,
.ntg-slider-quotes-wrapper.quotes-white .quote-text::after {
    content: "";
    position: absolute;
    width: 87px;
    height: 47px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('images/2024/GS-2024-quotes.webp');
}
.ntg-slider-quotes-wrapper.quotes-white .quote-text::before {
    left: 0;
    top: 0;
}
.ntg-slider-quotes-wrapper.quotes-white .quote-text::after {
    bottom: 66px;
    right: 0;
}

.ntg-slider-quotes-wrapper.quotes-white .quotes-left .testo-quote {
    font-weight: 700;
    font-style: italic;
}

.ntg-slider-quotes-wrapper.quotes-white .quotes-left .testo-quote p:first-child {
    margin-top: 0;
}

.row-gs-pre-sponsors .row-separator {
    padding-bottom: 11px;
    background-color: #f3bb1c;
    width: 100%;
}

.row-gs-pre-sponsors {
    padding: 90px 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gs-pre-sponsor-logo {
    display: inline-block;
    margin-top: -32px;
    max-width: 130px;
    margin-left: 17px;
}

section#section-gs-trophy {
    padding-top: 0;
}

div#nominees {
    margin-top: -140px;
    margin-bottom: 140px;
}

/* ======================
======MOBILE VERSION=====
=======================*/

.body-mobile-view .ntg-before-header .wrap {
    max-width: 1366px;
}

.ntg-container-menu.ntg-responsive-menu .genesis-nav-menu {
    width: 100%;
    padding: 0px 15px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.ntg-container-menu.ntg-responsive-menu .genesis-nav-menu:after {
    width: 0px;
    height: 0px;
}

.ntg-container-menu.ntg-responsive-menu .genesis-nav-menu.responsive-menu .menu-item-has-children {
    pointer-events: none;
}

.ntg-container-menu.ntg-responsive-menu .genesis-nav-menu > .menu-item {
    text-align:center;
    margin-bottom: 60px;
}

.ntg-container-menu.ntg-responsive-menu .genesis-nav-menu a {
    padding: 0px;
    display: inline-block;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
}

.ntg-container-menu.ntg-responsive-menu .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: block;
    width: 100%;
    position: relative;
    left: auto;
    text-align: center;
    top: auto;
}

.ntg-container-menu.ntg-responsive-menu .genesis-nav-menu.responsive-menu .sub-menu .menu-item {
    margin: 30px 0;
    text-align: center;
}

.ntg-container-menu.ntg-responsive-menu .genesis-nav-menu.responsive-menu .sub-menu > .menu-item > a{
    padding: 0px;
    text-align: center;
    font-size: 30px;
    display: inline;
    pointer-events: auto;
}

.container-slider-hp-responsive .wrap {
    max-width: 1366px;
}

.sw-slider-hp-responsive {
    overflow: hidden;
}

.sw-slider-hp-responsive .slide-responsive-pad {
    position: relative;
    height: 100vh;
    width: 74.96vh;
    max-height: 1366px;
    max-width: 100%;
    margin: 0 auto;
    background-position: center bottom;
    background-size: cover;
}

.sh-row-nominees-responsivo {
    background-position: center top;
    background-repeat: no-repeat;
}

.sh-slider-nominees-responsivo .swiper-slide {
    text-align: center;
    position: relative;
}

.sh-slider-nominees-responsivo {
    overflow: hidden;
    margin: 50px auto 0px;
    position: relative;
    padding-bottom: 60px;
}

.sh-slider-nominees-responsivo .sh-resp-nominees-award {
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 600;
    max-width: 560px;
    margin: 0 auto;
}

.sh-slider-nominees-responsivo .sh-resp-nominees-award h2 {
    font-size: 69px;
    font-weight: 700;
    line-height: 70px;
    margin-top: 20px;
}

.sh-slider-nominees-responsivo .resp-nom-bt-nav .custom-sw-bt-prev,
.sh-slider-nominees-responsivo .resp-nom-bt-nav .custom-sw-bt-next {
    top: 57%;
}

.sh-slider-nominees-responsivo .resp-nom-bt-nav .custom-sw-bt-prev {
    left: 30px;
}

.sh-slider-nominees-responsivo .resp-nom-bt-nav .custom-sw-bt-next {
    right: 30px;
    left: auto;
}

.sh-row-nominees-responsivo .sh-container-button .resp-button.ntg_button {
    margin-bottom: 90px;
}

.col-quote-resp {
    background-color: #ffffff;
    color: #000000;
}

.col-quote-resp .wrap {
    max-width: 1366px;
}

.slider-quotes-resp {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.slider-quotes-resp .swiper-slide .quote-img img {
    display: block;
    margin: 0 auto;
}

.slider-quotes-resp .swiper-slide .quote-text {
    padding: 80px 15px 30px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
}

.slider-quotes-resp .resp-icon-quote {
    font-weight: 400;
    font-size: 165px;
    height: 55px;
    line-height: 1;
    font-family: "Noto Sans", serif;
}

.slider-quotes-resp  .bottom-icon-quote.resp-icon-quote {
    text-align: right;
}

.slider-quotes-resp .quote-content {
    padding-left: 54px;
    padding-right: 19px;
    text-align: center;
    margin-top: -1em;
    margin-bottom: -1em;
}

.slider-quotes-resp .resp-name-quote {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-top: -30px;
}

.slider-quotes-resp .custom-sw-bt-prev,
.slider-quotes-resp .custom-sw-bt-next {
    top: 73%;
    width: 6em;
    height: 6em;
    padding: 2em 0 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: #000000;
    background-color: #ffffff;
}

.resp-nom-bt-nav.resp-nominees-nav .custom-sw-bt-prev,
.resp-nom-bt-nav.resp-nominees-nav .custom-sw-bt-next {
    top:57%;
    width: 6em;
    height: 6em;
    padding: 2em 0 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-quotes-resp .custom-sw-bt-prev {
    left: 30px;
}

.slider-quotes-resp .custom-sw-bt-next {
    left: auto;
    right: 30px;
}

.col-quote-resp .sh-container-button {
    padding: 0 15px;
}

.col-quote-resp .resp-button-quote {
    margin-bottom: 60px;
    text-transform: uppercase;
}

.resp-home-blog .sh-blog-image {
    text-align: center;
}

.resp-home-blog .sh-blog-image img {
    margin-bottom: 60px;
}

body.body-mobile-view .ntg_awards_grid .content-single-awards-overlay {
    position: relative;
    opacity: 1;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    width: auto;
    display: block;
    padding: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

body.body-mobile-view .ntg_awards_grid .content-single-awards .sh-box-link-overlay img {
    display: none;
}

.content-single-awards .jury-name {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}

.ntg-wdg-years-menu{
    display: none;
}

.ntg-box-year-menu {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#topSectionMobile,#MainRowConferenceMobile{
    display: none;
}

.img-inline-block{
    display: inline-block;
}

/*=======MOBILE MENU======*/

.header-mobile-menu {
    position: fixed;
    z-index: 9999999999999;
    width: 100%;
}

.header-mobile-menu.custom-mn-open {
    height: 100%;
    width: 100%;
}

.ntg-container-menu.custom-mn-open {
    width: 100%;
    height: 100%;
}

.row-bread-ntg {
    padding: 0 15px;
}

/*======Video iframe responsive=======*/
.video-frame-conatiner {
    position: relative;
    padding-bottom: 56.25%;
}
.video-frame-conatiner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*======COUNTDOWN=======*/

section.section-countdown,
.gs-section-countdown {
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

ul.list-countdown {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
}

ul.list-countdown li {
    display: inline-block;
}
ul.list-countdown.list-countdown-desktop li {
    margin-right: 1rem;
    width: 6rem;
}

.timenumbers {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 auto 0.3rem;
    text-align: center;
}

p.timedescription {
    font-size: 1.2rem;
    font-variant: small-caps;
    line-height: 1.5rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 0px;
    color: var(--gs-gold);
    font-weight: 700;
}

ul.list-countdown.list-countdown-mobile li {
    width: 4.5rem;
    margin-right: 1rem;
}

ul.list-countdown.list-countdown-mobile .timenumbers {
    font-size: 1.5rem;
}

ul.list-countdown.list-countdown-mobile p.timedescription {
    font-size: 1rem;
}

ul.list-countdown.list-countdown-mobile {
    margin-top: 15px;
}

/****************SLIDER YEARS NAV****************/

.row-years-nav {
    position: fixed;
    width: 100%;
    background-color: #000;
    z-index: 1;
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 20px;
}

.row-years-nav>.wrap {
    overflow: hidden;
}


.slider-years-nav {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}


.slider-years-nav .swiper-slide {
    /*max-width: 100px;*/
    text-align: center;
    padding: 15px 10px;
}

.slider-years-nav .swiper-slide a:after {
    backface-visibility: hidden;
    border: 1px solid #fff0;
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
    height: 0;
}

.slider-years-nav .swiper-slide a:hover:after,
.slider-years-nav .swiper-slide.sw-year-active a:after {
    backface-visibility: hidden;
    border-color: #b6a055;
    transition: width 350ms ease-in-out;
    width: 50%;
}





/**
CSS 2022
*/

.after-event-winners-image {
    text-align: center;
    margin-top: 118px;
    /*padding-top: 150px;*/
}

.after-event-winners-image-mobile {
    display: none;
    /*margin-top: 140px;*/
    text-align: center;
}


.digital-winner-wrapper {
    display: flex;
    flex-direction: column;
    width: max-content;
    text-align: center;
    align-items: center;
    padding: 0px 15px;
    /*max-width: 290px;*/
}

.digital-winners {
    display: flex;
    flex-direction: row;
    margin-bottom: 70px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:30px;
}

.digital-winner{
    width: 33.33%;
    justify-content: center;
    display: flex;
    margin-bottom: 35px;
}

.digital-winner-title{
    font-weight: 700;
    margin-top: -60px;
}

span.digital-winner-sponsor {
    font-size: 15px;
}

.digital-winner-wrapper img {
    width: 100%;
    /*margin-bottom: 20px;*/
}

.digital-winner-section-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
}

.digital-winner-section-title span{
    font-weight: 400;
    font-size: 24px;
}


.digital-slider .smg-winner-award{
    padding-left: 0px !important;
    padding-right: 0px  !important;
}

.vc_row.wpb_row.vc_row-fluid.row-nominees {
    margin-bottom: 40px;
}

/***Blog 2023***/
.container-news-list {
    display: flex;
    row-gap: 30px;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-top: 40px;
}

.news-list-item-box {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    column-gap:15px;

}

.news-list-item-col-desc {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-list-excerpt {
    font-size: 16px;
}

.news-list-title {
    margin-bottom: 20px;
    font-weight: 700;
}

a.news-list-item {
    width: calc(50% - 10px );
}

.news-list-item-col-img {
    width: calc(40% - 10px);
}

.news-list-item-col-desc {
    width: 60%;
    max-width: 380px;
}

img.img-banner-desktop {
    display: block;
}

img.img-banner-mobile {
    display: none;
}

.row-news-banner {
    margin-top: 70px;
}

/**history 2023 **/
.boxed-history-slider {
    max-width: 2080px;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.boxed-history-slider .history-nav-button {
    display: block;
    color:#fff;
}

.banner-desktop-620 {
    display: block;
}

.container-app-banner {
    display: flex;
    max-width: 350px;
    margin: 0 auto 20px;
    justify-content: center;
    align-items: center;
}

.container-app-banner .col-app-banner {
    text-align: center;
    width: 50%;
}

.container-app-banner .col-app-banner img {
    max-width: 150px;
}

.button-serie-a a {
    max-width: 350px;
    display: block;
    margin: 0 auto;
}

.ntg-header-right {
    display: flex;
    align-items: center;
    column-gap: 30px;
    flex-wrap: wrap;
}

/**shortcode slide award categories**/
.sh-award-categories {
    margin-bottom: 40px;
    padding: 40px 15px;
}

.sh-award-categories-title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.sh-award-categories-title h2 {
    font-size: 30px;
    margin-bottom: 0px;
}

.sh-award-categories .smg-winner-name {
    text-transform: none;
    font-weight: 600;
}

.sh-award-categories  .swiper-slide img {margin-bottom: 20px;}

.sh-award-categories .swiper-wrapper {
    padding-bottom: 30px;
}


/**SHOTCODE BANNER**/
.gs_sc_banner_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.gs_sc_banner_container .gs_sc_banner{
    margin: 90px auto;
    padding: 0px 15px;
}

.gs_sc_banner.gs_sc_banner_mobile {
    display: none;
}

.row-gs-nominees.vc_row > .vc_column_container > .vc_column-inner {
    max-width: 1120px;
    margin: 0 auto;
}

/* ====================
=======RESPONSIVO======
=======================*/

@media only screen and (min-width:1519px) {
    .vc_row.bg-center.bg-top-xxl {
        background-position: top center !important;
    }
}

@media only screen and (max-width: 1980px) {

    .boxed-history-slider {
        padding-left: 0px;
        padding-right: 0px;
    }

    .boxed-history-slider .history-nav-button {
        display: none;
    }
}

@media only screen and (max-width: 1920px) {
    div#GalleryRow {
        padding-bottom: 26%;
    }
}

@media only screen and (max-width: 1519px) {
    .smg-jury, .smg-winner{
        transform: scale(0.9);
    }

    .swiper-slide.smg-winner.swiper-slide-active {
        transform: scale(1);
        opacity: 1;
    }
}

@media only screen and (max-width: 1200px) {
    a.news-list-item {
        width: 100%;
    }

    .news-list-item-col-desc {
        max-width: 500px;
    }

    .news-list-item-box {
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
    }

    div#GalleryRow {
        padding-bottom: 33%;
    }
}

@media only screen and (max-width: 1139px) {

    .title-area {
        width: 380px;
    }

    .site-header .widget-area {
        width: 570px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 780px;
    }

    .content {
        width: 630px;
    }

    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
        width: 450px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .home-middle .featured-content .entry,
    .sidebar-primary {
        width: 300px;
    }

    .sidebar-secondary {
        width: 150px;
    }

}

@media only screen and (max-width: 1100px) {

    .genesis-nav-menu {
        font-size: 15px;
    }

    .genesis-nav-menu a {
        padding: 20px 10px;
    }

    .quotes-container-2022 .quotes-left {
        width: 60%;
        font-size: 20px;
    }
    .quotes-container-2022 .quotes-right {
        width: 40%;
    }

    #ffc-main-row {
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1070px) {
    .menu-item-40813 {
        min-width: 200px;
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        margin-top: 15px;
    }



    .site-header.shadow-show {
        top: 0;
    }

    .vote-banner{
        display: block;
        position: absolute;
        transform: translateX(-50%);
        top: auto;
    }

    .vote-banner .attachment-full.size-full {
        max-width: 150px;
    }

    .ntg-custom-menu-2022,
    .ntg-custom-social,
    .ntg-container-menu-2022,
    .ntg-resp-logo {
        display: none;
    }

    .ntg-button-menu {
        display: block;
    }

    .ntg-container-mobile-header {
        display: block;
    }

    .ntg-container-mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-header {
        padding: 25px 15px;
    }

    .after-event-videobg,
    .site-inner,
    .after-event-winners-image,
    .after-event-winners-image-mobile {
        margin-top: 78px;
    }



    .ntg-button-resp-close {
        position: absolute;
        bottom: 40px;
        width: 100%;
        text-align: center;
    }

    .ntg-button-resp-close .ntg-close-mn {
        /*display: inline-block;*/
        padding: 15px;
        cursor: pointer;
    }

    /* inizio */
    .ntg-custom-menu-header {
        text-align: center;
    }

    .ntg-custom-menu-header img {
        max-width: 100px;
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        margin: 10px 0px;
        display: block;
    }

    .genesis-nav-menu {
        width: 100%;
    }

    .ntg-container-menu .genesis-nav-menu:after {
        width: 0px;
        height: 0px;
    }

    .genesis-nav-menu > .menu-item > a {
        padding: 10px 10px;
        text-align: center;
    }


    .genesis-nav-menu.responsive-menu .menu-item-has-children > a > span {
        margin-left: 26px;
        /* padding: 10px 20px 10px 20px; */
    }

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        content: "\f078";
        float: right;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        height: 16px;
        padding: 10px 10px;
        left: 0;
        top: 0;
        text-align: right;
        z-index: 9999;
        position: absolute;
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f077";
    }

    .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        color: #8d8d8d;
    }

    .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:hover:before,
    .nav-primary .genesis-nav-menu.responsive-menu .current-menu-item.menu-item-has-children:before {
        color: #ffffff;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children:hover ul.sub-menu {
        display: none;
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        position: relative;
        /*        width: 100%;*/
        left: auto;
        height: auto;
        top: auto;
        max-width: 100%;
        text-align: right;
        width: 100%;
    }

    .nav-primary .genesis-nav-menu .sub-menu a {
        text-align: center;
    }

    .ntg-container-menu.custom-mn-open .ntg-custom-menu {
        display: flex;
        flex-direction: column;
    }
    .ntg-custom-menu nav.nav-primary {
        height: 100%;
        display: flex;
        align-items: center;
        padding-bottom: 55px;
    }

    .archive-blog-grid {
        grid-template-columns: 49% 49%;
    }

}

@media only screen and (max-width: 1023px) {

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .home-middle .featured-content .entry,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .genesis-nav-menu,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }

    .nav-primary {
        position: static;
    }

    .featured-content .entry,
    .site-header .search-form,
    .site-title {
        float: none;
    }

    .primary-nav .site-header,
    .title-area {
        padding-top: 0;
    }

    .title-area {
        padding-bottom: 20px;
    }

    .header-image .site-header .title-area {
        padding-bottom: 0;
    }

    .genesis-nav-menu > .right {
        display: none;
    }

}

@media only screen and (max-width: 1020px) {
    .genesis-nav-menu {
        font-size: 16px;
    }

    .ntg-row-image .image-custom {
        margin-top: -12%;
    }
    .ntg-row-write-white .text-custom {
        margin-right: 60px;
    }
    .ntg-beefore-footer {
        padding: 30px 15px 50px;
    }
    
    .row-gs-pre-sponsors {
        padding: 50px 0px 0px;
    }
}

@media only screen and (max-width: 1000px) {
    .hidden-1000 {
        display: none;
    }

    div#row-main-intercontinetal > .wpb_column.vc_column_container >.vc_column-inner {
        margin-top: 0px;
    }

    .ntg-title.orbiton-title.ntg-europe-title {
        font-size: 90px !important;
    }
    
    
}

@media only screen and (max-width: 991px) {
    section#section-gs-trophy {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 980px) {
    .ntg-slider-quotes-wrapper.quotes-white .quotes-container {
        flex-direction: column-reverse;
    }
    
    .ntg-slider-quotes-wrapper.quotes-white .quotes-right, .ntg-slider-quotes-wrapper.quotes-white .quotes-left {
        width: 100%;
    }
    
    .ntg-slider-quotes-wrapper.quotes-white .quotes-right,
    .ntg-slider-quotes-wrapper.quotes-white .quotes-left {
        padding: 10px 0px;
    }

    .ntg_awards_grid, .sh_ntg_awards.ntg_awards_grid, .sh-ntg-jury.ntg_awards_grid {
        display: grid;
        grid-template-columns: auto auto;
    }

    .sub_footer {
        padding: 35px 15px 20px;
    }

    .sub_footer, .sub_footer a {
        font-size: 15px;
    }

    .sub_footer .sub_footer_grid {
        grid-template-areas:
            "social social social"
            "privacy privacy privacy"
            "privacy privacy privacy"
            "logo logo logo";
        text-align: center;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .sub_footer .box-social {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 1;
    }

    .sub_footer .box-privacy {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 1;
    }

    .sub_footer .poweredByNTG {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row-span: 1;
        text-align: center;
    }

    .sub_footer .box-privacy,
    .sub_footer .box-social {
        margin-bottom: 25px;
    }

    .sub_footer .ntg_container-page-social.social-sub-footer a {
        margin: 0px 12px;
        font-size: 20px;
    }

    .up-icon-quote,
    .bottom-icon-quote {
        font-size: 145px;
    }

    .name-surname {
        font-size: 18px;
        padding-left: 60px;
    }
}

@media only screen and (max-width: 980px) {

    div#row-hm-edition-title > .wpb_column {
        margin-top: -20px !important;
    }


    #row-main-european-edition-page{
        display: none;
    }

    #row-main-european-edition-page-mobile{
        display: block !important;

    }

    .quotes-container-2022 .quotes-right {
        width: 100%;
    }

    .quotes-container-2022 .quotes-left {
        width: 100%;
    }

    .quotes-container-2022 .container-quote-text .custom-icon-quote {
        height: 30px;
    }
    .quotes-container-2022 .testo-quote {
        padding-left: 50px;
    }
    .quotes-container-2022 .name-surname {
        padding-left: 50px;
    }
    .swiperQuotes {
        padding-bottom: 40px;
    }

    .swiperQuotes .ntg_button {
        left: 50px;
        bottom: 60px;
    }

    .last-news-globe{
        display: block;
    }
    .lng-first-wrapper,.lng-others-wrapper{
        width: 100%;
    }

    .lng-others-wrapper{
        padding-top: 40px;
    }
    
    .ntg-slider-quotes-wrapper.quotes-white .quotes-left {
        font-size: 20px;
    }
}

@media only screen and (max-width: 960px) {
    img.img-banner-desktop{
        display: none;
    }
    img.img-banner-mobile{
        display: block;
    }

    .row-news-banner {
        margin-top: 20px;
    }

    div#GalleryRow {
        padding-bottom: 33%;
    }

    .row-banner-custom.row-banner-custom-mobile {
        display:block;
    }

    .row-banner-custom.row-banner-custom-desktop {
        display: none;
    }
    
    .gs_sc_banner.gs_sc_banner_desktop {
        display: none;
    }
    .gs_sc_banner.gs_sc_banner_mobile {
        display: block;
        margin: 30px auto 50px;
    }
}

@media only screen and (max-width: 768px) {
    .all-winners .winner-item,
    .digital-winner {
        width: 50%;
        clear: none;
    }
    
    .home-bottom .featured-content .entry,
    .home-middle .featured-content .entry {
        padding-bottom: 20px;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .magazine-home .content .genesis_responsive_slider h2,
    .magazine-home .content .genesis_responsive_slider h2 a {
        font-size: 20px;
        line-height: 1.2;
    }

    .magazine-home .content .genesis_responsive_slider .slide-excerpt-border p {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .gsa-sx-small-row.vc_row > .wpb_column > .vc_column-inner {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .ntg-row-sponsor.ntg-row-sponsor-logo-footer .col-sponsor {
        width: 100%;
    }

    .ntg-row-sponsor.ntg-row-sponsor-logo-footer .col-sponsor.not-selectable-item {
        text-align: center;
        padding: 0 20px;
    }

    .responsivo-iframe-video-wrapper {
        margin-left: auto;
        margin-right: auto;
    }

    .ntg-row-sponsor.ntg-row-sponsor-logo-footer .col-sponsor img {
        max-width: 180px;
    }

    .no-mobile-item {
        display: none;
    }

    .grid-sg-speaker {
        grid-template-areas: "title" "ruoli" "foto" "testo";
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }

    .row-image-speaker {
        margin: 0 auto;
    }


    .cont-text-year {
        /* bottom: -35%; */
        /* background-color: black; */
        position: relative;
        /* margin-top: 40px; */
        bottom: 0;
        transform: none;
        left: 0;
        padding: 0px 20px 20px;
    }

    .swiperHistory .swiper-slide{
        padding-bottom: 65px;
    }

    .row-bread-ntg {
        display: none;
    }

    .ntg-beefore-footer {
        padding: 130px 15px 50px;
    }

    .ntg-row-image .image-custom {
        margin-top: -50px;
    }

    .ntg-row-write-white {
        font-size: 18px;
    }
    .ntg-row-write-white .text-custom {
        margin-right: 30px;
        font-size: 18px;
    }

    .ntg-beefore-footer {
        background-size: auto;
    }

    .quotes-container-2022 {
        flex-direction: column-reverse;
    }

    .vc_row.vc_custom_1663070887807 {
        padding-top: 30px !important;
    }

    .vc_row.vc_custom_1663070887807 {
        margin-bottom: 0px !important;
    }

    .swiperQuotes {
        max-width: 520px;
    }

    .quotes-container-2022 .quote-img {
        max-width: 100%;
        margin-left: auto;
        margin-bottom: 30px;
    }

    .swiperQuotes .ntg_button {
        left: 50%;
        transform: translateX(-50%);
        max-width: 220px;
        width: 100%;
    }

    .bt-tiktok-vote.wpb_single_image img {
        max-width: 140px;
    }

    .winner-main-content {
        margin: 40px auto 0px auto;
    }

    div#GalleryRow {
        padding-bottom: 44%;
    }

    .ffc_single_item_event {
        width: 48%;
    }
    
    .wpb_text_column.wpb_content_element.block-text-380 h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 670px) {
    .news-list-item-box {
        flex-direction: column;
        padding: 0px 15px;
    }

    .news-list-item-col-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .news-list-item-col-desc {
        max-width: 100%;
        width: 100%;
        margin-bottom: 40px;
    }

    .row-ntg-banner.ntg-banner-live,
    .wpb_text_column .row-ntg-banner.ntg-banner-live {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .row-ntg-banner.ntg-banner-live {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 620px) {
    
    .hide-620 {
        display: none;
    }
    
    .gs_sc_banner.gs_sc_banner_mobile {
        margin-top: 0;
/*        opacity: 0;
        visibility: hidden;
        display: none;*/
    }

    .menu-item-40813 {
        min-width: 250px;
    }

    .after-event-videobg{
        margin-top: 85px;
    }

    .banner-desktop-620 {
        display: none;
    }

    .ntg-beefore-footer {
        padding: 60px 15px 20px;
    }

    .ntg-row-image .image-custom {
        margin-top: -10px;
    }

    .ntg-row-write-white {
        font-size: 13px;
    }
    .ntg-row-write-white .text-custom {
        margin-right: 5%;
        font-size: 15px;
    }

    .button-serie-a a {
        max-width: 300px;
    }
}

@media only screen and (max-width: 620px) {

    h1.ntg-title.title-sup-intercontinental {
        font-size: 35px !important;
    }

    .ntg-title.orbiton-title.ntg-europe-title {
        font-size: 60px !important;
    }

    .ntg-resp-logo {
        max-width: 120px;
        display: block;
        line-height: 0;
    }

    .ntg-custom-logo {
        display: none;
    }

    .ntg-container-menu-2022 {
        display: none;
    }

    /* 2022 - Responsive */

    .hide-mobile {
        display: none;
    }

    .after-event-videobg {
        display: none;
    }

    .after-event-mobile{
        display: block !important;
        margin-bottom: 40px;
    }

    .after-event-mobile,
    .site-inner,
    .after-event-mobile.isMobileScreen {
        margin-top: 91px;
    }

    .after-event-mobile,.after-event-mobile-video{
        display: none;
    }

    .lng-first{
        padding: 10% 10%;
    }

    .last-news-globe{
        text-align: center;
    }

    .lngf-excerpt,.lngf-news{
        display: none;
    }

    .custom-archive-blog .lng-first-wrapper {
        margin-bottom: 40px;
    }

    .custom-archive-blog .lngf-excerpt {
        display: block;
    }

    .custom-archive-blog .last-news-globe{
        text-align: left;
    }

    .custom-archive-blog .lngf-excerpt {
        width: 100%;
    }

    .custom-archive-blog .lng-others {
        display: block;
    }

    .row-image-page .ntg-img-page.ntg-img-blog-mob {
        display: block;
    }

    .lngf-button{
        text-align: center;
    }

    .lngf-button a{
        margin: 0 auto;
    }

    .lngo-single-info{
        text-align: left;
    }


    .aei-edition {
        font-size: 20px;
    }

    .aei-date {
        font-size: 26px;
    }

    .aei-place {
        font-size: 10px;
    }

    .aei{
        /*background: linear-gradient(to bottom, transparent 0%, black 40%);*/
        padding: 0 10px 25px;
    }

    .aeiv {
        position: relative;
        /*        padding-bottom: 56.25%*/
    }

    .site-header {
        background-color:rgba(0, 0, 0, 0.7);
        padding: 10px;
    }

    .lng-first{
        padding: 20px;
    }

    .lngf-title{
        font-size: 24px !important;
    }

    .lng-others{
        display: none;
    }

    .lng-others-wrapper{
        padding: 0px;
    }

    .lng-readmore{
        padding-top: 20px;
        display: block;
    }

    .lng-readmore a {
        text-decoration: none;
    }
    .lng-readmore a:hover {
        color: #b6a055;
    }

    #topSectionDesktop,#MainRowConferenceDesktop,.Award-section-desktop{
        display: none;
    }

    #topSectionMobile,#MainRowConferenceMobile{
        display: block;
    }

    #topSectionMobile .wpb_single_image,
    #MainRowConferenceMobile .wpb_single_image {
        margin-bottom: 0px;
    }

    .vc_row.Award-section-desktop.vc_row-has-fill.vc_row-flex {
        display: none;
    }

    .archive-blog-grid {

        grid-template-columns: 100%;

    }

    .archive-blog-grid-item.first,
    .archive-blog-grid-item {
        padding: 0;
    }

    .hidden-620 {
        display: none;
    }

    .ntg-title.nominees-title {
        font-size: 14px !important;
        text-transform: uppercase;
        letter-spacing: 5px;
        margin-top: -10px;
    }
    
    #ffc-main-row {
        padding-top: 0px;
        padding-bottom: 60px;
        background-position: center bottom !important;
        background-size: auto !important;
    }
    
    .gs-pe-partnert {
        font-size: 20px;
    }

    .gs-pe-award-name {
        font-size: 30px;
    }

    .gs-pe-edition {
        font-size: 16px;
    }

    .gs-pe-date {
        font-size: 16px;
    }
}

@media only screen and (max-width: 520px) {

    .logo-forum-page img{
        width: 100% !important;
    }

    .wpb_single_image.wpb_content_element.vc_align_center.logo-forum-page img{
        width: 100% !important;
    }

    .winner-home-title {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .all-winners .winner-item,
    .digital-winner {
        width: 100%;
    }

    .digital-winner-wrapper img {
        margin-bottom: 10px;
    }

    .box-home-winners {
        padding: 40px 10px;
    }
    .swiper-quotes-testimonials .swiper-slide .quote-text {
        margin-top: 60px;
    }

    .row-image-page .ntg-img-page img {
        margin-bottom: 20px;
    }

    .genesis-nav-menu {
        font-size: 22px;
    }

    .contianer-slider-hp .container-sw-bt-nav .custom-sw-bt-prev {
        left: 10px;
    }

    .contianer-slider-hp .container-sw-bt-nav .custom-sw-bt-next {
        right: 10px;
    }

    .custom-sw-bt-prev, .custom-sw-bt-next {
        padding: 10px 20px;
    }

    .cs-nv-quote .custom-sw-bt-prev {
        left: 0;
    }

    .cs-nv-quote .custom-sw-bt-next{
        right: 0;
    }

    .left-quote {
        padding: 30px 15px;
    }

    .content-desc-quote .cs-nv-quote .custom-sw-bt-prev, .content-desc-quote .cs-nv-quote .custom-sw-bt-next {
        top: -48px;
    }

    .container-ntg-text-3d {
        padding: .2em .5em 2.6em 4.3em;
        font-size: .5em;
    }

    .ntg-circle-3d {
        width: 2.5em;
        padding-bottom: 2.3em;
    }
    .container-ntg-text-3d:after {
        bottom: 1.8em;
        left: 3.4em;
        max-width: 30vw;
        padding-bottom: .1em;
    }

    .sh-title-award h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .sh-title-award {
        margin-top: 0px;
    }
    .sh-row-nominees {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .up-icon-quote, .bottom-icon-quote {
        font-size: 55px;
    }
    .swiper-quotes-testimonials .testo-quote {
        padding: 10px 25px;
    }
    .name-surname {
        padding-right: 25px;
        padding-left: 25px;
    }

    .content-desc-quote .ntg_button {
        padding: 15px 0px;
    }

    .ntg-cnt-resp-img-411 {
        display: block;
        float: none;
        margin: 0px auto 40px auto !important;
        max-width: 200px;
    }

    .sub_footer .box-privacy,
    .sub_footer .box-social {
        margin-bottom: 0px;
    }

    .sub_footer  a.custom-link-privacy,
    .sub_footer .box-privacy .menu-footer-container ul li {
        display: block;
        margin-bottom: 10px;
    }

    span.custom-separator {
        display: none;
    }

    .ntg_awards_grid,
    .sh_ntg_awards.ntg_awards_grid,
    .sh-ntg-jury.ntg_awards_grid {
        grid-template-columns: 100%;
        justify-items: center;
    }

    .ntg_awards_grid .content-single-awards {
        max-width: 395px;
    }


    .row-image-speaker {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-align: stretch;
        -ms-grid-row-span:1;
        justify-self: stretch;
        margin: 0 auto;
        text-align: center;
    }

    .speaker-title {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span:1;
    }

    .box-roles-speaker {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .box-content-speaker {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span:1;
    }

    .custom-single-blog .date-author time {
        float: none;
        display: block;
    }

    /*IE 10 and Old */
    body.body-check-device-explorer-old .ntg_awards_grid .ntg_awards_grid-item {
        max-width: 395px;
        margin: 0 auto;
        float: none;
    }

    .button-serie-a a {
        max-width: 250px;
    }
    
    .ntg-slider-quotes-wrapper.quotes-white .quote-text::before, .ntg-slider-quotes-wrapper.quotes-white .quote-text::after {
        width: 57px;
        height: 27px;
        background-size: contain;
    }

    .ntg-slider-quotes-wrapper.quotes-white .quote-text {
        padding: 40px 58px 40px 58px;
    }

    .gs-pre-sponsor-logo {
        max-width: 100px;
        margin-top: -24px;
    }

    .row-gs-pre-sponsors .row-separator {
        padding-bottom: 8px;
    }

    .row-gs-pre-sponsors {
        padding: 20px 0px 0px;
    }

    .ntg-beefore-footer {
        padding: 20px 15px 20px;
    }
}

@media only screen and (max-width: 520px) {

    .sh-slider-nominees-responsivo .sh-resp-nominees-award {
        padding: 50px 15px 0px;
        font-size: 25px;
    }

    .sh-slider-nominees-responsivo .sh-resp-nominees-award h2 {
        font-size: 40px;
        margin-top: 0px;
    }

    .resp-nom-bt-nav.resp-nominees-nav {
        position: absolute;
        top: 53vw;
        left: 50%;
        width: 100%;
        max-width: 260px;
        z-index: 2;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .resp-nom-bt-nav.resp-nominees-nav .custom-sw-bt-prev, .resp-nom-bt-nav.resp-nominees-nav .custom-sw-bt-next {
        top: 0;
    }

    .swiperNominees .swiper-slide {
        padding-bottom: 40px;
    }

    .swiperMultiGlobe.swiperMultiGlobeW,
    .swiperMultiGlobe.swiperMultiGlobeWD  {
        max-width: 270px;
        overflow: inherit;
    }

    .swh-title-edition{
        font-size: 16px;
    }

    .swh-desc-year {
        font-size: 24px;
    }

    .smg-jury, .smg-winner{
        transform: scale(0.9);
    }

    .swiperHistoryPag {
        display: block;
    }

    ul.list-countdown.list-countdown-mobile li {
        width: 4rem;
    }

    ul.list-countdown.list-countdown-mobile .timenumbers {
        font-size: 1.3rem;
    }

    ul.list-countdown.list-countdown-mobile p.timedescription {
        font-size: .9rem
    }

    .vote-banner .attachment-full.size-full {
        max-width: 120px;
        width: 100%;
    }

    .wpb_text_column.wpb_content_element.intercontinental-txt-margin {
        margin-bottom: 80px;
    }

    h1.ntg-title.title-sup-intercontinental {
        font-size: 25px !important;
    }

    .ntg-title.orbiton-title {
        font-size: 20px !important;
    }

    .ntg-title.orbiton-title.ntg-europe-title {
        font-size: 40px !important;
    }

    section#sectio-editions {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    div#GalleryRow {
        padding-bottom: 66%;
    }

    .ffc_single_item_event {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .magazine-home .content .genesis_responsive_slider .flex-direction-nav {
        display: none;
    }

    .magazine-home .content .genesis_responsive_slider .slide-excerpt {
        width: 100%;
    }
}

@media only screen and (max-width: 420px) {

    .custom-single-winner .single-name-award {
        font-size: 16px;
        padding: 0;
    }

    .swiper-quotes-testimonials .swiper-slide .quote-text {
        margin-top: 40px;
    }

    .swiper-quotes-testimonials .testo-quote {
        font-size: 18px;
    }

    .swiper-quotes-testimonials .name-surname {
        font-size: 16px;
    }

    .container-ntg-text-3d .name-slide {
        font-size: .8em;
    }

    .row-image-page .ntg-img-page img {
        margin-bottom: 30px;
    }

    .custom-first-row {
        margin-top: -60px;
        padding-top: 50px;
    }

    .custom-menu-icon {
        font-size: 19px;
    }

    body.custom-mn-open .ntg-before-header .ntg-button-menu,
    .ntg-before-header.ntg-sticky .ntg-button-menu {
        font-size: 19px;
    }

    .custom-menu-icon span.text-menu-icon {
        margin-right: 4px;
    }

    .ntg-before-header .wrap {
        height: 106px;
    }

    .ntg-before-header {
        padding: 15px;
    }

    .row-slider-after-event {
        margin-top: 126px;
    }

    div#row-f-blue {
        padding-top: 30px !important;
        margin-top: -30px !important;
    }

    .title-media {
        font-size: 20px
    }

    .dcwss.dc-wall.col-4 .stream li {
        width: 100%;
    }

    .container-ntg-text-3d:after {
        bottom: 1.6em;
        left: 3.2em;
    }


    .bt-tiktok-vote.wpb_single_image img {
        max-width: 125px;
    }

    .button-serie-a a {
        max-width: 200px;
    }
}

@media only screen and (max-width: 420px) {
    .ntg-container-menu.ntg-responsive-menu .genesis-nav-menu a {
        font-size: 35px;
    }

    .ntg-container-menu.ntg-responsive-menu .genesis-nav-menu.responsive-menu .sub-menu > .menu-item > a {
        font-size: 20px;
    }

    .sh-title-premio h2 {
        font-size: 30px;
    }

    .sh-desc-premio {
        font-size: 20px;
    }

    .slider-quotes-resp .swiper-slide .quote-text {
        font-size: 22px;
    }

    .slider-quotes-resp .resp-name-quote {
        font-size: 18px;
    }

    .slider-quotes-resp .resp-icon-quote {
        font-size: 90px;
        height: 40px;
    }

    .slider-quotes-resp .quote-content {
        padding-left: 30px;
    }

    .slider-quotes-resp .swiper-slide .quote-text {
        font-size: 18px;
        padding: 35px 15px 20px;
    }

    .slider-quotes-resp .resp-name-quote {
        font-size: 17px;
        margin-top: -20px;
    }

    .sh-slider-nominees-responsivo .sh-resp-nominees-award {
        font-size: 25px;
    }

    .sh-slider-nominees-responsivo .sh-resp-nominees-award h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .sh-desc-premio {
        padding: 30px 0px;
    }

    .slider-quotes-resp .custom-sw-bt-prev, .slider-quotes-resp .custom-sw-bt-next,
    .resp-nom-bt-nav.resp-nominees-nav .custom-sw-bt-prev, .resp-nom-bt-nav.resp-nominees-nav .custom-sw-bt-next {
        width: 5em;
        height: 5em;
        padding: 1.5em 0 0;
    }

    .slider-quotes-resp .custom-sw-bt-prev {
        left: 10px
    }

    .slider-quotes-resp .custom-sw-bt-next {
        right: 10px
    }

    .sh-row-nominees-responsivo .sh-container-button .resp-button.ntg_button {
        margin-bottom: 50px;
    }

    .resp-home-blog .sh-blog-image img {
        margin-bottom: 30px;
    }

    .container-app-banner {
        flex-wrap: wrap;
        flex-direction: column;
        row-gap: 10px;
    }

    h1.ntg-title.title-sup-intercontinental {
        font-size: 23px !important;
    }

    .ntg-title.orbiton-title {
        font-size: 17px !important;
    }
    
    .ntg-resp-logo {max-width: 100px;}
}

@media only screen and (max-width: 380px) {
    .vote-banner {
        max-width: 100px;
    }

    #ffc-main-row {
        padding-top: 0px;
    }
}