/* =============================================================================
   WRAPPERS
   ========================================================================== */
.wmuSlider2_wrapper{
	display: block;
	max-width: 100%;
	height: 182px;
	overflow: hidden;
	background: #fff;
	background: rgba(255,255,255,1);
}
.wmuSlider2{
	position: relative;
}
/* =============================================================================
   SLIDING ITEMS
   ========================================================================== */
.sliding_item {
	position: relative;
}
/* =============================================================================
   SPRITES
   ========================================================================== */
.wmuSlider2 .wmuSliderPrev, .wmuSlider2 .wmuSliderNext {
    position: absolute;
    width: 40px;
    height: 40px;
    text-indent: -9999px;   
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    cursor: pointer;
}
.wmuSlider2 .wmuSliderPrev {
    background-position: 100% 0;
    background: url('img/sprite_left.png') no-repeat 0 0;
    background-size: contain;
    left: 20px;
}
.wmuSlider2 .wmuSliderNext {
    right: 20px;
    background: url('img/sprite_right.png') no-repeat 0 0;
    background-size: contain;
}
/* =============================================================================
   TESTIMONIALS FORMATTING ONLY
   ========================================================================== */
.wmuSlider2 article {
  height: 183px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border: 1px solid #ccc;
  padding: 10px;
}
.wmuSlider2 article p{
  text-align: center;
}
.testimonial_picture{
  height: 100px;
  width: 100px;
  border-radius: 50px;
  display: block;
  margin: 0 auto 10px auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 979px) {
	
}
@media screen and (max-width: 859px) {
	
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 640px) {
	.wmuSlider2 .wmuSliderPrev, .wmuSlider2 .wmuSliderNext {
      display: none;
  }
  .wmuSlider2_wrapper{
    height: 132px;
  }


  .wmuSlider2 article {
    height: 133px;
    padding: 10px;
  }
  .testimonial_picture{
    height: 70px;
    width: 70px;
    border-radius: 35px;
    display: block;
    margin: 0 auto 5px auto;
  }
  .wmuSlider2 article p{
    font-size: .65em;
  }
}
@media screen and (max-width: 479px) {
	
}