/* Copyright (c) DELTA X MULTIMEDIA -  Tutti i diritti sono riservati. */
/* CSS Document */
/* Responsive */


@media only screen and (max-height : 690px){


}

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

	#logo
	{
		width:38%;
	}	
}



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

	#main
	{
		display:table;
		height:auto;
	}
	
	#logo,#section_box
	{
		width:90%;
		margin:0 auto;
	}
	
	#payoff
	{
		margin-top:10px;
		border-bottom:1px solid #003366;
		width:90%;
		margin:0 auto;
	}
	
	#section_box
	{
		margin-top:30px;
	}
		
	#middle
	{
		
		display:table-header-group;
		height:0px;
		padding-bottom:20px;
		background:inherit;
	}
	

	#logo
	{
		padding-top:20px;
	}
	
	#top_container
	{
		display:table-row-group;
		position:inherit;
		background:inherit;
		
	}
	
	#top_content
	{

		position:inherit;
		padding:0px;
		
	}	
	
	
	#info_container
	{
		position:inherit;
		top:inherit;
		transform: none;
	}		
	
	#info_content
	{
		display:none;
	}	

	#bottom
	{
		
		padding:0px;
		display:table-footer-group;
		background:inherit;
	}			
	
	.left,.right
	{
		float:none;
		text-align:center;		
		padding:0;
	}
	
	.right
	{	
		margin-top:20px;
	}
	
	.li_bullet_left,.li_bullet_right
	{
		background:inherit;
		padding:0;
	}	
	
	#info_footer_responsive
	{
		display:block;
	}
	
}


/* 
@media (min-device-width : 768px) and (max-device-width : 1024px) {
 Tablet 
}

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

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

	

	
}
	
	

*/
	
