

/*---------------------------- Thumbnails ----------------------------*/
#thumbnail-slider {    
    height:110px; 
    display:inline-block;
    padding:20px 0 0; /*Increse its value if want to move the arrows out of the div.inner */
    position:relative;
    -webkit-user-select: none;
    user-select:none;
    width: 100%;
}

#thumbnail-slider div.inner {
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
 
#thumbnail-slider div.inner ul {
  float: left !important;
  /*font-size: 0;*/
  height: auto !important;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100% !important;
}

#thumbnail-slider ul li {
    backface-visibility: hidden;
    box-sizing: content-box;
    display: block;
    /*filter: grayscale(100%);*/
    list-style: outside none none;
    margin: 5px 0;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100% !important;
    min-height: 110px;
}

#thumbnail-slider ul li.active {
	-webkit-filter: initial;
	filter: initial;
}
#thumbnail-slider ul li div > div:nth-child(3) {
  float: left;
  width: 100%;
}
#thumbnail-slider ul li div > div:nth-child(3) p:last-child {
  float: left;
  padding-left: 15px;
}
#thumbnail-slider ul li div > div:nth-child(3) p {
  float: left;
  margin-bottom: 0;
  font-size: 12px;
}
#thumbnail-slider ul li div > div:nth-child(3) p i {
  font-size: 14px;
  color: #F38020;  
}
#thumbnail-slider ul li div > div:last-child p {
    font-size: 12px;
    line-height: 15px;
    margin: 10px 0;
    text-align: left;
}
