@import url(http://fonts.googleapis.com/css?family=Oswald);


#leave{width:100%;height:1px; position: fixed;top:0%;z-index:1000;}

#lightbox {
	
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:url(../images/overlay.png) repeat; 
    text-align:center;
	
}

#exit_popup{
background-color:#6eb314;
width: 875px;height: 447px;
display: none;
position: fixed;
top: 50%;
left: 50%;
margin-top: -223px;
margin-left: -438px;
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.8);
border-radius: 20px;
}

.wait{font-family: 'Oswald', 'sans-serif';color:white;font-size:50px;margin:auto;text-align:center;padding-top:20px;}
.pop-text{width:50%;float:right;padding-right: 25px;}
	.pop-text p{font-family: 'Oswald', 'sans-serif';color:white;font-size:22px;padding-right: 25px;margin:0;}
	.pop-text a{text-decoration:none;}
.pop-text-left{width:50%;float:left;background-color:red;}
	.pop-text-left p{font-family: 'Oswald', 'sans-serif';color:white;font-size:22px;padding-right: 25px; position: absolute; bottom: 14px; left: 50px;}
	.pop-text-left img{position:absolute; left: 80px;top: 40px;width: 30%;}

#exit_close {
background: url('../images/jq_exit_close.png') no-repeat;
width: 46px;
height: 44px;
position: absolute;
top: -15px;
right: -15px;
z-index: 9999999999;
}

.CTA {
max-width: 90%;
cursor: pointer;
padding-right:10px;
border: 10px solid #dadada;
border-radius: 100px;
font-family: 'Oswald', 'sans-serif';
text-align: center;
display: block;
font-size: 38px;
color: #fff;
margin: 10px auto;
box-shadow: inset 0 0 20px #1e62a4;
background: #38b9ff;
background: -moz-linear-gradient(top,#38b9ff 0,#1855a2 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#38b9ff),color-stop(100%,#1855a2));
background: -webkit-linear-gradient(top,#38b9ff 0,#1855a2 100%);
background: -o-linear-gradient(top,#38b9ff 0,#1855a2 100%);
background: -ms-linear-gradient(top,#38b9ff 0,#1855a2 100%);
background: linear-gradient(to bottom,#38b9ff 0,#1855a2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38b9ff',endColorstr='#1855a2',GradientType=0);
text-shadow: 0 1px 2px rgba(0,0,0,.6);
}