.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/rotary-wings/rotary-top-title-background.jpg"); }

.tablet section.top-title,
.mobile section.top-title {
  background-image: url("../img/products/rotary-wings/rotary-tablet-header.jpg"); }

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

@media screen and (max-width: 767px) {
  .tablet section.top-title,
  .desktop section.top-title {
    background-image: url("../img/products/rotary-wings/rotary-mobile-header.jpg"); } }

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