/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
		
		.subCategoryContainer  {width:100%;}
		div.itemContainer {width:100%;}
		

	
	.item figure {
		width:100%;
	height:auto; }
	
	
	
	
		
}
	
	

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		.subCategoryContainer  {width:100%;}
		div.itemContainer {width:100%;} 

.item figure {width:100%;height:auto;}





		
	}
	
	

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.subCategoryContainer  {width:50%;}
		div.itemContainer {width:50%;}   
		
		
		
		

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.subCategoryContainer  {width:24%;}
		div.itemContainer {width:33.3%;}
		.custommobile {display:none;}	
			

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.subCategoryContainer  {width:25%;}
		div.itemContainer {width:33.3%;}   
	.custommobile {display:none;}
			

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
		.subCategoryContainer  {width:25%;}
		div.itemContainer {width:33.3%;}    
		.custommobile {display:none;}
			
		

    }
	
	@media only screen and (max-width : 1024px) {
		.subCategoryContainer  {width:25%;}
		div.itemContainer {width:50%;}    
		.content {
		padding: 0 10px;
		text-align: center;
	}
	.custommobile {display:none;}
		

    }

    /* Medium Devices, Desktops */ 
    @media only screen and (max-width : 992px) {
		.subCategoryContainer  {width:25%;}
		div.itemContainer {width:33.3%;}
		
		

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.subCategoryContainer  {width:50%;}
		div.itemContainer {width:50%;} 
		
			

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.subCategoryContainer  {width:100%;}
		div.itemContainer {width:100%;}  
		.span3 {width:100%;}

		.acm-slideshow {display:none;}	
		.custommobile {display:block;}
		.jamasshead  {display:none;}	
		.desktop {display:none;}
		

    }
	
	

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
		.subCategoryContainer  {width:100%;}
		div.itemContainer {width:100%;}
		.acm-slideshow {display:none;}
		.jamasshead  {display:none;}
		.desktop {display:none;}
		.span3 {width:100%;}
		
		
			
        
    }