@media (min-width: 600px ) {
  #b_content .featurette > .container > .row > div:not(.col-md-12) { margin-top: 0; }
  .bfcms-listing .bf-listing-row > div:not(.col-md-12) { margin-top: 0; }
}


@media (min-width:768px)  {
  h1 {
    font-size: 68px;
    line-height: 64px;
  }

  h2 {
    font-size: 60px;
    line-height: 54px;
  }

  h3 {
    font-size: 40px;
    line-height: 48px;
  }

  .tmtel-large {
    font-size: 24px;
    line-height: 36px;
  }

  .bfcms-ctr-container.narrow > .container > .row {
    width: 85%;
    margin: 0 auto;
  }
}


@media (min-width:992px) {
  #b_mobile_toggle { display: none; }
  #b_head #b_nav {
    display: block !important;
    position: static;

    padding-bottom: 0;

    text-align: right;

    background: transparent;
  }
    .tmtel-header-light #b_head:not(.fixed) #b_nav > ul > li > a { color: #fff; }

  .bfcms-ctr-container.narrow > .container > .row {
    width: 65%;
  }
}


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