@charset "utf-8";
/* CSS Document */
#header_container { min-height: 49px; }
#content_container {min-height: 0!important; }
#menu_container {height: 47px!important;
/*background-color: rgba(255,255,255,0.8)!important;*/
background-color: transparent!important;
background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1))!important;;
}
#menu_container.menu_tiny {background-color: rgba(227,231,220,0.8)!important;}
#menu {margin-top: 0!important;}
#menu > li {padding-bottom: 10px!important;}
.ebrofoot {min-height: 240px;}
#topNav {
    margin: 8px auto -20px!important;
}



@media (max-width: 768px) {
    #menu_container, #menu_container.menu_tiny {
       background-color: transparent!important;
       background-image: none!important;
    }
     .ebrofoot {min-height: 160px;}
}
@media (max-width: 480px) {
     .ebrofoot {min-height: 83px;}
      .parallax-mirror {
          background-color: #ced9e4;
      }
      .parallax-mirror img { 
          -webkit-transform: scale(0.7)!important;
                  transform: scale(0.7)!important;
      }
    
    #mp1570708526 {
      background-size: 220%!important;
      background-repeat: no-repeat!important;
      background-color: #ced9e4!important;
    }
    #m1570708526 .parallax-content { margin-top: -55px}
}