/*
|--------------------------------------------------------------------------
| Piccoli Desktop (1024px) e NetBook
|--------------------------------------------------------------------------
*/
@media (min-width: 1200px) {

}

/*
|--------------------------------------------------------------------------
| Regole comuni per risoluzioni sotto i piccoli Desktop
|--------------------------------------------------------------------------
*/
@media (max-width: 1200px) {
    .navbar .nav > li > a { padding: 20px 10px 17px; }
    .navbar .nav > li:hover > a { border-color: transparent; }
    .navbar-logo { padding-top: 10px; }
    .navbar-logo img { height: 40px; }

    .form-horizontal .form-actions {
        margin-left: -15px;
    }
    .cart-header, .user-profile {
        margin-top: 20px;
    }
}

/*
|--------------------------------------------------------------------------
| NetBook
|--------------------------------------------------------------------------
*/
@media (min-width: 980px) and (max-width: 1199px) {

}


@media (min-width: 960px) {
    .hover-box {
        display: none;
    }
    .normal-hover:hover .hover-box {
        height: 100%;
        position: absolute;
        width: 100%;
        background-color: rgba(35, 38, 41, 0.8);
        display: block;
    }
    .hover-box h3 {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        margin-top: -1.2em;
        font-size: 30px;
        padding: 10px;
    }
    .no-hover {

    }
    .special-hover {

    }
}


/*
|--------------------------------------------------------------------------
| Tablet orizzontale e NetBook
|--------------------------------------------------------------------------
*/
@media (max-width: 979px) {
    .navbar .nav > li > a { padding-left: 5px; padding-right: 5px; }

    .titolo-menu { line-height: 40px; height: 40px; }
    .titolo-menu .btn { margin:10px; }

    /* Menu pagine */
    .page-link a { padding: 10px !important; font-weight: normal !important; }
    .page-link.active a { background: #e5e5e5 !important; font-weight: bold !important; }
    .page-link a .caret, .page-link:hover .dropdown-menu { display: none !important; }

    .page-img {
        display: block;
        text-align: center;
    }
    .user-profile, .cart-header {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .bg-slider {
        height: auto;
    }

    .showcase-element h3 {
        height: auto;
    }
    .footer {
    text-align: center;
}
    .info-footer {
    text-align: center;
}
}

/*
|--------------------------------------------------------------------------
| Tablet verticali e Phablet
|--------------------------------------------------------------------------
*/
@media (max-width: 767px) {
    .navbar-logo img { height: 35px; }
    .navbar-nav {
        margin: 0;
    }
    .navbar .nav > li > a { padding-top: 12px; padding-bottom: 12px; }

    .navbar .nav > li.active > a,
    .navbar .nav > li.active > a:hover,
    .navbar .nav > li.active > a:focus {
        border: 0;
        color: #ffffff;
        font-weight: normal;
        background-color: #f7941e !important;
    }
    .bg-black {
        padding-top: 20px;
        max-height: 90px;
    }
    .menu_container {
        height: 60px;
    }
    .homepage .bg-yellow .step {
        text-align: center;
    }

    .caret { display:none !important; }

    li.dropdown.open>.dropdown-menu {
        display: block;
    }

    #home-slider .home_slider_content { bottom: 0; padding: 20px; }
    #home-slider .owl-nav {
        display: none;
    }

    /* Contenuti figlio */
    .page-children-content-text { float: none; width: 100%; }
    .page-children-content-image { float: none; width: 100%; margin-top: 10px; margin-left: 10px; text-align: center; }
    .disponibilita {
        margin-bottom: 30px;
    }
    .mix .showcase-element h3 {
        height: auto;
        max-width: 250px;
    }
    .showcase-element.product {
        min-height: 340px;
        max-width: 280px;
    }
    .toolbar-ecommerce {
    margin-top: 10px;
    }
    .vinitaly-size img{
    object-fit: cover;
    height: 380px;
    }
    
}

/*
|--------------------------------------------------------------------------
| Smartphone
|--------------------------------------------------------------------------
*/
@media (max-width: 480px) {

    /* Slider */
    .owl-buttons { display: none; }
    #home_slider { text-align: center; }

    /* Contenuto */
    .page-children-content-btn { text-align: center;}

    .navbar .nav > li > a {
        padding: 10px 15px;
    }

    /* News */
    .news.odd,
    .news.even {
        padding: 0;
    }

    #last_news_cont,
    #newsletter_form_cont {
        text-align: center;
    }
    #last_news_cont li {
        width: 100%;
        text-align: center;
    }
    .price-large, .disponibilita {
        text-align: center;
    }
    .showcase-element.product {
        min-height: 300px;
    }
    
    .vinitaly-size img{
    object-fit: cover;
    height: 250px;
    }
}
