/* =============================================================================
   WRAPPERS
   ========================================================================== */
.wmuSlider1_wrapper{
	display: block;
	max-width: 100%;
	height: 500px;
	height: 40vw;
	overflow: hidden;
	background: #fff;
}
.wmuSlider1{
	position: relative;
}
/* =============================================================================
   SLIDING ITEMS
   ========================================================================== */
.sliding_item {
	position: relative;
}
.wmuSlider1 .slider_bg_picture {
	width: 100%;
}
.wmuSlider1_text {
	position: absolute;
	z-index: 10;
	left: 13%;
	top: 10%;
  text-shadow: 0px 0px 4px #fff;
}
/* =============================================================================
   SPRITES
   ========================================================================== */
.wmuSlider1 .wmuSliderPrev, .wmuSlider1 .wmuSliderNext {
    position: absolute;
    width: 80px;
    height: 80px;
    text-indent: -9999px;   
    top: 30%;
    margin-top: -40px;
    z-index: 2;
    cursor: pointer;
}
.wmuSlider1 .wmuSliderPrev {
    background-position: 100% 0;
    background: url('img/sprite_left.png') no-repeat 0 0;
    background-size: contain;
    left: 2%;
}
.wmuSlider1 .wmuSliderNext {
    right: 2%;
    background: url('img/sprite_right.png') no-repeat 0 0;
    background-size: contain;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
  .wmuSlider1 .wmuSliderPrev, .wmuSlider1 .wmuSliderNext {
      width: 60px;
      height: 60px;
      margin-top: -30px;
  }
  .wmuSlider1_text h1{
    font-size: 2.5em;
  }
  .wmuSlider1_text h4{
    font-size: 1.25em;
  }
  .slider_logo{
    width: 300px;
  }
}
@media screen and (max-width: 979px) {
	.wmuSlider1 .wmuSliderPrev, .wmuSlider1 .wmuSliderNext {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .slider_logo{
    width: 250px;
  }
}
@media screen and (max-width: 859px) {
	.wmuSlider1_text h1{
    font-size: 2em;
  }
  .wmuSlider1_text h4{
    font-size: 1.0em;
  }
  .slider_logo{
    width: 200px;
  }
}
@media screen and (max-width: 767px) {

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