/* #Media Queries
================================================== */

	
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (min-width: 1280px) {
	
		body{ font-size:13px;}
		
		section#portfolio li{width:266px; margin:0 30px 20px 0;}
		section#portfolio li figure {width:246px;}
		

		section.blogpost .summary{ width:500px;}
		
		
	
		#kwicks{ width:1236px !important}
		#kwicks ul.accslide { width: 1200px !important; }
		
		#zoomslider	{width:1216px; height:500px;}
		
		#zoomslider figure img {
 			 width:1400px;
 			 height:560px;
  			 top:50%;
  			 left:50%;
  			 margin-left:-790px !important;
 			 margin-top:-280px !important;
  		}		
  		
  		.sidebar-left  #content{ background-position-x:  300px; }
		.sidebar-right #content{ background-position-x:  910px; }
	}
	
	
	
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
				
		
		
			
	}





	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
		/* Hide elements from mobiles */
		
		#breadcrumb {display:none;}
        nav#primary{display:none;}
        nav#secondary {display:none;}
        ul.epic_socialmedia{ display:none;}
        .header-textbox{display:none;}
        
        
      
  			
		body{font-size:11px;}
		
		
		/* Show elements */
		#primary_select{display: block; margin-bottom:10px;}
		
		.sidebar-left  #content{ background-position: 9999px top; }
		.sidebar-right #content{ background-position: 9999px top; }
		
		}

	
	
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
				
		
	
	}
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
				
		.flex-control-nav{display:none;}
	
	
	}

	
	
	/* iPhone portrait  */
	@media only screen and (max-width: 480px) {
		
				
				
		 
		
		
		
	}
	
	/* iPhone landscape  */
	@media only screen and (min-width: 480px) and (max-width: 767px) {		
	
		section#portfolio li {width:190px; margin-right:20px;}
		
		
		
		
	}

	
