#popin {
    width: 40em;
    height: auto;
    background-color: white;
    border: 1px solid #e6e9ef;
    margin: auto;
    padding-bottom: 1em;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

#popin .head {
    text-align: right;
    height: 40px;
}

#popin .content {
    padding-right: 1em;
    padding-top: 1em;
}

#popin a {
    text-transform: uppercase;
}

#popin img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

#popin h2 {
    margin: 0 0 15px;
    font: normal 1.625em "parisplus-std",sans-serif;
    color: #2d3135;
    text-transform: uppercase;
}

#popin h3 {
    margin: 0 0 30px 0;
    font: 700 1.125em "parisplus-std",sans-serif;
    color: #39b54b;
    text-transform: uppercase;
}
#popin p {
    font: normal 0.9em/25px "parisplus-std",sans-serif;
    color: #2d3135;
    margin: 30px 0;
}
#popin .bt-green {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    position: relative;
}

#popin a.bt-green::before, #popin a.bt-green::after {
    content: attr(data-content);
    font: 700 0.75em/33px "parisplus-std", sans-serif;
    text-transform: uppercase;
}

#popin a.bt-green::after {
    background-color: #fff;
}


#popin b {
    font-weight: bold;
}

#popin .column {
    float: left;
    width: 50%;
    padding-left: 1em;
}

#popin .left {
    width: 40%;
}

#popin .right {
    width: 60%
}

#popin:after {
    content: "";
    display: table;
    clear: both;
}

#popin_overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.6);
}

#popin_exit:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 15px;
    height: 15px;
    background: url(../../Icons/icons.png) -48px -17px no-repeat;
}

#popin_exit {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: black;
}