

.cps-ticker-inner{
   display:flex;
   align-items:center;
   justify-content:center;
   padding-left:20px; 
   padding-right:20px;
}

.cps-ticker-wrapper {
   overflow: hidden;
   width: 100%;
   max-width:1600px;
   margin-left:auto;
   margin-right:auto;
   display: flex;
   align-items: center;
   /*small content*/
   justify-content:center;
   position: relative;
   align-items:center;
}

.cps-client-silder-client-inner{
   padding-right:15px;
   padding-left:15px;
}

.cps-ticker-fade{
   width:50px;
   height:100%;
   position:absolute;
   top:0px;
   z-index:10;
}

.cps-ticker-left-fade{
      left:0px;
      background: #ffffff;
      background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
      background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
}

.cps-ticker-right-fade{
      right:0px;
      background: #ffffff;
      background: -webkit-linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
      background: -moz-linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
      background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#FFFFFF",
      endColorstr="#FFFFFF",
      GradientType=1
      );
}

.cps-ticker{
   display: flex;
   white-space: nowrap;
}


.cps-ticker:hover {
   animation-play-state: paused;
}

.cps-ticker-item {
   padding: 0 2rem;
   flex-shrink: 0;
}

.cps-ticker-inner-hidden {
   display:none !important;
}

.cps-ticker_link{
   display:block;
}

.cps-ticker-inner{
   display:flex; 
   min-width:100px;
   justify-content:center;
}

.cps-ticker-inner{
   opacity:0.5;
   transition:0.35s;
   cursor:pointer;
}

.cps-ticker-inner:hover{
   opacity:1;
}

      

@keyframes ticker-animation {
      0% {
         transform: translateX(0);
      }
      100% {
         transform: translateX(-50%);
      }
}

@media (max-width: 1050px) {

      .cps-ticker {
         display: flex;
         white-space: nowrap;
         will-change: transform;
         animation: ticker-animation 140s linear infinite;
         animation-play-state: running;
      }

      .cps-ticker-inner{
         min-width:200px;
      }

      [mult="1.5"]{
            min-width:300px !important;
      }

      [mult="1.8"]{
            min-width:340px !important;
      }

      [mult="0.85"]{
          min-width:160px !important;
      }

      .cps-ticker-inner{
         min-width:200px;
      }

      .cps-ticker-inner-hidden{
         display:flex !important;
      }

      .cps-ticker-wrapper {
         /*small content*/
         justify-content:flex-start;
      }


}


@media (max-width: 500px) {

      [mult="1"]{
            min-width:140px !important;
      }
   
      [mult="1.5"]{
            min-width:200px !important;
      }

      [mult="1.8"]{
            min-width:240px !important;
      }

      [mult="0.85"]{
          min-width:120px !important;
      }

      .cps-ticker-inner{
         padding-left:0px;
         padding-right:0px;
      }

      .cps-ticker {
      
         animation: ticker-animation 70s linear infinite;
  
      }

}