/*!
 *  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
 */

.totmanufacturer-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: 1px solid black;
    border-bottom: 1px solid black;
}



.list{
    -webkit-column: 4;
    -moz-column: 4;
    columns: 4;
    padding-bottom: 10px;
}

.letterBlock{

    display: block;
    width: 100%;
    border-bottom: 1px solid black;
    padding-top : 20px;


}

.letter{
    font-size: bold;
    font-size: 25px;
    break-after: column;
    padding-top: 100px;
    margin-top: -100px;
}

.right_column{
display: none !important;
}



@media (max-width: 1070px) {
    .list{
        -webkit-column: 3;
        -moz-column: 3;
        columns: 3;
        padding-left: 15px;
        padding-top: 15px;
    }

}

@media (min-width: 992px){
    .col-md-2 {
        padding-right: 200px;
        width: 16.66667%;
    }
}

@media (max-width: 720px) {

    .list{
        -webkit-column: 2;
        -moz-column: 2;
        columns: 2;
        padding-left: 15px;
        padding-top: 15px;
    }

}

#totcategfilter {
    margin-bottom: 20px;
}
