@media only screen and (min-width : 1720px) {

}

@media only screen and (max-width : 1304px) {

}


/* tablet*/
@media only screen and (min-width:769px) and (max-width: 1200px) {
.header-logo a img{width:180px;}
.piu-piccolo{font-size:45px!important;}
}

/* */
@media only screen and (min-width:650px) and (max-width:990px) {
.header-logo a img{width:180px;}
.piu-piccolo{font-size:40px!important;}
}
@media screen and (orientation:landscape) and (max-width:667px){

}

/* sottotablet IPAD?*/
@media only screen and (min-width:668px) and (max-width: 768px) {
.header-logo a img{width:180px;}
.page-title .title {max-width: unset;}
}

@media only screen and (max-width : 767px) {
	.page-title .title {max-width: unset;}

}
/* smartphone iphone*/
@media only screen and (max-width : 667px) {
	.header-logo a img{width:180px;height:68px;}
	.banner_home{height:350px;}
	.bg_banner .container, .swiper-container, .swiper-wrapper{width:100%!important;margin:0px;padding:0px;max-width: unset !important;}
	.home4-slide-content{padding:0px 24px;}
	.home4-slide-content .title{font-size:28px;margin-bottom:32px;}

	.about-us2 .inner .sub-title{font-size:28px;}
	.nomobile{display:none;}
	.page-title .title {max-width: unset;}
	.bottone_accetta, .bottone_modifica{padding:10px 20px;}
	.t-body{font-size:16px;}
}
