@charset "UTF-8";
.popup {
    position: fixed;
    overflow: hidden;
    width: 348px;
    height: 300px
    margin: 60px auto;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 30000;
}

.popup a.close-button {
    position: absolute;
    right: 25px;
    top: 27px;
    clear: none;
    width: 50px;
    height: 50px;
    background: transparent url(../images/popup/close-button.png);
    background-size: 50px 50px;
    overflow: hidden;
    text-indent: 58px;
    z-index:600000 !important;
}

.popup-content {
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 23px;
    text-align: left;
    height: 324px !important;
    width: 300px;
    overflow-y: scroll;
	text-align:center;
}

.embed-container { 
position: relative; 
padding-bottom: 56.25%; 
margin-top: 60px; 
height: 0; overflow: hidden; 
max-width: 100%; 
height: auto; 

} 

.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
left: 0; 
width: 100%; 
height: 100%; 
}


.popup-content img {
    width: 100%;
    
}
.popup-content h2 {
    margin: 18px 0;
    font-size: 1.7em;
    width: 100%;
    color: #333;
    text-align: center;
    text-transform:capitalize;
}

.popup-content h3 {
    font-size: 1.3em;
    width: 100%;
    color: #d34f8b;
    text-align: center;
}

.popup-content p {
    font-size: 1em;
    width: 90%;
    padding: 0 5%;
    margin-top: -18px;
    padding-bottom: 6px;
    text-align: center;
}

#popup-bottom {
    width: 120px;
    margin: 10px auto;
    text-align: center;
}

#popup-bottom a img {
    width: 52px !important;
    height: 50px !important;
}