/*========== MODAL ==========*/
.box{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.7); z-index: 99; display: none;}
.box_modal{margin: auto; width: 700px; position: relative;  padding: 50px 0; border-radius: 5px;  -webkit-border-radius:5px; -moz-border-radius:5px;}