.golden-bg-gradient {
  background: #f6c217;
  background: -moz-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: -webkit-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: -o-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: -ms-linear-gradient(left, #f6c217 0%, #fdd961 100%);
  background: linear-gradient(to right, #f6c217 0%, #fdd961 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c217', endColorstr='#fdd961', GradientType=1 ); }

.transition-300 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

section.top-title {
  background-image: url("../img/products/land-training/land-header.jpg"); }

/*# sourceMappingURL=products-land.css.map */
