.port-img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	/*border: 2px solid #333;*/
	box-shadow: 0px 0px 10px #000;
}

.port-item {
	margin: 20px 0 35px;
	cursor: pointer;
	/* height:210px; */
}

.portfolio-grid {
	width: 100%;
}

.sizer-element {
	z-index: -1;
}

#tags-filter {
	margin: 0;
	padding: 0;
	display: inline-block;
	margin-left: 15px;
}

#tags-filter label {
	margin-bottom: 0;
}

#tags-filter li {
	list-style-type: none;
	display: inline-block;
	margin-right: 25px;
}


.panel {
	position: relative;
	/* width: 250px; */
}

.panel .front,
.panel .back {
	text-align: center;
}

.panel .front {

	z-index: 900;
	text-align: center;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.panel .back {
	background: #333;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 800;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 15px;
	font-size: 13px;
	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.panel.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.panel.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}

.nport-panel .view-site-btn {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 3px 8px;
	font-size: 12px;
	margin-top: 15px;
}

.nport-panel h3 {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	margin: 5px 0;
}

.nport-panel .view-site-btn:hover {
	text-decoration: none;
}

.nport-panel .industry {
	margin: 8px 0;
	font-size: 14px;
	font-weight: 600;
}

.nport-panel .item-tags {
	font-size: 12px;
}

#pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#pagination a {
	margin: 10px 0 0;
}


.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Add more aspect ratios here */
.aspect--16x9 {
  padding-bottom: 56.25%;
}

#nport-grid {
	overflow: hidden !important;
	margin: 0;
}

#pagination #prev-port-page {
	margin-right: 50px;
}

#port-industry-select {
	width: auto;
	display: inline-block;
	margin-bottom: 8px;
}

#nport-app {
	margin-bottom: 35px;
}

/* Page Specific */
.home #nport-app label,
.home #port-industry-select,
.home #tags-filter,
.home #port-more-items {
    display: none;
}


.port-load-more {
	text-align: center;
}
