@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i|Yellowtail');
@import url('https://fonts.googleapis.com/css?family=Bitter');

html {
    height: 100%;
}

body {
    font-family: 'Bitter', serif;
    font-size: 1em;
    color: black;
    margin: 0;
    padding: 0;
    height: 100%;
}

nav {
    vertical-align: bottom;
    display: table-cell;
    text-align: right;
    font-size: 1.2em;
}

    nav ul {
        list-style: none;
        margin-right: 5px
    }

        nav ul li {
            color: white;
            display: inline-block;
            margin-right: 4px;
        }

            nav ul li .li_active {
                color: #25A6E4;
            }

            nav ul li a {
                text-decoration: none;
                color: white;
                text-transform: uppercase;
                transition: color .25s ease-in-out;
                -moz-transition: color .25s ease-in-out;
                -webkit-transition: color .25s ease-in-out;
            }

                nav ul li a:hover {
                    text-decoration: none;
                    color: white;
                    text-transform: uppercase;
                    color: #28A8E6;
                    transition: color .25s ease-in-out;
                    -moz-transition: color .25s ease-in-out;
                    -webkit-transition: color .25s ease-in-out;
                }


footer {
    font-family: "Roboto Condensed", sans-serif;
    background-color: #00345A;
    min-height: 100px;
    color: white;
}

.padding-top10 {
    padding-top: 10px
}

header {
    font-family: "Roboto Condensed", sans-serif;
    background-color: #00345A;
}

h1 {
    font-size: 1.75em;
    line-height: 1.1em;
    color: #25A6E4;
    margin: 0 0 2px 0;
}

h2 {
    font-size: 1.3em;
    line-height: 1.4em;
    color: #25A6E4;
    margin: 0;
}

a {
    text-decoration: none;
}

.div_barra {
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
    background-color: #00345A;
    position: relative;
}


.div_generico {
    clear: both;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 3px 0 3px;
}

.div_background_white {
    background-color: white;
}

.div_text_center {
    text-align: center;
}

/*Header*/
.div_header_row {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
    display: table;
}

.div_language {
    float: left;
    padding-top: 10px;
    margin-left: 5px;
    display: table;
    color: White;
}

    .div_language a {
        border: none;
        margin: 0 5px 0 5px;
        opacity: 0.5;
        transition: opacity .25s ease-in-out;
        color: White;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }

        .div_language a:hover {
            opacity: 1;
            transition: opacity .25s ease-in-out;
            -moz-transition: opacity .25s ease-in-out;
            -webkit-transition: opacity .25s ease-in-out;
        }


    .div_language .a_lng_active {
        opacity: 1;
    }

.div_social {
    float: right;
    clear: right;
    margin: 8px 12px 0 0;
    vertical-align: middle;
    display: table;
}

    .div_social .div_white_bold_mail {
        color: white;
        font-size: 1.2em;
        padding: 1px 10px 1px 1px;
        display: table-cell;
        vertical-align: middle;
    }

    .div_social a {
        display: table-cell;
    }

.div_logo {
    float: left;
    clear: right;
    z-index: 1;
    position: relative;
    padding: 25px 0 0 5px;
}

.div_linea {
    clear: both;
    width: 100%;
    margin: -10px auto;
    height: 20px;
    background-color: red;
    position: relative;
    z-index: 0;
}


/*Home*/

.div_home_background {
    background-color: azure;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.div_video {
    clear: both;
    width: 100%;
    margin: 0 auto;
    max-width: 1006px;
    position: relative;
    background-color: #E7E7E8;
    text-align: center;
}

    .div_video img {
        width: 98%;
        margin: 0 auto;
        display: none;
    }

    .div_video #bgvid {
        width: 98%;
        margin: 0 auto;
    }

.div_spot_home {
    font-family: 'Yellowtail', sans-serif;
    font-size: 3em;
    color: #00345A;
    position: absolute;
    top: 0;
    margin-top: 20px;
    min-height: 60px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 3px white;
}

