#exampleSlider {
  position: relative;
  border: none;
}
#exampleSlider .MS-content {
  margin: 0px 16.66666%;
  overflow: hidden;
  white-space: nowrap;
  border: none;
}
@media (max-width:1700px) and (min-width:601px){
  #exampleSlider .MS-content {
    margin: 0px 60px;
  }
}
@media (max-width: 600px) {
  #exampleSlider .MS-content {
    margin: 0px 30px;
  }
}
#exampleSlider .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align:top;
  border: none;
  width: 24.99999%;
  margin: 0;
  padding: 10px;
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 33.33333%;
  }
}
@media (max-width: 600px) {
  #exampleSlider .MS-content .item {
    width: 49.99999%;
	padding: 5px;
  }
}
#exampleSlider .MS-content .item-content {
  height: 100%;
  background:#ffffff;
  padding: 20px;
}
@media (max-width: 600px) {
  #exampleSlider .MS-content .item-content {
	padding: 10px;
  }
}
#exampleSlider .MS-content .item-content .title {
  height: 1.5em;
  overflow:hidden;
  font-size:1.333em; line-height:1.5em; font-family:RobotoSlab-Bold;
}
#exampleSlider .MS-content .item-content .fa-star {
  color:#997033;
}
#exampleSlider .MS-content .item-content p{
  height: 9em;
  overflow:hidden;
  white-space:normal;
}

#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  outline: 0;
  top: 50%;
  margin-top:-0.5em;
  font-size:4em;
  color:#ffffff;
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 12%;
}
#exampleSlider .MS-controls .MS-right {
  right: 12%;
}
@media (max-width: 1700px) {
  #exampleSlider .MS-controls .MS-left {
    left: 10px;
  }
  #exampleSlider .MS-controls .MS-right {
    right: 10px;
  }
}
@media (max-width: 1200px) {
  #exampleSlider .MS-controls button {
	font-size:2.25em;
  }
  #exampleSlider .MS-controls .MS-left {
    left: 1px;
  }
  #exampleSlider .MS-controls .MS-right {
    right: 1px;
  }
}
