
/*****exitpopup_****/
#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;
}
#exitpopup.exit-intent-popup {
width: 480px;
height: 310px;
margin: 0px auto;
display: none;
position: fixed;
color: #fff;
padding: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
z-index: 999999;
background: url('exit-bg.png');
background-repeat: no-repeat;
}
/*.exit-img{
background: #3292d3 url("../images/prof_man_standing.png") no-repeat;  
height: 310px;
padding:0px;
}*/
/*.exit-arrow{
background: url('../images/trend-sprite.png') no-repeat -277px -369px;
width: 14px;
height: 14px;
display:inline-block;
vertical-align:middle;
margin-right:3px;
}*/
.wait-heading {
font-size: 24px;
font-weight: 700;
margin: 0px 0px 0px 0px;
text-transform: none;
color: #fff;
padding: 9px 38px;
background-color: #ce194e;
border-radius: 4px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
font-family: 'Droid Sans', sans-serif;
text-transform: uppercase;

}
.offer-exit{
margin-top: 20px;
font-size: 26px;
font-weight: 700;
text-transform: uppercase;
color: #0b1014;
margin-bottom: 10px;
}
.free-exit-pop {
font-size: 17px;
font-weight: 700;
margin-top: 10px;
margin-bottom: 30px;
text-transform: none;
color: #4b4b4b;
clear: both;
line-height: 25px;
}
.exti-draft-button{
background-color: #ca392e;
color: #fff !important;
font-size: 14px;
font-weight: 700;
border-radius: 0px;
padding: 15px 15px;
box-shadow: 0px 3px 0px 0px #a7190f;
}
.exti-draft-button:hover,.exti-draft-button:focus{
background-color:#a7190f;
color: #fff !important;
text-decoration:none;
}

/*.exit-men-bg {
background: url('../images/exit-back.png');
background-repeat: no-repeat;
height: 160px;
background-position-x: 50px;

}
.but-arow{
background: url('../images/ec-main-sprite.png') no-repeat -33px -227px;
width: 8px;
height: 12px;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}*/
.foot-exit{
background-color: #757c6a;
padding: 5px;
margin-top: 29px;
clear: both;
}
.foot-exit ul{
padding:0px;
list-style: none;
margin-bottom: 0px;
}
.foot-exit ul li{
display: inline-block;
padding:0px 10px 0px 10px;
font-size: 12px;
color: #333d24;
border-right:1px solid #333d24;
}
.exit-tot-div{
margin-top:5px;
padding:0px;
}
.test-your-head{
margin-top: 15px;
font-size: 22px;
font-weight: 700;
text-transform: capitalize;
color: #ab5815;
margin-bottom: 15px;
}
@media (max-width: 360px){
#exitpopup.exit-intent-popup{
width: 310px;
height: 360px;
margin:0px auto;
display:none;
position:fixed;
color:#2c2a2a;
padding:20px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
z-index:999999;
background: #d1e6da;
font-family: 'Open-sans', sans-serif;
left: 8px !important;
}
.exit-img {
background: #fff url("../images/prof_man_standing.png") no-repeat;
height: 310px;
padding: 0px;
margin-top: 20px;
}
.exit-men-bg {
background-image:none;
height:10px;
}

}
.envirabox-close {
float: right;
font-size: 16px;
font-weight: 400;
line-height: 1;
color: #969696;
text-shadow: 0 0px 0 #fff;
opacity: 2.2;
position: absolute;
right: 10px;
top: 5px;
z-index: 999;
padding: 3px 4px 4px 5px;
cursor: pointer;
}
a.envirabox-close:hover{color:#969696 !important;}
/*****exitpopup_closed****/
