@import url(https://fonts.googleapis.com/css?family=Scada);
.pad0{
  padding:0px;
}
#exitpopup_bg.exit-fade{
  display: none; width:100%; 
  height:100%; 
  position:fixed; 
  background:#000000; 
  opacity: .8; filter:alpha(opacity=0.8); 
  z-index:999998;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
font-family: ScadaRegular ,Arial, Helvetica, sans-serif ;
}
#exitpopup.exit-intent-popup {
    width: 615px;
    height: 332px;
    margin: 0px auto;
    display: none;
    position: fixed;
    color: #2c2a2a;
    padding: 25px 10px 25px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    z-index: 999999;
    background-color: #ffffff;
    border: 3px solid #000;
}

.wait-heading{
font-size: 28px;
font-weight: normal;
margin: 0;
text-transform: none;
    color: #767880;
}
.offer-exit{
margin-top: 0px;
font-size: 25px;
font-weight: 400;
text-transform: none;
margin-bottom: 0px;
    color: #767880;
}
.full-order-exit{
font-size: 26px;
font-weight: 600;
text-transform: uppercase;
margin: 0;
}
.free-exit-pop {
    font-size: 30px;
    font-weight: 400;

    margin-bottom: 0;
    text-transform: none;
    margin-top: 15px;
    color: #767880;
}
.exti-draft-button{
  -moz-box-shadow:inset 0px 1px 0px 0px #f56a86;
  -webkit-box-shadow:inset 0px 1px 0px 0px #f56a86;
  box-shadow:inset 0px 1px 0px 0px #f56a86;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f02752), color-stop(1, #d22948));
  background:-moz-linear-gradient(top, #f02752 5%, #d22948 100%);
  background:-webkit-linear-gradient(top, #f02752 5%, #d22948 100%);
  background:-o-linear-gradient(top, #f02752 5%, #d22948 100%);
  background:-ms-linear-gradient(top, #f02752 5%, #d22948 100%);
  background:linear-gradient(to bottom, #f02752 5%, #d22948 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f02752', endColorstr='#d22948',GradientType=0);
  background-color:#f02752;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:1px solid #eb506f;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:18px;
  padding:15px 38px;
  text-decoration:none;
  text-shadow:0px 1px 0px #eb3257;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  margin-top: 35px;
}
.exti-draft-button:hover{
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d22948), color-stop(1, #f02752));
  background:-moz-linear-gradient(top, #d22948 5%, #f02752 100%);
  background:-webkit-linear-gradient(top, #d22948 5%, #f02752 100%);
  background:-o-linear-gradient(top, #d22948 5%, #f02752 100%);
  background:-ms-linear-gradient(top, #d22948 5%, #f02752 100%);
  background:linear-gradient(to bottom, #d22948 5%, #f02752 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d22948', endColorstr='#f02752',GradientType=0);
  background-color:#d22948;
}
.exit-footer{
background-color: #f5f5f5;
clear: both;
position: absolute;
bottom: 0;
z-index: -1;
left: 0;
right: 0;
}
.exit-footer p{
color: #b3b2b2;
padding: 15px 0px 15px 20px;
margin: 0;
font-size: 13px;
}
.man-position{
margin-top: 18px;
}
.man-width{
width: 200px;
float: right;
}
.content-width{
width: 415px;
float: left;
}
.but-arow{
  background: url('../images/signup-sprite.png') no-repeat -225px -12px;
  width: 8px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
@media (max-width: 360px){
#exitpopup.exit-intent-popup{
width: 293px;
height: 95%;
margin:0px auto; 
display:none; 
position:fixed; 
color:#2c2a2a; 
padding:20px; 
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
z-index:999999;
background-color: #ffffff;

left: 8px !important;
}
}
.envirabox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 988040;
}
.envirabox-close {
    background-image: url("../images/envirabox_sprite.png");
}