/*!
 * Bootstrap Responsive v2.1.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
/*====================IniteMobileView=============================*/

/*====================ENDIniteMobileView=============================*/
@media (min-width: 768px) and  (max-width: 899px){				
}
@media (max-width: 767px){
	.main > .inner{		
	}	
	/*Responsive*/
	.span8,.span6,.span4,.span3{
		width:100%;
		float:none;
	}	
	.span8>.inner,.span6>.inner,.span4>.inner,.span3>.inner{
		margin:0;
		padding-left:0!important;
		padding-right:0!important;
	}
	.rowinner {
		margin: 0 !important;
	}
	/*Banner*/	
	#j_banners .caption {
		font-size: 25px;
		right: 0;
		width: 70%;
	}
	#j_banners .caption .inner {
		margin: 10px;
	}
	/*Galllery*/
	.gallery img{
		width:100%;
		height:auto;
	}
}
@media (max-width: 479px){

}