@font-face {
  font-family: "sao-builder";
   src: url("../../fonts/sao-builder.woff2") format("woff") ;
  font-weight: normal;
  font-style: normal;
}
.sao-lightbox {
    top: 0;
    z-index: 9999999;
    position: fixed;
    background-color: rgba(0, 0, 0, .75);
    margin: 0!important;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    color: #fff
}

.sao-lightbox-middle {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

.sao-lightbox-img {
    margin: auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    display: table-cell
}

.sao-lightbox-targetimg {
    max-width: 900px;
    max-height: 500px;
    height: auto;
    display: block;
	margin:auto;
    line-height: 0
}

@media (max-width: 1240px) {
    .sao-lightbox-targetimg {
        max-width: 70%;
        max-height: 70%;
        display: block;
        line-height: 0
    }
}

.sao-lightbox-counter {
    font-size: 30px
}

.sao-lightbox i:hover {
    cursor: pointer;
    color: #2aabd2
}

.sao-lightbox-bottom {
    position: fixed;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 111111111111;
    right: 0;
    left: 0;
    height: auto
}

.sao-lightbox-nextbig {
    cursor: pointer;
    top: 47.5%;
    top: calc(50% - 25px);
    right: auto;
    z-index: 999999999999;
    position: fixed;
    opacity: .75;
    font-size: 50px;
    left: 2%!important;
    left: 20px!important
}

.sao-lightbox-prevbig {
    cursor: pointer;
    z-index: 999999999999;
    top: 47.5%;
    top: calc(50% - 25px);
    left: auto;
    position: fixed;
    opacity: .75;
    font-size: 50px;
    right: 2%!important;
    right: 20px!important
}

.sao-lightbox-nextbig:hover,
.sao-lightbox-prevbig:hover {
    opacity: 1
}

.sao-lightbox-targetimg {
    z-index: 9999999;
    cursor: pointer;
    position: relative
}

.sao-lightbox-close::before {
     font-weight: 400;
    position: absolute;
    top: 20px;
    font-style: normal;
    left: 20px;
    font-size: 50px;
    cursor: pointer;
    content: "\F011";
	    font-family: "sao-builder";

}

.sao-lightbox-prevbig::before {
    content: "\F024";
    font-family: "sao-builder";
    font-weight: 400
}

.sao-lightbox-nextbig::before {
    content: "\F023";
    font-family: "sao-builder";
    font-weight: 400
}

.sao-lightbox-loading {
    background: url(../../images/loading.gif) center no-repeat transparent;
    color: #2aabd2;
    z-index: 99999999999;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 48%;
    right: calc(50% - 22px)
}

.sao-lightbox-loading::before {
    margin: 25% 0;
    color: #2aabd2
}

.sao-lightbox-title {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.5em;
    line-height: calc(1em + 8px)
}

.sao-lightbox-outer {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%
}