/*  MAKE LAYOUT RESPONSIVE at 480px FOR IPHONE LANDSCAPE ============================================ */

.mediaq{display:none}
.phoneporttrait{display:block}
	.phonehide{display:none}
		#navigation{display:none}
		nav a#pull {  
        display: block;  
        
        
        position: relative;
				height:61px;
				width: 40px;  
        height: 29px;  
				
    }  
    nav a#pull:after {  
        content:"";  
        background: url('../images/phonemenu.png') no-repeat;  
        width: 40px;  
        height: 29px;  
        display: inline-block;  
        position: absolute;  
        rightright: 15px;  
        top: 10px;  
    }  
		
		 #navigation li {  
        width: 41%;  
        float: left;  
        position: relative;  
				
    }  
		
		#navigation li.m {  
        width:1px;
				
    }  
		#navigation li.last{width:97%;float:right;text-align:center;
		/*.iosSlider .slider .item{width:350px;}
		.iosSlider .slider .item img{border:1px solid #ff0000;width:350px;}
		*/
.phone_span_1_of_2{width: 49.2%;}
/*  GRID OF EIGHT TURNS INTO A GRID OF FOUR */

.span_8_of_8 {
	width: 100%; 
	margin-left: 0;
}

.span_7_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_6_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_5_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_4_of_8 {
	width: 100%;
	margin-left: 0;
}

.span_3_of_8 {
	width: 74.2%;
	margin: 1% 0 1% 3.2%;
}

.span_2_of_8 {
	width: 48.4%;
	margin: 1% 0 1% 3.2%; 
}

.span_1_of_8 {
	width: 22.6%;
	margin: 1% 0 1% 3.2%; 
}

.span_1_of_8:nth-child(4n+1) { 
	clear: both;
	margin-left: 0;
}
		
/*  Except in the Example and in the Sample */
