.pagination {
    position: relative;
    display: grid;
    /* top: 130px; */
    justify-content: center;
    margin-top: 100px;
    bottom: 50px;
    /*grid-template-columns: repeat(2, 15vw);*/
}

.photo {
    background-size: cover;
    background-position: center center;
    box-sizing: border-box;
    width: 20%;
    display: inline-flex;
    flex: 1;
    margin: 1px;
    max-width: 150px;
    max-height: 150px;
    height: 150px;
    }
    @media screen and ( min-width: 768px ) {
        .photo { float: left; width: 15%; }
    }
    @media screen and ( min-width: 1023px ) {
        .photo { width: 33.3333%; }
    }
    @media screen and ( min-width: 1220px ) {
        .photo { width: 10%; }
    }
    @media screen and ( min-width: 1440px ) {
        .photo { width: 10%; }
    }

    .photo:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.photolist {
    /*display: flex;*/
    justify-items: center;
    align-items: center;
}
@media only screen and (max-width: 770px) {
    .photolist {
        justify-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media only screen and (max-width: 770px) {
    .photo {
        background-size: cover;
        background-position: center center;
        box-sizing: border-box;
        width: 100px;
        display: inline-flex;
        flex: 1;
        margin: 1px;
        max-width: 100px;
        max-height: 120px;
        height: 120px;
    }
}

.gallerybutton {
    background-color: #199319;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
}

.asd1 {
    display: flex;  
    flex-direction: row;
}

.thumbnail {
    width: 150px;
    margin: 10px;
    cursor: pointer;
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: .7;
    transition: all 400ms ease-in-out;  
}

.thumbnail:hover {
    width: 150px;
    margin: 10px;
    cursor: pointer;
    filter: gray;
    -webkit-filter: grayscale(0%);
    opacity: 1;
    transition: all 400ms ease-in-out;  
    transform: scale(1.1);
}

  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .overlay img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
    max-height: 900px;
  }

.close {
    position: relative;
    top: 40px;
    left: 220px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.imgclose {
    position: relative;
    left: 380px;
}

.bb-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}
.bb-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
}
.bb-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.bb-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.bb-align-top .bb-container:before {
    display: none;
}
.bb-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.bb-inline-holder .bb-content, .bb-ajax-holder .bb-content {
    width: 100%;
    cursor: auto;
}
.bb-ajax-cur {
    cursor: progress;
}
.bb-zoom-out-cur, .bb-zoom-out-cur .bb-image-holder .bb-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.bb-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.bb-auto-cursor .bb-content {
    cursor: auto;
}
.bb-close, .bb-arrow, .bb-preloader, .bb-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.bb-loading.bb-figure {
    display: none;
}
.bb-hide {
    display: none !important;
}
.bb-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.bb-preloader a {
    color: #CCC;
}
.bb-preloader a:hover {
    color: #FFF;
}
.bb-s-ready .bb-preloader {
    display: none;
}
.bb-s-error .bb-content {
    display: none;
}
button.bb-close, button.bb-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.bb-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.bb-close:hover, .bb-close:focus {
    opacity: 1;
}
.bb-close:active {
    top: 1px;
}
.bb-close-btn-in .bb-close {
    color: #333;
}
.bb-image-holder .bb-close, .bb-iframe-holder .bb-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%}
.bb-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.bb-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.bb-arrow:active {
    margin-top: -54px;
}
.bb-arrow:hover, .bb-arrow:focus {
    opacity: 1;
}
.bb-arrow:before, .bb-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.bb-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.bb-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}
.bb-arrow-left {
    left: 0;
}
.bb-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.bb-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.bb-arrow-right {
    right: 0;
}
.bb-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.bb-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.bb-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bb-iframe-holder .bb-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.bb-iframe-holder .bb-close {
    top: -40px;
}
.bb-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%}
.bb-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.bb-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.bb-figure {
    line-height: 0;
}
.bb-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.bb-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.bb-figure figure {
    margin: 0;
}
.bb-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.bb-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.bb-image-holder .bb-content {
    max-width: 100%}
.bb-gallery .bb-image-holder .bb-figure {
    cursor: pointer;
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .bb-img-mobile .bb-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.bb-img-mobile img.bb-img {
    padding: 0;
}
.bb-img-mobile .bb-figure:after {
    top: 0;
    bottom: 0;
}
.bb-img-mobile .bb-figure small {
    display: inline;
    margin-left: 5px;
}
.bb-img-mobile .bb-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
}
.bb-img-mobile .bb-bottom-bar:empty {
    padding: 0;
}
.bb-img-mobile .bb-counter {
    right: 5px;
    top: 3px;
}
.bb-img-mobile .bb-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}@media all and (max-width:900px) {
    .bb-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.bb-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.bb-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%}
.bb-container {
    padding-left: 6px;
    padding-right: 6px;
}
}

@media only screen and (max-width: 721px) {
    .overlay img {
        width: auto;
        max-width: 100%;
        height: auto;
        display: block;
        line-height: 0;
        box-sizing: border-box;
        padding: 40px 0 40px;
        margin: 0 auto;
        max-height: 700px;
    }
    .thumbs {
        display: flex;
        /* flex-direction: row; */
        justify-content: space-around;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .thumbs {
        display: flex;
        /* flex-direction: row; */
        justify-content: space-around;
        float: left;
    }
}
