/* =============================================================================
   WRAPPERS
   ========================================================================== */
.wmuSlider3_wrapper{
	display: block;
	max-width: 100%;
	height: 400px;
	eight: 20vw;
	overflow: hidden;
	background: #FBE02C;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid #FBE02C;
  margin-top: -20px;
  margin-right: -20px;
}
.wmuSlider3{
	position: relative;
}
/* =============================================================================
   SLIDING ITEMS
   ========================================================================== */
.sliding_item {
	position: relative;
}
.wmuSlider3 .slider3_bg_picture {
	width: 100%;
}
.wmuSlider3_text {
	position: absolute;
	z-index: 10;
	right: 2%;
	top: 25%;
  color: #fff;
  text-align: right;
  text-shadow: 0px 0px 4px #333;
}
.wmuSlider3_text h2 {
  color: #008BCC; /*theme blue*/
}
/* =============================================================================
   SPRITES
   ========================================================================== */
.wmuSlider3 .wmuSliderPrev, .wmuSlider3 .wmuSliderNext {
    position: absolute;
    width: 80px;
    height: 80px;
    text-indent: -9999px;   
    top: 30%;
    margin-top: -40px;
    z-index: 2;
    cursor: pointer;
}
.wmuSlider3 .wmuSliderPrev {
    background-position: 100% 0;
    background: url('img/sprite_left.png') no-repeat 0 0;
    background-size: contain;
    left: 2%;
}
.wmuSlider3 .wmuSliderNext {
    right: 2%;
    background: url('img/sprite_right.png') no-repeat 0 0;
    background-size: contain;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .wmuSlider3_wrapper{
    width: 100%;
    height: 30vw;
    margin-top: -2%;
    margin-right: 0px;
 
  }
  .wmuSlider3 .wmuSliderPrev, .wmuSlider3 .wmuSliderNext {
      width: 60px;
      height: 60px;
      margin-top: -30px;
  }
  .wmuSlider3_text h1{
    ont-size: 2.5em;
  }
  .wmuSlider3_text h4{
    font-size: 1.25em;
  }
  .slider_logo{
    width: 300px;
  }
}
@media screen and (max-width: 979px) {
   .wmuSlider3_wrapper{
    width: 100%;
    height: 40vw;
    margin-top: 0px;
    float: none;
  }
	.wmuSlider3 .wmuSliderPrev, .wmuSlider3 .wmuSliderNext {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .slider_logo{
    width: 250px;
  }
}
@media screen and (max-width: 859px) {
	.wmuSlider3_text h1{
    font-size: 2em;
  }
  .wmuSlider3_text h4{
    font-size: 1.0em;
  }
  .slider_logo{
    width: 200px;
  }
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 640px) {
  .wmuSlider3 .wmuSliderPrev, .wmuSlider3 .wmuSliderNext {
      width: 30px;
      height: 30px;
      margin-top: -15px;
  }
  .wmuSlider3_text h1{
    font-size: 1.75em;
  }
  .wmuSlider3_text h4{
    font-size: .8em;
  }
  .slider_logo{
    width: 150px;
  }
}
@media screen and (max-width: 479px) {
  .wmuSlider3_text {
    left: 1%;
  }
  .wmuSlider3 .wmuSliderPrev, .wmuSlider3 .wmuSliderNext {
     display: none;
  }
	.wmuSlider3_text h1{
    font-size: 1.5em;
  }
  .wmuSlider3_text h4{
    font-size: .65em;
  }
  .slider_logo{
    width: 90px;
  }
}