.footer {    
    bottom: 0;
    height: 100px;
  	width: 100%;
    position: fixed;
    z-index: 9;  	
}

/* home video */
.videohome-g .ba-slideshow-img video, .videohome-g .ba-video-background video, .videohome-g .ba-video-background iframe, .videohome-g .ba-slideshow-img iframe {
    height: auto;
    left: calc(0px - ((100vw - 100%)/2));
    position: absolute;
    top: calc(50% - ((100vw * .5625)/2));
    width: 100vw;
}
@media (max-width: 1024px){
.videohome-g .ba-slideshow-img video, .videohome-g .ba-slideshow-img iframe {
    display: initial !important;
}
}
.deeper.parent {
    cursor: pointer;
}
@media (max-width: 1024px) {
    .main-menu .current.active::after {       
        top: 32px;        
    }
  .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > :not(ul):not(div), .main-menu li.deeper.parent > ul li > *:not(ul):not(div) {
    color: #999999!important;
	}
}
/*@media (max-width: 768px) {
    .main-menu .current.active::after {
      display: none;
    } 
  
    .footer {    
      bottom: 50px;
      height: auto;
      width: auto;
      position: relative;
      z-index: 0;
    }
    .copyRight {
      margin-left: 0;
  	}
}*/

@media (min-height: 990px) {
    .ba-item-main-menu {
    	padding-top: 40px;
		}
}

@media (max-width: 736px) {
.homeSli .ba-slideshow-img {
    background-size: contain;
  	
  }
 .homeSli .slideshow-content, .homeSli .empty-list {
    height: 300px;
    margin-top: 20px;
} 
  
  .ba-overlay {
  	height: 300px!important;
  }
 
}