.div_contenitore_gruppi_home {
    font-family: "Roboto Condensed", sans-serif;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    background-color: #E7E7E8;
}

.div_gruppi_home {
    width: 33%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 325px;
    margin: 0;
    cursor: pointer;
}

    .div_gruppi_home:hover {
        border: 1px solid #174065;
        max-width: 323px;
    }

    .div_gruppi_home h1 {
        color: #174065;
        line-height: 1em;
        margin: 15px 1px 5px 1px;
        font-family: "Roboto Condensed", sans-serif;
    }

    .div_gruppi_home p {
        text-align: center;
        color: #4D4D4F;
        margin: 2px;
        font-size: 1.2em;
    }

.div_gruppi_home_background {
    background-color: #C7EBFC;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 220px;
}


.div_gruppo_descrizione {
    background-color: white;
    min-height: 250px;
    padding: 30px 5px 30px 5px;
}

    .div_gruppo_descrizione img {
        width: 100%
    }

/*Footer*/

.p_footer_copyright {
	font-size: 0.9em;}

.p_footer_aiuti {
    font-size: 0.8em;
	padding:1px 40px 1px 40px
}

/*Prodotti*/

.div_prodotti_testa_gruppo {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    float: left;
    clear: both;
}

.div_menu_prodotti {
    font-family: "Roboto Condensed", sans-serif;
    float: left;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 300px;
    text-transform: uppercase;
}

    .div_menu_prodotti a {
        color: white;
    }

    .div_menu_prodotti ul {
        list-style: none;
        padding: 0;
        margin: 5px 0;
    }

        .div_menu_prodotti ul li {
            background-color: #00345A;
            color: white;
            margin-bottom: 5px;
            padding: 8px 5px 5px 15px;
        }

        .div_menu_prodotti ul .li_active {
            background-color: #C7EBFC;
            color: #174065;
        }

            .div_menu_prodotti ul .li_active a {
                color: #174065;
                margin: 0;
                padding: 0;
            }

            .div_menu_prodotti ul .li_active .a_active {
                color: red;
                margin: 0;
                padding: 0;
            }

            .div_menu_prodotti ul .li_active a:hover {
                color: red;
                margin: 0;
                padding: 0;
            }

        .div_menu_prodotti ul li ul li {
            margin: 0;
            padding: 0;
        }

.div_descrizione_gruppo {
    font-style: italic;
    font-size: 0.85em;
    line-height: 1.3em;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 15px 18px 18px 18px;
    text-align: justify;
}

.div_titolo_selezione_prodotti {
    float: left;
    clear: both;
    margin-left: 321px;
}


/*Prodotto singolo*/
.div_elenco prodotti {
    float: left;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
    width: 100%;
}

.div_prodotto {
    float: left;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
    margin: 8px 0 20px 0;
    width: 100%;
    border-top: solid;
    border-top-color: #00345A;
    border-top-width: 1px;
    padding: 5px 0 0 0;
}

.div_immagini_prodotto {
    float: left;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 290px;
    text-align: left;
    margin: 10px 5px 10px 5px;
}

.div_immagine_prodotto {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    max-width: 129px;
    display: inline-table;
    text-align: center;
    margin: 3px 3px 10px 3px;
    padding-top: 2px;
    cursor: pointer
}

    .div_immagine_prodotto img {
        width: 100%;
        max-width: 100px;
    }

    .div_immagine_prodotto p {
        font-size: 0.8em;
        margin: 3px 0 3px 0;
        width: 100%;
        text-align: center;
    }

.div_contenuto_prodotto {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 10px 7px 1px 20px;
}

.div_titolo_prodotto {
    float: left;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 534px;
}

    .div_titolo_prodotto h1 {
        font-size: 1.15em;
    }

.div_allegati_prodotto {
    float: right;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 126px;
    clear: right;
    text-align: right;
}

