﻿#descit_restauri, #div-datalist, #div_footer, #titolo-restauri, .back-to-top, .social {
    text-align: center
}

.back-to-top {
    visibility: hidden;
    background-color: #c2c7dc;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    position: fixed;
    bottom: 25px;
    z-index: 90;
    cursor: pointer;
    border-radius: 100px;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: .8s
}

    .back-to-top.show {
        visibility: visible;
        bottom: 75px;
        opacity: .8
    }

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

body {
    font-size: 16px;
    font-family: "Times New Roman",Georgia,serif;
    background-color: #E2E2F1;
    display: none
}

.posimg {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.loading {
    display: none;
    width: 100%;
    max-width: 980px;
    height: 150%;
    background-color: #292929;
    top: 0;
    z-index: 12;
    position: fixed;
    opacity: .5;
    margin: 0 auto
}

#div_footer, .contenitore {
    background-color: #fff;
    width: 100%
}

.contenitore {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 980px;
    min-width: 320px;
    background: linear-gradient(#dddbeb,#fff)
}

.barra-superiore {
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    top: 0;
    background: linear-gradient(#dddbeb,#fff)
}

.contenitore-icona-logo {
    width: 100%;
    padding-top: 7px;
    text-align: center
}

.foto, .icona-logo {
    max-width: 100%;
    height: auto
}

.contenitore-icona-home {
    position: absolute;
    right: 10px;
    top: 10px
}

.icona-home {
    font-size: 30px;
    color: navy;
    cursor: pointer
}

#titolo-restauri {
    width: 100%;
    padding-top: 50px;
    font-size: 26px;
    color: navy
}

#descit_restauri {
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 10px;
    font-size: 24px;
    color: #426464;
    line-height: 30px
}

#div-datalist {
    width: 100%;
    clear: left;
    padding-left: 5%;
    padding-right: 5%
}

#div_footer {
    background: linear-gradient(#dddbeb,#fff);
    overflow: hidden;
    padding-bottom: 20px;
    line-height: 25px
}

.social {
    width: 100%;
    margin-top: 20px
}

.facebook, .linkedin, .pinterest {
    font-size: 30px;
    color: navy
}

.artigiani, .pypal {
    padding-top: 10px
}

.note-indirizzo {
    padding-left: 10px;
    padding-right: 10px;
    color: navy
}

.policy {
    color: #369;
    text-decoration: none
}

.info-acquisti {
    color: brown;
    text-decoration: none;
    font-style: italic
}

@media screen and (max-width:980px) {
    .contenitore {
        width: 100%
    }
}

@media screen and (max-width:632px) {
    #descit_restauri {
        padding-left: 5%;
        padding-right: 5%
    }
}

@media screen and (max-width:480px) {
    .contenitore-icona-logo {
        width: 85%
    }
}

@media screen and (max-width:423px) {
    #descit_restauri {
        font-size: 22px
    }
}

@media screen and (max-width:357px) {
    #descit_restauri {
        font-size: 19px
    }
}

@media screen and (max-width:320px) {
    .contenitore-icona-logo {
        width: 80%
    }
}
