﻿

/* ********************************************** STRUTTURA ***************************************** */



.slide5 
{
    float:left;
    width:100%;
    height:100%;
    background-image:url('../../images/slide5.jpg');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
}


.slide5Filter 
{
    float:left;
    width:100%;
    height:100%;
    
    /* For Firefox 3.5 to 15 */
	background:-moz-linear-gradient(-45deg, rgba(51,204,255,0.5) 0, rgba(102,153,0,0.5) 100%);

    /* For Safari 5.1 to 5.0 */
	background:-webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(51,204,255,0.5)), color-stop(100%, rgba(102,153,0,0.5)));
	background:-webkit-linear-gradient(-45deg, rgba(51,204,255,0.5) 0, rgba(102,153,0,0.5) 100%);

    /* For Opera 11.1 to 12.0 */
	background:-o-linear-gradient(-45deg, rgba(51,204,255,0.5) 0, rgba(102,153,0,0.5) 100%);

    /* Standard syntax */
	background:linear-gradient(135deg, rgba(51,204,255,0.5) 0, rgba(102,153,0,0.5) 100%);

}

.slide5Trasparent
{
    float:left;
    width:100%;
    height:100%;
    height:510px;
    background-color:transparent;
    border:solid 0px #ff0000;
}


.slide5Fascia
{
    display:none;
    float:left;
    width:100%;
    height:130px;
    background-color:#282941;
}

.slide5Section
{
    margin:0px auto;
    width:100%;
    height:auto;
    border:solid 0px #ff0000;

}



/* ********************************************** TRANSPARENT ***************************************** */



.slide5Title
{
    float:left;
    margin-top:190px;
    margin-left:1%;
    width:98%;
    height:auto;
    text-align:center;
    border:solid 0px #ff0000;

}

.slide5Subtitle
{
    float:left;
    margin-top:20px;
    margin-left:5%;
    width:90%;
    height:auto;
    text-align:center;
    border:solid 0px #ff0000;

}


.slide35Consolle 
{
    float:left;
    margin-top:100px;
    width:100%;
    height:auto;
    border:solid 0px #ff0000;

}

.slide35Pulsante
{
    margin:0px auto;
    width:180px;
    height:40px;
    background-color:#3db8de;
    border:solid 0px #ff0000;
    border-radius:2px;
    box-shadow:#222222 0px 1px 2px;

}

.slide35PulsanteLabel
{
    float:left;
    margin-top:10px;
    width:100%;
    height:auto;
    text-align:center;
    border:solid 0px #ff0000;

}




/* ********************************************** FASCIA ***************************************** */


.slide5Slogan
{
    display:none;
    float:left;
    margin-top:40px;
    margin-left:10px;
    width:auto;
    height:auto;
    border:solid 0px #ff0000;
}

.slide5Icone
{
    display:none;
    margin:0px auto;
    margin-top:30px;
    margin-right:0px;
    width:auto;
    height:auto;
    border:solid 0px #ff0000;
}

.slide5IconeElemento
{
    float:left;
    margin-top:0px;
    margin-left:10px;
    margin-right:0px;
    width:60px;
    height:auto;
    border:solid 0px #ff00ff;
}

.slide5IconeIcona
{
    float:left;
    margin-top:0px;
    margin-left:20px;
    width:50px;
    height:50px;
    border:solid 0px #ff0000;
}

.slide5IconeEtichetta
{
    float:left;
    margin-top:0px;
    margin-left:0px;
    width:90px;
    height:auto;
    text-align:center;
    border:solid 0px #ff0000;
}