@charset "UTF-8";
/* Slider */
/* line 3, ../bower_components/slick-carousel/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../bower_components/slick-carousel/slick/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../bower_components/slick-carousel/slick/slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../bower_components/slick-carousel/slick/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../bower_components/slick-carousel/slick/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../bower_components/slick-carousel/slick/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, ../bower_components/slick-carousel/slick/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../bower_components/slick-carousel/slick/slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../bower_components/slick-carousel/slick/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../bower_components/slick-carousel/slick/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, ../bower_components/slick-carousel/slick/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, ../bower_components/slick-carousel/slick/slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, ../bower_components/slick-carousel/slick/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, ../bower_components/slick-carousel/slick/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, ../bower_components/slick-carousel/slick/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, ../bower_components/slick-carousel/slick/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, ../bower_components/slick-carousel/slick/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, ../bower_components/slick-carousel/slick/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 37, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/themes/smart-irrigation/fonts/slick.eot");
  src: url("/themes/smart-irrigation/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/themes/smart-irrigation/fonts/slick.woff") format("woff"), url("/themes/smart-irrigation/fonts/slick.ttf") format("truetype"), url("/themes/smart-irrigation/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 55, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
/* line 71, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 75, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 79, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 84, ../sass/_slick-theme.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 94, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 96, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 100, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 102, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 108, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 110, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 114, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 116, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 124, ../sass/_slick-theme.scss */
.slick-slider {
  margin-bottom: 0;
}

