header.header.thb-main-header,
.mobile-header-holder,
.subheader.style1.light,
header.header.fixed.header-full-width {
    display: none!important
}

div#wpadminbar {
    display: none
}

html {
    margin-top: 0!important
}

.cstmAdZone_jb32r4e {
    display: none
}

.footer.dark {
    padding: 20px 0 0
}

.container {
    margin: 0 auto;
    width: 1200px;
    max-width: calc(100% - 50px);
}

.insideWellBeing {
    width: 100%;
    float: left
}

.wellBeing_header {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff;
    padding: 50px 0 0
}

.wellBeing_header .container {
    position: relative;
    text-align: center
}

img.bottomShapeRound {
    width: 100%;
    float: left;
    position: relative
}

.wellBeing_header:before {
    position: absolute;
    content: '';
    background: rgb(0 0 0/39%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.logo_head_menu {
    display: inline-block;
    margin: 0 20px 0 0;
    border-right: 1px solid #fff;
    padding: 0 20px 0 0;
    vertical-align: middle
}

.fest_name_wrp {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.logo_head_menu img.site-logo {
    width: 200px
}

.fest_name_wrp strong {
    font-size: 40px;
    line-height: 1
}

.minte_corp_wrp {
    width: 100%;
    float: left;
    margin: 20px 0 30px;
    font-size: 25px;
    font-weight: 700
}

.inner_well_f {
    width: 100%;
    float: left
}

.expozant_title {
    width: 100%;
    float: left;
    margin: 20px 0 0
}

.expozant_title h1 {
    margin: 0;
    font-size: 40px
}

.banner_970 {
    width: 100%;
    float: left;
    margin: 30px 0 50px;
}

img.banner_expozant {
    width: 100%;
    float: left;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0/24%)
}

.video_desc_expo {
    width: 100%;
    float: left;
    margin: 0 0 50px;
}

.half_expo {
    display: inline-block;
    width: calc(50% - 3px);
    vertical-align: middle
}

.expoVidInner {
    width: 100%;
    float: left;
    padding: 0 40px 0 0;
    box-sizing: border-box
}

.videoCoverExpo {
    width: 100%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    text-align: center;
    overflow: hidden
}

.actualVideoExpo {
    width: 100%;
    float: left;
    display: none
}

.innerButnImgWrp {
    width: auto;
    display: inline-block;
    padding: 20px 17px 20px 23px;
    box-sizing: border-box;
    background: #e91c24;
    border-radius: 100px;
    transition: .2s all ease-in-out;
    box-shadow: 0 0 10px #000;
    cursor: pointer;
    position: relative;
    vertical-align: bottom;
    animation: pulse 2s infinite
}

img.playButtonExp {
    width: 100%;
    float: left;
    max-width: 40px
}

.arrowInfoPlay {
    width: 230px;
    display: inline-block;
    margin: -50px 0 70px -30px;
    vertical-align: top;
    position: relative
}

.arrowInfoPlay img.arrwPly {
    display: inline-block;
    width: 70px;
    filter: invert(100%);
    vertical-align: middle
}

.arrowInfoPlay span {
    display: inline-block;
    color: #fff;
    width: 150px;
    margin-left: 0;
    font-weight: 700;
    text-shadow: 0 0 10px #000;
    font-size: 20px;
    line-height: 1;
    font-family: Playfair Display, blinkmacsystemfont, -apple-system, roboto, lucida sans;
    vertical-align: middle
}

.videoCoverExpo:before {
    position: absolute;
    content: '';
    background: rgb(0 0 0/27%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.innerButnImgWrp:hover {
    transform: scale(1.05);
    box-shadow: 0 0 50px #000
}

.innerPlayExpoButton {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 120px 0
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(244 67 54/75%)
    }
    70% {
        -webkit-box-shadow: 0 0 10px 20px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(244 67 54/75%);
        box-shadow: 0 0 0 0 rgb(244 67 54/75%)
    }
    70% {
        -moz-box-shadow: 0 0 10px 20px transparent;
        box-shadow: 0 0 10px 20px transparent
    }
    100% {
        -moz-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

.chatsZone {
    width: 100%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    background: whitesmoke;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    margin: 0 0 50px;
}
.infoForCHats {
    width: 100%;
    float: left;
    margin: 10px 0 20px;
    color: #1b1b1b;
}
.chatsInner {
    width: 100%;
    float: left;
}
.oneChatOpt a {
    display: inline-block;
    background: gray;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 0 30px 10px 0;
    color: white;
    transition: 0.2s all ease-in-out;
}
.oneChatOpt .iconOfOption {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.oneChatOpt span.innerNm {
    vertical-align: middle;
    color: white;
    font-weight: bold;
}
.oneChatOpt .iconOfOption img.iconChat {
    display: inline-block;
    width: 100%;
    float: left;
}
.oneChatOpt.facebook a {
    background: #1272be;
}
.oneChatOpt {
    display: inline-block;
}
.oneChatOpt.whatsApp a {
    background: #2b862e;
}
.oneChatOpt a:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    z-index: 1;
    transform: scale(1.05);
}
.infoForCHats p {
    margin: 0 0 10px;
}
.infoForCHats p:last-child {
    margin: 0 0 0;
}
#scroll_to_top.active {
    display: none;
}
.goToRevista {
    position: absolute;
    top: 0;
    left: 0;
}
a.goToHome {
    font-family: Playfair Display,blinkmacsystemfont,-apple-system,roboto,lucida sans;
    color: #fff;
    background: #ed1c24;
    padding: 15px 20px 15px 15px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0 0 10px 0;
    line-height: 1;
    font-weight: bold;
    transition: .2s all ease-in-out;
}
a.goToHome:hover {
    background: #e91c24;
}
.backToExpozanti {
    width: 100%;
    float: left;
}
a.backToExpoBtn {
    color: #b1b1b1;
    text-decoration: underline;
    transition: 0.2s all ease-in-out;
}
a.backToExpoBtn:hover {
    color: #e91c24;
}
img.banner_expozant.forMobileBanr {
    display: none;
}
a.backToExpoBtn img {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    margin: -2px 6px 0 0;
    opacity: 0.3;
    transition: 0.2s all ease-in-out;
}
a.backToExpoBtn:hover img {
    opacity: 1;
}
.menuToSections {
    width: 100%;
    float: left;
    transition: 0.2s all ease-in-out;
}
ul.menu_sections {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.menu_sections li {
    display: inline-block;
}
ul.menu_sections li a {
    background: #fbfbfb;
    display: inline-block;
    padding: 10px 25px;
    transition: 0.2s all ease-in-out;
    border-radius: 100px;
    font-weight: bold;
    color: #585858;
}
ul.menu_sections li a:hover {
    background: #e91c24;
    color: white;
    font-weight: bold;
}
.inner_well_f section {
    width: 100%;
    float: left;
    margin: -50px 0 100px;
    padding-top: 50px;
}
section.bigFirstText {
    text-align: center;
}
.innerBigFT {
    display: inline-block;
    max-width: 730px;
    line-height: 1.6;
}
.innerBigFT strong {
    font-size: 140%;
}
.imagineExpoBig {
    width: 100%;
    float: left;
    position: relative;
}
.imagineExpoBig span {
    background: #cccccc;
    display: inline-block;
    width: calc(100% - 150px);
    float: right;
    text-align: center;
    padding: 130px 0;
    border-radius: 3px;
}
.imagineExpoBig h1 {
    position: absolute;
    max-width: 350px;
    margin: 0;
    top: 20px;
    left: 0;
}
.liveStreamWrp {
    width: 100%;
    float: left;
}
.leftLiveStImg, .rightContentLvStrm {
    width: calc(50% - 5px);
    display: inline-block;
    vertical-align: middle;
}
.rightContentLvStrm {
    padding-left: 50px;
    box-sizing: border-box;
}
.leftLiveStImg span {
    width: 100%;
    background: #cccccc;
    display: inline-block;
    float: right;
    text-align: center;
    padding: 130px 0;
    border-radius: 3px;
}
.titleSectionWellB {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 25px;
}
.titleSectionWellB span {
    font-family: Playfair Display, 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
    font-size: 30px;
    font-weight: bold;
}
.webAteliereListing {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.oneWebAtelier {
    width: calc(33.3% - 40px);
    display: inline-block;
    margin: 10px auto;
    border: 1px solid #eaeaea;
    padding: 30px 30px 100px;
    box-sizing: border-box;
    position: relative;
    transition: 0.2s all ease-in-out;
    border-radius: 3px;
}
.timeframeWebAT {
    width: 100%;
    float: left;
    vertical-align: middle;
}
.timeframeWebAT img.iconCsWell {
    width: 18px;
    vertical-align: middle;
    display: inline-block;
    margin: -2px 0 0;
}
.timeframeWebAT span {
    vertical-align: middle;
    display: inline-block;
}
.nameOfWebAt {
    width: 100%;
    float: left;
    margin: 15px 0;
}
.speakersWebAt {
    width: 100%;
    float: left;
}
.speakersWebAt strong {
    font-weight: normal;
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 10px;
}
.speakeriWebAtListing {
    width: 100%;
    float: left;
}
.oneWebAtSpeaker {
    display: inline-block;
    margin: 0 0 10px;
    background: #f7f7f7;
    border-radius: 100px;
    border: 1px solid gainsboro;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    outline: none;
}
.imageOfSpeka {
    background: gray;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100px;
    overflow: hidden;
}
.oneWebAtSpeaker span.actNamee {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
}
.oneWebAtSpeaker:hover {
    background: #444444;
    color: white;
    border-color: #444444;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
.productWebAT {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.productWebAT a {
    display: inline-block;
    background: white;
    padding: 10px 40px;
    border-radius: 50px;
    transition: 0.2s all ease-in-out;
    border: 1px solid #ed1c24;
    font-weight: bold;
    color: #060606;
}
.productWebAT a:hover {
    background: #ed1c24;
    color: white;
}
.oneWebAtelier:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 7%);
    background: #f9f9f9;
}
.imagineExpoBig img {
    /*width: calc(100% - 150px);*/
    width: 100%;
    float: right;
    border-radius: 5px;
}
.leftLiveStImg img {
    width: 100%;
    float: left;
    border-radius: 5px;
}
.menuToSections.spcl {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #ececec;
    z-index: 5;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
.headerSustainer {
    width: 100%;
    float: left;
    margin: 0 0 50px;
    min-height: 45px;
}
.menuToSections.spcl li a {
    border-radius: 0;
    border-left: 1px solid #e0e0e0;
    margin: 0;
    background: no-repeat;
    box-sizing: border-box;
}
.menuToSections.spcl ul.menu_sections li {
    margin: 0;
}
.menuToSections.spcl li:last-child a {
    border-right: 1px solid #e0e0e0;
}
.badgeWrp {
    width: 100%;
    float: left;
    margin: 0 0 -27px;
    text-align: right;
}
.badgeWrp span {
    display: inline-block;
    background: #ffffff;
    padding: 5px 20px;
    border-radius: 100px;
    color: #a55c88;
    font-weight: bold;
}
.oneWebAtelier.abFull {
    background: #a55c88;
    color: white;
}
.oneWebAtelier.abFull .productWebAT a {
    background: white;
    border-color: #c477a6;
}
.oneWebAtelier.abFull .productWebAT a:hover {
    background: #ed1c24;
}
.oneWebAtelier.abFull .timeframeWebAT img.iconCsWell {
    filter: brightness(1) invert(1);
}
.popUpSpeaker.active {
    display: block;
}
.popUpSpeaker {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    text-align: center;
}
.popUpSpeaker .overlay {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / 57%);
}
.innerPopUpSpeaker {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    background: white;
    padding: 50px;
    border-radius: 3px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    max-width: 500px;
    left: 0;
    right: 0;
    max-height: calc(100% - 20px);
    overflow-y: scroll;
    width: calc(100% - 20px);
}
.closePopUp {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.innerPopUpToPoPulate .oneWebAtSpeaker {
    border: 0;
    background: no-repeat;
    margin: 0;
    pointer-events: none;
}
.innerPopUpToPoPulate .imageOfSpeka {
    width: 100%;
    height: 100px;
    background: no-repeat;
    border-radius: 0;
    text-align: center;
}
.innerPopUpToPoPulate .imageOfSpeka img {
    border-radius: 100px;
}
.innerPopUpToPoPulate span.actNamee {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 20px 0 0;
    font-family: Playfair Display,blinkmacsystemfont,-apple-system,roboto,lucida sans;
    font-size: 25px;
    font-weight: 700;
}
.innerPopUpToPoPulate .infoAbSpeaker {
    display: block;
    width: 100%;
    float: left;
    margin: 20px 0 0;
    text-align: center;
    color: #2d2d2d;
}
.leftFilterExpo {
    width: 200px;
    float: left;
}
.expo_list {
    width: calc(100% - 250px);
    float: left;
    margin-left: 50px;
    display: flex;
    flex-wrap: wrap;
}
.leftFilterExpo h3 {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}
.leftFilterExpo .controls {
    width: 100%;
    float: left;
}
.leftFilterExpo .controls button.control {
    width: auto;
    float: left;
    background: #eaeaea;
    padding: 10px 15px 10px 15px;
    display: inline-block;
    margin: 0 0 5px;
    position: relative;
    border-radius: 30px;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    outline: none;
}
.leftFilterExpo .controls br {
    width: 100%;
    float: left;
    display: inline-block;
    height: 1px;
    content: '';
}
.leftFilterExpo .controls button.control:hover {
    background: #ed1c24;
    color: white;
}
.leftFilterExpo .controls button.control.mixitup-control-active {
    background: #ed1c24;
    color: white;
    padding: 10px 15px 10px 30px;
}
button.control.mixitup-control-active span {
    left: 15px;
    top: 11px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
}
.oneExpo {
    width: calc(100% / 3 - 50px);
    float: left;
    margin: 0 50px 50px 0;
    text-align: center;
    text-decoration: none;
}
.oneExpo h3.expoName {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 20px;
}
.oneExpo .imageInsideExpo {
    width: 100%;
    float: left;
    height: 150px;
    margin: 0 0 15px;
}
.oneExpo .imageInsideExpo img {
    max-height: 100%;
    max-width: 100%;
}
.page_expozanti .expozant_title {
    margin: 0 0 30px;
    text-align: center;
}
.inscriereMare {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 30px;
}
.inscriereMare a {
    background: #db1b22;
    color: white;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 50px;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    box-shadow: 0 0 10px 0 rgb(219 27 34 / 57%);
    animation: pulse1 2s infinite;
    cursor: pointer;
}
.inscriereMare a:hover {
    animation: pulseShake 1s infinite;
}
@keyframes pulseShake {
    0% { transform: rotate(0deg); }
   10% { transform: rotate(5deg); }
   20% { transform: rotate(-5deg); }
   30% { transform: rotate(5deg); }
   40% { transform: rotate(-5deg); }
   50% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}
@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(219 27 34 / 54%);
  }
  70% {
      -webkit-box-shadow: 0 0 10px 20px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse1 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(219 27 34 / 60%)
    box-shadow: 0 0 0 0 rgb(219 27 34 / 53%)
  }
  70% {
      -moz-box-shadow: 0 0 10px 20px rgba(204,169,44, 0);
      box-shadow: 0 0 10px 20px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
.half_expo.descWrp.FullDescVd {
    width: 100%;
}
.half_expo iframe {
    height: auto !important;
    min-height: 400px;
}
.mediaPartners {
    width: 100%;
    float: left;
    text-align: center;
}
.oneMediaPartner {
    display: inline-block;
    margin: 10px 5% 20px;
}
img.logoPartnr {
    width: auto;
    max-height: 100px;
}
a.goToPartner {
    width: 100%;
    float: left;
}


@media (max-width: 1000px) {
    .wellBeing_header {
        padding: 80px 0 0;
    }
    .backToExpozanti {
        margin: 10px 0 0;
    }
    .imagineExpoBig h1 {
        position: relative;
        margin: 0 auto;
        top: inherit;
        text-align: center;
        font-size: 30px;
    }
    .imagineExpoBig img {
        width: 100%;
        margin: 20px 0 0;
    }
    .leftLiveStImg, .rightContentLvStrm {
        width: 100%;
    }
    .rightContentLvStrm {
        margin: 20px 0 0;
        padding: 0;
    }
    .oneWebAtelier {
        width: calc(50% - 20px);
    }
    .expo_list {
        width: 100%;
        margin: 0;
    }
    .leftFilterExpo {
        width: 100%;
        float: left;
        margin: 0 0 50px;
    }
    .leftFilterExpo .controls br {
        display: none;
    }
    .leftFilterExpo .controls button.control {
        margin: 0 10px 10px 0;
        float: none;
        display: inline-block;
    }
    .leftFilterExpo h3 {
        font-size: 20px;
        margin: 0 0 10px;
        display: none;
    }
    .leftFilterExpo .controls {
        text-align: center;
    }
}
@media (max-width: 900px) {
    .half_expo {
        width: 100%;
    }
    .half_expo.videoWrp {
        margin: 0 0 50px;
        text-align: center;
    }
    .expoVidInner {
        padding: 0;
        max-width: 600px;
        margin: 0 auto;
        float: none;
    }
    ul.menu_sections {
        display: none;
        margin: 20px 0;
    }
    .toggle-icon .menu {
      height: 50px;
      width: 40px;
      position: relative;
      margin: auto;
      border: 5px solid transparent;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
    }
    .toggle-icon .bar {
      height: 2px;
      width: 30px;
      display: block;
      margin: 7px auto;
      position: relative;
      background-color: #ed1c24;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -webkit-transition: 0.4s;
      transition: 0.4s;
    }
    .toggle-icon .bar {
      position: absolute;
    }
    .toggle-icon .bar:nth-of-type(1) {
      top: 5px;
      -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
      -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
      -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
      -webkit-transition-delay: 0.3s, 0.1s;
      transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
    }
    .toggle-icon .bar:nth-of-type(2) {
      top: 13px;
      -moz-transition: ease 0.3s 0.3s;
      -o-transition: ease 0.3s 0.3s;
      -webkit-transition: ease 0.3s;
      -webkit-transition-delay: 0.3s;
      transition: ease 0.3s 0.3s;
    }
    .toggle-icon .bar:nth-of-type(3) {
      top: 22px;
      -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
      -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
      -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
      -webkit-transition-delay: 0.3s, 0.1s;
      transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
    }
    .pushed .toggle-icon .menu {
      -moz-transition: -moz-transform 0.3s ease 0.5s;
      -o-transition: -o-transform 0.3s ease 0.5s;
      -webkit-transition: -webkit-transform 0.3s ease;
      -webkit-transition-delay: 0.5s;
      transition: transform 0.3s ease 0.5s;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -15px;
      right: 0px;
    }
    .pushed .toggle-icon .menu .bar:nth-of-type(1) {
      top: 30px;
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
      -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
      -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
      -webkit-transition-delay: 0.1s, 0.5s;
      transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
    }
    .pushed .toggle-icon .menu .bar:nth-of-type(2) {
      opacity: 0;
    }
    .pushed .toggle-icon .menu .bar:nth-of-type(3) {
      top: 30px;
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.7s;
      -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.7s;
      -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
      -webkit-transition-delay: 0.1s, 0.7s;
      transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.7s;
    }
    .toggle-icon {
        display: inline-block;
        float: right;
    }
    .menuToSections.spcl ul.menu_sections li, .menuToSections ul.menu_sections li {
        width: 100%;
        float: left;
        text-align: right;
    }
    .menuToSections.spcl li a, .menuToSections li a {
        border: none;
        padding: 10px 0;
        color: black;
    }

}
@media (max-width: 750px) {
    .logo_head_menu {
        border-right: 0;
        padding: 0;
        margin: 0 auto 20px;
        width: 100%;
    }
    .fest_name_wrp {
        width: 100%;
        float: left;
    }
    a.goToHome {
        width: 100%;
        border-radius: 0;
        text-align: center;
        padding: 10px 0;
        background: rgb(0 0 0 / 32%);
    }
    .goToRevista {
        right: 0;
        width: 100%;
    }
    .backToExpozanti {
        margin: 30px 0 0;
    }
    .expozant_title {
        text-align: center;
    }
    img.banner_expozant.forMobileBanr {
        display: block;
        max-width: 600px;
        margin: 0 auto;
        float: none;
    }
    img.banner_expozant.forDesktopBanr {
        display: none;
    }
    .arrowInfoPlay img.arrwPly {
        display: none;
    }
    .arrowInfoPlay {
        margin: 20px auto 0;
        width: 100%;
        float: left;
    }
    .arrowInfoPlay span {
        line-height: 1.3;
    }
    .innerPlayExpoButton {
        margin: 60px 0;
    }
    .oneExpo {
        width: calc(50% - 20px);
        margin: 0 10px 50px 10px;
    }
    .leftFilterExpo .controls {
        display: none;
        margin: 20px 0 0;
    }
    .leftFilterExpo h3 {
        display: inline-block;
        background: #d0d0d0;
        width: auto;
        margin: 0 auto;
        float: none;
        padding: 5px 25px;
        border-radius: 100px;
        cursor: pointer;
    }
    .leftFilterExpo {
        text-align: center;
    }
    .half_expo iframe {
        min-height: 450px;
    }
}
@media (max-width: 700px) {
    .oneWebAtelier {
        width: 100%;
        max-width: 400px;
    }
}
@media (max-width: 450px) {
    .half_expo iframe {
        min-height: 530px;
    }
}
@media (max-width: 300px) {
    .half_expo iframe {
        min-height: 580px;
    }
}