.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000001;
    position: fixed;
    outline: 0!important;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}

body.et_cover_background {
    background-repeat: no-repeat!important;
    background-attachment: fixed;
    background-position: top center!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    background-size: cover!important;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: .001;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    display: flex;
    align-items: center;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-preloader {
    color: var(--text-color-light-gray);
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-figure {
    line-height: 0;
}
.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
button.mfp-close {
    background: url(/img/closex.png);
    z-index: 999999;
    border: 0px;
    color: transparent;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: -2px;
}
#searchtop {
    display: flex;
}
div#search-text {
    width: calc(50% - 60px);
    align-items: center;
    justify-content: center;
    display: flex;
}
#searchtop {
    display: flex;
    justify-content: space-between;
    max-width: 1220px;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
}
.searchform {
    width: 50%;
    min-width: 0;
    flex-shrink: 1;
    background: var(--background-color-gray-dark);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, .25);
}
.sf-title {
    background: var(--background-color-dark);
    text-align: center;
    font-family: var(--font-family-secondary);
    color: var(--text-color-light);
    font-size: var(--font-size-xxl);
    font-weight: bold;
    padding: 15px 0px;
}

.sf-formwrap {
    padding: 20px;
    color: var(--text-color-light);
}

@media (max-width: 600px) {
    .sf-title {
        font-size: var(--font-size-xl);
        padding: 12px 0;
    }

    .sf-formwrap {
        padding: 14px;
    }

    .sf-formwrap label {
        font-size: var(--font-size-medium);
    }
}
.sf-formwrap label {
    text-transform: uppercase;
    font-size: var(--font-size-xl);
    margin-bottom: 0px;
    display: block;
    font-weight: bold;
}
.sf-formwrap br {
    display: none;
}
.sf-formwrap {
    padding: 20px;
    color: var(--text-color-light);
}
