.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; -moz-border-radius: 10px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; -moz-border-radius: 10px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }

/*-------------------
 	Modal Styles
   ------------------*/

.arcticmodal-close {
    background: url(../../images/close.png) no-repeat;
    width: 23px;
    height: 24px;
    position: absolute;
    top: 0;
    right: -30px;
    cursor: pointer;
}

.modals {
    position: relative;
    background-color:  #ffffff;
    -moz-box-shadow: 1px 3px 49px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 1px 3px 49px 0px rgba(0, 0, 0, 0.37);
    max-width: 430px;
    width: 95%;
    padding: 10px 20px 30px;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modals input {
    border: 1px solid #b2b2b2;
}

.modals button {
    margin-top: 20px;
}

.modals h5 {
    margin-bottom: 20px;
}

.call-modal {
    
}






















