﻿.sm, .sm ul, .sm li
{
       display: block;
    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: #e6e6e6;
    border-top: 1px solid #c8c8c8;
    text-align: right;

    
}

.sm-clean > li:first-child
{
    border-top: 0;
}

.sm-clean > li:last-child
{
    border-bottom: 1px solid #c8c8c8;
}

/***************************************************CSS VOCI MENU*/

.sm-clean a
{
    padding: 13px 16px 13px 0;
    color: #4c4b4b;
font-family: 'Raleway';
    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
    {
       background-color: #c8c8c8;
    color:#fff;
    }

    /***************************************************CSS ICONA FONTAWESOME*/

    .sm-clean a:after
    {
       
        font-size: 12px;
        margin-right: 30px;
    }

/***************************************************CSS SOTTOMENU*/
.sm-clean a.has-submenu
    {
        padding-right: 25px;
    }

.sm-clean ul a.has-submenu
{
    padding-right: 60px;
    text-transform: none;
}

**************************************************CSS SIMBOLO APERTURA SOTTOMENU
.sm-clean a span.sub-arrow
{
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555 transparent transparent transparent;
}

.sm-clean ul a span.sub-arrow
{
    right: 15px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555;
}

.sm-clean a span.sub-arrow, .sm-clean ul a span.sub-arrow
{
    top: 50%;
    margin-top: -9px;
    right: auto;
    left: 6px;
    margin-left: 0;
    width: 17px;
    height: 17px;
    font: normal 16px/16px monospace !important;
    text-align: center;
    border: 0;
    text-shadow: none;
    background:none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

/***************************************************CSS LI E VOCI  SOTTOMENU*/
ul.sm-clean ul
{
    display: none;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
}

.sm-clean li ul li a
{
    text-transform: none;
    padding-right:40px;
  
}
