#cboxContent {
    background: none;
    padding-top: 2% !important;
}

#gallerySliderPopUp .rsSlide {

    padding: 50px 0 0 0;
}

#cboxClose {
    position: absolute;
    top: 10px !important;
    bottom: unset !important;
    background: url('/lae/public1.0/img/pct-close-popup.png') no-repeat 0 0;
    width: 39px;
    height: 39px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: unset;
}

#gallerySliderPopUp {
    width: 100%;
    /*height:620px;*/
    height: 80%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    margin-left: auto;
    margin-right: auto;
}

.item.galerie-image {
    height: 100%;
}
.item.galerie-image img {
    height: inherit;
}


#gallerySliderPopUp .rsABlock.share {
    top: 0%;
    text-align: center;
    padding: 0;
    margin: 0;
}
#gallerySliderPopUp .rsABlock.share li {
    display: inline-block;
}
#gallerySliderPopUp .rsABlock.share li a {
    font-size: 22px;
    color: #FFF;
    padding: 4px;
    display: block;
    width: 40px;
}

#gallerySliderPopUp .rsABlock {
    color: #fff;
}

#gallerySliderPopUp .rsArrowIcn {
    display: none;
}

#gallerySliderPopUp .rsArrowLeft {
    background: url('/lae/public1.0/img/diap-fleche-g.png') no-repeat center center;
    width: 23px;
    height: 44px;
}

#gallerySliderPopUp .rsArrowRight {
    background: url('/lae/public1.0/img/diap-fleche-d.png') no-repeat center center;
    width: 23px;
    height: 44px;
}

.rsThumbs {
    height: 79px;
}

.rsWebkit3d .rsSlide {
    -webkit-transform: none;
}

.rsWebkit3d img {
    -webkit-transform: translateZ(0);
}

#gallerySliderPopUp .rsNav {
    width: 100%;
    margin-top: 15px;
    height:80px;
}

.rsThumb {
    width: 115px;
    height: 79px;
    float: left;
}

#gallerySliderPopUp .rsABlock {
    /*top: 540px;*/
}

#gallerySliderPopUp .rsArrow {
    top: 45% !important;
    padding: 20px;
}

#gallerySliderPopUp .rsArrow .rsArrowIcn {
    box-shadow: 0 0 3px #000;
}

#gallerySliderPopUp .rsArrowRight {
    right: 0 !important;
    left: unset;
}

#gallerySliderPopUp .rsABlock {
    top: 100%;
}

#gallerySliderPopUp .rsThumbsArrow {
    display: none;
}

.slider-galerie {
    position: relative;
}

#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%;
    }

}
