/* iPhone 4 ----------- */
@media
only screen and (min-device-pixel-ratio : 1.5), only screen 
and (max-width : 320px) {
/* Styles */
	body{
		max-width:100%;	
	}
	#header{
		min-width:100%;
		padding:0px;
			
	}
	#logo{
		max-width:95%;
		
		}
	#logo img{
		max-width:95%;
		height:auto;
		margin-left:2%;
	}
	#lang_sel_list{
		margin-right:10px;
	}
	#search-header{
			margin-right:10px;
	}
	#unBrand{
		margin-left:10px;
		font-size:80%;	
		
	}
	#header #logo{
		margin-bottom:0px;	
	}
	#header-menu{
		display:table-cell;	
		max-width:100%;
		
		
	}
	.sf-menu {
	
	
	margin:50px;

	}
	.sf-menu ul {
		background:#999;	
	}
	.sf-menu li{
		clear:both;
		display:block;	
	}
	.homeleft, .homeright, .col-left, .col-right, aside, section {
		float:none;
		width:95%;
		clear:both;
		margin-bottom:20px;
	}


}
