﻿.inner.portfolio {
    padding-top: 0;
}

.inner.portfolio:first-child{
    padding-top:60px;
}

.thumb {
    position: relative;
    text-align: left;
}

.gallery {
    margin-bottom: 15px;
}

    .gallery a {
        display: block;
        text-align: left;
        text-decoration: none;
        color: #1f1f1f;
    }

        .gallery a h4 {
            display: block;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .gallery a:hover {
            text-decoration: underline;
            color: #830041;
        }

.btn-photo {
    background: url(/images/photo.png) center center no-repeat;
    background-size: auto;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
}

.btn-play {
    background: url(/images/play.png) center center no-repeat;
    background-size: auto;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
}

.thumb:hover {
    text-decoration: underline;
}


#portfolio .portfolio:last-child {
    margin-bottom: 100px;
}

.pagination.pagination-sm {
    margin-top: 15px;
    margin-left: 15px;
}

    .pagination.pagination-sm li a {
        font-size: 14px;
    }

h2.description {
    font-size: 19px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
}

.header-strips-one-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.header-strips-one{
    width:auto;
    border-style:dotted;
    margin-top:10px;
    margin-bottom:8px;
}

#portfolio .portfolio{
    margin-top:15px !important;
}

.inner{padding-bottom:0;}

@media only screen and (max-width: 1185px) {
    h2.description {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-strips-one-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}
