
.Pfo {
    padding-top: 41px;
    padding-bottom: 80px;
    overflow: hidden;
}

.Pfo-content {
    padding-top: 27px;
    -webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
}



.Pfo-gallery {
    display: block;
    height: 415px;
    position: relative;
    -webkit-transition: height .3s ease;
-moz-transition: height .3s ease;
-ms-transition: height .3s ease;
-o-transition: height .3s ease;
transition: height .3s ease;
}

.Pfo-gallery-screen {
    /*outline: 2px solid blue;*/
    position: absolute;
    top: 0px; bottom: 0px;
    left: -20px; right: -20px;
    overflow: hidden;
}

    .Pfo-gallery-screen:before {
        content: '';
        display: none;
        position: absolute; z-index: 60;
        left: 0; width: 50%;
        top: 0;
        bottom: 0;
        border-right: 2px dashed black;
        margin-left: -1px;
    }

.Pfo-gallery-w {
    /*left: -22.5%;*/
    left: -328px;
    position: absolute; z-index: 30;
}


.Pfo-gallery-item {
    width: 537px;

    padding: 26px 10px;

    float: left;

    background-color: #ffffff;
    /*background-color: rgba(255, 255, 255, .6);*/
    border: 1px solid #183A4D;
    -moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;        -webkit-transition: transform 1000ms ease, padding .3s ease, width .3s ease, border-radius .3s ease;
-moz-transition: transform 1000ms ease, padding .3s ease, width .3s ease, border-radius .3s ease;
-ms-transition: transform 1000ms ease, padding .3s ease, width .3s ease, border-radius .3s ease;
-o-transition: transform 1000ms ease, padding .3s ease, width .3s ease, border-radius .3s ease;
transition: transform 1000ms ease, padding .3s ease, width .3s ease, border-radius .3s ease;
}


.Pfo-gallery-item-w {
    min-height: 358px;
    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
    -webkit-transition: transform 1000ms ease, width .3s ease, padding .3s ease;
-moz-transition: transform 1000ms ease, width .3s ease, padding .3s ease;
-ms-transition: transform 1000ms ease, width .3s ease, padding .3s ease;
-o-transition: transform 1000ms ease, width .3s ease, padding .3s ease;
transition: transform 1000ms ease, width .3s ease, padding .3s ease;
}


.Pfo-gallery-sep {
    width: 80px;
    float: left;
}


.Pfo-gallery-item.-side {
    -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8);}


.Pfo-gallery-item.-left {
    -webkit-transform-origin: right; -moz-transform-origin: right; -o-transform-origin: right; -ms-transform-origin: right; transform-origin: right;}

.Pfo-gallery-item.-right {
    -webkit-transform-origin: left; -moz-transform-origin: left; -o-transform-origin: left; -ms-transform-origin: left; transform-origin: left;}

.Pfo-gallery-item.-slide {
    -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}

.Pfo-gallery-col {
    /*outline: 1px dashed green;*/
    width: 50%;
}

.Pfo-gallery-col[name="info"] {
    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;

    }



