<style>
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
</style> 

.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;
}
#exitpopup.exit-intent-popup {
width: 775px;
height: 425px;
margin: 0px auto;
display: none;
position: fixed;
color: #fff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
z-index: 999999;
font-family: 'Roboto', sans-serif;
background: #ffffff url('../exit-popup/student-bg.png');
background-repeat: no-repeat;
}
.wait-heading {
font-size: 28px;
font-weight: normal;
margin: 0px 0px 10px 0px;
text-transform: none;
background: #168adb;
padding: 10px 0px;
text-align: center;
color: #fff;
}
.offer-exit {
font-size: 34px;
font-weight: 700;
text-transform: none;
line-height: 34px;
color: #353439;
margin: 10px;
}
.full-order-exit{
font-size: 26px;
font-weight: 600;
text-transform: none;
margin: 0;
}
.free-exit-pop {
font-size: 14px;
font-weight: 700;
margin-top: 15px;
margin-bottom: 7px;
text-transform: none;
color: #5a5a5a;
}
.exti-draft-button{
background: #ea723e;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  display:inline-block;
  cursor:pointer;
  color:#fff;
  font-size:12px;
  padding: 14px 26px;
  text-decoration:none;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 14px;
  line-height: 25px;
  border-bottom: 5px solid #c8501c;
  width: 80%;
}
.exti-draft-button:hover{
background: #c8501c; /* Old browsers */
color: #fff;
}
.exti-draft-button:focus{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2a010+0,f4af1a+100 */
background: #ea723e; /* Old browsers */
color: #fff;
}
.but-arow{
background: url('../frontend/images/triumph-sprite.png') no-repeat -13px -225px;
width: 9px;
height: 9px;
display: inline-block;
vertical-align: middle;
}
.arow-but{
background: url('../frontend/images/triumph-sprite.png') no-repeat -77px -134px;
width: 36px;
height: 95px;
display: inline-block;
vertical-align: middle;
float: right;
margin-top: -48px;
margin-left: -28px;
}
.exit-footer {
  clear: both;
    position: absolute;
    bottom: 0px;
    position: absolute;
    width: inherit;
    margin-top: 20px;
}
.exit-footer p {
    color: #000;
    padding: 7px 17px 7px 17px;
    margin: 0;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    background: rgba(172, 186, 245, 0.5);
}
.man-position{
margin-top: 18px;
}
.man-width{
width: 200px;
float: right;
}
.content-width {
color: #000;
padding: 20px;
margin-top: 30px;
text-align: center;
}

@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;
font-family: 'Open-sans', sans-serif;
left: 8px !important;
}
.content-width {
    color: #000;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
    background: #fff;
}
.exti-draft-button{
padding: 14px 15px;
}
}
.envirabox-close {
position: absolute;
top: 10px;
right: 5px;
cursor: pointer;
z-index: 988040;
border-bottom: 3px solid #c56f4a;
border-radius: 0px;
padding: 2px 5px;
font-size: 13px;
color: #636262;
text-decoration: none;
background: transparent;
}
a.envirabox-close:hover{color: #636262 !important; border-bottom: 3px solid #c56f4a;}
