﻿.secondeModal .page-wrapper1 {
    width: 100%;
    height: 100%;
    background: url(https://goo.gl/OeVhun) center no-repeat;
    background-size: cover;
}

.blur-it {
    filter: blur(4px);
}

a.btn {
    width: 200px;
    padding: 18px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    background: #e2525c;
}

.secondeModal .modal-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:1050;
    top: 0;
    left: 0;
    background: rgba(55, 55, 55, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}

  .secondeModal .modal-wrapper.open {
        opacity: 1;
        visibility: visible;
        overflow-y:hidden;
    }

.secondeModal .modal {
    width: 50%;
    height: 50%;
    display: block;
    position: relative;
    top: 50%;
    margin:0 auto;
    background: #fff;
    opacity: 0.4;
    transition: all 0.5s ease-in-out;
}

.secondeModal .modal-wrapper.open .modal {
    margin-top: -200px;
    opacity: 0.9;    
}

.secondeModal .head {
    width: 100%;
    height: 55px;
    padding: 12px 30px;
    overflow: hidden;
    background: #FB5151;
}

.btn-close {
    font-size: 28px;
    display: block;
    float: right;
    color: #fff;
}

.secondeModal .content {
    padding: 10%;
}
