@charset "utf-8";
/* CSS Document */
/*----------------------------------------*/
/* 26. Popup Wrapper CSS
/*----------------------------------------*/

.popup_wrapper {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999999;
}

.test {
   
    bottom: 0;
    height: 390px;
    left: 0;
    margin: auto;
    max-width: 790px;
    padding: 25px 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.test::before {
   
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.subscribe_area {
    position: relative;
    z-index: 55;
}

.popup_off {
    color: #dedede;
    cursor: pointer;
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    right: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 3px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    z-index: 55;
}

.popup_off:hover {
    color: #fff;
}

.subscribe-form-group {
    margin-top: 15px;
}

.subscribe-form-group input {
    background: #fafafa none repeat scroll 0 0;
    border: 0 none;
    color: #888;
    height: 41px;
    line-height: 20px;
    padding: 0 15px;
    width: 380px;
    font-size: 13px;
}

.subscribe-bottom label {
    font-size: 14px;
    margin-bottom: 1px;
    vertical-align: middle;
    color: #fff;
}

.subscribe_area p {
    color: #555;
    font-size: 14px;
    color: #fff;
}

.subscribe-bottom input {
    vertical-align: middle;
}

.subscribe-form-group button {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #303030;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    margin: 20px auto;
    padding: 2px 20px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.subscribe-form-group button:hover {
    background: #1a1a1a none repeat scroll 0 0;
    color: #fff;
    border-color: #fff;
}

.subscribe_area h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 35px;
}
