/****************************
-- Forms --
****************************/
.search .submit input {
  -ms-filter: "alpha(Opacity=0)";
}

/****************************
-- Sections --
****************************/
/* Video Background */
.main-title.video-bg .fallback-cover {
  background-color: #06a74e;
  bottom: 0;
  content: '';
  left: 0;
  -ms-filter: "alpha(Opacity=90)";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

/****************************
-- Products --
****************************/
/* Animation */
#product .animation .bottom.b2 {
  -ms-filter: "alpha(Opacity=0)";
}

#product .animation .img2 {
  -ms-filter: "alpha(Opacity=0)";
}

/* State 2 */
#product .animation .state2 .bottom.b1 {
  -ms-filter: "alpha(Opacity=0)";
}

#product .animation .state2 .bottom.b2 {
  -ms-filter: "alpha(Opacity=100)";
}

#product .animation .state2 .img1 {
  -ms-filter: "alpha(Opacity=0)";
}

#product .animation .state2 .img2 {
  -ms-filter: "alpha(Opacity=100)";
}

/****************************
-- Home --
****************************/
/* Fixed Slider */
#home .fixed-slider .slide {
  display: none;
}

#home .fixed-slider .slide.active {
  display: block;
}