@media (min-width: 992px) {
     body {
          padding-top: 0px !important;
     }
     .uber-header.header-4 {
          position: fixed !important;
          z-index: 999 !important;
		  
     }
}

@media (max-width: 991px) {
     body {
          padding-top: 0px !important;
     }
.uber-header.header-4 {
          position: fixed !important;
          z-index: 999 !important;
		  
     }
}

@media (min-width: 768px) {
     body {
          padding-top: 0px !important;
     }
     .uber-header.header-4 {
          position: fixed !important;
          z-index: 999 !important;
		  
     }
}

.uber-header.header-1 {
  background-color: rgba(2, 38, 73, .8) !important;
  border-bottom: 0px solid #dadedf !important;
}
.uber-header.header-4 {
  background-color: rgba(92, 92, 92, .3) !important;
  height: 40px !important;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
  border-bottom: 0px solid #dadedf !important;
}

div.logo-image img { 
  max-height: 55px !important;
  max-width: 300px !important;
  padding-right: 40px !important;
  padding-top: 12px !important;
}

.acm-hero.style-4 .video-wrapper:before {
  content: "";
  position: absolute;
  background-color: #000000 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0 !important;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.div.phm.pluginLikeboxStream {
  height: 600px !important;
}

.navbar-default .navbar-nav > li > a { 
  color: #fff !important;
  padding-right: 20px !important;
}
