@charset "UTF-8";
/* CSS Document */

.t2_header_item_container {
	float: left;
}


/* IMMAGINE **************************************************/

/* immagine con link */

.t2_header_image_link {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	display: inline-block;
}

.t2_header_image_link img {
	max-width: 100%;
	max-height: 50px;
}

/* immagine senza link */

.t2_header_image_nolink {
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	display: inline-block;
}

.t2_header_image_nolink img {
	max-width: 100%;
	max-height: 50px;
}



/* LAPTOP MDPI SCREEN **************************************************/
@media only screen and (max-width:1200px) {
	
	

}


/* TABLET **************************************************/
@media only screen and (max-width:800px) {
	
	
	
}



/* SMARTPHONE **************************************************/
@media only screen and (max-width:640px) {
	
	
	
}