﻿.sm, .sm ul, .sm li
{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr;
}

ul.sm a
{
    position: relative;
    display: block;
    white-space: nowrap;
}

/***************************************************CSS LI LISTA*/
.sm-clean li
{
background-color:#c49844;
    border-top: 1px solid #FFF;
    text-align: left;
    padding:0 20px;
}

.sm-clean > li:first-child
{
    border-top: 0;
}

.sm-clean > li:last-child
{
    border-bottom: 1px solid #FFF;
}

.sm-clean li:hover
{
    background-color: #7e6026;
}

/***************************************************CSS VOCI MENU*/
.sm-clean a
{
    padding: 13px 16px 13px 0;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}

    .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted
    {
        color: #fff !important;
    }

    /***************************************************CSS ICONA FONTAWESOME*/

