.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
    overflow-y: scroll
}

.overlay.open {
    display: block
}

.overlay.open .overlay__aux {
    display: block
}

.overlay__aux {
    max-width: 720px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 95%;
    height: 95%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (min-width: 704px) {
    .overlay__aux {
        width: 80%
    }
}

.overlay__aux .overlay__content {
    background-color: #fff;
    text-align: center
}

.overlay__aux .content {
    background-color: #fff
}

.overlay__aux .popup__title {
    font-size: 18px;
    font-family: "Museo Sans W01_700", Arial, sans-serif;
    padding: 20px 10px
}

@media (min-width: 704px) {
    .overlay__aux .popup__title {
        padding: 20px 100px
    }
}

@media (min-width: 704px) {
    .overlay__aux .popup__title {
        font-size: 24px
    }
}

.overlay__aux .popup__paragraph {
    font-size: 12px;
    color: #333;
    padding: 0px 10px 20px
}

@media (min-width: 704px) {
    .overlay__aux .popup__paragraph {
        font-size: 16px;
        padding: 0px 100px 20px
    }
}

.overlay__aux .loginPopupBtn__cont {
    border-top: 1px solid #d9d9d9;
    padding: 30px 0
}

.overlay__aux .loginPopupBtn__cont .loginPopupBtn {
    cursor: pointer;
    background-color: #a10000;
    width: 160px;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
    font-family: "Museo Sans W01_700", Arial, sans-serif
}

@media (min-width: 768px) and (max-width: 1024px) {
    .overlay__aux.fullWidth__popup {
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

.topbarPopup {
    height: 30px;
    width: 100%;
    background: #262626;
    position: relative
}

.topbarPopup.alter {
    background: #fff
}

.topbarPopup.alter .overlay__close {
    color: #333
}

.overlay__topbar {
    height: 30px;
    width: 100%;
    background: #262626;
    position: relative
}

.overlay__close {
    position: absolute;
    top: -7%;
    right: 10px;
    color: #666666;
    cursor: pointer;
    font-family: "Museo Sans W01_700", Arial, sans-serif;
    font-size: 25px
}

.overlay__wrapper {
    background: #fff
}
