﻿/* Extra small devices */
@media (min-width: 0px) {

}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* MOBILE */

/* smartphone e tablet */
@media (min-width: 0px) and (max-width: 991px) {
    #ristoranti {
        width: 100%;
    }
    .circle-home {
        padding: 10% !important;
        margin: 0 auto;
        text-align: center;
    }
    .list-group-item{
        padding:10px!important;
    }
    .navbar-nav > li{
        text-align:center;
        font-size:20px;
    }
    .dropdown-item{
        text-align:center;
        padding:10px 0px;
        font-size:20px;
    }
    .no-tablet {
        display:none;
    }
    .btn-pad-tablet{
        margin:0px 0px 5px 0px!important;
        width:100%;
        padding:10px 0px;
    }
}

/* smartphone*/
@media (min-width: 0px) and (max-width: 767px) {
.circle-home {
        padding: 5% 0% !important;
        margin: 0 25%;
        text-align: center;
        width: auto !important;
    }
}

/* tablet */
@media (min-width:768px) and (max-width: 991px) {
    .circle-home {
        padding: 5% 0% !important;
        margin: 0 25%;
        text-align: center;
        width: auto !important;
    }
}
/* DESKTOP */
@media (min-width: 992px) and (max-width:1199px) {

}
