/***Begin popup***/
.popup {position:absolute; left: 0; top:0%; width: 100%; height: 100%; z-index: 999; padding-top:20%; position: fixed; background:rgba(0,0,0,0.5);}
.popup .content1 { width: 100%; max-width:500px; margin:0 auto;}
.popup .content1 .box{ width:100%; float:left; background:#fff; color: #4d4d4d; padding: 20px 3%; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; text-align:center;}
.popup .content1 .submit_popup{ width:auto; display:inline-block;background:#333e48; height:34px; line-height:34px; font-family: 'open_sanssemibold'; font-size:16px; color:#fff; letter-spacing:1px; text-transform:uppercase; outline:none; border:none; margin:0px; padding:0px 12px; cursor:pointer; appearance:none; -webkit-appearance:none;}
.popup .content1 .submit_popup:hover{ background:#ba7b00;}
.popup .content1 .messages{border: none; font-size:16px; font-family: 'Montserrat', sans-serif;  color:#2f2f2f; margin:0px 0 10px 0; text-align: center; border:none !important;}
/***End popup***/

@media screen and (max-width:470px) {
.popup .content1 { width: 100%; max-width:300px; margin:0 auto;}
.popup .content1 .messages{ font-size:14px;}

}