﻿/***********************
 TOOGLE
***********************/
#ElencoMenuMobile {
    display:none;
}

.MenuMobile {
    width:10%;
    margin:0;
    float:left;
    padding:5px;
    text-align:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.MenuToogle {
    width:100%;
    display:block;
    padding:0px;
    cursor:pointer;
    margin:0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#ElencoMenuMobile{
    width:100%;
    z-index:201;
    position:absolute;
    float:left;
    display:none;
    top:20px;
    list-style:none;
    margin-left:-45px;
}

/***********************
 FINE TOOGLE
***********************/
#DivFollow.fixed {
}

.BoxEffettoHover{
    width:100%;
    height:100%;
    padding:45% 0% 0 0%;
    float:left;
    text-align:center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.Container{
    width:480px;
    margin:0 auto;
    padding:0px;
}

.Corpo50Mobile {
    width:50%;
    float:left;
    padding:10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Corpo100Mobile{
    width:100%;
    float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/************************
SELETTORI
************************/
#HeaderDx, #HeaderH1, #Telefono {
    width:100%;
    text-align:center;
    padding:0px;
}

#H1Telefono {
    width:100%;
    text-align:center;
    padding:5px 0;
}

#Logo{
    width:40%;
    margin:0 30%;
    text-align:center;
    padding:0px;
}

#Menu  {
    display:none;
}

#FooterSx, #FooterDx {
    text-align:center;
}