@media all {

    body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    .container {
        max-width: 560px;
        width: calc(100% - 40px);
        margin: 0 auto;
        position: relative;
        /*padding-top: 100px;*/
        /*flex: 1;*/
    }

    #error-text {
        color: red;
        text-align: center;
        display: none;
    }

    .fasciamenu {
        height: 80px;
        /*display: flex;*/
        /*align-items: center;*/
        /*position: absolute;*/
        /*justify-content: center;*/
        /*top: 0px;
        left: 0px;*/
        width: 100%;
        /*background-color: white;*/
        /*box-sizing: border-box;*/
        /*background-color: #00f;*/
    }

    /*.fasciamenu-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        max-width: 560px;
        width: calc(100% - 40px);
    }*/

    .logo {
        float: left;
        width: 100px;
        padding: 5px 0 0 0;
        /*display: flex;*/
        /*justify-content: right;*/
    }
	#boxmenumobile{
        display: none;
    }
    .menu {
        float: left;
        width: calc(100% - 100px);
        padding: 27px 0 0 0;
        line-height: 1em;
        text-align: right;
        /*display: flex;
        justify-content: left;*/
    }

    .menu ul li {
        display: inline-block;
        padding: 0 8px;
        font-size: 14px;
    }
    .menu ul li:last-child{
        padding: 0 0 0 8px;
    }

    .titolo {
        font-size: 32px;
        font-weight: 900;
        padding: 0 0 30px 0;
        text-align: center;
        line-height: 1em;
    }

    .testointro {
        padding: 0 0 30px 0;
        text-align: center;
        font-size: 18px;
        line-height: 1.7em;
    }


    .boxapre {
        width: 100%;
        border-radius: 10px;
        margin: 0 0 20px 0;
        border: 1px solid #dfdfdf;
    }

    .titolobox {
        font-size: 16px;
        font-weight: 800;
        padding: 20px 30px;
        border-radius: 10px;
        background-repeat: no-repeat;
        background-position: calc(100% - 20px) 10px;
    }

    .listaservizi {
        padding: 20px 30px;
    }

    .rigaservizio {
        float: left;
        width: 35px;
        padding: 11px 0 0 0;
    }

    .rigaservizio img {
        width: 20px;
    }

    .rigaservizio:nth-child(even) {
        width: calc(100% - 35px);
        padding: 10px 0 10px 0px;
        font-size: 13px;
        line-height: 1.7em;
        border-bottom: solid 1px #b5b5b5;
    }

    .rigaservizio:nth-last-child(2) {
        border-bottom: none;
    }

    .testuale {
        line-height: 1.7em;
        font-weight: normal;

    }

    .testuale li {
        text-align: left;
        line-height: 1.2em;
        margin: 0 0 0 0;
        padding: 0 0 10px 30px;
        background-image: url(/panel/res/img/email_on.png);
        background-repeat: no-repeat;
        background-position: 0 1px;
    }


    /* REGISTRAZIONE */
    .divselezioneregistrami {
        /* usato nella pagina registrazione */
        width: calc(100% - 40px);
        padding: 20px 20px;
        margin: 0;
        background-color: #ededed;
        border: 0;
        cursor: pointer;
        /*line-height: 1.7em;*/
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -webkit-transition: background-color .15s ease, color .15s ease;
        -moz-transition: background-color .15s ease, color .15s ease;
        -o-transition: background-color .15s ease, color .15s ease;
        transition: background-color .15s ease, color .15s ease;
    }

    .divselezioneregistrami:hover {
        /* usato nella pagina registrazione */
        background-color: #28a9ed;
        color: #fff;
    }

    .divselezioneregistrami .titoloreg {
        font-size: 16px;
        font-weight: 700;
    }

    /* FINE REGISTRAZIONE */

    /* ELENCO SERVIZI */

    .coneinerlistservice {
        padding: 10px 0 50px 0;
    }

    .listicoservice {
        position: relative;
        float: left;
        /*background-color: #014;*/
        padding: 0 20px;
        width: calc(20% - 40px);
        text-align: center;
        font-size: 12px;
    }

    .listicoservice img {
        width: 100%;
        height: 100%;
    }

    .circle {
        position: absolute;
        bottom: 12%;
        right: 12%;
        border-radius: 50%;
        width: 22px;
        height: 18px;
        padding: 4px 0 0 0;
        font-size: 10px;
        text-align: center;
        border: solid 3px #fff;
    }



    /* FINE ELENCO SERVIZI */

    /* RIQUADRO TONDO USATO IN ANAGRAFICA */
    .divriquadrogrigiostondato {
        padding: 20px;
        background-color: #e8e8e8;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .divriquadrogrigiostondato ul li {
        display: inline-block;
        width: 33%;
        padding: 0 0 15px 0;
        margin: 0;
    }

    /* FINE  RIQUADRO TONDO USATO IN ANAGRAFICA */

    /* BOTTOM */
    .bottom {
        padding: 20px 0;
        font-size: 12px;
        font-weight: 400;
        margin-top: 50px;
    }

    .bottom li {
        display: block;
        margin: 10px 0;
        padding: 0 0 0 0;
        text-align: center;
    }

    /* FINE BOTTOM */

    .menuico {
        display: none;
    }

    .spacer {
        width: 560px;
    }
}




@media only screen and (max-width: 640px) {
    .menu{
        display: none;
    }
    .menuico{
        display: block;
        float: left;
        width: calc(100% - 100px);
        padding: 8px 0 0 0;
        line-height: 0em;
        text-align: right;
        /*background-color: #0f0;*/
    }
    .menuico img{
        width: 40px;
        height: 40px;
    }*/
    

}