@-webkit-keyframes shake {
  0% {
    transform: translate3d(0em, 0, 0); }
  20% {
    transform: translate3d(1em, 0, 0); }
  50% {
    transform: translate3d(-0.7em, 0, 0); }
  70% {
    transform: translate3d(0.2em, 0, 0); } }
@-moz-keyframes shake {
  0% {
    transform: translate3d(0em, 0, 0); }
  20% {
    transform: translate3d(1em, 0, 0); }
  50% {
    transform: translate3d(-0.7em, 0, 0); }
  70% {
    transform: translate3d(0.2em, 0, 0); } }
@keyframes shake {
  0% {
    transform: translate3d(0em, 0, 0); }
  20% {
    transform: translate3d(1em, 0, 0); }
  50% {
    transform: translate3d(-0.7em, 0, 0); }
  70% {
    transform: translate3d(0.2em, 0, 0); } }
.animation__shake, #black-friday-modal .input-text.input-text--error {
  -webkit-animation: shake 400ms linear;
  -moz-animation: shake 400ms linear;
  animation: shake 400ms linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1; }

#black-friday {
  font-size: 16px;
  line-height: 1.4em;
  text-shadow: none; }
  #black-friday * {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #black-friday h2 {
    margin-top: 0 !important;
    margin-bottom: 0.7em; }
  #black-friday button {
    position: static;
    left: auto;
    right: auto;
    width: auto;
    height: auto; }
  #black-friday .button {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75em !important;
    line-height: 1.3em !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: none;
    padding: 0.5em 1.3em 0.35em;
    margin: 0 0 1em;
    border: 2px solid #00dcb5;
    box-shadow: none;
    border-radius: 0 !important;
    outline: none;
    cursor: pointer; }
    #black-friday .button:hover, #black-friday .button:active {
      border-color: #00dcb5;
      background: #00dcb5;
      color: #fff; }
    #black-friday .button.button--extra {
      padding: 0.5em 3em 0.35em; }
    @media (min-width: 660px) {
      #black-friday .button {
        font-size: 1.125em !important;
        line-height: 1.3em !important; } }
  #black-friday .emphasize {
    font-family: 'Georgia', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1em;
    line-height: 1.4em; }
  #black-friday .container {
    width: 100% !important;
    max-width: none !important;
    padding: 1.6em !important;
    margin: 0 !important;
    background: #fff !important; }
    @media (max-width: 500px) {
      #black-friday .container {
        padding: 1em !important; } }
  #black-friday .title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin: 0 0 0.5em;
    padding: 0;
    border: none;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: static;
    background: none;
    display: inline-block; }
    #black-friday .title.title--small {
      font-size: 0.75em;
      line-height: 1.3em;
      margin-bottom: 1em; }
    #black-friday .title.title--medium {
      font-size: 1.3em;
      line-height: 1.25em;
      margin-bottom: 1em;
      letter-spacing: 0.075em; }
      #black-friday .title.title--medium .title__subtitle {
        font-size: 0.65em;
        line-height: 1.4em;
        font-weight: 700; }
    #black-friday .title.title--big {
      font-size: 3.375em;
      line-height: 1em;
      margin-bottom: 0.5em; }
      #black-friday .title.title--big .title__subtitle {
        font-size: 0.4em;
        line-height: 1.4em;
        font-weight: 400;
        text-transform: none; }
    @media (min-width: 660px) {
      #black-friday .title {
        font-size: 2.625em;
        line-height: 1.2em;
        margin-bottom: 0.65em; }
        #black-friday .title.title--medium {
          font-size: 1.75em;
          line-height: 1.25em;
          margin-bottom: 0.7em; }
        #black-friday .title.title--small {
          font-size: 1.125em;
          line-height: 1.3em;
          margin-bottom: 1em; }
          #black-friday .title.title--small.title--left {
            float: left; }
          #black-friday .title.title--small.title--right {
            float: left;
            padding-left: 0.5em; } }
  #black-friday .title__subtitle {
    display: block;
    font-size: 0.5em;
    line-height: 1.4em;
    font-weight: 400; }
  #black-friday .countdown {
    display: block;
    list-style: none !important;
    max-width: 48em;
    margin: 0 auto 1.1em !important;
    padding: 0; }
    #black-friday .countdown:after {
      content: "";
      display: table;
      clear: both; }
  #black-friday .countdown__section {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
    margin: 0 !important;
    list-style: none !important; }
  #black-friday .countdown__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.25em;
    line-height: 1.05em;
    font-weight: 700;
    font-style: normal;
    border: none;
    color: #fff;
    padding: 0;
    margin: 0 !important; }
  #black-friday .countdown__subtitle {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.5em;
    line-height: 1.4em;
    font-weight: 400;
    font-style: normal;
    color: #fff; }
  @media (min-width: 660px) {
    #black-friday .countdown {
      margin-bottom: 2.7em; }
    #black-friday .countdown__title {
      font-size: 4em;
      line-height: 1.2em; }
    #black-friday .countdown__subtitle {
      font-size: 0.9em;
      line-height: 1em; } }
  @media (min-width: 850px) {
    #black-friday .countdown {
      margin-bottom: 2.7em !important; }
    #black-friday .countdown__title {
      font-size: 6.25em;
      line-height: 1em; }
    #black-friday .countdown__subtitle {
      font-size: 1.125em;
      line-height: 1em; } }
  #black-friday .layout {
    margin-bottom: 1em; }
    #black-friday .layout:after {
      content: "";
      display: table;
      clear: both; }
  #black-friday .layout__main {
    width: 62.5%;
    float: left;
    padding-right: 0.8em; }
  #black-friday .layout__aside {
    width: 36.5%;
    float: right;
    padding-left: 0.8em; }
  #black-friday .layout__left {
    float: left;
    width: 50%; }
  #black-friday .layout__right {
    float: right;
    width: 50%; }
  #black-friday .icon-list {
    display: inline-block;
    list-style: none !important;
    margin: 0 !important;
    padding: 0; }
  #black-friday .icon-list__item {
    display: inline-block;
    float: left;
    margin: 0 0.5em 0.5em 0 !important;
    cursor: pointer;
    list-style: none !important; }
    #black-friday .icon-list__item:last-child {
      margin-right: 0 !important; }
  #black-friday .icon-list__description {
    display: inline-block;
    float: left;
    padding: 0.4em 0.5em 0 0; }
  #black-friday .icon-list__icon {
    display: block;
    width: 2.31em;
    height: 2.31em;
    margin: 0; }
    #black-friday .icon-list__icon:hover {
      opacity: 0.75; }
    #black-friday .icon-list__icon:active {
      opacity: 0.5; }
  #black-friday h2.no-deals-header {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 0.15em !important; }
  #black-friday .masthead {
    width: 100%;
    margin: 0 0 2em;
    padding: 2.5em 1em 1.1em;
    position: relative;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    background: #000 url("http://www.cityshoppingcenter.com/d/blackfriday/2014/images/masthead-bg-full-small.jpg") no-repeat right top;
    background-size: cover;
    border: 1px solid #000; }
    #black-friday .masthead.masthead--finish {
      height: 110px;
      background-image: url("http://www.cityshoppingcenter.com/d/blackfriday/2014/images/masthead-bg-collapsed.jpg");
      background-position: right top; }
      #black-friday .masthead.masthead--finish .masthead__header {
        position: absolute;
        top: 0.9em;
        left: 6.2em; }
      @media (max-width: 850px) {
        #black-friday .masthead.masthead--finish {
          height: 78px; }
          #black-friday .masthead.masthead--finish .masthead__header {
            font-size: 0.7em;
            line-height: 1.4em;
            left: 1em; } }
      @media (max-width: 530px) {
        #black-friday .masthead.masthead--finish {
          height: 78px; }
          #black-friday .masthead.masthead--finish .masthead__header {
            font-size: 0.5em;
            line-height: 1.4em;
            top: 2.15em;
            left: 0;
            right: 0;
            margin: 0 auto; }
          #black-friday .masthead.masthead--finish .title {
            text-shadow: 0 1px 4px black, 0 1px 4px black; } }
    #black-friday .masthead .masthead__footer {
      display: inline-block; }
    #black-friday .masthead .title {
      color: #fff !important; }
    #black-friday .masthead .button {
      margin-bottom: 0; }
    @media (min-width: 850px) {
      #black-friday .masthead {
        border-width: 2px;
        padding: 1.5em 1em 1.8em;
        background-image: url("http://www.cityshoppingcenter.com/d/blackfriday/2014/images/masthead-bg-full.jpg"); }
        #black-friday .masthead.masthead--compress {
          height: 110px;
          background-image: url("http://www.cityshoppingcenter.com/d/blackfriday/2014/images/masthead-bg-collapsed.jpg"); }
          #black-friday .masthead.masthead--compress .masthead__header {
            display: inline-block;
            font-size: 0.66em;
            line-height: 1.4em;
            position: absolute;
            top: 0.8em;
            left: 2em; }
            #black-friday .masthead.masthead--compress .masthead__header .title {
              display: inline-block; }
            #black-friday .masthead.masthead--compress .masthead__header .title__subtitle {
              font-size: 0.5em;
              line-height: 1.4em; }
          #black-friday .masthead.masthead--compress .countdown {
            width: 48em;
            font-size: 0.5em;
            line-height: 1.4em;
            position: absolute;
            top: 2.8em;
            left: 34em; }
          #black-friday .masthead.masthead--compress .countdown__subtitle {
            font-size: 1.4em;
            line-height: 1em;
            margin-top: 0; }
          #black-friday .masthead.masthead--compress .masthead__cta {
            position: absolute;
            bottom: 0.7em;
            left: 4.8em;
            display: inline-block; }
            #black-friday .masthead.masthead--compress .masthead__cta .button {
              font-size: 0.85em !important;
              line-height: 1.4em !important;
              padding: 0.2em 1.65em; } }
  #black-friday .tint {
    margin-bottom: 2em; }
  #black-friday .tint__feed {
    width: 100%;
    height: 161px;
    background: #000 url("http://www.cityshoppingcenter.com/d/blackfriday/2014/images/loading.gif") no-repeat center center;
    padding: 5px;
    margin-bottom: 0.5em; }
  #black-friday .tint__footer {
    text-align: right; }
  #black-friday .tint__footer-text {
    display: inline-block;
    font-family: 'Arial', sans-serif;
    font-size: 0.625em;
    line-height: 1.4em;
    font-weight: 700;
    font-style: italic;
    vertical-align: top;
    margin-top: -0.25em; }
  #black-friday .social-header .social-header__title {
    padding-top: 0.2em;
    margin: 0; }
  #black-friday .social-header .layout {
    margin-bottom: 0; }
  #black-friday .social-header .icon-list {
    float: right; }
  @media (max-width: 600px) {
    #black-friday .social-header .layout__left,
    #black-friday .social-header .layout__right {
      width: 100%;
      float: none; }
    #black-friday .social-header .icon-list {
      float: none; } }

