.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    /*text-transform: uppercase;*/
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background: -webkit-linear-gradient(30deg, firebrick 10%, #7a2828 90%); /* Chrome 10+, Saf5.1+ */
    background:    -moz-linear-gradient(30deg, firebrick 10%, #7a2828 90%); /* FF3.6+ */
    background:     -ms-linear-gradient(30deg, firebrick 10%, #7a2828 90%); /* IE10 */
    background:      -o-linear-gradient(30deg, firebrick 10%, #7a2828 90%); /* Opera 11.10+ */
    background:         linear-gradient(30deg, firebrick 10%, #7a2828 90%); /* W3C */}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: -webkit-linear-gradient(-30deg, firebrick 10%, #7a2828 90%); /* Chrome 10+, Saf5.1+ */
        background:    -moz-linear-gradient(-30deg, firebrick 10%, #7a2828 90%); /* FF3.6+ */
        background:     -ms-linear-gradient(-30deg, firebrick 10%, #7a2828 90%); /* IE10 */
        background:      -o-linear-gradient(-30deg, firebrick 10%, #7a2828 90%); /* Opera 11.10+ */
        background:         linear-gradient(-30deg, firebrick 10%, #7a2828 90%); /* W3C */
    }

    .navbar-custom.top-nav-solid {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: -webkit-linear-gradient(-30deg, firebrick 10%, #7a2828 90%); /* Chrome 10+, Saf5.1+ */
        background:    -moz-linear-gradient(-30deg, firebrick 10%, #7a2828 90%); /* FF3.6+ */
        background:     -ms-linear-gradient(-30deg, firebrick 10%, #7a2828 90%); /* IE10 */
        background:      -o-linear-gradient(-30deg, firebrick 10%, #7a2828 90%); /* Opera 11.10+ */
        background:         linear-gradient(-30deg, firebrick 10%, #7a2828 90%); /* W3C */
    }
}

.claim {
    font-weight: lighter;
    font-size: x-small;
    /*text-decoration: underline;*/
}

.special {
    background-color: rgba(255,255,255,1.0);
    padding: 5px 10px 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: firebrick;
}

.product {
    color: firebrick;
    font-size: 0.9em;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product:hover {
    color: white;
    font-size: 0.9em;
    font-weight: normal;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: -webkit-linear-gradient(30deg, firebrick 10%, firebrick 90%); /* Chrome 10+, Saf5.1+ */
    background:    -moz-linear-gradient(30deg, firebrick 10%, firebrick 90%); /* FF3.6+ */
    background:     -ms-linear-gradient(30deg, firebrick 10%, firebrick 90%); /* IE10 */
    background:      -o-linear-gradient(30deg, firebrick 10%, firebrick 90%); /* Opera 11.10+ */
    background:         linear-gradient(30deg, firebrick 10%, firebrick 90%); /* W3C */
    padding: 5px 5px 5px 5px;
    margin-left: -10px;
}