/* line 128, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 136, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 144, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 156, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 158, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 162, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 179, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 1, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content {
  font-size: 15px;
  line-height: 1.2em;
  font-color: #3F3F3F;
  font-weight: 300;
}
/* line 7, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content h1, body.smart-irrigation-2015 #main-content h2, body.smart-irrigation-2015 #main-content h3, body.smart-irrigation-2015 #main-content h4, body.smart-irrigation-2015 #main-content h5, body.smart-irrigation-2015 #main-content h6 {
  font-weight: 500;
}
/* line 10, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content ul,
body.smart-irrigation-2015 #main-content ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
/* line 15, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .main-heading-section {
  margin-top: 30px;
}
/* line 17, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .main-heading-section h1 {
  font-size: 32px;
}
/* line 20, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .main-heading-section h1.limited-width {
  max-width: 60%;
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 20, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .main-heading-section h1.limited-width {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  /* line 20, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .main-heading-section h1.limited-width {
    max-width: 100%;
  }
}
/* line 30, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content h3 {
  font-size: 32px;
}
/* line 33, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content a {
  color: #3F3F3F;
}
/* line 35, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content a:hover {
  color: #3F3F3F;
  text-decoration: underline;
}
/* line 39, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content a:active, body.smart-irrigation-2015 #main-content a:focus {
  text-decoration: none;
}
/* line 43, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* line 47, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .divide-1-1, body.smart-irrigation-2015 #main-content .section-row .divide-1-2, body.smart-irrigation-2015 #main-content .section-row .divide-1-3, body.smart-irrigation-2015 #main-content .section-row .divide-1-4 {
  float: left;
  width: 100%;
}
/* line 50, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .divide-1-1 .inner-content, body.smart-irrigation-2015 #main-content .section-row .divide-1-2 .inner-content, body.smart-irrigation-2015 #main-content .section-row .divide-1-3 .inner-content, body.smart-irrigation-2015 #main-content .section-row .divide-1-4 .inner-content {
  margin: 15px;
  font-color: #3F3F3F;
}
/* line 53, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .divide-1-1 .inner-content.inner-content-padding, body.smart-irrigation-2015 #main-content .section-row .divide-1-2 .inner-content.inner-content-padding, body.smart-irrigation-2015 #main-content .section-row .divide-1-3 .inner-content.inner-content-padding, body.smart-irrigation-2015 #main-content .section-row .divide-1-4 .inner-content.inner-content-padding {
  margin: 10px 0;
  padding: 30px;
}
/* line 59, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .section-row-margins {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 63, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .section-row-margins .divide-1-1,
body.smart-irrigation-2015 #main-content .section-row .section-row-margins .divide-1-2,
body.smart-irrigation-2015 #main-content .section-row .section-row-margins .divide-1-3,
body.smart-irrigation-2015 #main-content .section-row .section-row-margins .divide-1-4 {
  padding: 0 10px;
}
/* line 70, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .divide-1-1 {
  max-width: 100%;
}
/* line 73, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .divide-1-2 {
  max-width: 50%;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 73, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .section-row .divide-1-2 {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 73, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .section-row .divide-1-2 {
    max-width: 100%;
  }
}
/* line 85, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .divide-1-3 {
  max-width: 33.3333%;
}
@media (max-width: 480px) {
  /* line 85, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .section-row .divide-1-3 {
    max-width: 100%;
  }
}
/* line 97, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .divide-1-4 {
  max-width: 25%;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 97, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .section-row .divide-1-4 {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 97, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .section-row .divide-1-4 {
    max-width: 100%;
  }
}
/* line 110, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row.content-with-sidebar .divide-1-3 {
  max-width: 33.3333%;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 110, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .section-row.content-with-sidebar .divide-1-3 {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 110, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .section-row.content-with-sidebar .divide-1-3 {
    max-width: 100%;
  }
}
/* line 123, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .loading {
  width: 96%;
  border: 1px solid;
  position: relative;
  float: left;
  text-align: center;
  margin: 0 2%;
  font-size: 25px;
  color: #999;
  padding: 10px 0;
  margin-top: 20px;
}
@media (min-width: 979px) {
  /* line 135, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .section-row #results-inspiration {
    min-height: 730px;
  }
  /* line 138, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .section-row #results-inspiration .slide-thumbnail {
    height: 178px;
    overflow: hidden;
  }
}
@media (max-width: 481px) {
  /* line 144, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .section-row #results-inspiration .slide-thumbnail {
    height: 237px;
    overflow: hidden;
  }
}
/* line 150, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .pagination-wrap {
  text-align: center;
  clear: both;
}
/* line 156, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .pagination li a, body.smart-irrigation-2015 #main-content .section-row #results-inspiration .pagination li span {
  background: none;
  border: none;
  text-decoration: none;
  color: black;
  line-height: 25px;
}
/* line 163, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .pagination li svg {
  width: 14px;
  height: 25px;
  fill: #bfbfbf;
}
/* line 170, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .pagination li a:hover svg {
  fill: #0776aa;
}
/* line 176, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .pagination li.active a, body.smart-irrigation-2015 #main-content .section-row #results-inspiration .pagination li.active span {
  background: none;
  font-weight: bold;
  color: black;
}
/* line 180, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .pagination li.active a:after, body.smart-irrigation-2015 #main-content .section-row #results-inspiration .pagination li.active span:after {
  content: " ";
  display: block;
  border-bottom: 1px solid black;
  position: relative;
  top: -5px;
}
/* line 187, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .pagination li.active a:hover, body.smart-irrigation-2015 #main-content .section-row #results-inspiration .pagination li.active span:hover {
  color: black;
}
/* line 19, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration select.bs-select-hidden,
body.smart-irrigation-2015 #main-content .section-row #results-inspiration select.selectpicker {
  display: none !important;
}
/* line 24, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
/* line 28, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
/* line 34, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
/* line 45, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
/* line 55, ../sass/_bootstrap-select.scss */
.has-error body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select .dropdown-toggle, .error body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
/* line 60, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.fit-width {
  width: auto !important;
}
/* line 64, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}
/* line 68, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
/* line 75, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
/* line 80, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
/* line 84, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
/* line 91, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group:not(.input-group-btn), body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
/* line 102, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group.dropdown-menu-right, body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
/* line 107, ../sass/_bootstrap-select.scss */
.form-inline body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group, .form-horizontal body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group, .form-group body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group {
  margin-bottom: 0;
}
/* line 113, ../sass/_bootstrap-select.scss */
.form-group-lg body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group.form-control, .form-group-sm body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group.form-control {
  padding: 0;
}
/* line 120, ../sass/_bootstrap-select.scss */
.form-inline body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .form-control {
  width: 100%;
}
/* line 124, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group.disabled,
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
/* line 128, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group.disabled:focus,
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
/* line 133, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group.bs-container {
  position: absolute;
}
/* line 136, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
/* line 143, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  line-height: inherit;
}
/* line 151, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
/* line 160, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
/* line 165, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
/* line 169, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
/* line 179, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
/* line 182, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
/* line 186, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
/* line 190, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #888;
  font-size: 12px;
}
/* line 199, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
/* line 204, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
/* line 208, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
/* line 212, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-menu li a:hover {
  color: #eeba90 !important;
}
/* line 217, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
/* line 222, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px fade(black, 5%);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
/* line 238, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
/* line 246, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
/* line 250, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
/* line 258, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
/* line 265, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
/* line 272, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
/* line 277, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
/* line 288, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
/* line 301, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
/* line 308, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
/* line 317, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
/* line 322, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
/* line 329, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
/* line 336, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bs-searchbox,
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bs-actionsbox,
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bs-donebutton {
  padding: 4px 8px;
}
/* line 342, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
/* line 346, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bs-actionsbox .btn-group button {
  width: 50%;
}
/* line 351, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
/* line 356, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bs-donebutton .btn-group button {
  width: 100%;
}
/* line 362, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
/* line 366, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/* line 373, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select .btn.dropdown-toggle {
  border-color: #e4e4e4;
  border-width: 1px;
  background: white;
  color: black;
  font-size: 15px;
  padding-right: 40px;
  height: 44px;
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
@media (min-width: 767px) {
  /* line 385, ../sass/_bootstrap-select.scss */
  body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select .btn.dropdown-toggle:hover {
    border-color: #e4e4e4;
    background: #f4f4f4;
    color: black;
  }
}
/* line 392, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select .btn.dropdown-toggle .text {
  color: #b7b7b7;
}
/* line 395, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select .btn.dropdown-toggle .bs-caret {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 10px;
}
/* line 400, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select .btn.dropdown-toggle .bs-caret svg {
  position: relative;
  /*width: 23px;
  height: 13px;*/
  width: 16px;
  height: 9px;
  display: inline-block;
  fill: #bfbfbf;
}
/* line 411, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background-clip: border-box;
}
/* line 416, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select .dropdown-menu .text-label {
  display: none;
}
/* line 419, ../sass/_bootstrap-select.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .bootstrap-select .dropdown-menu a {
  padding: 10px 20px;
  text-decoration: none;
  color: black;
}
/* line 195, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .results {
  text-transform: uppercase;
  text-align: center;
}
/* line 198, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .results .total-results {
  color: #eeba90;
}
/* line 201, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .results .bootstrap-select {
  margin: 0 10px;
}
/* line 203, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .results .bootstrap-select .btn-group {
  width: auto;
}
/* line 206, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .results .bootstrap-select .dropdown-toggle {
  background: #f4f4f4;
  color: black;
  border-radius: unset;
}
/* line 210, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .results .bootstrap-select .dropdown-toggle .text-label {
  color: #b7b7b7;
}
/* line 214, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row #results-inspiration .results .bootstrap-select .dropdown-toggle .bs-caret svg {
  fill: #bfbfbf;
  width: 16px;
  height: 9px;
}
/* line 224, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow {
  margin: 75px 0;
  box-shadow: none;
}
/* line 228, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slick-prev:before {
  color: black;
}
/* line 231, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slick-next:before {
  color: black;
}
/* line 234, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slide {
  margin: 0 10px;
}
/* line 236, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slide .slide-content {
  width: 100%;
  text-align: center;
}
/* line 239, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slide .slide-content a {
  margin-bottom: 20px;
  text-decoration: none;
}
/* line 243, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slide .slide-content .slide-image {
  margin-bottom: 10px;
}
/* line 245, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slide .slide-content .slide-image img {
  max-height: 180px;
  margin: 0 auto;
}
/* line 250, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slide .slide-content .slide-text {
  margin-bottom: 30px;
}
/* line 252, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slide .slide-content .slide-text .product-name {
  font-weight: bold;
}
/* line 255, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slide .slide-content .slide-text .product-description {
  padding-right: 0;
}
/* line 259, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slide .slide-content .slide-btn-wrap {
  text-align: center;
}
/* line 262, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slide .slide-content .slide-btn {
  color: white;
  display: inline-block;
  padding: 9px 18px;
  margin: 0 auto;
  background: #5dc5ba;
  -webkit-transition: 0.5s all ease-out;
  -moz-transition: 0.5s all ease-out;
  -ms-transition: 0.5s all ease-out;
  -o-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
}
/* line 269, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slide .slide-content .slide-btn:hover {
  background: #42b8ac;
}
/* line 275, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .section-row .panel-slideshow .slideshow-container .slick-dots {
  margin-left: 0px;
}
/* line 284, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar {
  color: #3F3F3F;
  width: 100%;
  max-width: 25%;
}
@media (max-width: 979px) {
  /* line 284, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar {
    max-width: 100%;
  }
}
/* line 291, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar .button-wrapper {
  margin: 0 15px;
  padding-top: 15px;
}
/* line 294, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar .button-wrapper .button {
  margin-top: 0;
  display: block;
  text-align: center;
}
@media (max-width: 979px) {
  /* line 291, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar .button-wrapper {
    display: none;
  }
}
/* line 303, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar .inner-content {
  padding: 15px;
  margin: 15px;
  background-color: #F1F2F2;
}
/* line 308, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar ul.sidebarnav {
  padding-left: 20px;
  margin-left: 0;
  padding-top: 5px;
}
/* line 312, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar ul.sidebarnav > li {
  margin-left: 5px;
  padding-left: 0;
  list-style: none;
  position: relative;
}
/* line 317, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar ul.sidebarnav > li a {
  cursor: pointer;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}
/* line 322, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar ul.sidebarnav > li a.active {
  font-weight: 600;
}
/* line 326, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar ul.sidebarnav > li:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  left: -20px;
  top: 3px;
  font-size: 13px;
  line-height: 15px;
}
/* line 336, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar ul.sidebarnav li.active {
  color: #003768;
  /*&:before{
  	content: "\f078";
  }*/
}
/* line 338, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar ul.sidebarnav li.active a {
  color: #003768;
}
/* line 346, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar ul.sidebarsubnav {
  padding-left: 0;
  margin-left: 0;
}
/* line 349, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar ul.sidebarsubnav > li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1.1em;
  padding-bottom: 6px;
  font-weight: 500;
}
/* line 361, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .content-withsidebar {
  width: 100%;
  max-width: 75%;
}
@media (max-width: 979px) {
  /* line 361, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .content-withsidebar {
    max-width: 100%;
  }
}
/* line 369, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar nav.navbar.collapse-filter {
  background: #F1F2F2;
  padding: 0 15px;
  margin-bottom: 15px;
}
/* line 375, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar #gallery-filter {
  padding: 0;
}
/* line 379, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-right {
  float: right;
}
/* line 382, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .content-left-withsidebar {
  float: left;
}
/* line 386, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left {
  float: left;
}
/* line 388, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left nav {
  background: none;
  border: none;
  margin-bottom: 0;
}
/* line 393, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left form {
  margin-bottom: 0;
}
/* line 397, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left.gallery .inner-content {
  background-color: white;
  padding: 0px;
}
/* line 400, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left.gallery .inner-content .sidebar-block {
  background-color: #F1F2F2;
  margin-bottom: 20px;
  padding: 15px;
}
/* line 404, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left.gallery .inner-content .sidebar-block .navbar-brand {
  height: 40px;
}
/* line 408, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left.gallery .inner-content .navbar.sidebar-block {
  padding: 0 15px;
}
@media (max-width: 979px) {
  /* line 386, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left {
    /* since 3.1.0 */
  }
  /* line 415, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left .navbar-header {
    float: none;
  }
  /* line 418, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left .navbar-toggle {
    display: block;
  }
  /* line 421, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 425, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 428, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  /* line 432, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left .navbar-nav > li {
    float: none;
  }
  /* line 435, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 439, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* line 444, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left .navbar-collapse.collapse.in {
    display: block !important;
  }
  /* line 447, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .content-with-sidebar .sidebar-left .collapsing {
    overflow: hidden !important;
  }
}
/* line 452, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .content-with-sidebar .content-right-withsidebar {
  float: right;
}
/* line 461, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .back-to-top {
  z-index: 100;
  opacity: 0;
  outline: none;
  padding: 2px 6px 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  position: fixed;
  bottom: 60px;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: #00AFEC;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media (min-width: 481px) {
  /* line 461, ../sass/_layout.scss */
  body.smart-irrigation-2015 #main-content .back-to-top {
    top: 50%;
    right: 20px;
    bottom: initial;
  }
}
/* line 483, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .back-to-top .arrow {
  text-align: center;
  display: block;
  padding-top: 12px;
}
/* line 487, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .back-to-top .arrow svg {
  display: block;
  margin: 0 auto;
  fill: white;
}
/* line 493, ../sass/_layout.scss */
body.smart-irrigation-2015 #main-content .back-to-top .text {
  display: block;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 11.11px;
  line-height: 27.52px;
  letter-spacing: .1em;
  font-weight: 500;
}

