/* smartphone verticale gestito col default */
@media screen and (min-width: 320px) {
    body { }
}
/* smartphone orizzontale */
@media screen and (min-width: 480px) {
    body { }
}
/* tablet verticale */
@media screen and (min-width: 768px) {    
    .caption_bkg { width: 330px; }

}
/* tablet orizzontale e schermi 1024x768 */
@media screen and (max-width: 1024px) {
    .shop {height: 100%;}
    .cnt-pages:not(.shop) {background-image: none !important;}
    .contatti {height: 100%;}
}
@media screen and (min-width: 1024px) {
    #imgopenmenu { display: none; }
    #menu_top { display: block; }
    .cont_eve {
        position: relative;
        width: 850px;
        height: auto;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .cnt-pages {height: 100%;}
    .logo {float: left;margin: 0 0 0 10px;width: 470px;}
    .logo img {float: left;width: auto;}
    .logo-25-years{display: block;}
    .logo-agusta {display: block;}
    .telefono {display: block;right: 100px;}
    .box_data { float: left; margin: 0; }
    .dett_news { float: right; width: 670px; }
    .cnt-contenuti table {width: auto !important;}
    .cnt-contenuti img { max-width: none !important; }
    .cnt-contenuti table td { display: table-cell; }
    .cnt-azienda-sx {width: 64%;padding: 0 20px 80px 40px;}
    .txt-azienda-top {height: auto;}
    .txt-azienda-bottom {height: 70%;font-size: 1.2em;}
    .cnt-albo-top{height: 78%;}
    .txt-albo-sx {
        position: relative;
        float: left;
        width: 40%;
        height: 100%;
        padding: 280px 10px 0 480px;
    }
    .txt-albo-dx {
        position: relative;
        float: left;
        width: 40%;
        height: 100%;
        padding: 65px 10px 0 20px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .news-albo {width: 19%;}
    .cnt-albo-bottom {height: 22%;}
    .cnt-premi {width: 1030px;}
    .menu-prodotti-dett {width: 15%;margin-left: 40px;}
    .cnt-img-prodotti {width: 63%;}
    .cnt-prodotti-dett {width: 15%;margin-left: 40px;}
    .no-mobile {display: block;}
    .si-mobile {display: none;}
    .mobile {display: none;}
    .cnt-contatti {
        position: relative;
        float: right;
        width: 350px;
        height: 100%;
        padding: 120px 0 0 10px;
        line-height: 150%;
        background-color: rgba(255, 255, 255, .8);
        margin-right: 40px;
    }
    .cnt-contatti-form {
        position: relative;
        float: right;
        width: 350px;
        height: 100%;
        padding: 120px 0 0 10px;
        line-height: 150%;
        background-color: rgba(255, 255, 255, .8);
    }
    /*.top a { padding: 0px 40px; }*/
    .cnt-prodotti {width: 64%;height: 590px;}
    .menu-prodotti {display: block;width:16%;}
    .bottom_intro {height: 60px;}
    .cnt-prodotti table td {
        width: auto !important;
    }
    .top_pages {height: 100px;}
    .telefono-mob {display: none;}
}
/* schermi moderni grandi */
@media screen and (min-width: 1200px) {
    .cont_cnt { width: 1200px; }
    .menu_top {display: inline-block;float:left;}
    .tit_logo {float: left; margin: 100px 0 0 20px;text-align: left;}
    .slide_home {display: block;top:0;}
    .slide_pages {display: block;}
    .top { }
    .inner-box {width: 1200px;}

}

@media screen and (min-width: 1400px) {
    .cont_cnt { width: 100%; }
    .inner-box {width: 100%;}
    /*    .img-dett-prodotti {width: 99%;}*/
}

@media screen and (min-height: 1000px) {
    .img-dett-prodotti {height:99%;width: auto;}
}