.base-background{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .8;
  background: #000000;
  background: #207dff;
  background: -moz-linear-gradient(left, #207dff 0%, #a16ae8 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #207dff), color-stop(100%, #a16ae8));
  background: -webkit-linear-gradient(left, #207dff 0%, #a16ae8 100%);
  background: -o-linear-gradient(left, #207dff 0%, #a16ae8 100%);
  background: -ms-linear-gradient(left, #207dff 0%, #a16ae8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#207dff), to(#a16ae8));
  background: linear-gradient(to right, #207dff 0%, #a16ae8 100%);
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207dff', endColorstr='#a16ae8', GradientType=1 ); } */
}
.base-background2{
  background-color: #206dfb
}
.img-hover figure:hover img {
  filter: none !important;
}
.img-hover figure img {
  filter:grayscale(100%) !important;
}
.img-hover figure:hover a {
  color: #ff5717 !important
}
.img-hover figure a {
  color: #535151 !important
}
.float-right{
  float: right !important
}
