@charset"UTF-8";

/**
 * Filename:        bs-sm.css
 * Revision:        v3.0 => 2016.10
 * Organization:    ignitr => http://wildfirecms.com
 * Author:          Trevor Lettman / Space2Burn
*/


@media (max-width: 991px) {

   /* header #topbar a {
        margin-right: 0 !important;
    }
*/
    .mobile-center {
        width: 100% !important;
        text-align: center !important;
    }

}


@media (min-width: 768px) and (max-width: 991px) {

  /*********************
  TAGS
  *********************/

  /* BLUE BAR // TECO TURNS 50 */

    #blue-bar h2
    {
        font-size: 1.1em !important;
        line-height: 1.6em !important;
    }



  /*********************
  LAYOUT
  *********************/



  #topics .topics-item:nth-of-type(2)
  {
      display: none !important;
  }


  ol.carousel-indicators
  {
    display: none !important;
  }

  #news .row .col-12 .content
  {
    min-height: 100px !important;
  }



  /**
  * RESPONSIVE VIDEO FLOAT
  */

  div.floatvid-right
  {
    float: none;
    width:100%;
    padding: 15px 15px 45px;
  }


}

