.gaPortfolioContainer {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin: -2px 0 -4px -1px;
}
.gaPortfolioInner {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gaPortfolioOverflow {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}
.gaPortfolioItem {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 87%;
}
.gaPortfolioItem a {
    display: block;
    margin: 2px;
    position: relative;
}
.gaPortfolioItem a img {
    width: 100%;
    max-width: 100%;
    opacity: 0.8;
    transition: all .3s ease 0s;
}
.gaPortfolioItem a:hover img {
    opacity: 1;
    filter: none;
    transform: scale(1.05);
}
.gaPortfolioItem a div {
    overflow: hidden;
}

.gaPortfolioPrev, .gaPortfolioNext {
    position: absolute;
    height: 100%;
    z-index: 4;
    display: none;
    padding-top: 23.2%;
}
.gaPortfolioPrev span, .gaPortfolioNext span {
    background: url('img/sprite.png');
    height: 61px;
    width: 31px;
    display: block;
    z-index: 3 !important;
    opacity: 0.5;
}
.gaPortfolioPrev span:hover, .gaPortfolioNext span:hover {
    color: #f68920;
    cursor: pointer;
    opacity: 1;
}
.gaPortfolioPrev {
    left: 15px;
    padding-right: 30px;
}
.gaPortfolioNext {
    right: 15px;
    padding-left: 30px;
}
.gaPortfolioPrev span {
    background-position:  -0px -122px;
    height: 61px;
    width: 31px;
}
.gaPortfolioPrev span:hover {
    background-position:  -0px -183px;
    height: 61px;
    width: 31px;
}
.gaPortfolioPrev span:before, .gaPortfolioNext span:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 100%;
    background: #000;
    z-index: -1;
    top: 0;
    opacity: 0.15;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.gaPortfolioPrev span:before {
    left: -30px;
}
.gaPortfolioNext span:before {
    right: -30px;
}
.gaPortfolioPrev span:hover:before, .gaPortfolioNext span:hover:before {
    opacity: 1;
}
.gaPortfolioNext span {
    background-position:  -0px -0px;
    height: 61px;
    width: 31px;
}
.gaPortfolioNext span:hover {
    background-position:  -0px -61px;
    height: 61px;
    width: 31px;
}
.gaPortfolioZoom {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 3;
    opacity: 0;
}
.gaPortfolioZoomImage {
    width: 100%;
    height: 100%;
}

.gaPortfolioClose {
    width: 40px;
    height: 40px;
    background: #000000 url('img/icon-iks.png') center center no-repeat;
    top: 0;
    right: 78px;
    position: absolute;
    cursor: pointer;
    color: #f47321;
    line-height: 40px;
    z-index: 5;
}

.gaPortfolioInfo {
    display: none;
}

.gaPortfolioCaption {
    position: absolute;
    width: 100%;
    min-height: 114px;
    background: #000000;
    border-top: 5px solid #f68921;
    color: #ffffff;
    text-align: left;
    padding: 15px 20px 20px 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
    bottom: 0;
    opacity: 0;
}
.gaPortfolioCaption span {
     color: #f47321;
 }
.gaPortfolioCaption a, .gaPortfolioCaption a:focus {
    color: #ffffff;
    text-decoration: underline;
    display: inline;
}
.gaPortfolioCaption a:hover {
    text-decoration: underline;
}
.gaPortfolioHeadline {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}


@media (max-width: 1450px) {
    .gaPortfolioCaption {
        min-height: 99px;
        padding: 15px 20px 20px 20px;
        font-size: 13px;
        line-height: 140%;
    }
    .gaPortfolioHeadline {
        font-size: 18px;
    }
    .gaPortfolioPrev, .gaPortfolioNext {
        padding-top: 22.6%;
    }
}