* {
  margin: 0;
  padding: 0; }

*,
::after,
::before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  a:hover {
    text-decoration: none; }

@font-face {
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/antonio/v1/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxD8StPaWfSTGlNwd8.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*-----------------------------
	News Ticker
------------------------------*/
.swissx-news-ticker {
  background: #fff;
  position: relative;
  font-family: 'Antonio', sans-serif !important;
  font-weight: 500;
  height: 45px;
/*  border: 1px solid #1974d2;*/
  margin-top: 45px; }
  @media (min-width: 768px) {
    .swissx-news-ticker {
      margin-top: 0; } }
  .swissx-news-ticker-label {
    background: #f74336;
    padding: 10px;
    width: auto;
    float: left;
  font-family: 'Antonio', sans-serif !important;
    font-size: 1.5em;
    margin-right: 15px;
    line-height: normal;
    height: 100%;
    color: #fff; }
    @media (max-width: 575px) {
      .swissx-news-ticker-label {
        display: none;
        position: absolute;
        top: -45px; } }
  .swissx-news-ticker-box {
    height: 100%;
    padding-top: 10px;
    position: absolute;
    top: -45px;
    height: 45px;
/*    width: 100%; */
    position: initial;
    overflow: hidden; }
    @media (max-width: 575px) {
      .swissx-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px; } }
    .swissx-news-ticker-box ul {
      width: 100%;
    font-size: 20px !important;
      list-style-type: none !important;
      padding: 0;
      margin: 0; }
      .swissx-news-ticker-box ul li a {
  font-family: 'Antonio', sans-serif !important;
        text-decoration: none; }
  .swissx-news-ticker-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0; }
    .swissx-news-ticker-controls button {
      height: 100%;
      background: #f6f6f6;
      padding: 0;
      width: 40px;
      border-color: #eeeeee;
      border-style: solid;
      border-width: 0 0 0 1px;
      cursor: pointer;
      display: inline-block; }
      .swissx-news-ticker-controls button:hover {
        background: #eeeeee; }
      .swissx-news-ticker-controls button.swissx-news-ticker-arrow {
        margin: 0;
        display: inline-block;
        position: relative; }
        .swissx-news-ticker-controls button.swissx-news-ticker-arrow:after {
          border-color: #999;
          border-bottom-style: solid;
          border-bottom-width: 2px;
          border-right-style: solid;
          border-right-width: 2px;
          content: '';
          display: inline-block;
          height: 8px;
          left: 50%;
          position: absolute;
          top: 50%;
          width: 8px; }
      .swissx-news-ticker-controls button.swissx-news-ticker-pause {
        position: relative;
        display: inline-block; }
        .swissx-news-ticker-controls button.swissx-news-ticker-pause:before {
          position: absolute;
          content: "";
          width: 10px;
          height: 10px;
          border-color: #999;
          border-style: solid;
          border-width: 0 2px 0;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
    .swissx-news-ticker-controls.swissx-news-ticker-horizontal-controls button.swissx-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(135deg);
          -ms-transform: translate(-50%, -50%) rotate(135deg);
              transform: translate(-50%, -50%) rotate(135deg); }
    .swissx-news-ticker-controls.swissx-news-ticker-horizontal-controls button.swissx-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(315deg);
          -ms-transform: translate(-50%, -50%) rotate(315deg);
              transform: translate(-50%, -50%) rotate(315deg); }
    .swissx-news-ticker-controls.swissx-news-ticker-vertical-controls button.swissx-news-ticker-prev:after {
      -webkit-transform: translate(-50%, -50%) rotate(225deg);
          -ms-transform: translate(-50%, -50%) rotate(225deg);
              transform: translate(-50%, -50%) rotate(225deg); }
    .swissx-news-ticker-controls.swissx-news-ticker-vertical-controls button.swissx-news-ticker-next:after {
      -webkit-transform: translate(-50%, -50%) rotate(405deg);
          -ms-transform: translate(-50%, -50%) rotate(405deg);
              transform: translate(-50%, -50%) rotate(405deg); }

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