/* IMPOSTAZIONI DEL BODY */
body {
    background: #ffffff no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
}
/* ******************************************************************************************** SELEZIONE */
::selection {
    color: #ffffff;
    background: #176eab; /* Safari */
}

::-moz-selection {
    color: #ffffff;
    background: #176eab; /* Firefox */
}
/* ******************************************************************************************** COLORE PRINCIPALE SITO */
.colore {
    color: #176eab;
}
.cassettocolore {
    position: relative;
    width: 100%;
    background-color: #176eab;
    float: left;
}
.lineacolore {
    position: relative;
    width: 100%;
    border-bottom: thin solid #176eab;
    float: left;
}
.umbraco img {
	border: thin solid #176eab;
}
/* ******************************************************************************************** LINK */
a:link, a:visited {
    color: #176eab;
    text-decoration: underline;
}
a:hover {
    color: #373737;
    text-decoration: underline;
}
a.snow:link, a.snow:visited {
    color: #ffffff;
    text-decoration: underline;
}
a.snow:hover {
    color: #e8e8e8;
    text-decoration: underline;
}
/* ******************************************************************************************** TESTI */
b, strong {
    color: #176eab;
}
p, ol, ul {
    text-align: justify;
}
/* ******************************************************************************************** MENU SITO */
.menu {
    width: 100%;
    float: left;
}
.menu ul {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #176eab;
    margin: 0;
    padding: 0;
 }
.menu ul li {
    display: list-item;
    list-style: none;
    margin: 10px 0px 10px 0px;
}
.menu ul li a {
    text-decoration: none;
}
.menu ul li a:link, .menu ul li a:visited {
    color: #176eab;
}
.menu ul li a:hover {
    color: #373737;
}
.menustandard {
    width: 100%;
    float: left;
}
.menustandard ul {
    font-size: 0.75em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #176eab;
    margin: 0;
    padding: 0;
 }
.menustandard ul li {
    display: inline;
    list-style: none;
    margin: 0px 20px 0px 0px;
}
.menustandard ul li a {
    text-decoration: none;
}
.menustandard ul li a:link, .menustandard ul li a:visited {
    color: #176eab;
}
.menustandard ul li a:hover {
    color: #373737;
}
/* ******************************************************************************************** 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) and (max-width: 1200px) {
    .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: #4f3125;
    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;
    border-bottom: thin solid #176eab;
}
#smartphone ul li a:link, #smartphone ul li a:visited, #smartphone ul li a:hover {
    text-decoration: none;
    color: #176eab;
}
/* ******************************************************************************************** BORDER COLORE */
.bordercolore {
    border: thin solid #176eab;
}
@media only screen and (max-width: 599px) {
    .bordercolore {
        border: none;
    }
}
@media only screen and (min-width: 600px) and (max-width: 999px) {
    .bordercolore {
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .bordercolore {
    }
}
@media only screen and (max-device-width: 1440px) and (orientation: portrait) {
    .bordercolore {
        border: none;
    }
}