
a { color: #805e40; text-decoration: none; outline: none; }
.brands-letter	{width: 45px; border: 1px solid #cccccc; padding: 10px 0px; display: block; float: left; font-weight: normal; font-family: roboto condensed; color: #83bec5; cursor: pointer; margin: 5px 5px 0 0; font-size: 20px; text-transform: uppercase; text-align: center; border-radius: 40px;}
.brands-letter-active	{background: #83bec5; border: 1px solid #83bec5; color: #ffffff;}
.brands-letter-inactive	{background: #ffffff; border: 1px solid #83bec5; color: #83bec5;}
.brands-letter-inactive:hover	{background: #eeeeee; border: 1px solid #83bec5; color: #888888;}


.brands-letter-sm	{width: 45px; border: 1px solid #cccccc; padding: 10px 0px; float: left; font-weight: normal; font-family: roboto condensed; color: #83bec5; cursor: pointer; margin: 5px 5px 0 0; font-size: 40px; text-transform: uppercase; text-align: center; border-radius: 40px;}


.form-field-box {
    padding: 0.42857em !important;
    position: relative;
}

.no-point {
    pointer-events: none;
}
.form-field-label {
    color: #737373;
    width: 100%;
    height: auto;
    font-family: Roboto;
    font-weight: 300;
    font-size: 11px;
    text-align: left;
    position: absolute;
    display: none;
    margin: 7px 0 0 11px;
    transition: all 0.2s ease-out;
}
.form-field, .form-field-select {
    min-height: 50px !important;
    border-radius: 5px;
    background: #ffffff;
    height: auto;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 300;
    color: #333333;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
}
.form-field {
    padding: 14px 10px 14px 10px;
}

.list-item {
    list-style: none !important;
}

