/* Layout */
.boundingBox {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
	display: block;
	background: #f8f8f8;
}
/* Content */

#content {
}
/* Content - Portfolio Listing */

ul#portfolio-filter {
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
	height: 38px;
	display: block;
	border: 1px solid #c3c3c3;
	width: 266px;
	border-radius: 40px;
	overflow: hidden;
}
ul#portfolio-filter li {
	display: inline-block;
	float: left;
	width: 50%;
}
ul#portfolio-filter a {
	width: 100%;
	display: block;
	padding: 12px 0px 12px 0px;
	background: #FFF;
	color: #AAA;
	text-decoration: none;
}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current {
	color: #888;
}
ul#portfolio-filter a.current {
	background-color: #00a9d6;
	color: #FFF;
}
ul#portfolio-list {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
}
ul#portfolio-list li {
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	background: none;
	margin-bottom: -2px;
}
ul#portfolio-list li a {
	display: block;
	position: relative;
}
ul#portfolio-list li a > span {
	display: none;
}
ul#portfolio-list li a:hover > span {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
}
ul#portfolio-list li a:hover > span > strong {
	color: #373737;
	margin-top: 85px;
	width: 100%;
	float: left;
	font-size: 25px;
	text-align: center;
}
ul#portfolio-list li a:hover > span > p {
	color: #373737;
	width: 100%;
	float: left;
	font-size: 13px;
	text-align: center;
}
ul#portfolio-list li a:hover > span > i {
	width: 100%;
	height: 33px;
	float: left;
	margin-top: 20px;
	background: url(../images/light-box-view.png) no-repeat center top;
}
ul#portfolio-list li a:hover > span > i.design1 {
	margin-top: 35%;
}
ul#portfolio-list li a img {
	width: 100%;
}
ul#portfolio-list li p {
	font-size: 11px;
	line-height: 15px;
	color: #AAA;
	margin: 5px 0;
}

.recent-work li a {
	display: block;
	position: relative;
}
.recent-work li a > em {
	display: none;
	font-style:normal !important;
}
.recent-work li a:hover > em {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
}
.recent-work li a:hover > em > strong {
	color: #373737;
	margin-top: 85px;
	width: 100%;
	float: left;
	font-size: 25px;
	text-align: center;
}
.recent-work li a:hover > em > p {
	color: #373737;
	width: 100%;
	float: left;
	font-size: 13px;
	text-align: center;
}
.recent-work li a:hover > em > i {
	width: 100%;
	height: 33px;
	float: left;
	margin-top: 20px;
	background: url(../images/light-box-view.png) no-repeat center top;
}
.recent-work li a:hover > em > i.design1 {
	margin-top: 35%;
}
.recent-work li a img {
	width: 100%;
}
.recent-work li p {
	font-size: 11px;
	line-height: 15px;
	color: #AAA;
	margin: 5px 0;
}

