
/*-------------------------------------------------------------------------------------------------*/
/*--------------------------------------PORTFOLIO------------------------------------------------------*/
#portfolio {
	width: 960px;
	float: left;
}
.portfolio-container ul li a.hide {
	display: none;
}
.portfolio-container {
	padding: 0px;
	display: block;
	width: 990px;
	float: left;
	height:auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: -30px;
}
.portfolio-container ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-top:10px;
}
.portfolio-img{}
.bordered-img {
	border:5px solid #f8f8f8;
}
.pretty-box{
	padding:4px;
	background:#FFF;
	border:1px solid #ebebeb;
}
/***************************************************
		  FILTERABLE   PORTFOLIO
***************************************************/
#filterable  {
	display: inline;
	float: right;
	margin-right:20px;
}
#filterable li {
	float: left;
	margin-left: 25px;
}
#filterable li a {
	display: block;
	color: #000000;
	font: bold 11px arial;
	text-decoration: none;
	text-align: center;
}
#filterable li.current a {
	color: #ffffff;
}
#filterable li h5{
	float: left;
	margin-top:-5px;
}
/*------------------GRID STYLE-------- Copyrighty by trendyWebStar----------*/
.horizontal-line {
	width:100%;
	border-top:1px solid #efefef;
	margin:30px 0;
	float:left;
}
.clear-line {
	width:100%;
	margin:10px auto auto auto;
}
.left {
	float:left;
}
.right {
	float:right;
}
.one, .one-half, .two-third, .one-third, .one-fourth, .one-fifth, .one-sixth ,.inner-content, .one-third-big {
	float:left;
	margin-bottom: 0px;
}
.one-half, .two-third, .one-third, .one-fourth, .one-fifth, .one-sixth, .inner-content,.one-third-big  {
	margin-right: 30px;
	margin-bottom:0px;
}
.one {
	width: 100%;
}
.one-half {
	width:465px;
}
.two-third {
	width:630px;
}
.one-third  {
	width:300px;
}
.inner-content  {
	width:711px;
}
.one-third-big{ width:340px;}
.one-fourth {
	width:217px;
}
.one-fifth {
	width:168px;
}
.one-sixth {
	width:135px;
}
.last {
	margin-right: 0px;
}
.img-align-left {
	margin:5px 10px 0 0;
	float:left;
}
.img-align-right {
	margin:5px 0 0 10px;
	float: right;
}
.img-align-center {
	margin:5px 0;
	text-align:center;
}