/* line 2, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .clear {
  clear: both;
}
/* line 5, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .text-center {
  text-align: center;
}
/* line 8, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .text-right {
  text-align: right;
}
/* line 11, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .text-left {
  text-align: left;
}
/* line 14, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .text-white {
  color: #FFF;
}
/* line 17, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .text-black {
  color: #3F3F3F;
}
/* line 20, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .slick-next {
  z-index: 100;
}
/* line 23, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .slick-prev {
  z-index: 100;
}
/* line 26, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .intro-paragraph {
  font-size: 18px;
}
/* line 29, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .large-icon {
  line-height: 40px;
}
/* line 31, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .large-icon:before {
  font-size: 40px;
  line-height: 40px;
  position: relative;
  top: -10px;
}
/* line 38, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .background-white {
  background-color: #FFF;
  color: #3F3F3F;
}
/* line 42, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .background-grey {
  background-color: #F1F2F2;
}
/* line 45, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .background-green {
  background-color: #8ED500;
}
/* line 48, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .background-green-dull {
  background-color: #87c818;
}
/* line 51, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .background-dark-green {
  background-color: #5B8726;
  color: #FFF;
}
/* line 55, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .background-blue {
  background-color: #00AFEC;
}
/* line 58, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .background-blue-bright {
  background-color: #12b5f5;
}
/* line 61, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .background-beige {
  background-color: #c2b49c;
}
/* line 64, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .background-brown {
  background-color: #8a5d3f;
}
/* line 67, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .background-bright-brown {
  background-color: #ac6b1d;
}
/* line 70, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .background-mid-grey {
  background-color: #e7e7e8;
}
/* line 73, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .background-grass {
  background: url("/themes/smart-irrigation/images/homepage/bg-grass.png") #5B8726;
}
/* line 76, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .text-green {
  color: #93c648;
}
/* line 79, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .inner-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 83, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .inner-spacing-top {
  padding-top: 60px;
}
/* line 86, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .inner-spacing-bottom {
  padding-bottom: 60px;
}
/* line 89, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content table {
  width: 98%;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: left;
}
/* line 94, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content table td:first-child, body.smart-irrigation-2015 #main-content table th:first-child {
  width: 30%;
}
/* line 97, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content table th {
  background-color: #F1F2F2;
}
/* line 101, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content table td, body.smart-irrigation-2015 #main-content table th {
  border: solid 1px #3F3F3F;
  padding: 2%;
  vertical-align: top;
}
/* line 107, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .button {
  padding: 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/* line 114, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .button.button-light {
  background: #FFF;
  color: #3F3F3F;
  -webkit-transition: background 1s ease-in;
  -moz-transition: background 1s ease-in;
  -ms-transition: background 1s ease-in;
  -o-transition: background 1s ease-in;
  transition: background 1s ease-in;
  -webkit-transition: color 1s ease-out;
  -moz-transition: color 1s ease-out;
  -ms-transition: color 1s ease-out;
  -o-transition: color 1s ease-out;
  transition: color 1s ease-out;
}
/* line 119, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .button.button-light:hover, body.smart-irrigation-2015 #main-content .button.button-light:active, body.smart-irrigation-2015 #main-content .button.button-light:focus {
  background: #3F3F3F;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
/* line 128, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .button.button-dark {
  background: #3F3F3F;
  color: #FFF;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
/* line 132, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .button.button-dark:hover, body.smart-irrigation-2015 #main-content .button.button-dark:active, body.smart-irrigation-2015 #main-content .button.button-dark:focus {
  background: #999999;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
/* line 140, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .button.button-grey {
  background: #999999;
  color: #FFF;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
/* line 144, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .button.button-grey:hover, body.smart-irrigation-2015 #main-content .button.button-grey:active, body.smart-irrigation-2015 #main-content .button.button-grey:focus {
  background: #aeaeae;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
/* line 152, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .button.button-full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
/* line 158, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .button.button-half-width {
  max-width: 49%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 158, ../sass/_global.scss */
  body.smart-irrigation-2015 #main-content .button.button-half-width {
    max-width: 100%;
  }
}
/* line 170, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .preview-slide-image .slick-prev {
  left: 15px;
  z-index: 10;
}
/* line 174, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .preview-slide-image .slick-next {
  right: 15px;
}
/* line 177, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .preview-slide-image .slick-dots {
  bottom: 0px;
  padding: 0;
  margin: 0;
}
/* line 183, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .slick-dots li button:before {
  font-size: 10px;
}
/* line 186, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .slick-next:before {
  font-family: FontAwesome;
  content: "\f054";
}
/* line 190, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .slick-prev:before {
  font-family: FontAwesome;
  content: "\f053";
}
/* line 194, ../sass/_global.scss */
body.smart-irrigation-2015 #main-content .fluid-width-video-wrapper {
  position: initial;
}