.Pfo-gallery-photo {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;     -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

    .Pfo-gallery-photo.-clickable {
        cursor: pointer;
    }



.Pfo-gallery-info {
    padding: 10px;
    -webkit-transition: padding .3s ease;
-moz-transition: padding .3s ease;
-ms-transition: padding .3s ease;
-o-transition: padding .3s ease;
transition: padding .3s ease;
}

.Pfo-gallery-info .title,
.Pfo-gallery-info .tx {
    font-size: 16px;
    -webkit-transition: font-size .3s ease;
-moz-transition: font-size .3s ease;
-ms-transition: font-size .3s ease;
-o-transition: font-size .3s ease;
transition: font-size .3s ease;
}



.Pfo-gallery-info-item {
    padding-bottom: 20px;
    -webkit-transition: padding .3s ease, margin .3s ease, left .3s ease, top .3s ease;
-moz-transition: padding .3s ease, margin .3s ease, left .3s ease, top .3s ease;
-ms-transition: padding .3s ease, margin .3s ease, left .3s ease, top .3s ease;
-o-transition: padding .3s ease, margin .3s ease, left .3s ease, top .3s ease;
transition: padding .3s ease, margin .3s ease, left .3s ease, top .3s ease;

}
.Pfo-gallery-info-item.-last {
    padding-bottom: 0px;
}

    .Pfo-gallery-info-item.-last {
        position: relative;
        top: -3px;
    }
    .Pfo-gallery-info-item.-last .label {
        position: relative;
        top: 3px;
    }
    .Pfo-gallery-info-item.-last .tx {
        padding-top: 3px;
        position: relative;
        top: 2px;
    }




.Pfo-gallery-info-item .icon IMG {
    display: none;
}

.Pfo-gallery-info-item .icon {
    height: 5px;
    width: 24px;
    display: inline-block;
}


.Pfo-gallery-eq .title {
    padding-bottom: 3px;
}

.Pfo-gallery-speed .title {
    margin-top: -2px;
    padding-bottom: 2px;
}

.Pfo-gallery-speed .tx,
.Pfo-gallery-eq .tx {
    font-weight: 500;
    font-size: 17px;
}


.Pfo-gallery-date,
.Pfo-gallery-loc {
    position: relative;
    top: -2px
}

    .Pfo-gallery-loc {
        padding-left: 28px;
    }
    .Pfo-gallery-loc .icon {
        display: none;
    }

.Pfo-gallery-date,
.Pfo-gallery-loc,
.Pfo-gallery-eq,
.Pfo-gallery-speed,
.Pfo-gallery-icon-pos {
    background-repeat: no-repeat;
    background-position: 1px 0px;

}

.Pfo-gallery-date {
    background-image: url('/site/img/icons/portfolio-date.png');
    background-position: 0px -2px;
}
.Pfo-gallery-loc {
    background-image: url('/site/img/icons/portfolio-location.png');
}
.Pfo-gallery-eq {
    background-image: url('/site/img/icons/portfolio-equipment.png');
}
.Pfo-gallery-speed {
    background-image: url('/site/img/icons/portfolio-speed.png');
}


.Pfo-gallery-arr {
    position: absolute; z-index: 50;
    height: 100%;
    top: 0;
    width: 27%;
    /*background-color: rgba(255, 255, 255, .0);*/

    -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; 
    -webkit-transition: opacity 1000ms ease;
-moz-transition: opacity 1000ms ease;
-ms-transition: opacity 1000ms ease;
-o-transition: opacity 1000ms ease;
transition: opacity 1000ms ease;
    cursor: pointer;

    /*outline: 1px solid deeppink;*/
}

    .Pfo-gallery.-busy .Pfo-gallery-arr {
        opacity: .1;
    }



.Pfo-gallery-arr-icon {
    cursor: pointer;

    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -20px;

    -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
    -webkit-transition: top .3s ease, left .3s ease, right .3s ease, margin-top .3s ease, width .3s ease, transform .3s ease;
-moz-transition: top .3s ease, left .3s ease, right .3s ease, margin-top .3s ease, width .3s ease, transform .3s ease;
-ms-transition: top .3s ease, left .3s ease, right .3s ease, margin-top .3s ease, width .3s ease, transform .3s ease;
-o-transition: top .3s ease, left .3s ease, right .3s ease, margin-top .3s ease, width .3s ease, transform .3s ease;
transition: top .3s ease, left .3s ease, right .3s ease, margin-top .3s ease, width .3s ease, transform .3s ease;
}

.Pfo-gallery-arr.-left {
    left: 0;
}
.Pfo-gallery-arr.-left .Pfo-gallery-arr-icon {
    right: 16px;
}


.Pfo-gallery-arr.-right {
    right: 0;
}
.Pfo-gallery-arr.-right .Pfo-gallery-arr-icon {
    left: 16px;
}

.Pfo-gallery-arr-icon SVG CIRCLE {
    -webkit-transition: fill .3s ease;
-moz-transition: fill .3s ease;
-ms-transition: fill .3s ease;
-o-transition: fill .3s ease;
transition: fill .3s ease;
}

.Pfo-gallery-arr:hover .Pfo-gallery-arr-icon SVG CIRCLE {
    fill: #0066fb !important;
}
.Pfo-gallery-arr.-disabled {
    opacity: .3 !important;
}
.Pfo-gallery-arr.-disabled .Pfo-gallery-arr-icon {
    cursor: default;
}
.Pfo-gallery-arr.-disabled SVG CIRCLE {
    fill: #e5e5e5 !important;
}

@media (max-width: 1214px) {
    .Pfo {
        padding-top: 4.3614vw;
        padding-bottom: 6.5421vw;
    }
}

@media (max-width: 1140px) {
    .Pfo-gallery-arr.-left .Pfo-gallery-arr-icon {
        right: -9px;
    }
    .Pfo-gallery-arr.-right .Pfo-gallery-arr-icon {
        left: -9px;
    }
}


@media (max-width: 700px) {
    .Pfo-gallery {
        height: 759px;
    }
    .Pfo-gallery-screen {}
        .Pfo-gallery-w {
            left: -338px;
        }

    .Pfo-content {
        padding-top: 14px;
    }

    .Pfo-gallery-item {
        width: 290px;
        padding: 20px 0 0;
        -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;    }

    .Pfo-gallery-item-w {
        -webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
    }
    .Pfo-gallery-col {
        width: 100%;
    }

    .Pfo-gallery-photo {
        height: 326px;

        width: 244px;
        margin: 0 auto;
    }
    .Pfo-gallery-info {
        padding: 17px 23px 7px;
    }

    .Pfo-gallery-info-item.-last,
    .Pfo-gallery-info-item {
        padding-bottom: 15px;
        top: 0px;
    }


            .Pfo-gallery-date .tx,
        .Pfo-gallery-date .loc {
            font-size: 14px
        }
        .Pfo-gallery-eq {
            line-height: 130%;
        }

        .Pfo-gallery-info-item .label,
        .Pfo-gallery-eq .title {
            font-size: 16px
        }

        .Pfo-gallery-info-item.-last .tx {
            margin-top: 3px;
        }


    .Pfo-gallery-arr {
        top: auto;
        bottom: 0;
        width: 50% !important;
        height: 80px;
        /*outline: 1px solid orangered;*/
    }

    .Pfo-gallery-arr-icon {
        width: 50px;
        margin-top: 10px;
        top: 0px;
        -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none;    }

    .Pfo-gallery-arr.-left .Pfo-gallery-arr-icon {
        right: 8px;
    }
    .Pfo-gallery-arr.-right .Pfo-gallery-arr-icon {
        left: 8px;
    }

        .Pfo-gallery-info .label,
    .Pfo-gallery-info .title,
    .Pfo-gallery-info .tx {
        font-size: 14px !important;
    }

}

@media (max-width: 480px) {
    .Pfo {
        padding-top: 14px;
        padding-bottom: 21px;
    }
}

@media (max-height: 846px) {
    .Pfo {
        padding-bottom: 0;
    }

    .Pfo-gallery {
        height: 78vh;
    }

    .Pfo-gallery-photo {
        height: 27vh;     }
}

@media (max-height: 700px) {
    .Pfo-gallery {
        height: 90vh;
    }
}