/*popup*/
.modal-Wrap {display:none;background:rgba(0,0,0,0.7);position:fixed;left:0;top:0;width:100%;height:100%;z-index:99999; }
.popup {width:625px;height:435px;border:7px solid rgba(0,0,0,0.5);-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px;
        margin:-217px auto 0;background:url('../images/popup/bg2.jpg') no-repeat 0 30px #fff;position:relative;top:50%;}
.popup_slogan {margin:0 0 0 205px;}
.popup h2 {color:#eb8602;font-family:arial-rounded,arial;text-align:center;padding:15px 25px 10px 0;text-decoration:underline;font-size:180%;line-height:1.3;}
.popup h3 {color:#07244e;font-variant:normal;font-size:100%;line-height:1.7;text-align:center;padding:0 25px;}
.popup h3 span {color:#c17202;text-transform:uppercase;}
.popup p {padding:0 25px 0 30px;line-height:18px;font-size:80%;font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans',LucidaGrande,Geneva,Verdana,Arial,sans-serif;}

/*form popup*/
form#popup-subscribe-form {width:365px;float:right;display:block;margin:0 auto;padding:0 25px 0 0;}
form#popup-subscribe-form fieldset {padding:1.4em 0;}
.mce-fname {float:left;width:48%;margin-right:1%;}
.mce-email {float:left;width:48%;margin-left:2%;}
form#popup-subscribe-form label {text-indent:-9999px;height:7px;}
form#popup-subscribe-form input {color:#767777;background-color:#e2e3e4;border:1px solid #aaaaaa;font-family:arial;font-size:13px;margin:0;padding:5px 0 5px 5px;width:98%;height:20px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;font-style:italic;}
form#popup-subscribe-form input:focus {background-color:#f2f4f5;}
form#popup-subscribe-form input[type="submit"] {background:url('../images/popup/button-submit.png') no-repeat top center;width:370px;height:43px;margin:8px 0 0 0;border:none;text-transform:uppercase;color:#07244e !important;font-style:normal;text-shadow: 1px 1px 1px #fff;}
form#popup-subscribe-form input[type="submit"]:hover {background-position:bottom center;}
.box-no-view {position:absolute;left:20px;top:349px;}
form#popup-subscribe-form .box-no-view label {float: none; height: auto; text-indent: 0pt; cursor: pointer;}
form#popup-subscribe-form input.no-view {width:auto;vertical-align:middle;}
a.button-close {display:block;background:url('../images/popup/close.png') no-repeat top center;width:92px;height:28px;color:#5b5b5b;line-height:28px;text-align:center;margin:6px 0;font-size:85%;}
a:hover.button-close {background-position:bottom;text-decoration:none;}         
.popup_slogan .button-close {background:url('../images/popup/close-popup.png') no-repeat top center;cursor:pointer;height:30px;position:absolute;right:-20px;top:-20px;width:30px;z-index:1103;}