/* line 2, ../sass/_main.scss */
body.smart-irrigation-2015 #main-content img {
  max-width: 100%;
}

/* Pages */
/* line 1, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
/* line 5, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .banner-section .one-slide {
  text-align: center;
}
/* line 7, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .banner-section .one-slide img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/* line 14, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .banner-section .slick-prev {
  left: 30px;
  z-index: 10;
}
/* line 18, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .banner-section .slick-next {
  right: 40px;
}
/* line 21, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .banner-section .slick-dots {
  bottom: 10px;
  padding: 0;
  margin: 0;
}
/* line 26, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .banner-section .section-row.full-width-banner {
  max-width: 2000px;
}
/* line 29, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .banner-section .inner-content.main-banner {
  margin: 0;
}
/* line 34, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .outlet-section .text-area {
  padding-bottom: 1px;
}
/* line 38, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .box-section {
  text-align: center;
}
/* line 40, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .box-section .text-area {
  color: #FFF;
  display: block;
  padding: 30px 15px;
}
/* line 44, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .box-section .text-area h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
/* line 50, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .box-section .text-area p {
  margin: 0;
}
/* line 55, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item .hoveroverlay {
  position: relative;
  overflow: hidden;
}
/* line 58, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item .hoveroverlay .green-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #8ED500;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 69, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item .text-area {
  background-color: #5B8726;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
}
/* line 73, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item:hover, body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item:active, body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item:focus {
  cursor: pointer;
  cursor: hand;
}
/* line 77, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item:hover .hoveroverlay .green-overlay, body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item:active .hoveroverlay .green-overlay, body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item:focus .hoveroverlay .green-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
/* line 81, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item:hover .text-area, body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item:active .text-area, body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item:focus .text-area {
  color: #3F3F3F;
  background-color: #FFF;
}
/* line 85, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item:hover a, body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item:active a, body.smart-irrigation-2015 #main-content .box-section .inner-content.hover-item:focus a {
  color: #3F3F3F;
  text-decoration: none;
}
/* line 92, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .water-calculator-section {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 96, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .water-calculator-section h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
/* line 103, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section {
  font-size: 17px;
  line-height: 1.2em;
  height: 540px;
}
/* line 107, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section {
  width: 50%;
  height: 100%;
  float: left;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 107, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section {
    height: auto;
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 107, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section {
    height: auto;
    width: 100%;
    float: none;
  }
}
/* line 123, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-left {
  background-image: url("/themes/smart-irrigation/images/homepage/grass.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
/* line 127, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-left .inner-content {
  float: right;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 132, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-left .inner-content .text-area {
  max-width: 60%;
  padding-top: 5%;
}
/* line 135, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-left .inner-content .text-area h3 {
  font-size: 52px;
  padding-bottom: 15px;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 132, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-left .inner-content .text-area {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  /* line 132, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-left .inner-content .text-area {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0;
    max-width: 80%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 127, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-left .inner-content {
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 127, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-left .inner-content {
    float: none;
  }
}
/* line 161, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right {
  background-color: #87c818;
  position: relative;
}
/* line 164, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .flower-wrapper {
  position: absolute;
  left: -106px;
  bottom: 0;
}
@media (max-width: 979px) {
  /* line 164, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .flower-wrapper {
    width: 130px;
    left: -66px;
  }
}
/* line 173, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content {
  max-width: 600px;
  width: 100%;
  float: left;
  padding-bottom: 50px;
  text-align: center;
}
/* line 179, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .slick-dots {
  padding: 0;
  margin: 0;
}
/* line 183, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area {
  max-width: 100%;
  float: right;
  padding: 0;
}
/* line 187, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider {
  width: 100%;
  height: 470px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
/* line 193, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide {
  height: 100%;
}
/* line 195, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide img {
  margin-left: auto;
  margin-right: auto;
}
/* line 199, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide1 {
  padding-top: 50px;
}
/* line 201, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide1 .forty-percent {
  padding-bottom: 20px;
}
/* line 204, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide1 .fifty-percent {
  padding-top: 20px;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 199, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide1 {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  /* line 199, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide1 {
    padding-top: 50px;
  }
}
/* line 214, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide2 {
  padding-top: 85px;
}
/* line 216, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide2 .hundred-thousand {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 220, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide2 .people {
  padding-top: 20px;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 214, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide2 {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  /* line 214, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide2 {
    padding-top: 80px;
  }
}
/* line 230, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide3 {
  padding-top: 110px;
}
/* line 232, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide3 .two-thirds {
  padding-bottom: 20px;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 230, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide3 {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  /* line 230, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide3 {
    padding-top: 100px;
  }
}
/* line 242, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide4 {
  padding-top: 60px;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 242, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide4 {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 242, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .one-slide.slide4 {
    padding-top: 60px;
  }
}
/* line 252, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .inner-slide {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
/* line 257, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .big-text {
  font-size: 190px;
  line-height: 190px;
  font-weight: bold;
  letter-spacing: -3px;
}
/* line 262, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .big-text span {
  font-size: 100px;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 257, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .big-text {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  /* line 257, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .big-text {
    padding-top: 0;
    font-size: 70px;
    line-height: 1.2em;
    font-weight: bold;
  }
  /* line 275, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .big-text span {
    font-size: 35px;
  }
}
/* line 280, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .bigger-text {
  font-size: 60px;
  font-weight: bolder;
  line-height: 1.1em;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 280, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .bigger-text {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  /* line 280, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .bigger-text {
    font-size: 30px;
    line-height: 0.7em;
    font-weight: bold;
  }
}
/* line 297, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .medium-text {
  font-size: 26px;
  line-height: 1.2em;
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 297, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .medium-text {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 480px) {
  /* line 297, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider .medium-text {
    font-size: 20px;
    line-height: 1.2em;
  }
}
@media (max-width: 767px) {
  /* line 187, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area .vertical-slider {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 183, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 183, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 183, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content .text-area {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 173, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 173, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section.section-row-half-right .inner-content {
    max-width: 100%;
    margin-top: 0;
  }
}
/* line 343, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section .inner-content {
  max-width: 600px;
}
/* line 345, ../sass/_pageHomepage.scss */
body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section .inner-content .text-area {
  color: #FFF;
  padding: 15px;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 343, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section .inner-content {
    max-width: none;
  }
}
@media (max-width: 480px) {
  /* line 343, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section .wide-half-section .inner-content {
    max-width: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 103, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section {
    height: auto;
  }
}
@media (max-width: 480px) {
  /* line 103, ../sass/_pageHomepage.scss */
  body.smart-irrigation-2015 #main-content .minibanner-section {
    height: auto;
  }
}

