/*--------------------------------------------------
	01. Portfolio Layout
---------------------------------------------------*/

	#filters {
		margin: 0 auto;
		text-align: right;
		opacity: 0;
		height: 0;
		z-index: -10;
		width: 0;
		padding: 0;
		position: absolute;
		display: none;
		bottom: 0;
		left: 0;
	}

	.category-text {
		margin-bottom:40px;
		text-align:center;
		opacity:0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.active .category-text {
		opacity:1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all 0.2s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
		transition: all 0.2s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
	}

	#category {
		margin: 0 auto;
		opacity: 1;
		height: auto;
		z-index: 15;
		width: calc(100% - 600px);
		display: block;
		text-align: center;
		padding: 0 50px;
		box-sizing: border-box;
	}

	#category li {
		display: inline-block;
		height: 45px;
		line-height: 45px;
		margin: 0px 30px;
		margin-bottom:20px;
		opacity:1;
		position:relative;
		opacity:0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
		transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
	}

	.active #category li {
		opacity:1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.3s;
		transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.3s;
	}

	.active #category li:nth-child(2) {
		-webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.35s;
		transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.35s;
	}

	.active #category li:nth-child(3) {
		-webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.4s;
		transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.4s;
	}

	.active #category li:nth-child(4) {
		-webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.45s;
		transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.45s;
	}

	.active #category li:nth-child(5) {
		-webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.45s;
		transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.45s;
	}

	.active #category li:nth-child(6) {
		-webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.5s;
		transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.5s;
	}

	.active #category li:nth-child(7) {
		-webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.55s;
		transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.55s;
	}

	.active #category li:nth-child(8) {
		-webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.6s;
		transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.6s;
	}

	.active #category li:nth-child(9) {
		-webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.65s;
		transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.65s;
	}
	.active #category li:nth-child(10) {
		-webkit-transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.7s;
		transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1) 0.7s;
	}

	#filters li::after {
		width: 0px;
		height: 1px;
		position: absolute;
		content: "";
		background-color: rgba(255,255,255,0.2);
		left: -73px;
		bottom: 23px;
		-webkit-transition: width 0.2s ease-in-out 0.4s, left 0.2s ease-in-out 0.5s;
		transition: width 0.2s ease-in-out 0.4s, left 0.2s ease-in-out 0.5s;
	}

	.active #filters li::after {
		width: 30px;

	}

	#filters li:first-child::after {
		display:none;
	}

	#category.is-active li {
		opacity:1;
		-webkit-transition: all 0.3s ease-in-out 0.6s;
		-o-transition: all 0.3s ease-in-out 0.6s;
		-ms-transition: all 0.3s ease-in-out 0.6s;
		transition: all 0.3s ease-in-out 0.6s;
	}

	#category li a {
		display:inline-block;
		color:#fff;
		font-family: 'Poppins', sans-serif;
		font-size: 24px;
		font-weight: 600;
		z-index:15;
		position:relative;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	#category:hover li a {
		opacity:0.3;
	}

	#category li a:hover {
		color:#fff;
		opacity:1;
	}

	#category li span {
		font-size: 10px;
		font-weight:400;
		padding-left: 10px;
		position: absolute;
		top: -10px;
		color:#fff;
		opacity:0.5;
	}

	.light-content #category li span {
		opacity:1;
	}

	#portfolio-wrap {
		position:relative;
		margin:0 auto;
		padding-bottom:60px;
	}

	#portfolio {
		position:relative;
		margin:0 auto;
		-webkit-transition: height 0.3s ease-in-out;
		transition: height 0.3s ease-in-out;
	}

	.portfolio:after {
		content:"";
		display:table;
		clear:both;
	}

	.item {
		display: block;
		position: relative;
		box-sizing: border-box;
		margin-bottom:100px!important;
	}

	#portfolio.hidden .item-content {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		opacity:0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.item-content {
		width: 50%;
		height: 100%;
		position:relative;
		transition: all 0.15s linear 0s;
		-webkit-transition:  all 0.15s linear 0s;
	}

	.item:nth-child(2n+1) .item-content {
		margin-left:50%;
		left:1px;
	}


	.item.in-view .item-content {
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
		-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
	}


	.item-content a {
		position: relative;
		height: 100%;
		width: 100%;
		display: block;
		box-sizing: border-box;
		overflow:hidden;
		-webkit-transition: opacity 0.2s ease-in-out 0.1s, transform 0.3s ease-in-out;
		transition: opacity 0.2s ease-in-out 0.1s, transform 0.3s ease-in-out;
	}
	.item-image1{
			background-size:cover;
		background-position:center center;
		width:100%;
		height: 100%;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: opacity 0.2s ease-in-out 0.1s, transform 0.3s ease-in-out;
		transition: opacity 0.2s ease-in-out 0.1s, transform 0.3s ease-in-out;
	}
	.item-image {
		background-size:cover;
		background-position:center center;
		width:100%;
		height: 100%;
		position:absolute;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: opacity 0.2s ease-in-out 0.1s, transform 0.3s ease-in-out;
		transition: opacity 0.2s ease-in-out 0.1s, transform 0.3s ease-in-out;
	}

	.item-content:hover .item-image {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}

	.item-caption {
		width: 100%;
		padding-top: 25px;
		padding-left:50px;
		bottom: 0;
		height: 100px;
		box-sizing: border-box;
		text-align:left;
		position:relative;
	}

	.item-title {
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		font-size:24px;
		color:#000;
		margin-left:-1px;
		margin-bottom:0;
	}

	.item:first-child .item-title::after {
		content: "New";
		font-family: 'Roboto', sans-serif;
		font-size: 10px;
		position: absolute;
		font-weight: 400;
		margin-left: 5px;
		color: #FF1B0B;
	}

	.item-sub-mask {
		height:20px;
		width:auto;
		margin-bottom:5px;
		overflow:hidden;
		box-sizing:border-box;
	}

	.item-cat {
		font-size: 12px;
		font-weight:400;
		font-family: 'Roboto', sans-serif;
		line-height:20px;
		color:rgba(0,0,0,0.5);
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		display:block;
		font-weight:400;
		color:#999;
		line-height:20px;
	}

	.item-content.light-content .item-cat {
		color:rgba(255,255,255,1);
	}

	.item-content:hover .item-cat {
		margin-top:-20px;
	}

	.item-case {
		font-size: 12px;
		font-family: 'Roboto', sans-serif;
		font-weight:400;
		line-height:20px;
		color:rgba(0,0,0,0.5);
		display:block;
		font-weight:400;
		color:#999;
	}

	.item-price {
		position: absolute;
		right: 50px;
		top: 45px;
		font-weight: 400;
		font-size: 16px;
		color: #999;
	}

	.sale-badge {
		width: 50px;
		height: 50px;
		background-color: #5ac1f6;
		position: absolute;
		top: 30px;
		right: 30px;
		color: #fff;
		display: block;
		line-height: 50px;
		text-align: center;
		font-size: 12px;
		font-weight: 400;
		border-radius: 25px;
	}


