﻿/* IMPOSTAZIONI DEL BODY */
body {
    background: #000000 url('/it/design/sfondo-riviera-del-brenta.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: #252627; /* Safari */
}

::-moz-selection {
    color: #ffffff;
    background: #252627; /* Firefox */
}
/* ******************************************************************************************** FONT */
@font-face {
    font-family: 'harn';
    font-style: normal;
    font-weight: lighter;
    src: local('Harrington'), url('HARNGTON.eot') format('embedded-opentype');
    src: local('Harrington'), url('HARNGTON.svg') format('svg');
    src: local('Harrington'), url('HARNGTON.woff') format('woff');
    src: local('Harrington'), url('HARNGTON.ttf') format('truetype');
}
.harn {
    font-family: 'harn', arial, serif;
}
/* ******************************************************************************************** COLORE PRINCIPALE SITO */
.colore {
    color: #8c673f;
}
.cassettocolore {
    position: relative;
    width: 100%;
    background-color: #8c673f;
    float: left;
}
.lineacolore {
    position: relative;
    width: 100%;
    border-bottom: thin solid #8c673f;
    float: left;
}
.umbraco img {
    border: thin solid #8c673f;
}
/* ******************************************************************************************** LINK */
a:link, a:visited {
    color: #8c673f;
    text-decoration: underline;
}
a:hover {
    color: #888888;
    text-decoration: underline;
}
/* ******************************************************************************************** TESTI */
b, strong {
    color: #8c673f;
}
p, ol, ul {
    text-align: justify;
}
/* ******************************************************************************************** MENU SITO */
.menu {
    width: 100%;
    float: left;
}
.menu ul {
    font-size: 0.75em;
    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 {
    text-decoration: none;
}
.menu ul li a:link, .menu ul li a:visited {
    color: #ffffff;
}
.menu ul li a:hover {
    color: #4f3125;
}
/* ******************************************************************************************** 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 #252627;
        }

            #smartphone ul li a:link, #smartphone ul li a:visited, #smartphone ul li a:hover {
                text-decoration: none;
                color: #252627;
            }
/* ******************************************************************************************** HOMEPAGE FRECCIA */
.freccia {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 40px;
}
@media screen and (max-width: 999px) {
    .freccia {
        bottom: 180px;
    }
}
@media only screen and (max-device-width: 1080px) and (orientation:portrait) {
    .freccia {
        bottom: 180px;
    }
}
.vuoto {
    position: relative;
    width: 25%;
    float: left;
    display: block;
}
@media screen and (max-width: 999px) {
    .vuoto {
        display: none;
    }
}
@media only screen and (max-device-width: 1080px) and (orientation:portrait) {
    .vuoto {
        display: 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 #252627;
    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 #252627;
    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: #252627;
}

.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: #252627;
}

    .pbox a:link, .pbox a:visited {
        color: #252627;
        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: #252627;
    height: 44px;
    border-radius: 10px;
    border: thin solid #252627;
    float: left;
}

    .button:hover {
        color: #252627;
        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%;
    }
}