.div_immagine_allegato {
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 60px;
    display: inline-block;
    text-align: center;
    margin: 1px;
}

    .div_immagine_allegato p {
        font-size: 0.7em;
        padding: 0;
        margin: 0;
		color: #25A6E4;
    }

.div_descrizione_prodotto {
    float: left;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    clear: both;
    text-align: justify;
    font-size: 0.85em;
    line-height: 1.3em;
}

.div_elenco_prodotti h1, h2 {
    display: inline-block;
}


/*Ricerca*/

.div_ricerca {
    clear: both;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    max-width: 300px;
    margin: 20px 0 0 0;
    padding: 5px 4px 6px 4px;
    background-color: #E7E7E8;
}

    .div_ricerca input[type="text"] {
        border: none;
        width: 100%;
        max-width: 210px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .div_ricerca input[type="submit"] {
        border: none;
        width: 100%;
        max-width: 70px;
        font-family: 'Roboto Condensed', sans-serif;
    }

.text_padding_left20 {
    margin-left: 20px !important;
}

.li_ricerca {
    line-height: 2em;
}

.p_testo_ricerca {
    margin-left: 20px;
    font-style: italic;
    color: grey;
}

.p_testo_ricerca_noresult {
    margin-left: 20px;
    color: red;
}


/*Storia*/
.div_storia_testo {
    width: 99%;
    margin: 0 auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
    -webkit-column-width: 350px;
    -webkit-column-gap: 25px;
    -webkit-column-rule: 1px solid black;
    -moz-column-width: 350px;
    -moz-column-gap: 25px;
    -moz-column-rule: 1px solid black;
    column-width: 350px;
    column-gap: 25px;
    column-rule: 1px solid black;
    text-align: justify;
    font-size: 0.85em;
}


.img_full {
    width: 100%;
}

.h1_storia_spot {
    font-family: "Yellowtail", sans-serif;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #979AA3;
    background-color: #2C313F;
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    line-height: 1.5em;
}

.h2_storia_titolo {
    margin: 10px 0 5px 4px;
}

.div_paragrafo_storia {
    clear: both;
    width: 99%;
    padding: 0 0 10px 0;
    margin: 0 auto
}

.div_storia_img_intro {
    width: 100%;
    margin: 0 auto;
    max-width: 1006px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    clear: both;
}

/*Mail*/
.div_indirizzoazienda {
    float: left;
    min-width: 300px;
    margin: 0 auto;
    padding: 50px 5px 50px 5px;
	width: 100%;
	text-align: center
}

.div_inviomail {
    width: 100%;
    margin: 20px 0 10px 0;
}

.Div_MailForm {
    width: 100%;
}

    .Div_MailForm form fieldset {
        border: none
    }

.Div_InputMail {
    clear: both;
    margin-bottom: 8px;
}

    .Div_InputMail p {
        padding: 1px;
        margin: 1px;
        font-size: 0.9em;
        color: #00345A;
    }

    .Div_InputMail input, textarea, select {
        width: 98%;
        font-family: 'Bitter', serif;
        border: none;
        background-color: #f1f1f1;
        padding: 4px 2px 4px 2px;
    }

.Txt_privacy {
    font-size: 0.8em
}

.Div_Submit {
    width: 98%;
    margin: 20px 0 6px 0;
    text-align: right;
}

    .Div_Submit input {
        margin-bottom: 6px;
        font-family: 'Bitter', serif;
        font-size: 1em;
        min-width: 80px;
    }

#googleMap {
    width: 100%;
    height: 450px;
    clear: both;
}


/*Privacy*/
.div_privacy {
    text-align: justify;
    box-sizing: border-box;
    padding: 10px;
}

/*Impieghi*/

.div_impieghi {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 10px;
}

.div_impiego {
    text-align: left;
    font-size: 0.9em;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex: 1 1 400px;
    -webkit-flex: 1 1 400px;
    margin-top: 10px;
    padding: 10px;
}

    .div_impiego a {
        color: black
    }
