/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */

div.col-lg-1.button-slide{
  margin-bottom: 2em;
 }

.title{

    text-align: left;
    padding-left: 10px;
    width: 600px;
    font-size: 18px;
    font-weight: bold;

}

.alphabet
{

    width: 1000px;
    text-align: right;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 5px;

}

.manufacturerBanner
{
    padding: 100px;
    border-top: 0 solid black;
    border-bottom: 0 solid black;
}


.list{
    -webkit-column-width: 100px;
    -moz-column-width: 200px;
    column-width: 100px;
}

.letterBlock{

    display: inline-block;
    width: 100%;
    padding : 20px;

}

.letter{
    font-size: bold;
    font-size: 25px;
    break-after: column;
}


.logo {
    text-align: center;

}

.logo .img_wrapper {
    display: inline-block;
    width: 140px;
    height: 140px;
    padding: 10px;
    line-height: 80px;
}

.logo .img_wrapper img {
    max-width: 100%;
    max-height: 100%;
}
