html {
  padding:0px;
  font-family: sans-serif;
}
html h1 {
  text-align: center;
}
html h2 {
  text-align: center;
  color: #390;
}
#exampleSlider {
  position: relative;
}
#exampleSlider .MS-content {
  margin:0px 0px 0px 0px;
  overflow: hidden;
  white-space: nowrap;
}

#exampleSlider .MS-content .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  border-right: none;
}
.contentall3 {
	width:25%;
	float:left;
}
.contentall5 {
	width:25%;
	float:left;
}
.contentall {
	width:92%;
	border:1px solid #090;
	box-shadow: 4px 4px 8px 4px #090;
	float:left;
	margin:10px 2px 15px 10px;
}

@media (max-width: 9215px) {
  #exampleSlider .MS-content .item {
    width: 24%;
	margin:5px 10px 0px 0px;
	padding:2px 0px 10px 2px;

  }
  contentall3 {
	width:25%;
}
contentall5 {
	width:25%;
}
}

@media (max-width: 1200px) {
  #exampleSlider .MS-content .item {
    width: 24%;
	margin:5px 10px 0px 0px;
	padding:3px 0px 10px 2px;
  } 
  
 .contentall3 {
	width:25%;
	float:left;
}

.contentall5 {
	width:25%;
	float:left;
}
.contentall {
	width:90%;
margin:8px 2px 13px 8px;
}
}
@media (max-width: 992px) {
  #exampleSlider .MS-content .item {
    width: 24%;
	margin:5px 10px 0px 0px;
	padding:3px 0px 10px 2px;
  }
.contentall {
	width:90%;
margin:8px 2px 13px 5px;
}

}
@media (max-width: 767px) {
  #exampleSlider .MS-content .item {
    width: 32%;
	padding:3px 0px 10px 2px;

  }
   .contentall3 {
	width:33.3%;
}
.contentall5 {
	width:33.3%;
}
.contentall {
	width:90%;
margin:10px 2px 15px 8px;
}
}

@media (max-width: 600px) {
  #exampleSlider .MS-content .item {
    width: 48%;
  }
 .contentall3 {
	width: 50%;
}
.contentall5 {
	width: 50%;
}
.contentall {
	width:90%;
margin:10px 2px 15px 8px;
}
}

@media (max-width: 400px) {
  #exampleSlider .MS-content .item {
    width: 50%;

}
.contentall3 {
	width: 50%;
}
.contentall5 {
	width: 100%;
}
.contentall {
	width:85%;
margin:10px 5px 15px 8px;
}
}
@media (max-width: 350px) {
  #exampleSlider .MS-content .item {
    width: 50%;

  }
  
  .contentall3 {
	width: 50%;
}

.contentall5 {
	width: 100%;
}
.contentall {
	width:85%;
margin:10px 5px 15px 8px;
}
}

#exampleSlider .MS-content .item p {
  font-size: 10px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding:10px 5px 10px 5px;
}
#exampleSlider .MS-controls button {
  position: absolute;
  border: none;
  background: transparent;
  font-size: 20px;
  outline: 0;
  top:45%;
}


@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  #exampleSlider .MS-controls button {
    display: none;
  }
}
#exampleSlider .MS-controls button:hover {
  cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
  left: 1px;
}
@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;
  }
}
