/* smartphone verticale gestito col default */
@media screen and (min-width: 320px) {

}
/* smartphone orizzontale */
@media screen and (min-width: 480px) {

}
/* tablet verticale */
@media screen and (min-width: 768px) {

}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

}

/* tablet orizzontale e schermi 1024x768 */
@media screen and (min-width: 1024px) {

}
/* schermi moderni grandi */
@media screen and (min-width: 1200px) {
    .banner {height: 670px;margin: 0;background-size: cover;}
    .banner-home {background-image: url('/images/header.png');}
    .txt-home {width:70%;}
    .cnt-box-partners {position: relative;width: 80%;margin:0 auto;}
    .box-news-home {margin: 0;}
    .menu-mob {display:none;}
    .menu {display: block;position: relative;width: auto;float: right;height: 80px;line-height: 80px;padding: 0;top:0;}
    .nav-item {width:auto;font-size: 1em;margin: 0;}
    .footer {height: 40px;line-height: 40px;}
    .banner {height: 600px;}
    #slides {height: 600px;}
    .slide_img {height: 600px;}
    #speakers {width: 50%;margin: 0 auto;height: auto}
    .box-speaker {height: auto;}
    .slidesjs-container {height: auto !important;}
    .box-loghi-slide img {margin: 0 10px 0 0;height: 120px;}
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .nav-item {font-size: .85em;}
    .nav-link {padding: .5rem .4rem;}
    .box-loghi-slide img {margin: 0 10px 0 0;height: 120px;}
}
@media screen and (min-width: 1467px) {
    .banner {height: 750px;}
    .container {max-width: 80%;}
    #slides {height: 750px;}
    .slide_img {height: 750px;}
    .nav-link {padding: .5rem .7rem;}
    .box-loghi-slide img {margin: 0 10px 0 0;height: 150px;}
}
@media screen and (min-width: 1601px) {
    .nav-link {padding: .5rem 1rem;}
}