/*# Colorbox #*/
#cboxContent {
    background: none;
    padding-top: 5% !important;
}

#gallerySliderPopUp .rsSlide {

}

#cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    width: 39px;
    height: 39px;
    font-size: 0;
}

#cboxClose:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    content: 'X';
    color: #FFFFFF;
    font-weight: 100;
    font-size: 3rem;
}


#cboxClose:hover {
    background-position: unset;
}

/*# Slider-popup #*/
.slider-popup {
    width: 100%;
    height: 90%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    margin-left: auto;
    margin-right: auto;
}

/* Arrow */
.rsLaetis.slider-popup .rsArrow {
    top: 45%;
    height: 60px;
    width: 35px;
    background: none;
}

.rsLaetis.slider-popup .rsArrowRight {
    left: auto;
    right: 4px;
}

.rsLaetis.slider-popup .rsArrowIcn {
    font-size: 6rem;
}

.rsLaetis.slider-popup .rsArrowLeft .rsArrowIcn:before {
    content: "\f104";
}

.rsLaetis.slider-popup .rsArrowRight .rsArrowIcn:before {
    content: "\f105";
}

/* Thumbnails */
.slider-popup .rsThumbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 79px;
    z-index: initial;
    background: rgba(0, 0, 0, .6);
}

.slider-popup .rsTmb {
    width: 115px;
    height: 79px;
}

.slider-popup .rsTmb img {
    height: 100%;
}

/* Thumbnails Arrow */
.slider-popup .rsThumbsArrow {
    width: 59px;
    background: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
}

.slider-popup .rsThumbsArrow:hover {
    background: rgba(0, 0, 0, 0.9);
}

.slider-popup .rsThumbsArrowIcn {
    cursor: pointer;
    height: 18px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 24px;
    color: #f7f7f7;
}

.slider-popup .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
    content: "\f053"
}

.slider-popup .rsThumbsArrowRight {
    right: 0;
}

.slider-popup .rsThumbsArrowRight .rsThumbsArrowIcn:before {
    content: "\f054"
}

.slider-popup .infoBlock {
    visibility: hidden;
}

@media (min-width: 728px) {
    /* InfoBlock */
    .slider-popup .infoBlock {
        visibility: visible;
        box-sizing: border-box;
        top: auto;
        bottom: 23px;
        width: 260px;
        padding: 12px 20px;
        background-color: #2d2f31;
        color: #ffffff;
    }

    .slider-popup .infoBlock h2 {
        color: #007296;
    }

    .slider-popup .infoBlock p {
        font-size: 1.4rem;
        text-align: left;
        margin-bottom: 1.2rem;
    }

    .slider-popup .infoBlock p:last-of-type {
        margin: 0;
    }
}


/*# Single #*/
#gallerySliderPopUp.single {
    height: 100%;
}
#gallerySliderPopUp.single img {
    height:100%;
    margin:auto;
}
#gallerySliderPopUp .wrapper {
    position: relative;
    height:80%;
    overflow: hidden;
}
#gallerySliderPopUp.single .globalCaption {
    text-align: center;
}
#gallerySliderPopUp.single .globalCaption p{
    margin: auto;
    display: inline-block;
}

#gallerySliderPopUp .map {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#gallerySliderPopUp .globalCaption {
    padding: 10px 0 0 0;
}

#gallerySliderPopUp .globalCaption p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 54px;
}

#gallerySliderPopUp .globalCaption p .credits {
    font-size: 14px;
}

#gallerySliderPopUp .globalCaption .mapOpened,
#gallerySliderPopUp .globalCaption .mapOpen {
    font-size: 24px;
    color: #FFF;
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    float: left;
    text-align: center;
    line-height: 54px;
    margin-right: 20px;
    cursor: pointer;
}
#gallerySliderPopUp .globalCaption .mapOpen:before {
    content:'\f041';
    font-family: FontAwesome;
}

#gallerySliderPopUp .globalCaption .mapOpened:before {
    content:'\f030';
    font-family: FontAwesome;
}

.slider-galerie,
.slider-galerie .rsOverflow {
    width: 100%;
    min-height: 300px;
    height: 100vh;
    overflow: hidden;
}

.wallImage {
    width: 1024px;
    height: auto;
}

.wallImage-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.wallImage-item {
    display: inline-block;
    height: 300px;
}

.wallImage-item {
    width: 45%;
}

.wallImage-item--width2 {
    width: 30%;
    height: 200px;
}

.wallImage {
    width: 1024px;
    margin: auto;
    text-align: center;
}

/* fluid 2 columns */
.wallImage-sizer {
    width: 47%;
}

.wallImage-item {
    width: 47%;
    /*margin:3px;*/
    margin-bottom: 10px;
    display: inline-block;
}

/* 3 columns */
.wallImage-item--width2 {
    width: 31%;
}

/*Media Queries*/
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    .wallImage {
        width: 1000px;
    / / width: 600 px;
    }
}

@media only screen and (max-width: 999px), only screen and (max-device-width: 999px) {
    .wallImage {
        width: 800px;
    }
}

@media only screen and (max-width: 799px), only screen and (max-device-width: 799px) {
    .wallImage {
        width: 600px;
    }
}

@media only screen and (max-width: 599px), only screen and (max-device-width: 599px) {
    .wallImage {
        width: 400px;
    }
}

@media only screen and (max-width: 399px), only screen and (max-device-width: 399px) {
    .wallImage {
        width: 200px;
        margin: auto;
    }

    .wallImage-sizer,
    .wallImage-item {
        width: 100%;
    }

}
