@import url(https://fonts.googleapis.com/css?family=Nunito:300,400);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea, select {
  border-radius: 0px; }

/*----------------------------------------------------------------------- */
html {
  font-family: Helvetica, Arial, sans-serif; }

.btn {
  cursor: pointer; }

.abs {
  position: absolute;
  display: block; }

.rel {
  position: relative;
  display: block; }

.start {
  opacity: 0; }

.animate {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.nunito {
  font-family: "Nunito", sans-serif;
  font-weight: 300; }

#border {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 298px;
  height: 248px;
  overflow: hidden;
  border: 1px solid #000; }

#content {
  position: absolute;
  width: 300px;
  height: 250px;
  left: -1px;
  top: -1px; }

#left {
  z-index: 20;
  width: 150px;
  height: 250px;
  top: -1px;
  left: -1px; }
  #left.start {
    left: -150px; }

#right {
  z-index: 30;
  width: 130px;
  height: 230px;
  border: 1px solid #FFF;
  top: 9px;
  left: 158px;
  overflow: hidden; }
  #right #rbg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10; }
  #right.start {
    left: 300px; }
  #right #logo,
  #right #discount,
  #right .separator {
    margin: 7px auto; }
  #right .loc {
    color: #FFF;
    font-size: 10px;
    margin-left: 5px; }
    #right .loc.loctoggle {
      top: 177px;
      font-style: italic;
      z-index: 20; }
      #right .loc.loctoggle:hover {
        color: #1372ab; }
      #right .loc.loctoggle.down {
        top: 188px; }
    #right .loc#loczip {
      border: none;
      padding: 2px 0;
      color: #1372ab;
      font-size: 18px;
      width: 120px;
      text-align: center;
      top: 145px;
      z-index: 20; }
    #right .loc#loctext {
      margin-top: 2px;
      line-height: 12px !important;
      overflow: hidden; }
  #right .cta {
    display: block;
    width: 120px;
    height: 24px;
    bottom: 5px;
    left: 5px;
    z-index: 20; }
    #right .cta#btn_coupon {
      background-image: url("i_btn_redeem.gif"); }
    #right .cta#btn_zip {
      background-image: url("i_btn_zip.gif"); }
    #right .cta:hover {
      background-position: 0 -24px; }

#bg {
  position: absolute;
  position: absolute;
  width: 300px;
  height: 250px;
  background-color: #ec6340;
  overflow: hidden;
  z-index: 10; }

#loader {
  width: 300;
  height: 250;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50; }
  #loader svg {
    left: 130px;
    top: 100px; }
    #loader svg path {
      fill: #FFF; }

.hide {
  visibility: hidden; }
