

/* */
#leavingOverlay {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0.75))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#bfffffff',GradientType=0 ); /* IE6-9 */
}

#leavingOverlay a:visited,
#leavingOverlay a:hover,
#leavingOverlay a {
  text-decoration: none;
}

#leavingOverlay .container {
  position: relative;
  top: 50%;
}

#leavingOverlay .wrap {
  display: inline-block;
  position: relative;
  left: 31.25%;
  border: 1px solid;
  padding: 20px;
  box-sizing: content-box;
  background: none repeat #fff;
}

#leavingOverlay .close {
  right: 15px;
  top: 8px;
  position: absolute;
}

/** BUTTONS **/
#leavingOverlay .buttons {
  float: right;
  margin-top: 20px;
}
#leavingOverlay .blue_button_wrap {
  background: none repeat #405158;
  float:left;
  width: 100px;
  margin: 0px 10px;
  transition: all 1s ease;
}

#leavingOverlay .blue_button_wrap:hover {
  background: none repeat #3a859a;
  transition: all 1s ease;
}

@media only screen and (max-width: 767px) {
  #leavingOverlay .wrap { left: 0px; }
}
