/* Web Fonts */

@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

html, body {
  width: 728px;
  height: 90px;
  overflow: hidden;
}

body {
  position: relative;
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}

#background_exit_dc {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background: #fafafa;
  z-index: 100;
}

#outer_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 728px;
  height: 90px;
  overflow: hidden;
}

#inner_wrapper {
  display: none;
}


.retina {
  position: absolute;
  width: 728px;
  height: 90px;
  top: -1px;
  left: -1px;

}

.fades {
  opacity: 0;
}

.absolute {
  position: absolute;
  width: 728px;
  height: 90px;
  top: 0px;
  left: 0px;
}

#white_bg {
  position: absolute;
  background-color: #fff;
}

.mask {
  overflow: hidden;
}

#searchbar_copy_mask, #searchbar_copy_mask2, #searchbar_copy_mask3 {
  width: 217px;
  left: 55px;
}


#guide {
  opacity: 0.5;
}


.copy_mask {
  width: 0px;
  height: 90px;
  /* background-color: aqua; */
  overflow: hidden;
}