
.page-container {
	visibility: hidden;
	height:calc(100vh - 240px);
	width: 100%;
	left:0px;
	position: fixed;
	top:120px;
	z-index:1000;
}


.page-item {
	cursor: pointer;
	position: absolute;
	height:calc(100vh - 240px);
	width:100%;
	top:120px;
	left:0px;
	position: fixed;
	background-position:center center;
	background-size:auto 100%;
	background-repeat:no-repeat;
}

/*--------------------------------------------------
01. Portfolio Layout
---------------------------------------------------*/	

.filters-wrap {
	position: relative;
	width: 100%;
	max-height: 0px;
	opacity:0;
	margin-top: 100px;
	transition: all 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.2s;
	-webkit-transition: all 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.2s;
}

.filters-wrap.active {
	opacity: 1;
	max-height: 100px;
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#filters {
	margin: 0 auto;	
	text-align: center;
	height: auto;
	z-index: 15;
	position: relative;
	max-width: 1500px;
	width: 100%;
	overflow: hidden;
	padding: 0;
}

#filters li {
	display: inline-block;
	height: 40px;
	line-height: 40px;		
	opacity: 1;
	position: relative;
	margin: 0;
	opacity:0;
	margin-top:50px;
	margin-bottom:0px;
	-webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

#filters li a {
	display: inline-block;
	padding: 0px 15px;
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: 700;
	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;
}

.light-content #filters li a {
	color:#fff;
}

#filters:hover li a {
	opacity:0.3;
}

#filters li a:hover {
	color:#000;
	opacity:1;
}

.light-content #filters li a:hover {
	color:#fff;
}

#filters li span {
	font-size: 12px;
	font-weight: 400;
	padding-left: 10px;
	position: absolute;
	top: -10px;
	color: #fff;
	opacity: 0.5;
}
	
#portfolio-wrap {		
	position:relative;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:0px;
}

#portfolio {
	position:relative;
	margin:0 auto;
	-webkit-transition: height 0.7s ease-in-out;
	transition: height 0.7s ease-in-out;
}

.portfolio:after {
	content:""; 
	display:table; 
	clear:both;
}

.packery .item {
	display: block;
	position: relative;
	box-sizing: border-box;
	z-index:0;
	cursor:none;
	
}

.packery .visible-text .item {
	margin-bottom:100px!important;
}

.packery .item-wrap {
	width: 100%;
	height: 100%;
	position:absolute;
	opacity:0;
}

.packery .item-content {
	width: 100%;
	height: 100%;
	position:relative;
	
	transition: all 0s linear 0s;
	-webkit-transition:  all 0s linear 0s;
}

.packery .item.in-view:nth-child(3n+1) .item-content {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.packery .item.in-view:nth-child(3n+2) .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;
}

.packery .item.in-view:nth-child(3n+3) .item-content {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.packery .item-content a {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow:hidden;
}

.item-image {
	background-size:auto 100%;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height: 100%;
	position:absolute;
	z-index:100;
	cursor:pointer;
}

.packery .item .item-image {
	z-index:0;
}

.packery .item-caption {
	width: 100%;
	padding: 20px 0;
	bottom: -90px;
	height: auto;
	box-sizing: border-box;
	text-align: left;
	position: absolute;
	pointer-events:none;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.packery .over-text .item-caption {
	bottom: 0px;
	padding: 20px 30px!important;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}

.packery .item-title {
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-left:-1px;
	margin-bottom:5px;
}

.packery .over-text .item-title {
	color:#fff!important;
}

.packery .item:first-child .item-title::after {
	content: "New";
	font-family: 'Poppins', sans-serif;
	font-size: 10px!important;
	position: absolute;
	font-weight: 400;
	margin-left: 8px;
	top:14px;
	height:10px;
	color: #FF1B0B;
}

.packery .item-sub-mask {
	height:20px;
	width:auto;
	margin-bottom:5px;
	overflow:hidden;
	box-sizing:border-box;
}

.packery .item-cat {
	font-size: 12px;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	line-height:20px;
	color:rgba(0,0,0,0.4);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	display:block;
	font-weight:400;
	line-height:20px;
}

.packery .over-text .item-cat {
	color:rgba(255,255,255,0.5);!important;
}

.packery .item-content:hover .item-cat {
	margin-top:-20px;		
}

.packery .item-case {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	line-height:20px;
	color:rgba(0,0,0,0.4);
	display:block;
	font-weight:400;
}

.packery .over-text .item-case {
	color:rgba(255,255,255,0.5);!important;
}

.light-content .packery .item-cat, .light-content .packery .item-case {
	color:rgba(255,255,255,0.4);
}
	

/*--------------------------------------------------
02. Portfolio Isotope Transitions
---------------------------------------------------*/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.isotope {
	-webkit-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

/*--------------------------------------------------
03. Project Page Navigation
---------------------------------------------------*/	

#project-nav {
	height: 50vh;
	width: 100%;
	position: absolute;
	color: #fff;
	background-color: #000;
	margin-bottom: 0;
	bottom: -50vh;
}

.next-project-wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #010101;
	z-index: 3;
}

.next-project-image {
	position: absolute;
	top: 50%;
	left: 0;
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position:center center;
	background-repeat: no-repeat;
	opacity: 0.6;
	-webkit-transform: scale(1.1) translateY(-50%);
	transform: scale(1.1) translateY(-50%);
}


.next-project-title {
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	width: 100%;
	height: 150px;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
	left: 0;
	right: 0;
}

.main-title {
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	font-size: 84px;
	line-height: 150px;
	color: #fff;
}

.main-subtitle {
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 150px;
	color: #fff;
}

.main-title {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
}
	
/*--------------------------------------------------
04. Project Share
---------------------------------------------------*/		



/*--------------------------------------------------
05. Responsive
---------------------------------------------------*/	

@media only screen and (max-width: 1466px) {	

.page-container {
	height:calc(100vh - 200px);
	top:100px;
}

.page-item {
	height:calc(100vh - 200px);
	top:100px;
}

.filters-wrap {
	margin-bottom:20px;
}

#portfolio-wrap {
	margin-top: 0;
}

}

@media only screen and (max-width: 1024px) {	


#filters li a {
	padding: 0px 20px;
}


.filters-wrap.active {
	max-height: 200px;
}

}


@media only screen and (max-width: 767px) {

.load-carousel-page .page-item, .page-item, .item-image {
	background-position:center center!important;
	background-size:contain!important;
}

#filters li {
	margin-bottom: 20px;
}

#filters li a {
	padding: 0px 10px;
}

.packery .item-caption {
	text-align: center;
}

}


@media only screen and (max-width: 479px) {

.filters-wrap {
	margin-top: 80px;
}

.filters-wrap.active {
	max-height: 500px;
}


#filters li {
	display:block;
	height: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.page-container {
	height:calc(100vh - 160px);
	top:80px;
}

.page-item {
	height:calc(100vh - 160px);
	top:80px;
}
	
}			