/*--------------------------------------------------
	02. Portfolio Isotope Transitions
---------------------------------------------------*/

	.isotope, .isotope .isotope-item {
		-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
		-ms-transition-duration: 0.8s;
		-o-transition-duration: 0.8s;
		transition-duration: 0.8s;
	}

	.isotope {
		-webkit-transition-property: height, width;
		-moz-transition-property: height, width;
		-ms-transition-property: height, width;
		-o-transition-property: height, width;
		transition-property: height, width;
	}

	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform, opacity;
		-ms-transition-property: -ms-transform, opacity;
		-o-transition-property: -o-transform, opacity;
		transition-property: transform, opacity;
	}

	.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-ms-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
	}

/*--------------------------------------------------
	03. Project Page Navigation
---------------------------------------------------*/


	#page-nav {
		box-sizing: border-box;
		margin: 0 auto;
			margin-left: auto;
		padding: 80px 80px 30px 80px;
		width: 50%;
		margin-left: 50%;
	}

/*--------------------------------------------------
	04. Project Share
---------------------------------------------------*/

	.share-text {
		text-align:center;
		margin-bottom:35px;
		opacity:0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.active .share-text {
		opacity:1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-transition: all 0.2s ease-in-out 0.2s;
		transition: all 0.2s ease-in-out 0.2s;
	}

	#share {
    	display:block;
	}

	.jssocials-shares {
		display: table;
		margin: 0 auto!important;
	}

	.jssocials-share {
    	margin:0 40px !important;
		position:relative;
	}

	.jssocials-shares div:first-child {
		margin-left:0px!important;
	}

	.jssocials-shares div:last-child {
		margin-right:0px!important;
	}

	.jssocials-shares div {
		opacity:0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.active .jssocials-shares div {
		opacity:1;
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-transition: all 0.2s ease-in-out 0.3s;
		transition: all 0.2s ease-in-out 0.3s;
	}

	.active .jssocials-shares div:nth-child(2) {
		-webkit-transition: all 0.2s ease-in-out 0.35s;
		transition: all 0.2s ease-in-out 0.35s;
	}

	.active .jssocials-shares div:nth-child(3) {
		-webkit-transition: all 0.2s ease-in-out 0.4s;
		transition: all 0.2s ease-in-out 0.4s;
	}

	.active .jssocials-shares div:nth-child(4) {
		-webkit-transition: all 0.2s ease-in-out 0.45s;
		transition: all 0.2s ease-in-out 0.45s;
	}

	.jssocials-shares:hover .jssocials-share-link {
		opacity:0.3;
	}

	.jssocials-shares .jssocials-share-link:hover {
		color:#fff!important;
		opacity:1;
	}

	.jssocials-share-link {
		font-size: 24px;
		color: #fff;
		position: relative;
		height: 46p!important;
		width: 46px!important;
		text-align: center!important;
		line-height: 46px!important;
	}

	.product-title {
		font-size: 30px;
		line-height: 40px;
		margin-left: -1px;
		margin-bottom: 0;
	}

	.product-title span {
		display:block;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 16px;
		line-height: 28px;
		color: #999;
		margin-top:20px;
	}

	.product-description {
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 28px;
		color: #999;
	}
/*--------------------------------------------------
	05. Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1466px) {

	#category {
		width: calc(100% - 200px);
		text-align: center;
		padding: 0 50px;
	}

}

@media only screen and (max-width: 1024px) {

	#category li {
    	margin: 0px 20px;
    	margin-bottom: 10px;
	}

	.item-caption {
		padding-top: 15px;
		padding-left: 20px;
	}

	.item-title {
    	font-size: 20px;
		line-height:30px;
	}

	.item-price {
    	right: 20px;
    	top: 25px;
		font-size: 14px;
	}

	.white-row:first-child .one_half {
		display:none;
	}

	.white-row:first-child .one_half.last {
		display:block;
		width:100%;
	}

}


@media only screen and (max-width: 767px) {

	.item-title {
    	font-size: 18px;
	}

	#category {
		width: 100%;
		text-align: center;
		padding: 0 20px;
	}

	.project-links li.next-project a {
    	font-size: 24px;
	}

	#page-nav {
		padding: 80px 40px;
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.jssocials-share {
    	margin: 0 20px !important;
	}

}


@media only screen and (max-width: 479px) {

	#portfolio-wrap {
		padding-bottom: 0;
	}

	.item {
		margin-bottom:120px!important;
	}

	.overlay-hover .item {
		margin-bottom:60px!important;
	}

	.item-content {
		width: 100%;
		height: 100%;
		position:relative;
		opacity:0;
		-webkit-transition: opacity 0.3s ease-in-out 0.1s;
		transition: opacity 0.3s ease-in-out 0.1s;
		-webkit-transform: translateY(250px);
		transform: translateY(250px);
		-webkit-transition: all 0s ease;
		transition: all 0s ease;
	}

	.item:nth-child(2n+1) .item-content {
		margin-left:0;
	}

	.item-title {
    	font-size: 20px;
	}

	.item-price {
		top: 18px;
	}

	.item-sub-mask {
		margin-top: 10px;
	}

	.category-text {
    	margin-bottom: 20px;
	}

	#category li {
		display:block;
		height: 28px;
		line-height: 28px;
		margin-bottom: 6px;
	}

	#category li a {
    	font-size: 20px;
	}

	#category li span {
    	padding-left: 6px;
	}

}