/* line 2, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles {
  font-size: 15px;
  text-align: left;
}
/* line 5, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .text-area {
  color: #3F3F3F;
  background: #F1F2F2;
  display: block;
  padding: 30px 15px;
}
/* line 10, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .text-area .call-to-action, body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .text-area p {
  margin: .5em 0;
}
/* line 13, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .text-area h4 {
  text-transform: none;
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 0;
}
/* line 19, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .text-area .call-to-action {
  font-weight: bold;
}
/* line 22, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .text-area p {
  line-height: 1.2em;
  font-weight: 300;
}
/* line 28, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .inner-content.hover-item .hoveroverlay {
  position: relative;
  overflow: hidden;
}
/* line 31, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .inner-content.hover-item .hoveroverlay .grey-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F1F2F2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 42, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .inner-content.hover-item .text-area {
  background-color: #FFF;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
}
/* line 46, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .inner-content.hover-item:hover {
  cursor: pointer;
  cursor: hand;
}
/* line 50, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .inner-content.hover-item:hover .hoveroverlay .grey-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=25);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
/* line 54, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .inner-content.hover-item:hover .text-area {
  color: #3F3F3F;
  background-color: #F1F2F2;
}
/* line 58, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.smart-thinking-articles .inner-content.hover-item:hover a {
  color: #3F3F3F;
  text-decoration: none;
}
/* line 66, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .article-content-section .text-area {
  margin-top: 2em;
}
/* line 70, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.product-list {
  text-align: center;
}
/* line 72, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.product-list .inner-content.hover-item {
  padding-top: 20px;
  margin-bottom: 0;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: #F1F2F2;
}
/* line 77, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.product-list .inner-content.hover-item .text-area {
  color: #3F3F3F;
  background-color: #F1F2F2;
  display: block;
  padding: 30px 15px;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
/* line 83, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.product-list .inner-content.hover-item .text-area .call-to-action, body.smart-irrigation-2015 #main-content .box-section.product-list .inner-content.hover-item .text-area p {
  margin: .5em 0;
}
/* line 86, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.product-list .inner-content.hover-item .text-area h4 {
  text-transform: none;
  font-size: 15px;
  line-height: 1.2em;
  margin-top: 0;
}
/* line 92, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.product-list .inner-content.hover-item .text-area .call-to-action {
  font-weight: bold;
}
/* line 95, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.product-list .inner-content.hover-item .text-area p {
  font-size: 15px;
  line-height: 1.2em;
}
/* line 100, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.product-list .inner-content.hover-item:hover {
  cursor: pointer;
  cursor: hand;
  background-color: #e6e7e8;
}
/* line 104, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.product-list .inner-content.hover-item:hover .text-area {
  background-color: #e6e7e8;
}
/* line 107, ../sass/_pageSmartThinking.scss */
body.smart-irrigation-2015 #main-content .box-section.product-list .inner-content.hover-item:hover a {
  text-decoration: none;
}

/* line 3, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .sidebar .filterList {
  padding-top: 10px;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
/* line 8, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .sidebar .filterList li {
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 5px;
  font-size: 15px;
}
/* line 13, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .sidebar .filterList li .checkbox {
  margin: 0;
}
/* line 15, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .sidebar .filterList li .checkbox input {
  float: left;
  margin-right: 10px;
  position: relative;
  margin-left: 0;
}
/* line 22, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .sidebar .filterList li label {
  font-weight: normal;
}
/* line 28, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles {
  font-size: 16px;
  text-align: left;
}
/* line 33, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .slide-thumbnail .slick-prev {
  left: 20px;
}
/* line 36, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .slide-thumbnail .slick-next {
  right: 20px;
}
/* line 40, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .text-area {
  color: #3F3F3F;
  background: #F1F2F2;
  display: block;
  padding: 30px 15px;
}
/* line 45, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .text-area .call-to-action, body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .text-area p {
  margin: .5em 0;
}
/* line 48, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .text-area h4 {
  text-transform: none;
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 0;
}
/* line 54, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .text-area .call-to-action {
  font-weight: bold;
}
/* line 57, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .text-area p {
  line-height: 1.2em;
  font-weight: 300;
}
/* line 63, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .inner-content.hover-item .hoveroverlay {
  position: relative;
  overflow: hidden;
}
/* line 66, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .inner-content.hover-item .hoveroverlay .grey-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F1F2F2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 77, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .inner-content.hover-item .text-area {
  background-color: #FFF;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
}
/* line 81, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .inner-content.hover-item:hover {
  cursor: pointer;
  cursor: hand;
}
/* line 85, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .inner-content.hover-item:hover .hoveroverlay .grey-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=25);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
/* line 89, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .inner-content.hover-item:hover .text-area {
  color: #3F3F3F;
  background-color: #F1F2F2;
}
/* line 93, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .box-section.inspiration-articles .inner-content.hover-item:hover a {
  color: #3F3F3F;
  text-decoration: none;
}
/* line 101, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .garden-details {
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
/* line 104, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .garden-details h4 {
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 0;
}
/* line 111, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .garden-description {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.2em;
}
/* line 116, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .slick-next {
  right: 20px;
}
/* line 118, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .slick-next.large-icon {
  right: 30px;
}
/* line 122, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .slick-prev {
  left: 20px;
}
/* line 125, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .inner-content {
  position: relative;
}
/* line 128, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .inner-content .social-share {
  position: absolute;
  right: 0;
  top: -60px;
  font-size: 50px;
}
/* line 134, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .inner-content .social-share a .social-icon {
  font-size: 28px;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
/* line 138, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .inner-content .social-share a:hover, body.smart-irrigation-2015 #main-content .article-content-section .inner-content .social-share a:focus, body.smart-irrigation-2015 #main-content .article-content-section .inner-content .social-share a:active {
  text-decoration: none;
  color: #999999;
}
@media (max-width: 767px) {
  /* line 128, ../sass/_pageInspiration.scss */
  body.smart-irrigation-2015 #main-content .article-content-section .inner-content .social-share {
    position: relative;
    top: -15px;
  }
}
/* line 151, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .article-gallery .gallery-thumb {
  margin: 20px -11px;
}
/* line 153, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .article-gallery .gallery-thumb .image-wrap {
  margin: 0 10px;
}
/* line 155, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .article-gallery .gallery-thumb .image-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 151, ../sass/_pageInspiration.scss */
  body.smart-irrigation-2015 #main-content .article-content-section .article-gallery .gallery-thumb {
    display: none;
  }
}
/* line 166, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .inspiration-plans .display-plans .view-plan {
  display: block;
}
/* line 169, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .inspiration-plans .display-plans .hide-plan {
  display: none;
}
/* line 173, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .inspiration-plans .display-plans.active .view-plan {
  display: none;
}
/* line 176, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .inspiration-plans .display-plans.active .hide-plan {
  display: block;
}
/* line 182, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .article-content-section .inspiration-plans .plans-wrapper {
  display: none;
}
/* line 189, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .sidebar.related-inspiration h4 {
  font-size: 22px;
}
/* line 192, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .sidebar.related-inspiration .sidenav-related-inspiration {
  padding: 0;
  margin: 0;
}
/* line 195, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .sidebar.related-inspiration .sidenav-related-inspiration li {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 199, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .sidebar.related-inspiration .sidenav-related-inspiration li .preview {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 200, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .sidebar.related-inspiration .sidenav-related-inspiration li .preview a {
  display: block;
}
/* line 203, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .sidebar.related-inspiration .sidenav-related-inspiration li .preview .garden-details {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.2em;
}
/* line 208, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .sidebar.related-inspiration .sidenav-related-inspiration li .preview .garden-details h6 {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 0;
}
@media (max-width: 979px) {
  /* line 199, ../sass/_pageInspiration.scss */
  body.smart-irrigation-2015 #main-content .sidebar.related-inspiration .sidenav-related-inspiration li .preview {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 195, ../sass/_pageInspiration.scss */
  body.smart-irrigation-2015 #main-content .sidebar.related-inspiration .sidenav-related-inspiration li {
    width: 33.3333%;
    float: left;
    text-align: center;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 195, ../sass/_pageInspiration.scss */
  body.smart-irrigation-2015 #main-content .sidebar.related-inspiration .sidenav-related-inspiration li {
    width: 33.3333%;
    float: left;
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* line 195, ../sass/_pageInspiration.scss */
  body.smart-irrigation-2015 #main-content .sidebar.related-inspiration .sidenav-related-inspiration li {
    width: 100%;
    float: none;
  }
}
/* line 241, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .inspiration-product-list {
  border-top: solid 1px #d9d9d9;
  padding-top: 30px;
  margin-top: 30px;
  text-align: center;
}
/* line 246, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .inspiration-product-list .text-area {
  text-align: left;
  color: #3F3F3F;
  display: block;
  padding: 0 15px;
}
/* line 251, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .inspiration-product-list .text-area h4 {
  font-size: 15px;
  margin: 0;
  text-transform: none;
}
/* line 256, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .inspiration-product-list .text-area p {
  margin: 0;
}
/* line 261, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .inspiration-product-list .inner-content .text-area {
  background-color: #FFF;
}
/* line 264, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .inspiration-product-list .inner-content:hover, body.smart-irrigation-2015 #main-content .inspiration-product-list .inner-content:active, body.smart-irrigation-2015 #main-content .inspiration-product-list .inner-content:focus {
  cursor: pointer;
  cursor: hand;
}
/* line 267, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .inspiration-product-list .inner-content:hover .text-area, body.smart-irrigation-2015 #main-content .inspiration-product-list .inner-content:active .text-area, body.smart-irrigation-2015 #main-content .inspiration-product-list .inner-content:focus .text-area {
  color: #3F3F3F;
  background-color: #FFF;
}
/* line 275, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div {
  background-color: #3f3f3f;
  color: #ffffff;
  width: 100%;
  padding: 20px 50px;
  height: 250px;
  margin-bottom: -35px !important;
}
@media (max-width: 979px) {
  /* line 275, ../sass/_pageInspiration.scss */
  body.smart-irrigation-2015 #main-content .social-div {
    height: 520px;
  }
}
/* line 285, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div h4 {
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 0;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 979px) {
  /* line 293, ../sass/_pageInspiration.scss */
  body.smart-irrigation-2015 #main-content .social-div .col-xs-3 {
    width: 100%;
    z-index: 100;
  }
}
@media (max-width: 979px) {
  /* line 298, ../sass/_pageInspiration.scss */
  body.smart-irrigation-2015 #main-content .social-div .col-xs-3 .row {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 303, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-3 .row li {
  font-size: 16px;
  line-height: 25px;
  list-style: none outside none;
  margin-left: -25px;
  padding-bottom: 5px;
  padding-left: 0;
  text-transform: uppercase;
}
/* line 311, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-3 .row li a {
  color: #ffffff;
  text-decoration: none;
}
/* line 314, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-3 .row li a img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
/* line 323, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-9 {
  border-left: 1px solid #ffffff;
}
@media (max-width: 979px) {
  /* line 323, ../sass/_pageInspiration.scss */
  body.smart-irrigation-2015 #main-content .social-div .col-xs-9 {
    margin-left: 0px;
    border-left: none;
    border-top: 1px solid #ffffff;
    width: 100%;
  }
}
/* line 331, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-9 .row {
  margin-left: 10px;
}
/* line 333, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-9 .row h4 {
  margin-left: 10px;
}
@media (max-width: 979px) {
  /* line 333, ../sass/_pageInspiration.scss */
  body.smart-irrigation-2015 #main-content .social-div .col-xs-9 .row h4 {
    margin-top: 20px;
  }
}
/* line 340, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-9 .row .slideshow-container .slick-prev:before {
  color: white;
}
/* line 343, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-9 .row .slideshow-container .slick-next:before {
  color: white;
}
/* line 346, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-9 .row .slideshow-container .slide {
  margin-right: 20px;
}
@media (max-width: 979px) {
  /* line 346, ../sass/_pageInspiration.scss */
  body.smart-irrigation-2015 #main-content .social-div .col-xs-9 .row .slideshow-container .slide {
    margin: 0;
  }
}
/* line 351, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-9 .row .slideshow-container .slide .slide-content {
  width: 100%;
  text-align: center;
}
/* line 354, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-9 .row .slideshow-container .slide .slide-content a {
  margin-bottom: 20px;
  text-decoration: none;
}
/* line 358, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-9 .row .slideshow-container .slide .slide-content .slide-image {
  margin-bottom: 10px;
}
/* line 360, ../sass/_pageInspiration.scss */
body.smart-irrigation-2015 #main-content .social-div .col-xs-9 .row .slideshow-container .slide .slide-content .slide-image img {
  max-height: 150px;
  max-width: 135px;
  margin: 0 auto;
}

