@media screen and (min-width: 1024px){
    body #main-header .et_pb_image_0_tb_header .et_pb_image_wrap img {max-height: 120px !important;}
    body #main-header{padding-top: 15px !important;}
}


@media (min-width: 981px){

}
/* tutte le altre pagine */
@media (max-width: 980px){
    .et-tb #page-container, .et-tb-has-header #page-container {padding-top: 206px !important;}
    .uni-page-container-stitch-menu-on{margin-top:auto !Important;}
    .uni-page-container-stitch-menu-on #mobile_menu1{top:164px !important;}
}




/* menu */
@media (max-width: 980px) {
    .uni-menu .mobile_nav span::after{content: "Menu"; font-weight: bold; line-height: 2.1em; margin-right: 5px;text-transform: uppercase; float: left;color: #284696!important;}
    #header-main-menu {width: 100%;}
}

#uni-ab-top-menu{}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px){
    .uni-ab-top-menu .et_pb_menu__logo-wrap{display: none;}
 
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
    .uni-ab-top-menu .et_pb_menu__logo-wrap{/*width: 65% !important;*/ width:auto !important;width: 65% !important; margin-left: 4% !important;}
    #main-header,
    .uni-ab-top-menu .et_pb_menu__logo-wrap img{max-height: 80px !important;}
    .uni-ab-top-menu .et_pb_menu .et_mobile_nav_menu {margin-right: 4% !important;}
    body .uni-ab-top-menu .et_pb_row{padding: 0px !important;}
    .uni-ab-top-menu{max-height: 86px;}

    body .uni-ab-top-menu.uni-header-stitch-fx{position: fixed !important;}
    body .uni-ab-top-menu.uni-herader-active{/*top:80px !important;*/ position: fixed;}
    .uni-header-stitch-fx{margin-top: 80px !important;}
    /*#uni-page-banner-test-toggle.uni-page-banner-test-toggle-header {position: fixed;width: 100%;top: 160px;}*/
    #uni-page-banner-test-toggle.uni-page-banner-test-toggle-header {top: 0px !important;}
    #header-main-menu .et_pb_module{margin-bottom: 0px !important;}

    #et-boc #main-header > .et_pb_row_1_tb_header {padding-bottom: 0px !important;padding-top: 0px !important;}
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}


/* menù fixed animation scroll */
.hide-header, body .hide-header {opacity: 0;margin-top: -300px !important;}
.show-header, body .show-header {opacity: 1;margin-top: 80px !important;}
body #main-header.show-header.uni-ab-top-menu.uni-herader-active {top: 0px !important;}

#main-header {
-webkit-transition: all 0.5s ease !important;
-moz-transition: all 0.5s ease !important;
-o-transition: all 0.5s ease !important;
-ms-transition: all 0.5s ease !important;
transition: all 0.5s ease !important;
}
@media (max-width: 1199.98px) {
    #mobile_menu1{margin-top:0px;}
}


.mobile_nav.opened .mobile_menu_bar::before{content: '\4d' !important;}
.mobile_nav.closed .mobile_menu_bar::before{content: "a" !important;}
