
/* MIXTITUP PORTFOLIO */
.portfoliowrap {
	overflow: visible;
	position: relative;
	margin-left: 0;
}

.portfolio {
	overflow: visible !important;
	position: relative;
	margin-left: -5px;
	margin-bottom: -5px;
	margin-top: -5px;
}

.portfolio img {
	width: 100%;
	max-width: none !important;
	height: auto;
	display: block;
}

.holderwrap img {
	vertical-align: middle;
}

.threecol .entry {
	width: 33%;
	float: left;
	overflow: visible;
	position: relative;
}

.fourcol .entry {
	width: 25%;
	float: left;
	overflow: visible;
	position: relative;
}

.fivecol .entry {
	width: 20%;
	float: left;
	overflow: visible;
	position: relative;
}

ul.portfoliofilter {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 0px;
	width: 100%;
	padding-bottom: 0px;
	text-align: center;
}

ul.portfoliofilter li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.portfoliofilter li a {
	text-transform: none;
	font-weight: 400;
	font-size: 13px;
	line-height: 30px;
	color: #555;
	background: #fff;
	text-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding: 10px 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-order-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
}

ul.portfoliofilter li:hover a, ul.portfoliofilter li a:hover {
	background: #ef2e2e;
	border: 1px solid #e19105;
	color: #fff !important;
}

ul.portfoliofilter li a.selected {
	background: #ef2e2e;
	border: 1px solid #e19105;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.holderwrap {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-order-sizing: border-box;
	margin: 5px;
	background-color: #ef2e2e;
}

.holderwrap h5 {
	display: none;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 45%;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 18px;
}

.holderwrap h5::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.holderwrap:hover h5 {
	display: block;
}

.holderwrap:hover img {
	opacity: .2;
}

.holderwrap figure {
	overflow: hidden;
	margin: 0;
	max-height: 100%;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.holderwrap figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
}

figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
	position: absolute;
	top: 70px;
	right: 20px;
	bottom: 70px;
	left: 20px;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
}

figure.effect-bubba figcaption::before {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
