.grid-box {
    max-width: 100%;
    min-width: 240px;
    width: auto;
    margin: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}

.mega-hovertitle {
    position: absolute;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    width: 60%;
    padding: 0px 0px 15px;
    left: 20%;
    bottom: 40%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mega-hovertitle, .mega-hoverlink, .mega-hoverview {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}

/* === Filter === */
.category-filter {
	background-color: #3a3a3a;
}

.category-filter.boxstyle {
	background-color: rgba(46, 46, 46, 0.85);
}

.category-filter .wrapper {
	padding: 30px 0px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.category-filter.boxstyle .wrapper {
	padding: 30px 35px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.category-filter .center {
	text-align: center;
}

.category-filter h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 45px;
	float: left;
	margin-top: -8px;
	margin-right: 35px;
	color: #ffffff;
	text-transform: uppercase;
}

.category-filter ul li {
	display: inline;
	padding: 5px;
	margin-right: 10px;
}
/* === Fullwidth Thumbnails === */

.grid-fullwidth {
	max-width:100%;
	min-width:240px;
	width:auto;
	margin:auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
 
.megafolio-container {
   width:100%; 
   position:relative;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
/* === Portfolio Thumbnails === */

.grid-box {
	max-width:100%;
	min-width:240px;
	width:auto;
	margin:auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.addmore {
	text-align: center;
	margin-top: 35px;
}

.addmore button {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #f8943f;
	padding: 10px 40px;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.addmore button:hover {
	background-color: #3a3a3a;
}



