.popup_desktop_view{display:block;}
.popup_mobile_view{display:none;}
.offers-main{ width:715px; background:#042c40;}
.offers-main .offer-banner{position:relative;}
.offers-main .offer-banner img{ width:100%;}
.offers-main .offer-form{ padding:10px 10px 0px; text-align:right; width:100%; right:10px; top:25%; }
.offers-main .offer-form input{ padding: 0px 5px;  height: 30px; font-size:13px; margin-bottom:15px;border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;}
.offers-main .offer-form input[type=text], .offers-main .offer-form input[type=email], .offers-main .offer-form input[type=tel]{ width:27%;border:none;}
.offers-main .offer-form input[type=submit]{ width:120px; padding:0px; background:#2674d7; color:#fff; height:32px; border:1px solid #2674d7;transition: 0.8s; font-size:14px; text-transform:uppercase;}
.offers-main .offer-form input[type=submit]:hover{background:#333; border:1px solid #333;}
/*.offers-main .offer-form input[type=text]{-webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomleft: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.offers-main .offer-form input[type=submit]{-webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px;-moz-border-radius-topright: 3px;-moz-border-radius-bottomright: 3px;border-top-right-radius: 3px;border-bottom-right-radius: 3px;}*/
.overlay-external {background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 3; }
.close_crossing {background: #000000 none repeat scroll 0 0; color: #ffffff; cursor: pointer; font-weight: 600; height: 25px; line-height: 22px; position: absolute; right: -1px; text-align: center; top: -1px; width: 30px; z-index: 1; }
.offer-form-popup  {
background: #f8f8f8;
border: 1px solid #dbdbdb;
display: inline-block;
padding: 4px;
vertical-align: top;
width: 725px;
margin:0 auto;
position:fixed; z-index:999999; left:0; right:0; top:150px;
display:none;
}

.offer-form-popup h2 {
font-size: 22px;
font-weight: 600;
margin-bottom: 20px;
text-align: center;
text-transform: uppercase;
}
@media only screen and (max-width: 700px){
.popup_desktop_view{display:none;}
.popup_mobile_view{display:block;}
.offers-main{ width:100%; background-size:100%; padding:0px; background:#042c40;}
.offers-main .offer-form{ width:100%;position: static; padding:10px 10px 5px;}
.offers-main .offer-form input{ height:28px; margin-bottom:5px;}
.offers-main .offer-form input[type=text], .offers-main .offer-form input[type=email], .offers-main .offer-form input[type=tel]{ width:100%;}
.offers-main .offer-form input[type=submit]{ margin-top:10px;}
.offers-main .offer-form input[type=submit], .offers-main .offer-form input[type=text]{-webkit-border-top-right-radius: 0px;-webkit-border-bottom-right-radius: 0px;-moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
.offers-main .offer-form{ text-align:center; }
.offer-form-popup { width: 80%; top:80px;}
}
#active-popup {
background-color: rgba(52, 73, 94, 0.7);
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index:2;
}
#popup-container {
display: none;
}
.modal-content {
position: relative;
}
#popup-window { position: relative; }

.modal-close{animation: shadow-pulse 1s infinite;}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}