/*
#exampleSlider {
  position: relative;
  padding: 10px 10px 10px 10px;
}
@media (max-width: 767px) {
  #exampleSlider {
    border-color: transparent;
  }
}

@media (max-width: 767px) {
  #exampleSlider .MS-content {
    margin: 0px;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 33.3333%;
  padding: 15px 15px 15px 15px;

}
@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.3333%;
  }
}

.item { width: 33.333% !important; }
#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 30px;
  outline: 0;
  top: 35px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 100%;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-left {
    left: -2px;
  }
}
#exampleSlider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-controls .MS-right {
    right: -2px;
  }
}
*/

#exampleSlider {
    position: relative;      /* recommended */
}
#exampleSlider .MS-content {
    white-space: nowrap;     /* required */
    overflow: hidden;        /* required */
    margin: 0 5%;            /* makes room for L/R arrows */
}
#exampleSlider .MS-content .item {
    display: inline-block;   /* required */
    width: 33%;              /* required * Determines number of visible slides */
    position: relative;      /* required */
    vertical-align: top;     /* required */
    overflow: hidden;        /* required */
    /*height: 100%;*/            /* recommended */
    white-space: normal;     /* recommended */
}
#exampleSlider .MS-controls button {
    position: absolute;      /* recommended */
    top: 35px;
}
#exampleSlider .MS-controls .MS-left {
    left: 10px;
}
#exampleSlider .MS-controls .MS-right {
    right: 10px;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 100%;
  }
}
.item{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.star{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-size: 12px;
}
.checked {
  color: orange;
}
.star-padding{
    padding: 5px;
}
.background{
    background: #F1F1F1;
}
.star-font{
    font-size: 12px;
}