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

	
	
}

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

}



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

}

@media only screen and (max-device-width: 480px) 
{
	html 
	{
	    overflow-x: hidden;
	    width: 100%;
	}

	body 
	{
	    width: 100%;
	    overflow-x: hidden;
	}	
	
	#top_container
	{
		max-height: 195px;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	
	div.main
	{
		width:92%;
	}
	
	div.footer
	{

		min-height:50px;
		margin-top:5px;
		font-size:90%;
	}

	div.table-cell-style-blank
	{
		width:320px;
		height:100px;
		display:block;
		margin:7px 0px;
		font-size:110%;
	}
	img.gally_2
	{
		height:100px;
	}
	
	h2
	{
		font-size:120%;
	}
	

}