
.mobile_only{
	display:none;
}

	
	
	
/*Mobile css*/
@media screen and ( min-width:100px) and (max-width:700px){

.footer_left span.desktop_only{
	display:block;
}
	.wrapper{
		width:auto;
		margin:0 15px;
	}	
	
	
	.banner_slider{
		height:auto;
	}
	
	img{
		max-width:100%;
		height:auto;
	}
	.footer{
		margin:20px 0 0;
	}
	.footer_left,.footer_right{
		float:none;
		width:auto;
	}
	.footer_left ul li{
		background:none;
		padding:0 0 5px;
		width:50%;
	}
}



