﻿.popup-fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10004 !important;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.popup-overlay {
    display: none;
    position: absolute;
    text-align: center;
    font-family: Lato, Calibri, Arial;
    left: 0%;
    top: 5%;
    width: 100%;
    border: 0px solid black;
    z-index: 10005 !important;
    overflow: hidden;
}

.popup {
    background-color: white;
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    min-width: 320px;
}
    
.popup-title {
    font-size: 20px;
    float: left;
    background-color: #fff;
    color: #000;
}

a.popup-close {
    color: #000 !important;
    font-size: 40px !important;
    line-height: 20px;
    float: right;
}

a.popup-close:hover {
    color: #777 !important;
    cursor: pointer !important;
}

.popup-header {
    margin-bottom: 20px; 
}

.popup-content {
    text-align: initial;
}

.popup-logo {
    width: 125px;
    float: right;
    position: relative;
    top: -35px;
}

@media (max-width: 899px) {
    .popup {
        width: 85%;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .popup {
        width: 80%;
    }
}

@media (min-width: 1200px) and (max-width: 1310px) {
    .popup {
        width: 75%;
    }
}

@media (min-width: 1311px) and (max-width: 1410px) {
    .popup {
        width: 70%;
    }
}