/* -- announce bar -- */

 #announcement-bar {
      background: #ece5e0;
      width: 100%;
      height: 31px;
      margin: auto;
      overflow: hidden;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      padding: 3px;
      position: relative;
      -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.5);
      color: #ED3C95;
      text-decoration: none;
      font-size: 26px !important;
    
    }
    #announce-mobile{
        display:none;
    }
    
@media only screen and (max-width: 600px) {
      #announce-mobile{
        height:30px;
        margin:0px;
        padding:0px;
        display: inline-block;
        text-decoration: none;
         overflow: hidden;
        text-align:center;
      white-space: nowrap;
      background: #ece5e0;
      width: 100%;
          
      }  
      #announce-mobile ul{
       -webkit-animation: ticker1 13s cubic-bezier(1, 0, .5, 0) infinite;
       -moz-animation: ticker1 13s cubic-bezier(1, 0, .5, 0) infinite;
       -ms-animation: ticker1 13s cubic-bezier(1, 0, .5, 0) infinite;
       animation: ticker1 13s cubic-bezier(1, 0, .5, 0) infinite;
        list-style-type:none;
          
      }  
      #announce-mobile ul:hover {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -ms-animation-play-state: paused;
        animation-play-state: paused
          
      }
      #announce-mobile li, a{
        font-size: 13px !important;
        
          
      }
      #announce-mobile li:not(:last-child) {
            margin-bottom: 5px;
          
      }
      #announce-mobile li:first-child {
            margin-top: 10px;
          
      }
      #announce-mobile li:last-child {
            margin-bottom: 0;
          
      }
}

@media only screen and (max-width: 385px) {
      #announce-mobile{
        height:30px;
        margin:0px;
        padding:0px;
        display: inline-block;
        text-decoration: none;
         overflow: hidden;
        text-align:center;
      white-space: nowrap;
      background: #ece5e0;
      width: 100%;
          
      }  
      #announce-mobile ul{
       -webkit-animation: ticker2 13s cubic-bezier(1, 0, .5, 0) infinite;
       -moz-animation: ticker2 13s cubic-bezier(1, 0, .5, 0) infinite;
       -ms-animation: ticker2 13s cubic-bezier(1, 0, .5, 0) infinite;
       animation: ticker2 13s cubic-bezier(1, 0, .5, 0) infinite;
        list-style-type:none;
          
      }  
      #announce-mobile ul:hover {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -ms-animation-play-state: paused;
        animation-play-state: paused
          
      }
      #announce-mobile li, a{
        font-size: 11px !important;
        
          
      }
      #announce-mobile li:not(:last-child) {
            margin-bottom: 7px;
          
      }
      #announce-mobile li:first-child {
            margin-top: 10px;
          
      }
      #announce-mobile li:last-child {
            margin-bottom: 0;
          
      }
}

    @media only screen and (max-width: 600px) {
        #announcement-bar {
          display:none;
          
    
      }
    }

    #announcement-bar ul {
    
      -webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
      -moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
      -ms-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
      animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
      list-style-type:none;
      text-align:center;
      position: relative !important;
      
  }

    #announcement-bar ul:hover {
      -webkit-animation-play-state: paused;
      -moz-animation-play-state: paused;
      -ms-animation-play-state: paused;
      animation-play-state: paused
      
  }

    #announcement-bar li {
      line-height: 25px;
      font-size: 1.8rem;

  }
  
  #announcement-bar a, li{
      color: #ED3C95;
      text-decoration: none;
      font-size: 1.8rem;
  }
  
  @-webkit-keyframes ticker {
      0% { margin-top: 0; }
      25% { margin-top: -26px; }
      50% { margin-top: -52px; }
      75% { margin-top: -78px; }
      100% { margin-top: 0; }
  }
  @-moz-keyframes ticker {
      0% { margin-top: 0; }
      25% { margin-top: -26px; }
      50% { margin-top: -52px; }
      75% { margin-top: -78px; }
      100% { margin-top: 0;}
  }
    @-ms-keyframes ticker {
          0% {
              margin-top: 0;
          }
          25% {
              margin-top: -26px;
          }
          50% {
              margin-top: -52px;
          }
          75% {
              margin-top: -78px;
          }
          100% {
              margin-top: 0;
          }
      }
      
    @keyframes ticker {
      0% {
          margin-top: 0;
      }

      25% {
          margin-top: -26px;
      }

      50% {
          margin-top: -52px;
      }

      75% {
          margin-top: -78px;
      }

      100% {
          margin-top: 0;
      }
    }
  @-webkit-keyframes ticker1 {
          0% { margin-top: 0px; }
          25% { margin-top: -26px; }
          50% { margin-top: -52px; }
          75% { margin-top: -78px; }
          100% { margin-top: -78px; }
  }
  @-moz-keyframes ticker1 {
        0% { margin-top: 0px; }
        25% { margin-top: -26px; }
        50% { margin-top: -52px; }
        75% { margin-top: -78px; }
        100% { margin-top: -78px; }
  }
    @-ms-keyframes ticker1 {
        0% { margin-top: 0px; }
        25% { margin-top: -26px; }
        50% { margin-top: -52px; }
        75% { margin-top: -78px; }
        100% { margin-top: -78px; }
      }
      
    @keyframes ticker1 {
        0% { margin-top: 0px; }
        25% { margin-top: -26px; }
        50% { margin-top: -52px; }
        75% { margin-top: -78px; }
        100% { margin-top: -78px; }
    }


  @-webkit-keyframes ticker2 {
        0% { margin-top: 0px; }
        25% { margin-top: -25px; }
        50% { margin-top: -50px; }
        75% { margin-top: -72px; }
        100% { margin-top: -72px; }
  }
  @-moz-keyframes ticker2 {
        0% { margin-top: 0px; }
        25% { margin-top: -25px; }
        50% { margin-top: -50px; }
        75% { margin-top: -72px; }
        100% { margin-top: -72px; }
  }
    @-ms-keyframes ticker2 {
        0% { margin-top: 0px; }
        25% { margin-top: -25px; }
        50% { margin-top: -50px; }
        75% { margin-top: -72px; }
        100% { margin-top: -72px; }
      }
      
    @keyframes ticker2 {
        0% { margin-top: 0px; }
        25% { margin-top: -25px; }
        50% { margin-top: -50px; }
        75% { margin-top: -72px; }
        100% { margin-top: -72px; }
    }

/* ./announce bar */