// ***** CUSTOM STYLE ***** //

// thumb overlay
.thumb-overlay {
  background: rgba(0,0,0,0.4);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  &.main-slider-overlay{
  	background: rgba(30,65,78,0.65);
  }
}


// filter
img.desaturate{
  @include filter(grayscale, 100%);
  @include transition(1s linear);
}

// floatleft

.f-left{
  float: left;
}

.f-right{
  float: left;
}

.f-none{
  float: none;
}