/*PopUp Home*/
#container {
    display: none;
    position: fixed;
    top: 25%;
    z-index:99998;
    width: 100%;
}

#popup {
    color: #FFF;
    position: absolute;
    z-index:99999;
    left: 50%;
}

#bar {
    height: 24px;
    margin-right: -15px;
    margin-top: -10px;
    text-align: right;
}
#close{
    cursor: pointer
}
#popup #title {
    font-family: avenirltstd-black;
    font-size: 20px;
    margin-left: 45px;
    margin-top: 0;
}
#body h2 span#popup-title {
    font-family: avenirltstd-book;
    font-size: 18px;
    line-height: 1.5;
    margin-left: 13px;
}

#title{
    text-align: center;
}

#overlay{
    display: none;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    background-color: rgb(0, 0, 0);
    z-index:99997;
    position: absolute;
}
#popup #body {
    margin-left: 145px;
    margin-top: 262px;
}
#subscribe-email {
    width: 310px;
    text-transform: lowercase;
}
#popup .lightbox-subscribe {
    border: medium none;
    color: #fff;
    height: 30px;
    width: 90px;
}
#popup .lightbox-subscribe:hover{
    opacity: 0.8;
}
#title{
    display: none;
}
#bar #close {
    background-image: url("../images/close-popup.png");
    background-position: 16px 0;
    background-repeat: no-repeat;
    color: transparent;
    padding: 3px;
    
}