/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.widget_banner_strip .col-md-4,
.widget_banner_strip .col-md-6,
.widget_banner_strip .col-md-12 {
  padding: 0;
}
.widget_banner_strip .banner_strip .banner_strip_line1 .banner_strip_content,
.widget_banner_strip .banner_strip .banner_strip_line2 .banner_strip_content,
.widget_banner_strip .banner_strip .banner_strip_line3 .banner_strip_content {
  text-align: center;
}
.widget_banner_strip .banner_strip .banner_strip_line1 .banner_strip_content a .overlay,
.widget_banner_strip .banner_strip .banner_strip_line2 .banner_strip_content a .overlay,
.widget_banner_strip .banner_strip .banner_strip_line3 .banner_strip_content a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget_banner_strip .banner_strip .banner_strip_line1 .banner_strip_content a .overlay:hover,
.widget_banner_strip .banner_strip .banner_strip_line2 .banner_strip_content a .overlay:hover,
.widget_banner_strip .banner_strip .banner_strip_line3 .banner_strip_content a .overlay:hover {
  background: rgba(50, 50, 50, 0.5);
}
.widget_banner_strip .banner_strip .banner_strip_line1 .banner_strip_content a img,
.widget_banner_strip .banner_strip .banner_strip_line2 .banner_strip_content a img,
.widget_banner_strip .banner_strip .banner_strip_line3 .banner_strip_content a img {
  margin-bottom: 0;
}
.secondary .widget_banner_strip .banner_strip_content {
  text-align: center;
}
.secondary .widget_banner_strip .banner_strip_content a img {
  width: 100%;
}
