@charset "utf-8";
/* CSS Document */

/**
	Gridz Site Template
 	Copyright (c) 2013, Pophonic 

	Author: Pophonic
	Profile: themeforest.net/user/pophonic
	
**/

/* ===== Design for a width of 1280px ===== */

@media only screen and (max-width:1000px)
{
	
	/** Main Menu **/

	.header-section {
		width: 100%;
	}
	
	.logo{width:150px;}
	
	.category-filter  {display:none;}
	
	
	/** Nav Menu **/
	
	.hover-active {
		margin-left: 185px;
	}
	
	/** Content **/

	.wrapper,
	.footer-section {
		width: 100%;
	}
	
	.portfolio ul li {
	width: 88%;
	height: 550px;
	float: left;
	margin-left: 20px;
	border-radius: 10px;
	margin-top: 20px;
	overflow:hidden;
	
	
	
}

.more-details {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 30px;
	margin-right: 4px;
	padding-right: 16px;

}



}


