*, html, body, form, input, img, ul, li, a, div {
    margin:0px; 
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, table, th, tbody, fieldset, legend, input {margin:0px; padding:0px}
img{margin:0px; padding:0px; border:0px;}
dl, dd, dt {text-indent:0px;}
html, body {border:0px; font-family: Arial, sans-serif; font-size: 100%}

body{

    overflow-y: hidden;

}

#menu{
    height: 350px;
    width: 50px;
    border-radius: 3px;
    border: 1px solid #878787;
    overflow: hidden;
    z-index: 1000;
    background-color: white;
    box-shadow: 0px 0px 15px black;
}

#menu ul {
    margin:0;
    padding:0;
    list-style-type:none; 
}
#menu ul li {

}

#menu ul li a {
    height: 50px;
    width: 50px;

    display:block;
    text-align:center;
    z-index: 1001;
}
#menu ul li a span{
    display: none;
}

#menu ul li .icone { background: url('../img/icone_menu.png') no-repeat top left; width: 50px; height: 50px;  } 
#menu ul li .icone.i0 { background-position: 0px 0px;  } 
#menu ul li .icone.i0_roll { background-position: -50px 0px; background-color: #055395; } 
#menu ul li .icone.i1 { background-position: -100px 0px;  } 
#menu ul li .icone.i1_roll { background-position: -150px 0px; background-color: #055395; } 
#menu ul li .icone.i2 { background-position: -200px 0px;  } 
#menu ul li .icone.i2_roll { background-position: -250px 0px; background-color: #055395; } 
#menu ul li .icone.i3 { background-position: -300px 0px;  } 
#menu ul li .icone.i3_roll { background-position: -350px 0px; background-color: #055395; } 
#menu ul li .icone.i4 { background-position: -400px 0px;  } 
#menu ul li .icone.i4_roll { background-position: -450px 0px; background-color: #055395; } 
#menu ul li .icone.i5 { background-position: -500px 0px;  } 
#menu ul li .icone.i5_roll { background-position: -550px 0px; background-color: #055395; } 
#menu ul li .icone.i6 { background-position: -600px 0px;  } 
#menu ul li .icone.i6_roll { background-position: -650px 0px; background-color: #055395;} 



















#contFixedTop,
#contFixedLeft,
#contFixedBot
{
    position: fixed;
    left: 0px; 
    width: 100%;
    height: 100%;
    z-index: 2000;
}

#contFixedTop {
    top: 0px; 
    height: 200px; 
}
#contFixedLeft {
    top: 230px;
    left: 30px;
    width: 80px;
}
#contFixedBot {
    bottom: 0px;
    height: 55px;
}

.dummyRel {
    position: relative;
    width: 100%;
    height: 100%;
}

#contBandieraTop{
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: 120;
    height: 150px;
    width: 571px;
    overflow: hidden;
    border-radius: 8px;

    box-shadow: 0px 0px 15px black;

    background: -moz-linear-gradient(top,  rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.95)), color-stop(100%,rgba(255,255,255,0.95))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */
}

#contBandieraTop h1{
    font-size: 2.3em;
    padding: 3%;
    font-weight: bold;
    text-align: center;
}

.offerteTop{
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 120;

    height: 90px;
    width: 380px;
    border-radius: 8px;
    /*    border: 2px solid #ccc;*/

    box-shadow: 0px 0px 10px black;
    color: #0F5395;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.95)), color-stop(100%,rgba(255,255,255,0.95))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.95) 0%,rgba(255,255,255,0.95) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */
}

.offerteTop h2{
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    line-height: 90px;
}


.confTop{
    position: absolute;
    right: 30px;
    top: 120px;
    z-index: 120;


    height: 70px;
    width: 370px;
    border-radius: 8px;

    box-shadow: 0px 0px 10px black;

    cursor: pointer;
    color: white;
    background-color: #195ea0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6304af2', endColorstr='#e6304af2',GradientType=0 ); /* IE6-9 */

}

.confTop h2{
    line-height: 70px;
    text-align: center;
    font-size: 1.6em;    
}

.tavola{
    position: relative;
    overflow: hidden;
}

.sfondo{
    width: 100%;
}

