
@media (max-width:991px)  {
  #b_pre_head {
    display: block;
  }
    #b_pre_head.fixed {
      height: 40px;
      overflow: hidden;
    }
    #b_pre_head .col-xs-12 p {
      font-size: 13px;

      line-height: 1.4em;
      text-align: center !important;
    }
    #b_pre_head .col-xs-12 a {
      padding: 0;
      margin: 0;

      font-size: 14px;

      color: #fff;
      background: transparent;
      border-bottom: 2px solid #fff;
      border-radius: 0;
    }

  #b_pre_head.fixed+#b_head.fixed {
    top: 40px;
  }
}

@media (max-width:400px)  {
  #b_pre_head .col-xs-12 p { font-size: 11px; }
  #b_pre_head .col-xs-12 a { font-size: 13px; }


  .bfe-t-horiz .bfe-summary-image-ctr {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 90% !important;
  }
  .bfe-t-horiz .bfe-summary-content {
    width: 100%;
    margin-left: 0 !important;
  }

}


@media (min-width:768px)  {
  .bfu-header-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
    .bfu-header-background > .row > div {
      padding-top: 0; 
    }

  .bfu-header-content {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
  }
}


@media (min-width:992px) {
  #b_pre_head.fixed+#b_head.fixed { top: 60px; }
}


@media (min-width:1170px) {
}
