

/* General small screen Mobile
============================================================================================== */
@media handheld, only screen and (max-width: 767px) {

}

/* Large desktop */
@media (min-width: 1700px)
{

}

@media (min-width: 1200px) and (max-width: 1500px)
{


}
@media only screen and (max-width: 1120px){
	#footer .col_60{
		/*width:100%;*/
	}
	li{
		margin-left:0px;
	}
}
/* 1024 - tablet e desktop */
@media (min-width: 1024px) and (max-width: 1200px)
{

}

/* iPads */
@media only screen and (max-device-width : 1024px) and (orientation : landscape)
{



}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1023px)
{



}

/* Landscape phone to portrait tablet */
@media (max-width: 768px)
{









}

@media (max-width: 760px)
{



}


/* Landscape phones and down */
@media (max-width: 480px)
{


}

/* Localized */


@media (min-width: 980px){
.box_terzo{position:relative; width:288.5px; float:left; text-align:center; margin-right:0px;}
}

@media (max-width: 979px){
.box_terzo{position:relative; width:288.5px; float:left; text-align:center; margin-right:34px;}
}
.desktop{display:block;}
.mobile{display:none;}
@media (max-width: 768px){
.desktop{display:none;}
.mobile{display:block;}
}