    .itc-slider {
		float: left;
	}
	
	.container {
	  width:100%;
    }

    .itc-slider__wrapper {
      overflow: hidden;
	  width:100%;
	  float:left;
    }

    .itc-slider__item {
      flex: 0 0 261px;
      max-width: 15.5%;
	  display: flex;
      /*height: 125px;*/
      
      justify-content: center;
      align-items: center;
      color: rgba(255, 255, 255, 0.8);
      font-size: 3rem;
	  /*margin-right: 3px;*/
    }
	
	.itc-slider__indicator {
		/*border-bottom: 3px solid transparent;*/
		border: 1px solid;
		width: 20px;
	}	
	.itc-slider__indicator_active {
		background-color: #b7d5e9;
	}

    /*.itc-slider__item:nth-child(1) {
      background-color: #f44336;
    }

    .itc-slider__item:nth-child(2) {
      background-color: #9c27b0;
    }

    .itc-slider__item:nth-child(3) {
      background-color: #3f51b5;
    }

    .itc-slider__item:nth-child(4) {
      background-color: #03a9f4;
    }
	
    .itc-slider__item:nth-child(5) {
      background-color: #4caf50;
    }
	
	.itc-slider__item:nth-child(6) {
      background-color: #9c27b0;
    }

    .itc-slider__item:nth-child(7) {
      background-color: #3f51b5;
    }
	
	.itc-slider__item:nth-child(8) {
      background-color: #f44336;
    }

    .itc-slider__item:nth-child(9) {
      background-color: #9c27b0;
    }

    .itc-slider__item:nth-child(10) {
      background-color: #3f51b5;
    }

    .itc-slider__item:nth-child(11) {
      background-color: #03a9f4;
    }

    .itc-slider__item:nth-child(12) {
      background-color: #4caf50;
    }
	
	.itc-slider__item:nth-child(13) {
      background-color: #9c27b0;
    }
	*/