@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
/*****************************************
*  --------------------------------------*
*  Vars                                  *
*  --------------------------------------*
*****************************************/
/*****************************************
*  --------------------------------------*
*  General                               *
*  --------------------------------------*
*****************************************/


/*****************************************
*  --------------------------------------*
*  Slick                                 *
*  --------------------------------------*
*****************************************/
.cl {
  height: 200px;
  padding: 10px;
}

.cl-yellow {
  background: #f1c40f;
}

.cl-blue {
  background: #3498db;
}

.cl-red {
  background: #e74c3c;
}

.slick-active {
  padding: 0px 0;
}

.slick-center {
  /*transform: scale(1.08);*/
}

.slick-slide {
	margin: 0px 20px !important;
}

.slick-slide:not(.slick-active) {
  margin: 20px 0;
}

.child {
  width: 100%;
}

.slide:not(.slick-active) {
  cursor: pointer;
}

.pagination {
  text-align: center;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
}