/* line 52, ../sass/components/_footer.scss */
.copyright {
    background: #df7100;
    padding: 25px 10px 5px;
    color: white;
    text-align: center;
    font: 16px adelle, serif;
    margin: 0 !important;
    position: relative;
    -webkit-font-smoothing: antialiased; }
    /* line 61, ../sass/components/_footer.scss */
    .lt-ie9 .copyright {
      font-family: Georgia, serif; }
    /* line 64, ../sass/components/_footer.scss */
    .copyright:before {
      content: '';
      position: absolute;
      display: block;
      top: -39px;
      left: 0;
      bottom: auto;
      right: auto;
      width: 100%;
      height: 46px;
      background: transparent center center no-repeat;
      background-image: url(../images/bg-coda.png); }
    /* line 68, ../sass/components/_footer.scss */
    .copyright h2 {
      font-family: adelle, serif;
      font-size: 23px;
      font-weight: 300;
      letter-spacing: 2px;
      text-transform: uppercase;
      display: inline-block;
      margin: 0px; }
      /* line 76, ../sass/components/_footer.scss */
      .copyright h2 a {
        display: inline;
        text-decoration: underline; }
    /* line 81, ../sass/components/_footer.scss */
    footer .copyright a {
      color: white;
      font-style: italic;
      font-weight: 500 !important; }
      /* line 85, ../sass/components/_footer.scss */
      footer .copyright a:hover {
        text-decoration: none; }
    /* line 89, ../sass/components/_footer.scss */
    .copyright p {
      margin: 0;
      font-family: adelle, serif;
      font-weight: 300;
      font-size: 14px; }
      /* line 94, ../sass/components/_footer.scss */
      .lt-ie9 .copyright p {
        font-family: Georgia, serif; }
  