.tavola:before {
    content:"";
    display:block;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 120px;
    width: 100%;

    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.tavola:after {
    content:"";
    display:block;
    position: absolute;
    z-index: 100;
    height: 120px;
    width: 100%;
    bottom: 0px;
    left: 0px;

    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.icona{
    float: left;
    height: 100%;
    width: 16%;
    /*    border: 1px solid red;*/
    z-index: 4000;
}

.divImgIcona{
    width: 140px;
    height: 140px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 7px 7px 20px #055395;
}



.tavola_contenuti{
    position:absolute;
    width:100%;
    height:500px;
    z-index: 1000;
    bottom: 100px;
    margin-left: 65px; 
    /*    border: 1px solid black;*/
    font-size: 1.2em;
}

.centra{
    position: relative;
    width: 150px;
    height: 100%;
    /*        border: 1px solid green;*/
    margin: 0px auto;
    overflow: hidden;
}

.centra .posizione{
    position: absolute;
    bottom: 0px;
}

.centra .fum{
    display: none;
    position: absolute;
    bottom: 60px;
    font-size: 19px;
}

.testoFumetto{
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    height: 66px;
    width: 140px;
    border-radius: 5px;
    padding-top: 10px;
    font-weight: bold;

    background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */


    /*    border: 1px solid red;*/
}

.stanghetta{
    position: absolute;
    top: 66px;
    left: 68px;
    height: 25px;
    width: 4px;

    background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */
}

.container{
    width: 100%;
    height: 100%;
}

.container .tavola{
    width: 100%;
    position: relative;
}

.triangolo_bot{
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0; 
    height: 0; 
    border-top: 140px solid transparent;
    border-left: 0px solid white;

    z-index: 100;

}

.triangolo_top{
    position: absolute;
    top: -1px;
    right: 0px;
    width: 0; 
    height: 0; 
    border-bottom: 140px solid transparent;
    border-right: 0px solid white;

    z-index: 100;
}


.triangolo_bot_1{
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0; 
    height: 0; 
    border-top: 280px solid transparent;
    border-left: 0px solid white;

    z-index: 100;
}

.footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 50px;
    width: 100%;
    background-color: #3c3c3b;
    z-index: 110;
    color: white;
    box-shadow: 0px 0px 15px black;
}

.footer_testo{
    margin: 10px auto !important;
    width: 70%;
}


.footer_testo ul li{
    line-height: 30px;
    text-align: center;
    width: 14.2%;
    float: left;
}

.footer_testo ul {
    margin:0;
    padding:0;
    list-style-type:none; 
}
.footer_testo ul li {
    display: inline;
}

.footer_testo ul li a {

    display:block;
    text-align:center;
    z-index: 1001;

    color: white;
    text-decoration: none;
}

.footer_testo ul li img {
    margin-top: 7px;
}

.linkSito{
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.triangolo_top_1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0; 
    height: 0; 
    border-bottom: 140px solid transparent;
    border-left: 0px solid white;

    z-index: 100;

}

.sfondoLoading{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*    background-image: url(img/background.png);*/
    background-color: #BBD1E1;
    /*    display: none;*/

    z-index: 200000;
}

.sfondoConfiguratore{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;

    z-index: 2000;

    background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */

}

.configuratore{
    position: relative;
    width: 1024px;
    height: 580px;
    border: 1px solid black;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;

    -webkit-box-shadow: -1px 0px 26px rgba(50, 50, 50, 0.9);
    -moz-box-shadow:    -1px 0px 26px rgba(50, 50, 50, 0.9);
    box-shadow:         -1px 0px 26px rgba(50, 50, 50, 0.9);

    z-index: 3000;
}



.bandieraTesto{
    padding: 2%;
    font-size: 1.3em;
    text-align: center;
}

.bandieraTesto img{
    margin-left: 10px;
}

.testo_cont{
    position: absolute;
    top: 32%;
    left: 35%;
    width: 600px;
    z-index: 100;
}

.title{
    font-weight: bold;
    font-size: 3.7em;
    color: #0F5395;
    text-shadow: 0px 0px 15px white;
}

.text{
    padding: 20px;

    border-radius: 6px;

    line-height: 1.5em;

    font-size: 1.3em;

    box-shadow: 0px 0px 20px white;

    background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */



}


/**************************************************
**********************SPRITE***********************
**************************************************/

.sprite { background: url('../img/icone_right.png') no-repeat top left; width: 112px; height: 112px; z-index: 1000; background-color: white; border-radius: 10px; overflow: hidden; float: left;margin-right: 15px; border: 3px solid #ccc;}

/*
.sprite:hover{
    background-color: #aae1ff;
}*/

.sprite.icona_01 { background-position: 0px 0px;  } 
.sprite.icona_02 { background-position: 0px -122px;  } 
.sprite.icona_03 { background-position: 0px -244px;  } 
.sprite.icona_04 { background-position: 0px -366px;  } 
.sprite.icona_05 { background-position: 0px -488px;  } 
.sprite.icona_06 { background-position: 0px -610px;  } 
.sprite.icona_07 { background-position: 0px -732px;  } 
.sprite.icona_08 { background-position: 0px -854px;  } 
.sprite.icona_09 { background-position: 0px -976px;  } 



.divProvaT{
    
position: absolute;
    top: 0px;
    left: 0px;
    height: 150px;
    width: 100%;

    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.divProvaB{


}

.alertInviaEmail{
    background-color: white;
    border-radius: 10px;
    height: 180px;
    width: 380px;
    z-index: 10000;
    padding: 10px;
}

.sfondoInviaEmail{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;

    z-index: 3000;

    background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */

}