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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	   	   
	  
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

 	   #portfolio-stage{width:65%;}

	   .portfolio-item.column.one-third:nth-child(3n+3),
	   .portfolio-item.columns.four:nth-child(4n+4),
	   .portfolio-item.columns.eight:nth-child(2n+2){margin-right:0;}
	   
	   .portfolio-item.column.one-third{height:195px;}
	   .portfolio-item.columns.four{height:140px;margin-right:20px;}
	   .portfolio-item.columns.eight{height:265px;}
	   
	   .portfolio-posts .four .thumbnail{height:120px;}
	   .portfolio-posts .one-third .thumbnail{height:150px;}
	   .portfolio-posts .eight .thumbnail{height:230px;}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {   
	   /*Portfolio,Grid Posts*/
	   .section header .menu li{margin-left:0;margin-right:15px;}
	   
	   .portfolio-posts .four .thumbnail,
	   .portfolio-posts .one-third .thumbnail,
	   .portfolio-posts .eight .thumbnail{height:240px;}
	   
	   .portfolio-posts .five .thumbnail,
	   .portfolio-posts .one-third .thumbnail,
	   .portfolio-posts .eight .thumbnail{height:270px;}
	}
	
	/* 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) {
	   .portfolio-posts .four .thumbnail,
	   .portfolio-posts .one-third .thumbnail,
	   .portfolio-posts .eight .thumbnail{height:170px;}
	   
	   .portfolio-item.column.one-third,
	   .portfolio-item.columns.four,
	   .portfolio-item.columns.eight{height:225px;}
	}

