.contentcspopup {
    display: none
}

#cspopupContainer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: top .0s linear 0s, opacity .4s linear
}

#cspopupContainer.hide {
    opacity: 0;
    transition: top .0s linear .4s, opacity .4s linear;
    top: -1000rem
}

#cspopupContainer #closecspopup {
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    margin: 0;
    width: 2rem;
    height: 2rem;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 70;
    font-size: 2.4rem;
    font-family: arial;
    opacity: .87;
    display: block
}

@media (max-width: 768px) {
    #cspopupContainer #closecspopup {
        font-size: 3rem;
        width: 3rem;
        height: 3rem
    }
}

@media (max-width: 580px) {
    #cspopupContainer #closecspopup {
        font-size: 3.4rem;
        width: 3.4rem;
        height: 3.4rem
    }
}

#cspopupContainer #closecspopup:hover {
    color: #0073d0
}

#cspopupContainer > #cspopup {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: white;
    position: relative;
    z-index: 120;
    max-height: 80%;
    max-width: 70%;
    overflow: auto;
    position: relative;
    transition: width .2s ease-in-out;
    padding: 3rem 4rem;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1024px) {
    #cspopupContainer > #cspopup {
        max-height: 100%;
        max-width: 100%;
        min-width: 0
    }
}

@media (max-width: 768px) {
    #cspopupContainer > #cspopup {
        max-height: calc(100% - 10.5rem);
        margin-top: 2rem;
        padding: 1rem 2rem;
        padding-bottom: 2rem;

    }
}

#cspopupContainer > #cspopup .bx-viewport {
    height: auto !important
}

#cspopupContainer > #cspopup .bx-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: .4rem
}

#cspopupContainer > #cspopup .bx-pager .bx-pager-item {
    display: inline-block;
    line-height: 1
}

#cspopupContainer > #cspopup .bx-pager .bx-pager-item a {
    display: block;
    text-indent: -999rem;
    overflow: hidden;
    border-radius: 100%;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 .2rem;
    background: black;
    opacity: .4;
    transition: opacity .2s linear, background .2s linear
}

#cspopupContainer > #cspopup .bx-pager .bx-pager-item a.active, #cspopupContainer > #cspopup .bx-pager .bx-pager-item a:hover {
    opacity: 1;
    background: #0073d0
}

#cspopupContainer > #cspopup .bx-controls-direction a {
    z-index: 60;
    position: absolute;
    height: 100%;
    top: 0;
    width: 4rem;
    height: 100%;
    overflow: hidden;
    text-indent: -999rem;
    border-radius: .4rem;
    opacity: .4;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    transition: opacity .2s linear, -webkit-transform .2s ease-in-out;
    transition: opacity .2s linear, transform .2s ease-in-out;
    transition: opacity .2s linear, transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

#cspopupContainer > #cspopup .bx-controls-direction a::before {
    content: '';
    display: block;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: calc(50% - 0.9rem);
    border-top: 0.2rem solid rgba(0, 0, 0, 0.5);
    border-right: 0.2rem solid rgba(0, 0, 0, 0.5)
}

#cspopupContainer > #cspopup .bx-controls-direction a.bx-prev {
    left: 0
}

#cspopupContainer > #cspopup .bx-controls-direction a.bx-prev::before {
    left: calc(50% - 0.6rem);
    -webkit-transform: scaleX(0.7) rotate(-135deg);
    -ms-transform: scaleX(0.7) rotate(-135deg);
    transform: scaleX(0.7) rotate(-135deg)
}

#cspopupContainer > #cspopup .bx-controls-direction a.bx-next {
    right: 0
}

#cspopupContainer > #cspopup .bx-controls-direction a.bx-next::before {
    right: calc(50% - 0.6rem);
    -webkit-transform: scaleX(0.7) rotate(45deg);
    -ms-transform: scaleX(0.7) rotate(45deg);
    transform: scaleX(0.7) rotate(45deg)
}

#cspopupContainer > #cspopup .bx-controls-direction a:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#cspopupContainer > #cspopup .bx-controls-direction a:hover::before {
    border-color: #0073d0
}

#cspopupContainer > #cspopup .cspopupContent {
    transition: opacity .5s linear .2s;
    opacity: 0;
    width: auto !important;
    font-size: 1.2rem;
    position: relative !important;

}

/*#cspopupContainer > #cspopup */


.innerpopup {
    height: 100%;
    overflow: auto;
}

#cspopupContainer > #cspopup .bx-wrapper {
    height: 100%;
    overflow-y: auto;

}

#cspopupContainer > #cspopup .cspopupContent:only-child {
    display: block;
    opacity: 1
}

#cspopupContainer > #cspopup .cspopupContent.show {
    opacity: 1
}

#cspopupContainer > #cspopup .cspopupContent.show img {
    max-width: 100%;
    max-height: calc(80vh - 10rem);
    display: block;
    margin: 0 auto
}

#cspopupContainer > #cspopup .cspopupContent img {
    max-width: 100%;
    max-height: calc(80vh - 10rem);
    display: block;
    margin: 0 auto
}


#cspopupContainer > #cspopup .cspopupContent p.elemTitle {
    padding-bottom: 1.2rem
}

#cspopupContainer #pagerCustom {
    display:flex;
    text-align: center;
    padding-top: 2rem
}

#cspopupContainer #pagerCustom a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    margin: 0 1rem;
    background: white
}

#cspopupContainer #pagerCustom a img {
    max-height: 100%;
    max-width: 100%;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#cspopupContainer #pagerCustom a.active, #cspopupContainer #pagerCustom a:hover {
    box-shadow: 0 0 0 0.1rem #0073d0, 0 0 1rem 0.1rem rgba(0, 115, 208, 0.8)
}

#cspopupContainer .popupQuote {
    width: 100%;
}

#cspopupContainer .popupQuote .innerQuote div {
    margin: 0 1rem 1.6rem 1rem;
    padding: 0 0.6rem;
}

@media (max-width: 580px) {
    #cspopupContainer #pagerCustom a {
        width: 4rem;
        height: 4rem
    }
}

#cspopupOverlay {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 80;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: top .0s linear 0s, opacity .4s linear
}

#cspopupOverlay.hide {
    opacity: 0;
    transition: top .0s linear .4s, opacity .4s linear;
    top: -1000rem
}

/*# sourceMappingURL=popup.css.map */