#black-friday-modal {
  font-size: 16px;
  line-height: 1.4em;
  text-shadow: none; }
  #black-friday-modal * {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #black-friday-modal h2 {
    margin-top: 0 !important;
    margin-bottom: 0.7em; }
  #black-friday-modal button {
    position: static;
    left: auto;
    right: auto;
    width: auto;
    height: auto; }
  #black-friday-modal .button {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75em !important;
    line-height: 1.3em !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: none;
    padding: 0.5em 1.3em 0.35em;
    margin: 0 0 1em;
    border: 2px solid #00dcb5;
    box-shadow: none;
    border-radius: 0 !important;
    outline: none;
    cursor: pointer; }
    #black-friday-modal .button:hover, #black-friday-modal .button:active {
      border-color: #00dcb5;
      background: #00dcb5;
      color: #fff; }
    #black-friday-modal .button.button--extra {
      padding: 0.5em 3em 0.35em; }
    @media (min-width: 660px) {
      #black-friday-modal .button {
        font-size: 1.125em !important;
        line-height: 1.3em !important; } }
  #black-friday-modal .small-copy {
    font-size: 0.625em;
    line-height: 1.4em; }
  #black-friday-modal .input-text {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto 1.63em;
    box-shadow: none;
    border: 1px solid #000;
    color: #000;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    padding: 0.7em 0.8em 0.6em;
    outline: none; }
    #black-friday-modal .input-text::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    #black-friday-modal .input-text::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    #black-friday-modal .input-text:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
    #black-friday-modal .input-text:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
  #black-friday-modal .title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin: 0 0 0.5em;
    padding: 0;
    border: none;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: static;
    background: none;
    display: inline-block; }
    #black-friday-modal .title.title--small {
      font-size: 0.75em;
      line-height: 1.3em;
      margin-bottom: 1em; }
    #black-friday-modal .title.title--medium {
      font-size: 1.3em;
      line-height: 1.25em;
      margin-bottom: 1em;
      letter-spacing: 0.075em; }
      #black-friday-modal .title.title--medium .title__subtitle {
        font-size: 0.65em;
        line-height: 1.4em;
        font-weight: 700; }
    #black-friday-modal .title.title--big {
      font-size: 3.375em;
      line-height: 1em;
      margin-bottom: 0.5em; }
      #black-friday-modal .title.title--big .title__subtitle {
        font-size: 0.4em;
        line-height: 1.4em;
        font-weight: 400;
        text-transform: none; }
    @media (min-width: 660px) {
      #black-friday-modal .title {
        font-size: 2.625em;
        line-height: 1.2em;
        margin-bottom: 0.65em; }
        #black-friday-modal .title.title--medium {
          font-size: 1.75em;
          line-height: 1.25em;
          margin-bottom: 0.7em; }
        #black-friday-modal .title.title--small {
          font-size: 1.125em;
          line-height: 1.3em;
          margin-bottom: 1em; }
          #black-friday-modal .title.title--small.title--left {
            float: left; }
          #black-friday-modal .title.title--small.title--right {
            float: left;
            padding-left: 0.5em; } }
  #black-friday-modal .title__subtitle {
    display: block;
    font-size: 0.5em;
    line-height: 1.4em;
    font-weight: 400; }
  #black-friday-modal .step {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 500ms, -webkit-transform 500ms;
    -moz-transition: opacity 500ms, -moz-transform 500ms;
    transition: opacity 500ms, transform 500ms; }
    #black-friday-modal .step.step--show {
      overflow: visible;
      height: auto;
      opacity: 1;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); }
  #black-friday-modal .modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    font-family: "Montserrat", sans-serif;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition: opacity 300ms; }
    #black-friday-modal .modal.modal--show {
      opacity: 1; }
    #black-friday-modal .modal .title {
      text-shadow: 0 0 30px black, 0 0 30px black;
      color: #fff; }
    #black-friday-modal .modal .small-copy {
      color: #fff; }
    #black-friday-modal .modal a {
      color: #00dcb5 !important;
      text-transform: none !important; }
      #black-friday-modal .modal a:hover, #black-friday-modal .modal a:active {
        text-decoration: underline !important; }
    @media screen and (max-width: 600px) {
      #black-friday-modal .modal a {
        text-decoration: none !important; }
        #black-friday-modal .modal a:hover, #black-friday-modal .modal a:active {
          text-decoration: none !important; } }
  #black-friday-modal .modal__box {
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    max-width: 480px;
    max-height: 420px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: visible;
    color: #fff;
    background: #000 url("../images/modal-bg.jpg") no-repeat center top;
    background-size: cover;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.75);
    border: 2px solid #000;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #black-friday-modal .modal__content {
    width: 100%;
    padding: 1em 1em 0.7em;
    position: absolute;
    bottom: 0;
    left: 0; }
  #black-friday-modal .modal__close {
    display: block;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 700;
    width: 1.5em;
    height: 1.5em;
    box-shadow: none;
    border: 2px solid #000;
    color: #000;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: -0.75em;
    right: -0.75em;
    padding: 0;
    margin: 0;
    outline: none; }
    #black-friday-modal .modal__close:hover {
      background: rgba(255, 255, 255, 0.75); }
    #black-friday-modal .modal__close:active {
      background: rgba(255, 255, 255, 0.5); }

#blackfriday-mobile__no-deals-message {
  font-size: 16px;
  color: #000;
  line-height: 1.6em;
  text-shadow: none;
  background-color: #fff;
  padding: 0 1.6em 1.6em 1.6em; }

@media screen and (max-width: 640px) {
  body.bfd.mmse14s #stage .container {
    padding: 10px !important; } }
body.bfd.alliedse14 #main-content {
  width: 100% !important; }

body.bfd.cblse13 #black-friday .masthead.masthead--finish {
  background-image: url("http://www.cityshoppingcenter.com/d/blackfriday/2014/images/cbl_masthead.jpg"); }

#body-promo-listings.ui-mobile-viewport .ui-content {
  padding: 0;
  margin: 0;
  overflow: visible; }
  #body-promo-listings.ui-mobile-viewport .ui-content .ui-listview {
    margin: -15px 0; }
#body-promo-listings.ui-mobile-viewport .ui-listview-filter {
  margin: 0 0 15px 0; }
#body-promo-listings.ui-mobile-viewport #black-friday .tint {
  margin-bottom: 0.6em !important; }

/*# sourceMappingURL=main.css.map */