.esort-portfolio-item-inner .esort-portfolio-overlay {
	opacity: 0;
}

.esort-portfolio-item-inner:hover .esort-portfolio-overlay {
	opacity: 1;
}

.esort-portfolio-all-content {
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	position: absolute;
	padding: 31px 45px 31px 45px;
}

.esort-portfolio-content {
	position: relative;
	width: 100%;
}

a.esort-portfolio-link-icon,
a.esort-portfolio-zoom-icon {
	font-size: 12px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	border-width: 2px;
	border-style: solid;
	float: right;
}

.swm-site-content h4.esort-portfolio-title-tag {
	margin-bottom: 0;
}

.esort-pf-style-1.esort-pf-overlay-scale .esort-portfolio-all-content,
.esort-pf-style-2.esort-pf-overlay-scale .esort-portfolio-all-content,
.esort-pf-style-3.esort-pf-overlay-scale .esort-portfolio-hover-icons {
	transform: scale(1.2, 1.2);
}

.esort-pf-style-1.esort-pf-overlay-scale .esort-portfolio-item-inner:hover .esort-portfolio-all-content,
.esort-pf-style-2.esort-pf-overlay-scale .esort-portfolio-item-inner:hover .esort-portfolio-all-content,
.esort-pf-style-3.esort-pf-overlay-scale .esort-portfolio-item-inner:hover .esort-portfolio-hover-icons {
	transform: scale(1, 1);
}

.esort-portfolio-img-holder,
.esort-portfolio-overlay {
	overflow: hidden;
}

.esort-pf-style-1 .esort-portfolio-overlay,
.esort-pf-style-2 .esort-portfolio-overlay,
.esort-pf-style-1 .esort-portfolio-all-content,
.esort-pf-style-1 .esort-portfolio-content {
	display: block;
}

.esort-pf-style-1 .esort-portfolio-hover-icons {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}

.esort-pf-style-2 .esort-portfolio-all-content {
	/*top: 0;*/
	align-items: left;
	background:#FFF;

}

.esort-pf-style-2 .esort-portfolio-all-content a{
    color:#676767 !important;
}
.esort-pf-style-2 .triangle-starter{
position: absolute;
background: #fff;
height: 50em;
left: 0;
right: -25px;
transform: rotate(0);
transform-origin: 0 0;
margin-top: -1.225em;
transition: 500ms ease transform;
}
.esort-pf-style-2 .triangle-starter::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 120px 100px 0;
    border-color: transparent #1b4962 transparent transparent;
    position: absolute;
    right: 0;
    top: -.5px;
}
.esort-pf-style-2 .triangle-plus {
    width: 1.875em;
    height: 1.875em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: .9em;
    top: 1.2em;
    z-index: 1;
    transform: scale(2) skewY(15deg);
    opacity: 1;
    transition: 300ms ease all;
    transition-delay: 0;
}
.esort-pf-style-2 .esort-portfolio-item:hover .triangle-starter {
    -webkit-transform: skewY(-15deg);
    -moz-transform: skewY(-15deg);
    -ms-transform: skewY(-15deg);
    transform: skewY(-15deg);
}



.esort-pf-style-2 .esort-portfolio-title,.esort-pf-style-2 .esort-portfolio-excerpt{
    position:relative;
}
.esort-pf-style-2 a.esort-portfolio-link-icon,.esort-pf-style-2  a.esort-portfolio-zoom-icon{
    width: auto;
    height: auto;
    line-height: 30px;
    text-align: center;
    border-radius: 0;
    border-width: 0px;
    border-style: solid;
}
.esort-pf-style-2 a.esort-portfolio-link-icon:hover .esort-icon{
    background:#1B4962 !important;
}
.esort-pf-style-2 .esort-portfolio-content {
	flex-direction: column;

}
.esort-pf-style-2 .esort-portfolio-all-content{
    	padding:25px !important;
}
.esort-pf-style-2 .esort-portfolio-excerpt{
    color:#676767 !important;
    text-align:left !important;
    font-size:14px;
}
.esort-pf-style-2 .esort-portfolio-hover-icons a {
	text-align: center;
	justify-content: center;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
}


 
.esort-pf-style-2 .esort-portfolio-hover-icons a span.esort-icon,
.esort-pf-style-3 .esort-portfolio-hover-icons a span.esort-icon,
.esort-pf-style-1 .esort-portfolio-hover-icons a span.esort-icon {
	line-height: 0;
}

.esort-pf-style-2 a.esort-portfolio-link-icon,
.esort-pf-style-2 a.esort-portfolio-zoom-icon {
	float: none;
	align-items: center;
	margin: 0 7px;
}
.esort-pf-content-center .esort-portfolio-title{
    text-align:left !important;
}
.esort-pf-content-center .esort-portfolio-title a{
    color:#FF6A5C !important;
}
.esort-pf-content-center .esort-portfolio-title-tag{
    margin-bottom:8px !important;
}
.frontport .esort-portfolio-img-holder:hover{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
}

.esort-pf-style-3 .esort-portfolio-all-content {
	display: block;
	position: relative;
}

.esort-pf-style-3 .esort-portfolio-img-holder {
	position: relative;
}

.esort-pf-style-3 .esort-portfolio-hover-icons a {
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

.esort-pf-style-3 .esort-portfolio-overlay {
	text-align: center;
	justify-content: center;
	align-items: center
}

.esort-pf-style-1 a.esort-portfolio-link-icon,
.esort-pf-style-1 a.esort-portfolio-zoom-icon {
	justify-content: center;
	align-items: center;
	text-align: center;
}

.esort-pf-content-center .esort-portfolio-hover-icons,
.esort-pf-content-center .esort-portfolio-title,
.esort-pf-content-center .esort-portfolio-category,
.esort-pf-content-center .esort-portfolio-excerpt {
	text-align: center;
}

.esort-pf-content-left .esort-portfolio-hover-icons,
.esort-pf-content-left .esort-portfolio-title,
.esort-pf-content-left .esort-portfolio-category,
.esort-pf-content-left .esort-portfolio-excerpt {
	text-align: center;
	justify-content: flex-start;
}

.esort-pf-content-right .esort-portfolio-hover-icons,
.esort-pf-content-right .esort-portfolio-title,
.esort-pf-content-right .esort-portfolio-category,
.esort-pf-content-right .esort-portfolio-excerpt {
	text-align: right;
	justify-content: flex-end;
}
.esort-portfolio-btns{
    margin-bottom:100px;
}
.esort-portfolio-btn.is-checked,.esort-portfolio-btn:hover {
    color: #ffffff;
    background-color: #EA5B00;
    border-color: #EA5B00;
}
.esort-portfolio-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #676767;
    background-color: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 20px 12px 20px;
    margin: 5px 5px 5px 5px;
    border-radius: 3px;
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 16px;
font-weight: 400;
line-height: 20px;
color: #676767;
}
.esort-portfolio-hover-icons a {
    font-size: 15px;
    height: 55px !important;
    width: 55px !important;
    margin: 0px 5px 0px 5px;
    border-style: none;
    background: #EA5B00;
    border:1px solid #EA5B00;
}