/* IMPOSTAZIONI DEL BODY */
body {
    background: #ffffff url('https://www.odontoiatrica.eu/media/ly1lx32f/modella-2025.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: #1e2a36; /* Safari */
}

::-moz-selection {
    color: #ffffff;
    background: #1e2a36; /* Firefox */
}
/* ******************************************************************************************** COLORE PRINCIPALE SITO */
.colore {
    color: #1e2a36;
}
.cassettocolore {
    position: relative;
    width: 100%;
    background-color: #1e2a36;
    float: left;
}
.lineacolore {
    position: relative;
    width: 100%;
    border-bottom: thin solid #1e2a36;
    float: left;
}
.umbraco img {
	border: thin solid #1e2a36;
}
/* ******************************************************************************************** LINK */
a:link, a:visited {
    color: #1e2a36;
    text-decoration: underline;
}
a:hover {
    color: #4f3125;
    text-decoration: underline;
}
/* ******************************************************************************************** TESTI */
b, strong {
    color: #4f3125;
}
p, ol, ul {
    text-align: justify;
}
/* ******************************************************************************************** MENU SITO */
.menu {
    width: 100%;
    float: left;
}
.menu ul {
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 0;
 }
.menu ul li {
    display: inline-block;
    margin: 0 10px 0 10px;
}
.menu ul li a {
    
}
.menu ul li a:link, .menu ul li a:visited {
    color: #ffffff;
    text-decoration: none;
}
.menu ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
/* ******************************************************************************************** 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 #1e2a36;
}
#smartphone ul li a:link, #smartphone ul li a:visited, #smartphone ul li a:hover {
    text-decoration: none;
    color: #1e2a36;
}
/* ******************************************************************************************** HOMEPAGE SWAP IMMAGINI */
.boximplantologia {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url('/media/1207/impianto.jpg') no-repeat center center;
    background-size: cover;
    float: left;
}
.boxsedazione {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url('/media/1189/sedazione.jpg') no-repeat center center;
    background-size: cover;
    float: left;
}
.boxdiagnostica {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url('/media/1331/chirurgiaminiatura.jpg') no-repeat center center;
    background-size: cover;
    float: left;
}
.boxcosmesi {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url('/media/wmfh4f2a/img-wall-sorriso-2.jpg') no-repeat center center;
    background-size: cover;
    float: left;
}
.boxpedondozia {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url('/media/1179/pedodonzia.jpg') no-repeat center center;
    background-size: cover;
    float: left;
}
.boxconservativa {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url('/media/1227/camera.jpg') no-repeat center center;
    background-size: cover;
    float: left;
}
.boxprotesi {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url('/media/1176/dentiera.jpg') no-repeat center center;
    background-size: cover;
    float: left;
}
.boxortodonzia {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url('/media/gjainnfs/img-wall-invisalign-1.jpg') no-repeat center center;
    background-size: cover;
    float: left;
}
.boxparodontologia {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url('/media/1230/diagnostica.jpg') no-repeat center center;
    background-size: cover;
    float: left;
}
.boxchirurgia {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url('/media/1236/cam.jpg') no-repeat center center;
    background-size: cover;
    float: left;
}
.boxvideo, .boxfoto {
    position: relative;
    z-index: 1;
    width: 100%;
    background: url('/design/boxgrigio.jpg') no-repeat center center;
    float: left;
}
.cassettoswap {
    width: 100%;
    float: left;
}
.cassettoswap img {
    width: 100%;
    opacity: 0;
    float: left;
}
.cassettoswap img:hover {
    opacity: 1.0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
.targatitolo {
    float: left;
    z-index: 20;
    right: 5px;
    bottom: 5px;
    position: absolute;
}
.targa {
    width: 80%;
    margin-left: 10%;
    float: left;
    z-index: 20;
    bottom: 0;
    background-color: #ffffff;
    position: absolute;
}
.targa a:link, .targa a:visited, .targa a:hover {
    text-decoration: none;
}
/* ******************************************************************************************** FORM */
.cassettoform {
    width: 96%;
    margin-left: 2%;
    float: left;
}
.quarto {
    width: 25%;
    float: left;
}
@media only screen and (max-width: 599px) {
    .quarto {
        width: 100%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 999px) {
    .quarto {
        width: 100%;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1024px) {
    .quarto {
        width: 25%;
    }
}
@media only screen and (max-device-width: 1440px) and (orientation: portrait) {
    .quarto {
        width: 100%;
    }
}
.cassetto98 {
    position: relative;
    width: 96%;
    margin-left: 2%;
    float: left;
}
.txtbox {
    width: 100%;
    font-family: 'cavia', arial, serif;
    margin: 0;
    font-size: 0.9em;
    height: 40px;
    border-radius: 10px;
    border: thin solid #1e2a36;
    text-align: left;
    float: left;
}
.listbox {
    width: 150px;
    font-family: 'cavia', arial, serif;
    margin: 0;
    font-size: 0.9em;
    height: 40px;
    border-radius: 10px;
    border: thin solid #1e2a36;
    background: #ffffff;
    text-align: left;
    float: left;
}
.upbox {
    width: 250px;
    font-family: 'cavia', arial, serif;
    margin: 0;
    font-size: 0.9em;
    height: 40px;
    border-radius: 10px;
    text-align: left;
    display: inline-block;
    float: left;
}
.validato {
    font-family: 'segoe', arial, serif;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    font-size: 0.8em;
    line-height: 1.3em;
    text-align: justify;
    color: #1e2a36;
}
.check {
    margin: 0px 0px 0px 0px;
    width: 20px;
    height: 20px;
}
.pbox {
    font-family: 'segoe', arial, serif;
    margin: 0px 0px 0px 0px;
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: justify;
    color: #1e2a36;
}
.pbox a:link, .pbox a:visited {
    color: #1e2a36;
    text-decoration: underline;
}
.pbox a:hover {
    color: #888888;
    text-decoration: underline;
}
.button {
    width: 100%;
    font-family: 'segoe', arial, serif;
    margin: 0;
    font-size: 0.8em;
    font-weight: bolder;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #1e2a36;
    height: 44px;
    border-radius: 10px;
    border: thin solid #1e2a36;
    float: left;
}
.button:hover {
    color: #1e2a36;
    background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
    .button {
        font-size: 0.8em;
        text-transform: none;
    }
}

@media only screen and (max-device-width: 1440px) and (orientation:portrait) {
    .button {
        font-size: 0.8em;
        text-transform: none;
    }
}

@media screen and (max-width: 999px) {
    .button {
        width: 100%;
    }
}