/* line 4, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-intro-section {
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
  color: #3F3F3F;
}
/* line 9, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-intro-section a {
  color: #93c648;
}
/* line 12, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-intro-section .text-area {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 12, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-intro-section .text-area {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  /* line 12, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-intro-section .text-area {
    max-width: 90%;
  }
}
/* line 26, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-anchor-section .text-area {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 26, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-anchor-section .text-area {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  /* line 26, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-anchor-section .text-area {
    max-width: 90%;
  }
}
/* line 37, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group {
  margin: 0;
}
@media (min-width: 481px) {
  /* line 37, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group {
    margin: 0 -35px;
    padding-top: 1px;
  }
}
/* line 45, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li {
  margin-bottom: 10px;
  padding: 0;
}
@media (min-width: 481px) {
  /* line 45, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li {
    float: left;
    width: 20%;
    padding: 0 5px;
    margin: 0;
  }
}
/* line 57, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li .block-btn {
  display: block;
  background-color: #00AFEC;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 5px;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
/* line 69, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li .block-btn:before,
body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li .block-btn .btn-block-inner {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
/* line 76, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li .block-btn:before {
  content: '';
  width: 0;
  height: 100%;
}
@media (min-width: 768px) {
  /* line 57, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li .block-btn {
    font-size: 18px;
    line-height: 20px;
    padding: 25px 10px;
  }
}
/* line 89, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li .block-btn:after {
  -ms-transform: translateY(100%);
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='87.34' height='96.789' viewBox='0 0 87.34 96.789'%3E%3Cpath fill='none' stroke='%2390D400' stroke-width='5' d='M57.078 50.169S44.127 65.901 44.127 96.402c0 0 3.532-22.594-5.101-31.273'/%3E%3Cpath fill='%2390D400' d='M2 23.547s12.318 61.321 35.313 42.044C60.308 46.314 2 23.547 2 23.547'/%3E%3Cpath fill='none' stroke='%2390D400' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M2 23.547s12.318 61.321 35.313 42.044C60.308 46.314 2 23.547 2 23.547z'/%3E%3Cpath fill='%2357A519' d='M3.568 22.231l35.315 42.072C60.977 45.771 3.568 22.231 3.568 22.231'/%3E%3Cpath fill='none' stroke='%2357A519' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M3.568 22.231l35.315 42.072C60.977 45.771 3.568 22.231 3.568 22.231z'/%3E%3Cpath fill='%2390D400' d='M83.567 2S30.023 34.517 56.058 49.502C82.093 64.488 83.567 2 83.567 2'/%3E%3Cpath fill='none' stroke='%2390D400' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M83.567 2S30.023 34.517 56.058 49.502C82.093 64.488 83.567 2 83.567 2z'/%3E%3Cpath fill='%2357A519' d='M85.34 3.023L57.76 50.526C82.838 64.924 85.34 3.023 85.34 3.023'/%3E%3Cpath fill='none' stroke='%2357A519' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' d='M85.34 3.023L57.76 50.526C82.838 64.924 85.34 3.023 85.34 3.023z'/%3E%3C/svg%3E ");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 48px;
  height: 1em;
  width: 1em;
  position: absolute;
  top: -1em;
  left: 50%;
  margin-left: -0.5em;
}
@media (min-width: 481px) {
  /* line 89, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li .block-btn:after {
    content: '';
  }
}
/* line 112, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li .block-btn.active, body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li .block-btn:hover {
  background-color: #8ED500;
  text-decoration: none;
}
/* line 117, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li .block-btn.active:after, body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li .block-btn:hover:after {
  -ms-transform: translateY(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
/* line 127, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li:first-child .block-btn {
  animation: btnBgToBlue 1400ms ease-out;
  -webkit-animation: btnBgToBlue 1400ms ease-out;
}
/* line 130, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-anchor-section .block-btn-group li:first-child .block-btn:after {
  animation: plantShrink 1400ms ease-out;
  -webkit-animation: plantShrink 1400ms ease-out;
}
/* line 145, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-video-section {
  color: #3F3F3F;
  text-align: center;
}
/* line 148, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-video-section .video-area {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 148, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-video-section .video-area {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  /* line 148, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-video-section .video-area {
    max-width: 90%;
  }
}
/* line 159, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-video-section .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
/* line 164, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-video-section .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 172, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-intro-section {
  color: #3F3F3F;
  font-size: 18px;
  line-height: 1.2em;
  text-align: left;
  padding-bottom: 15px;
}
/* line 178, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-intro-section h3 {
  font-size: 32px;
  line-height: 1.2em;
  color: #3F3F3F;
}
/* line 184, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section {
  color: #3F3F3F;
}
/* line 186, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section {
  position: relative;
  width: 50%;
  float: left;
}
/* line 191, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section.section-row-half-left .inner-content {
  float: right;
}
@media (max-width: 767px) {
  /* line 195, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section.section-row-half-right {
    margin-top: -1px;
  }
}
/* line 200, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section.section-row-half-right .inner-content {
  float: left;
}
/* line 204, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .footer-style {
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1200px) {
  /* line 204, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .footer-style {
    display: none;
  }
}
/* line 213, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content {
  max-width: 600px;
  width: 100%;
  z-index: 100;
  position: relative;
}
/* line 218, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content .one-myth {
  width: 50%;
  float: left;
  position: relative;
}
/* line 222, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content .one-myth .myth-readless {
  display: none;
}
/* line 225, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content .one-myth .myth-readmore {
  display: inline;
}
/* line 228, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content .one-myth .myth-overlay {
  width: 100%;
  height: 100%;
  background-color: #3F3F3F;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
/* line 238, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content .one-myth .one-myth-footer {
  height: 80px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
/* line 246, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content .one-myth .one-myth-footer .myth-call-to-action {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  cursor: pointer;
  cursor: hand;
}
/* line 255, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content .one-myth:hover .myth-overlay, body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content .one-myth.active .myth-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=25);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
/* line 260, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content .one-myth.active .myth-readmore {
  display: none;
}
/* line 263, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content .one-myth.active .myth-readless {
  display: inline;
}
@media (max-width: 480px) {
  /* line 218, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content .one-myth {
    width: 100%;
    float: none;
    position: relative;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 213, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section .inner-content {
    max-width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 186, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  /* line 186, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .wide-half-section {
    width: 100%;
    float: none;
  }
}
/* line 296, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .info-box {
  display: none;
  font-size: 16px;
  line-height: 1.4em;
  color: #FFF;
  font-weight: normal;
  position: relative;
}
/* line 304, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .info-box p:last-child {
  margin-bottom: 0;
}
/* line 308, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .info-box .myth-section {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 400ms ease-out, opacity 0ms ease-out 400ms;
  -moz-transition: max-height 400ms ease-out, opacity 0ms ease-out 400ms;
  -ms-transition: max-height 400ms ease-out, opacity 0ms ease-out 400ms;
  -o-transition: max-height 400ms ease-out, opacity 0ms ease-out 400ms;
  transition: max-height 400ms ease-out, opacity 0ms ease-out 400ms;
  transform-origin: center top;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  z-index: 10;
}
@media (min-width: 481px) {
  /* line 308, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box .myth-section {
    max-height: 1px;
  }
}
/* line 327, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .info-box .myth-section .inner-content p {
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out 100ms;
  -moz-transition: opacity 200ms ease-out 100ms;
  -ms-transition: opacity 200ms ease-out 100ms;
  -o-transition: opacity 200ms ease-out 100ms;
  transition: opacity 200ms ease-out 100ms;
}
/* line 334, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .info-box.myth1 .myth1, body.smart-irrigation-2015 #main-content .si-myth-section .info-box.myth2 .myth2, body.smart-irrigation-2015 #main-content .si-myth-section .info-box.myth3 .myth3, body.smart-irrigation-2015 #main-content .si-myth-section .info-box.myth4 .myth4 {
  -webkit-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
  -moz-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
  -ms-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
  -o-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
  transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
  max-height: 1000px;
  opacity: 1;
}
/* line 340, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .info-box.myth1 .myth1 .inner-content p, body.smart-irrigation-2015 #main-content .si-myth-section .info-box.myth2 .myth2 .inner-content p, body.smart-irrigation-2015 #main-content .si-myth-section .info-box.myth3 .myth3 .inner-content p, body.smart-irrigation-2015 #main-content .si-myth-section .info-box.myth4 .myth4 .inner-content p {
  -webkit-transition: opacity 100ms ease-out 200ms;
  -moz-transition: opacity 100ms ease-out 200ms;
  -ms-transition: opacity 100ms ease-out 200ms;
  -o-transition: opacity 100ms ease-out 200ms;
  transition: opacity 100ms ease-out 200ms;
  opacity: 1;
}
/* line 370, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-full {
  display: block;
}
@media (max-width: 767px) {
  /* line 370, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-full {
    display: none;
  }
}
/* line 378, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-myth-section .info-box .inner-content {
  padding: 15px;
  margin: 0;
}
@media (min-width: 768px) {
  /* line 378, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box .inner-content {
    padding: 30px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 389, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-half {
    display: block;
  }
  /* line 394, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-half.active.myth1.md-myth1 {
    max-height: 1000px;
  }
  /* line 397, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-half.active.myth2.md-myth2 {
    max-height: 1000px;
  }
  /* line 399, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-half.active.myth2.md-myth2 .inner-content {
    float: none;
    max-width: 100%;
  }
  /* line 404, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-half.active.myth3.md-myth3 {
    max-height: 1000px;
  }
  /* line 406, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-half.active.myth3.md-myth3 .inner-content {
    float: none;
    max-width: 100%;
  }
  /* line 411, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-half.active.myth4.md-myth4 {
    max-height: 1000px;
  }
  /* line 413, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-half.active.myth4.md-myth4 .inner-content {
    float: none;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 422, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one {
    display: block;
  }
  /* line 428, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one.active.myth1.sm-myth1 .myth-section {
    -webkit-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    -moz-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    -ms-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    -o-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    max-height: 700px;
    opacity: 1;
  }
  /* line 434, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one.active.myth1.sm-myth1 .myth-section .inner-content p {
    -webkit-transition: opacity 100ms ease-out 200ms;
    -moz-transition: opacity 100ms ease-out 200ms;
    -ms-transition: opacity 100ms ease-out 200ms;
    -o-transition: opacity 100ms ease-out 200ms;
    transition: opacity 100ms ease-out 200ms;
    opacity: 1;
  }
  /* line 440, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one.active.myth1.sm-myth1 .inner-content {
    float: none;
    max-width: 100%;
  }
  /* line 446, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one.active.myth2.sm-myth2 .myth-section {
    -webkit-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    -moz-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    -ms-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    -o-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    max-height: 700px;
    opacity: 1;
  }
  /* line 452, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one.active.myth2.sm-myth2 .myth-section .inner-content p {
    -webkit-transition: opacity 100ms ease-out 200ms;
    -moz-transition: opacity 100ms ease-out 200ms;
    -ms-transition: opacity 100ms ease-out 200ms;
    -o-transition: opacity 100ms ease-out 200ms;
    transition: opacity 100ms ease-out 200ms;
    opacity: 1;
  }
  /* line 458, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one.active.myth2.sm-myth2 .inner-content {
    float: none;
    max-width: 100%;
  }
  /* line 464, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one.active.myth3.sm-myth3 .myth-section {
    -webkit-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    -moz-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    -ms-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    -o-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    max-height: 700px;
    opacity: 1;
  }
  /* line 470, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one.active.myth3.sm-myth3 .myth-section .inner-content p {
    -webkit-transition: opacity 100ms ease-out 200ms;
    -moz-transition: opacity 100ms ease-out 200ms;
    -ms-transition: opacity 100ms ease-out 200ms;
    -o-transition: opacity 100ms ease-out 200ms;
    transition: opacity 100ms ease-out 200ms;
    opacity: 1;
  }
  /* line 476, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one.active.myth3.sm-myth3 .inner-content {
    float: none;
    max-width: 100%;
  }
  /* line 482, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one.active.myth4.sm-myth4 .myth-section {
    -webkit-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    -moz-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    -ms-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    -o-transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    transition: max-height 800ms ease-out, opacity 0ms ease-out 0ms;
    max-height: 700px;
    opacity: 1;
  }
  /* line 488, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one.active.myth4.sm-myth4 .myth-section .inner-content p {
    -webkit-transition: opacity 100ms ease-out 200ms;
    -moz-transition: opacity 100ms ease-out 200ms;
    -ms-transition: opacity 100ms ease-out 200ms;
    -o-transition: opacity 100ms ease-out 200ms;
    transition: opacity 100ms ease-out 200ms;
    opacity: 1;
  }
  /* line 494, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-myth-section .info-box.infobox-one.active.myth4.sm-myth4 .inner-content {
    float: none;
    max-width: 100%;
  }
}
/* line 503, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si {
  font-size: 15px;
  text-align: left;
}
/* line 506, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .text-area {
  color: #3F3F3F;
  display: block;
  padding: 30px 0;
}
/* line 510, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .text-area .call-to-action, body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .text-area p {
  margin: .5em 0;
}
/* line 513, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .text-area h4 {
  text-transform: none;
  font-size: 18px;
  line-height: 1.2em;
  margin-top: 0;
}
/* line 519, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .text-area .call-to-action {
  font-weight: bold;
}
/* line 522, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .text-area p {
  line-height: 1.2em;
  font-weight: 300;
}
/* line 527, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si a:hover {
  text-decoration: none;
}
/* line 530, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .text-area {
  background-color: transparent;
}
/* line 534, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .inner-content.hover-item .hoveroverlay {
  position: relative;
  overflow: hidden;
}
/* line 537, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .inner-content.hover-item .hoveroverlay .grey-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F1F2F2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* line 548, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .inner-content.hover-item .text-area {
  background-color: #F1F2F2;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  -ms-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-out;
}
/* line 552, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .inner-content.hover-item:hover {
  cursor: pointer;
  cursor: hand;
}
/* line 556, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .inner-content.hover-item:hover .hoveroverlay .grey-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
/* line 560, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .inner-content.hover-item:hover .text-area {
  color: #3F3F3F;
  background-color: #F1F2F2;
}
/* line 564, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .inner-content.hover-item:hover a {
  color: #3F3F3F;
  text-decoration: none;
}
/* line 572, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .smart-thinking-articles.page-si .smart-thinking-intro {
  font-size: 18px;
  line-height: 1.2em;
}
/* line 578, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-product-list .inner-content {
  position: relative;
  padding-bottom: 60px;
}
/* line 581, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-product-list .inner-content.intro {
  padding-bottom: 0;
}
/* line 585, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-product-list .inner-content h4 {
  color: #3F3F3F;
  font-size: 22px;
  line-height: 1.2em;
}
/* line 590, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-product-list .inner-content p {
  color: #3F3F3F;
  font-size: 15px;
  line-height: 1.2em;
}
/* line 595, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-product-list .inner-content .button {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
/* line 601, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-product-list .inner-content a:hover, body.smart-irrigation-2015 #main-content .si-product-list .inner-content a:active, body.smart-irrigation-2015 #main-content .si-product-list .inner-content a:focus {
  text-decoration: none;
}
/* line 604, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-product-list .inner-content .text-area {
  display: block;
  position: relative;
  padding-bottom: 56px;
}
/* line 613, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-intro {
  font-size: 18px;
  line-height: 1.2em;
}
/* line 616, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-intro h3 {
  color: #3F3F3F;
  font-size: 32px;
  line-height: 1.2em;
}
/* line 623, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-masonary .one-box-item {
  width: 33.3333%;
  float: left;
}
/* line 626, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-masonary .one-box-item.one-box-item-big {
  width: 66.6666%;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 626, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-masonary .one-box-item.one-box-item-big {
    width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 626, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-masonary .one-box-item.one-box-item-big {
    width: 100%;
  }
}
/* line 637, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-masonary .one-box-item .inner-content {
  text-align: left;
  margin: 15px;
}
/* line 640, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-masonary .one-box-item .inner-content .tip-text {
  margin: 0 30px;
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 200;
}
/* line 647, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-masonary .one-box-item .inner-content .tip-text h5 {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 500;
  padding-top: 0;
}
/* line 653, ../sass/_pageSmartIrrigation.scss */
body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-masonary .one-box-item .inner-content .tip-text li {
  padding-bottom: 8px;
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 623, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-masonary .one-box-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 623, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-masonary .one-box-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 667, ../sass/_pageSmartIrrigation.scss */
  body.smart-irrigation-2015 #main-content .si-smart-tips-section .smart-tips-masonary .one-box-item .divide-1-2 {
    max-width: none;
    float: none;
  }
}
@keyframes plantShrink {
  0% {
    transform: translateY(0);
  }
  66% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes plantShrink {
  0% {
    transform: translateY(0);
  }
  66% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes btnBgToBlue {
  0% {
    background-color: #8ED500;
  }
  66% {
    background-color: #8ED500;
  }
  100% {
    background-color: #00AFEC;
  }
}
@-webkit-keyframes btnBgToBlue {
  0% {
    background-color: #8ED500;
  }
  66% {
    background-color: #8ED500;
  }
  100% {
    background-color: #00AFEC;
  }
}
