﻿#main {
    margin: 0;
    padding: 0 0 14px;
}

.alpha-list {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

    .alpha-list a {
        display: inline-block;
        padding: 5px 10px;
        color: #bdbeb0;
        font-size: 19px;
        font-size: 1.357rem;
    }

        .alpha-list a.jsHasEvent {
            color: #292526;
        }

@media (min-width: 768px) {
    .alpha-list li:first-child a {
        padding-left: 0;
    }

    .alpha-list li:last-child a {
        padding-right: 0;
    }

    .alpha-list a {
        font-size: 30px;
        font-size: 2.143rem;
        padding: 0 5px;
    }
}

@media (min-width: 992px) {
    .alpha-list {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }
}

.brands-section {
    padding: 25px 0;
}

    .brands-section + .brands-section {
        border-top: 1px dashed #ddd;
    }

    .brands-section .charactor {
        width: calc(100% / 7);
        float: left;
        font-size: 24px;
        font-size: 1.714rem;
        padding-top: 24px;
        color: #bdbeb0;
        font-family: "Javacom", Helvetica, Arial, sans-serif;
    }

    .brands-section .brand-items {
        display: -moz-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: mulitple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        overflow: hidden;
        margin-top: -10px;
    }

        .brands-section .brand-items li {
            width: 50%;
            text-align: center;
            padding-top: 10px;
            padding-left: 10px;
        }

        .brands-section .brand-items a {
            display: block;
        }

        .brands-section .brand-items img {
            display: block;
            max-height: 100px;
            max-width: 100px;
            margin: 0 auto;
        }

        .brands-section .brand-items a {
            color: #555;
        }

@media (min-width: 544px) {
    .brands-section .charactor {
        padding-top: 31px;
    }

    .brands-section .brand-items li {
        width: 33.333%;
    }
}

@media (min-width: 768px) {
    .brands-section {
        padding: 21px 0;
        min-height: 124px;
    }

        .brands-section .charactor {
            padding-top: 31px;
            font-size: 24px;
            font-size: 1.714rem;
        }

        .brands-section .brand-items li {
            width: 33.333%;
        }
}

@media (min-width: 992px) {
    .brands-section .brand-items li {
        width: 20%;
    }
}

.brands-section ul {
    list-style: none;
}

.designer-block ul {
    list-style: none;
}

@media (min-width: 992px) {
    .nav > li > a {
        padding-left: 13px;
        padding-right: 13px;
    }
}