/*
	STYLE SHEET FOR JQUERY LISTNAV PLUGIN V 3.0.0, 11/22/2017
	For more information, visit http://esteinborn.github.com/jquery-listnav
*/

ul#razze li {
    float: left;
    list-style: none;
    padding: 0 2px;
}

.listNav,
.ln-letters {
    overflow: hidden;
}

.listNavHide {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.letterCountShow {
    display: block;
}

.ln-letters a {
    border: 1px solid silver;
    border-right: none;
    display: block;
    float: left;
    font-size: .9em;
    padding: 2px 6px;
    text-decoration: none;
}

.ln-letters .ln-last {
    border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
    background-color: #eaeaea;
}

.ln-letters .ln-disabled {
    color: #ccc;
}

.ln-letter-count {
    color: #336699;
    font-size: .8em;
    left: 0;
    line-height: 1.35;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

/*# sourceMappingURL=listnav.css.map */

/* @sb - modifiche visualizzazione */

ul#razze {
    margin-top:30px;
}

ul#razze li {
    width: 159px;
    height: 260px;
    padding: 15px 10px;
    margin: 0 10px 10px 0;
    border: solid 1px #ccc;
    background-color:#fff;
    text-align: center;
}

ul#razze li a img {
    width:125px;
    height:auto;
    padding-bottom:15px;
}

.ln-letters a {
    background: #fff;
    padding: 2px 0px;
    border-right: 1px solid silver;
    margin-right: 4px;
    margin-bottom: 4px;
    min-width: 26px;
    text-align: center;
    font-size: 13px;
}

@media (max-width:768px) {
    ul#razze li {
        width: 139px;
        margin: 0 5px 5px 0;
    }

    ul#razze li a img {
        width:115px;
    }
}

section#products {
    clear: both;
    padding-top:15px;
}