/* IMPOSTAZIONI DEL BODY */
body {
    background: #000000 url('/it/design/sfondo-home-page.jpg') no-repeat top center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
}
body {
    font-family: 'segoe', sans-serif;
}
/* ******************************************************************************************** SELEZIONE */
::selection {
    color: #ffffff;
    background: #003366; /* Safari */
}

::-moz-selection {
    color: #ffffff;
    background: #003366; /* Firefox */
}
/* ******************************************************************************************** COLORE PRINCIPALE SITO */
.colore {
    color: #003366;
}
.cassettocolore {
    position: relative;
    width: 100%;
    background-color: #003366;
    float: left;
}
.cassettocoloresfumato {
    position: relative;
    width: 100%;
    background: linear-gradient(
        to bottom,
        #003366 0%,
        rgba(0, 51, 102, 0) 100%
    );
    float: left;
}
.lineacolore {
    position: relative;
    width: 100%;
    border-bottom: thin solid #003366;
    float: left;
}
.umbraco img {
    border: thin solid #003366;
}
/* ******************************************************************************************** LINK */
a:link, a:visited {
    color: #003366;
    text-decoration: underline;
}
a:hover {
    color: #888888;
    text-decoration: underline;
}
/* ******************************************************************************************** TESTI */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
p, ol, ul {
    font-family: 'segoe', arial, serif;
    font-size: 1em;
    line-height: 1.6em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    color: #000000;
    letter-spacing: 0.07em;
}
b, strong {
    color: #003366;
}
p, ol, ul {
    text-align: left;
}
.right {
	text-align: right;
}
.optima {
    font-family: 'optima', sans-serif;
}
.tradizionale {
    font-family: 'fzkai', sans-serif;
}
/* ******************************************************************************************** MENU */
.fondomenu {
    position: relative;
    width: 100%;
}
.menu {
    width: 100%;
    float: left;
}
.menu ul {
    font-size: 0.7em;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.menu ul li {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
}
.menu ul li a {
    text-decoration: none;
}
.menu ul li a:link, .menu ul li a:visited {
    color: #3b6a98;
}
.menu ul li a:hover {
    color: #4a4a4a;
}
.menubianco {
    width: 100%;
    float: left;
}
.menubianco ul {
    font-size: 0.8em;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.menubianco ul li {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
}
.menubianco ul li a {
    text-decoration: none;
}
.menubianco ul li a:link, .menubianco ul li a:visited {
    color: #ffffff;
}
.menubianco ul li a:hover {
    color: #989898;
}
@media only screen and (max-width: 599px) {
    .menubianco {
        display: none;
    }
}
@media only screen and (min-width: 600px) and (max-width: 999px) {
    .menubianco {
        display: none;
    }
}
@media only screen and (min-width: 1000px) {
    .menubianco {
        display: block;
    }
}
@media only screen and (max-device-width: 1440px) and (orientation: portrait) {
    .menubianco {
        display: none;
    }
}
/* ******************************************************************************************** MENU MOBILE */
.smartmenu {
    display: none;
}
@media only screen and (max-width: 599px) {
    .smartmenu {
        display: block;
    }
}
@media only screen and (min-width: 600px) and (max-width: 999px) {
    .smartmenu {
        display: block;
    }
}
@media only screen and (min-width: 1000px) {
    .smartmenu {
        display: none;
    }
}
@media only screen and (max-device-width: 1440px) and (orientation: portrait) {
    .smartmenu {
        display: block;
    }
}
.asx {
    width: 50%;
    float: left;
}
.adx {
    width: 50%;
    float: left;
}
/* ******************************************************************************************** STILE ICONA MENU */
img.smart {
    width: 50px;
    float: right;
}
/* STILE PAROLA MENU */
p.linksmart {
    font-size: 1.5em;
    margin: 0;
    padding: 5px;
    float: left;
}
p.linksmart a:link {
    color: #ffffff;
    text-decoration: none;
}
p.linksmart a:visited {
    color: #ffffff;
    text-decoration: none;
}
p.linksmart a:hover {
    color: #ffffff;
    text-decoration: underline;
}
/* ******************************************************************************************** DIV CHE CONTIENE IL MENU CHE SI APRE E CHIUDE */
#smartphone {
    width: 100%;
    float: left;
    display: none;
}
#smartphone ul {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em;
    list-style-type: none;
    text-align: center;
    color: #3b6a98;
    margin: 0;
    padding: 0;
}
#smartphone ul li:first-child {
    border-bottom: none;
    margin-bottom: 10px;
}
#smartphone ul li {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}
#smartphone .cassettobianco ul li {
    border-bottom: thin solid #3b6a98;
}
#smartphone .cassettobianco ul li a:link, #smartphone .cassettobianco ul li a:visited, #smartphone .cassettobianco ul li a:hover {
    text-decoration: none;
    color: #3b6a98;
}
#smartphone .cassetto ul li {
    border-bottom: thin solid #ffffff;
}
#smartphone .cassetto ul li a:link, #smartphone .cassetto ul li a:visited, #smartphone .cassetto ul li a:hover {
    text-decoration: none;
    color: #ffffff;
}