.pop-up {
    width: 100%; max-width: 650px; text-align: center; }
.pop-up {
    position: fixed;   margin: 5% auto;    left: 0;    right: 0;    z-index: 3;}
.pop-up .box {
    text-align: center; margin-left: auto; margin-right: auto; margin-top: 0%; position: relative; background: #fff; padding-bottom: 30px;
	border: 10px solid #fff;
    -webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 20px 0px rgba(0,0,0,1);
    box-shadow: 0 0 20px 0px rgba(0,0,0,1);}
.pop-up img{width: 100%; display: block;}
.pop-up .button {
    width: 170px; padding: 10px; color: #fff; text-align: center; background: #b30a35;  font-weight: 600; display: block;
    font-size: 16px;  margin: 30px auto 0 auto;  border: 1px solid #b30a35; text-transform: uppercase;}
.pop-up.button:hover {
    background: #fff; color: #b30a35;}
.pop-up .close-button {
    transition: all 0.5s ease; font-size: 30px; 
    position: absolute;    background-color: #b30a35;
    padding: 3px 8px;   left: 0;    margin-left: -20px;    margin-top: -20px;
    border-radius: 50%;    border: 10px solid #fff;    color: #fff;
    -webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);}
.close-button:hover {
	background: #f7a312;}
.pop-up h3 {
    padding-top: 30px; font-size: 30px; padding-bottom: 15px;}
.pop-up p{font-size: 25px;}