﻿/* IMPOSTAZIONI DEL BODY */
body {
    background: #ffffff url('/it/design/wall-sherwood.jpg') 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: #940000; /* Safari */
}

::-moz-selection {
    color: #ffffff;
    background: #940000; /* Firefox */
}
/* ******************************************************************************************** COLORE PRINCIPALE SITO */
.colore {
    color: #940000;
}
.cassettocolore {
    position: relative;
    width: 100%;
    background-color: #940000;
    float: left;
}
.lineacolore {
    position: relative;
    width: 100%;
    border-bottom: thin solid #940000;
    float: left;
}
.lineacoloregiallooro {
    position: relative;
    width: 100%;
    border-bottom: thin solid #f0c206;
    float: left;
}
.umbraco img {
	border: thin solid #940000;
}
/* ******************************************************************************************** LINK */
a:link, a:visited {
    color: #940000;
    text-decoration: underline;
}
a:hover {
    color: #676767;
    text-decoration: underline;
}
/* ******************************************************************************************** TESTI */
b, strong {
    color: #940000;
}
p, ol, ul {
    text-align: justify;
}
/* ******************************************************************************************** MENU */
.fondobiancomenu {
    position: relative;
    width: 100%;
    background-color: #940000;
    z-index: 10;
    float: left;
}
@media only screen and (max-width: 599px) {
    .fondobiancomenu {
        display: none;
    }
}
@media only screen and (min-width: 600px) and (max-width: 999px) {
    .fondobiancomenu {
        display: none;
    }
}
@media only screen and (min-width: 1000px) {
    .fondobiancomenu {
        display: block;
    }
}
@media only screen and (max-device-width: 1440px) and (orientation: portrait) {
    .fondobiancomenu {
        display: none;
    }
}
.menu {
    width: 100%;
    float: left;
}
.menu ul {
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.menu ul li {
    display: inline-block;
    margin: 0 20px 0 20px;
}
.menu ul li a {
    text-decoration: none;
}
.menu ul li a:link, .menu ul li a:visited {
    color: #ffffff;
    font-weight: normal; 
}
.menu ul li a:hover {
    color: #ffffff;
    font-weight: bold;
}
/* ******************************************************************************************** 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;
}
.smartphone ul {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em;
    list-style-type: none;
    text-align: right;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.smartphone ul li:first-child {
    border-bottom: none;
    margin-bottom: 10px;
}
.smartphone ul li {
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
}
.smartphone ul li a:link, .smartphone ul li a:visited, .smartphone ul li a:hover {
    text-decoration: none;
    color: #ffffff;
}
.smartphonerosso {
    width: 100%;
    float: left;
}
.smartphonerosso ul {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3em;
    list-style-type: none;
    text-align: center;
    color: #940000;
    margin: 0;
    padding: 0;
}
.smartphonerosso ul li:first-child {
    border-bottom: none;
    margin-bottom: 10px;
}
.smartphonerosso ul li {
    padding-right: 15px;
    padding-left: 15px;
    display: inline;
    text-transform: uppercase;
}
.smartphonerosso ul li a:link, .smartphonerosso ul li a:visited, .smartphonerosso ul li a:hover {
    text-decoration: none;
    color: #940000;
}
/* ******************************************************************************************** SFONDO */
.sfondoconcrete {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff url('/it/design/sfondoconcrete.jpg') 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;
    z-index: 0;
}
/* ******************************************************************************************** ARTISTA */
.nomeartista, .artista {
    width: 100%;
    float: left;
}
.nomeartista h1 {
    font-size: 5em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: right;
}
.artista h2 {
    font-size: 1.2em;
    line-height: 1em;
    margin: 0;
    padding: 0;
    text-align: right;
}
.artistalogo {
    width: 100%;
    max-width: 60px;
    float: right;
}
.artistasocial {
    width: 100%;
    max-width: 35px;
    float: right;
}
.artistasocialmobile {
    width: 100%;
    max-width: 50px;
    float: right;
}
.artistaemail {
    width: 100%;
    float: left;
}
.artistaemail p {
    font-size: 0.85em;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
}
.artistaemailmobile {
    width: 100%;
    float: left;
}
.artistaemailmobile p {
    font-size: 1.2em;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
}
.lingue {
    width: 100%;
    float: left;
}
.lingue p {
    font-size: 0.85em;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
}
.lingue p a:link, .lingue p a:link  {
    color: #ffffff;
    text-decoration: none;
}
.lingue p a:hover {
    color: #940000;
}
.linguemobile p {
    font-size: 1.2em;
    text-align: right;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
}
.linguemobile p a  {
    color: #ffffff;
    text-decoration: none;
}
.linguepagina {
    width: 100%;
    float: left;
}
.linguepagina p {
    font-size: 0.85em;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}
.linguepagina p a:link, .linguepagina p a:visited  {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}
.linguepagina p a:hover  {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.linguepaginamobile {
    width: 100%;
    float: left;
}
.linguepaginamobile p {
    font-size: 1.2em;
    text-align: center;
    color: #940000;
    text-transform: uppercase;
    font-weight: bold;
}
.linguepaginamobile p a {
    color: #940000;
    text-decoration: none;
}
/* ******************************************************************************************** ARTISTA */
.menuhome {
    width: 100%;
    float: left;
}
.menuhome ul {
    font-size: 0.85em;
    font-weight: normal;
    text-align: right;
    list-style-type: none;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.menuhome ul a:link, .menuhome ul a:visited {
    color: #ffffff;
    text-decoration: none;
}
.menuhome ul a:hover {
    color: #940000;
    text-decoration: none;
}
/* ******************************************************************************************** LOGO */
p.xiaowu {
    font-size: 2.0em;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    color: #940000;
    margin: 0;
    padding: 0;
}
p.sculpture {
    font-size: 0.9em;
    line-height: 1.0em;
    text-transform: uppercase;
    text-align: center;
    color: #940000;
    margin: 0;
    padding: 0;
}
.piede {
    width: 100%;
    position: absolute;
    bottom: 0;
}