.REF {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 20;
}

html,
.InteractivePage {
  background: #202020;
}

.FFTag {
  width: 960px;
  margin: auto;
  text-align: right;
}

.BrowserSupport {
  background: #202020;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 20;
  color: white;
  text-align: center;
}

.BrowserSupport a,
.BrowserSupport a:active,
.BrowserSupport a:visited,
.BrowserSupport a:hover {
  transition-property: color;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  color: #fcb237;
  text-decoration: underline;
}

.BrowserSupport a:hover,
.BrowserSupport a:active:hover,
.BrowserSupport a:visited:hover,
.BrowserSupport a:hover:hover {
  color: white;
}

.BrowserSupport .content {
  padding: 80px;
}

.BrowserSupport h1 {
  text-transform: uppercase;
  font-size: 140%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.Loading {
  background: #767676 url(../images/loading-bgd.jpg) center center no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 19;
  text-align: center;
}

.Loading .content {
  margin: auto;
  margin-top: 355px;
  width: 500px;
}

.Loading .progress-bar {
  position: relative;
}

.Loading .progress-bar .icon {
  position: absolute;
  top: -28px;
  left: -70px;
}

.Loading .progress-bar .bar {
  position: relative;
  background: #404041;
  height: 30px;
  width: 100%;
  border-bottom: 2px solid #8a8a89;
}

.Loading .progress-bar .bar .value {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: white;
  width: 0%;
}

.Loading .progress-bar .label {
  position: absolute;
  width: 100px;
  top: 4px;
  right: -100px;
  color: #fcb237;
  margin-left: 10px;
}

.Loading .progress-bar .label .percent {
  margin-left: 10px;
  color: white;
}

.Loading .progress-bar .title {
  clear: both;
  text-transform: uppercase;
  font-size: 12px;
}

.PageCover {
  background: #202020;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  width: 960px;
  height: 792px;
  z-index: 14;
}

.Interactive {
  position: relative;
  margin: auto;
  width: 960px;
  height: 792px;
  overflow: hidden;
  color: #b6b8ba;
  background: #636e6c;
  font-family: HelveticaLTStdBoldCondensed, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.Interactive .previous-page,
.Interactive .next-page {
  cursor: pointer;
  transition-property: left,right;
  -moz-transition-property: left,right;
  -webkit-transition-property: left,right;
  -o-transition-property: left,right;
  transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  z-index: 15;
  position: absolute;
}

.Interactive .previous-page {
  top: 330px;
  left: -40px;
}

.Interactive .previous-page:hover {
  left: 0px;
}

.Interactive .next-page {
  top: 330px;
  right: -40px;
}

.Interactive .next-page:hover,
.Interactive .next-page.showing {
  right: 0px;
}

.MoreInfo {
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: black;
  font-size: 13px;
  z-index: 11;
  transition-property: color;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
}

.MoreInfo:hover {
  color: white;
}

.Share {
  position: absolute;
  background: url(../images/btn-share-open.png) top left no-repeat;
  bottom: -198px;
  width: 200px;
  height: 250px;
  right: 20px;
  z-index: 11;
  transition-property: bottom;
  -moz-transition-property: bottom;
  -webkit-transition-property: bottom;
  -o-transition-property: bottom;
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
}

.Share .do-shareByEmail {
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 30px;
  width: 21px;
  height: 21px;
  background: url(../images/btn-share-mail.png) top left no-repeat;
}

.Share .content {
  position: relative;
}

.Share .share-twitter {
  position: absolute;
  left: 115px;
  top: 70px;
}

.Share .share-facebook {
  position: absolute;
  left: 29px;
  top: 70px;
}

.Share.show-on-hover .do-shareByEmail:hover {
  background: url(../images/btn-share-mail-hover.png) top left no-repeat;
}

.Share.show-on-hover:hover,
.Share.show-on-hover.is-hover {
  bottom: -110px;
}

.Page a,
.Page a:active,
.Page a:visited,
.Page a:hover {
  transition-property: color;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  color: #fcb237;
  text-decoration: underline;
}

.Page a:hover,
.Page a:active:hover,
.Page a:visited:hover,
.Page a:hover:hover {
  color: white;
}

.Page > .decor {
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.Page > .body {
  position: relative;
  z-index: 10;
}

.Logo {
  position: absolute;
  top: 16px;
  right: 25px;
  z-index: 15;
}

.Navigation {
  position: absolute;
  z-index: 15;
  top: 0px;
  left: 207.5px;
}

.Navigation a {
  position: absolute;
  display: block;
  top: 0px;
  height: 57px;
  text-align: center;
}

.Navigation a,
.Navigation a:active,
.Navigation a:visited,
.Navigation a:hover {
  text-decoration: none;
}

.Navigation h3 {
  position: relative;
  color: white;
  text-decoration: none;
  margin-top: 22px;
  font-size: 11px;
  font-family: HelveticaLTStdBoldCondensed, sans-serif;
  text-transform: uppercase;
}

.Navigation .preload {
  opacity: 0;
  filter: alpha(opacity=0);
}

.Navigation .feature {
  width: 183px;
  background: url(../images/topnav-features-off.png);
}

.Navigation .feature:hover,
.Navigation .feature.current,
.Navigation .feature.preload {
  background: url(../images/topnav-features-on.png);
}

.Navigation .feature h3 {
  margin-left: 40px;
}

.Navigation .benefits {
  left: 183px;
  width: 181px;
  background: url(../images/topnav-benefits-off.png);
}

.Navigation .benefits:hover,
.Navigation .benefits.current,
.Navigation .benefits.preload {
  background: url(../images/topnav-benefits-on.png);
}

.Navigation .results {
  position: absolute;
  left: 364px;
  width: 181px;
  background: url(../images/topnav-results-off.png);
}

.Navigation .results:hover,
.Navigation .results.current,
.Navigation .results.preload {
  background: url(../images/topnav-results-on.png);
}

.Navigation .results h3 {
  margin-right: 40px;
}

.Dialogs .overlay {
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 16;
}

.Dialogs h1 {
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.Dialogs .do-close {
  position: absolute;
  right: -35px;
  top: -35px;
  cursor: pointer;
}

.Dialogs .dialog {
  position: relative;
  margin: auto;
  width: 200px;
  margin-top: 225px;
  padding: 20px;
  z-index: 17;
  background: url(../images/background-gray.png) 20% 20%;
  box-shadow: 2px 2px 10px black;
  -moz-box-shadow: 2px 2px 10px black;
  -webkit-box-shadow: 2px 2px 10px black;
  -o-box-shadow: 2px 2px 10px black;
}

.Dialogs .EmailDialog {
  width: 400px !important;
  height: 200px;
}

.Dialogs .EmailDialog input {
  background: #404041;
  width: 390px;
  padding: 5px;
  font-size: 15px;
  border: 0px solid transparent;
  border-bottom: 1px solid #8e8e8e;
  color: #fcb237;
}

.Dialogs .EmailDialog .do-shareInfographic {
  position: absolute;
  left: 5px;
  bottom: 20px;
}

.Dialogs .EmailDialog .email-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.Dialogs .TweetDialog {
  height: 170px;
}

.Dialogs .TweetDialog .share-twitter {
  position: absolute;
  left: 40px;
}

.Dialogs .TweetDialog .share-facebook {
  position: absolute;
  left: 145px;
}

.Dialogs .DetailsDialog {
  position: absolute;
  width: auto !important;
  height: auto !important;
  margin: 0px;
  padding: 40px;
  top: 80px;
  bottom: 80px;
  left: 80px;
  right: 80px;
  background: #838181 url(../images/disclaimer_bgd.png) top left;
}

.Dialogs .DetailsDialog h1 {
  font-size: 55px;
  margin-top: 20px;
  padding-bottom: 30px;
  font-family: CheapPine;
}

.Dialogs .DetailsDialog h2 {
  color: black;
  font-size: 18px;
  margin-bottom: 20px;
}

.Dialogs .DetailsDialog h3 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 40px;
  text-transform: uppercase;
  font-family: CheapPine;
}

.Dialogs .DetailsDialog ::-webkit-scrollbar {
  width: 15px;
  background: #404041;
}

.Dialogs .DetailsDialog ::-webkit-scrollbar-track {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.Dialogs .DetailsDialog ::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  background: #a6a8ab;
}

.Dialogs .DetailsDialog .scrollable {
  position: absolute;
  top: 130px;
  bottom: 40px;
  left: 40px;
  right: 20px;
  overflow: hidden;
}

.Dialogs .DetailsDialog .scrollable .viewport {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
}

.Dialogs .DetailsDialog .scrollable .content {
  padding-right: 20px;
}

.Dialogs .DetailsDialog .scrollable .scrollbar {
  display: none;
  position: absolute;
  background: black;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 20px;
}

.Dialogs .DetailsDialog .scrollable .cursor {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 10px;
  background: white;
  cursor: move;
}

.Dialogs .DetailsDialog .scrollable p {
  margin-bottom: 1em;
}

.page-features .intro {
  margin-top: 60px;
  text-align: center;
  padding-bottom: 45px;
  background: url(../images/section1-dollardivider.png) center bottom no-repeat;
}

.page-features sup {
  font-size: 70%;
}

.page-features .focus {
  position: relative;
  margin: 30px;
  margin-top: -20px;
  height: 360px;
  text-transform: uppercase;
  color: white;
  font-family: CheapPine;
}

.page-features .focus h1 {
  font-size: 45px;
  line-height: 47px;
}

.page-features .focus .content {
  position: absolute;
  top: 145px;
}

.page-features .focus .align-right h1,
.page-features .focus .align-right p {
  float: right;
  width: 250px;
  text-align: left;
}

.page-features .focus .align-right p img {
  position: relative;
  left: -10px;
}

.page-features .focus .align-right .content {
  right: 0px;
}

.page-features .focus p {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.page-features .focus ul {
  clear: both;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.page-features .focus ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.page-features .decor .car,
.page-features .decor-overlay .car {
  position: absolute;
  left: 170px;
  top: 260px;
}

.page-features .decor .pointerHelper,
.page-features .decor-overlay .pointerHelper {
  position: absolute;
  top: 265px;
  z-index: 13;
}

.page-features .decor .pointerHelper.is-left,
.page-features .decor-overlay .pointerHelper.is-left {
  background: url(../images/section1-engine-pointer-helper.png) bottom right no-repeat;
  left: 30px;
}

.page-features .decor .pointerHelper.is-right,
.page-features .decor-overlay .pointerHelper.is-right {
  background: url(../images/section1-engine-pointer-helper-right.png) bottom left no-repeat;
  right: 30px;
}

.page-features .decor .pointerHelper.is-right .border,
.page-features .decor-overlay .pointerHelper.is-right .border {
  position: absolute;
  right: 0px;
}

.page-features .decor .pointerHelper .border,
.page-features .decor-overlay .pointerHelper .border {
  border-top: 3px solid #fcb237;
}

.page-features .decor .horsepower-pointer,
.page-features .decor-overlay .horsepower-pointer {
  position: absolute;
  top: 355px;
  left: 580px;
  z-index: 13;
}

.page-features .decor .car-overlay,
.page-features .decor-overlay .car-overlay {
  z-index: 12;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.page-features .decor .shadow,
.page-features .decor-overlay .shadow {
  position: absolute;
  top: 190px;
  left: 110px;
}

.page-features .decor .triangle-1,
.page-features .decor-overlay .triangle-1 {
  position: absolute;
  top: 178px;
  left: 550px;
}

.page-features .decor .triangle-2,
.page-features .decor-overlay .triangle-2 {
  position: absolute;
  top: 195px;
  left: 670px;
}

.page-features .decor .background,
.page-features .decor-overlay .background {
  position: absolute;
  top: 420px;
  left: -60px;
}

.page-features .decor .background-2,
.page-features .decor-overlay .background-2 {
  position: absolute;
  top: -60px;
  left: -60px;
}

.page-features .decor .torque-triangle-blue,
.page-features .decor-overlay .torque-triangle-blue {
  position: absolute;
  top: 265px;
  left: 60px;
}

.page-features .decor .torque-triangle-black,
.page-features .decor-overlay .torque-triangle-black {
  position: absolute;
  top: 335px;
  left: 40px;
}

.page-features .decor .torque-car,
.page-features .decor-overlay .torque-car {
  position: absolute;
  top: 235px;
  left: 85px;
}

.page-features .decor .torque-shadow,
.page-features .decor-overlay .torque-shadow {
  position: absolute;
  top: 165px;
  left: 55px;
}

.page-features .decor .torque-pointer,
.page-features .decor-overlay .torque-pointer {
  position: absolute;
  z-index: 13;
  top: 450px;
  left: 245px;
}

.page-features .decor .towing-triangle-green,
.page-features .decor-overlay .towing-triangle-green {
  position: absolute;
  top: 170px;
  left: 575px;
}

.page-features .decor .towing-triangle-black,
.page-features .decor-overlay .towing-triangle-black {
  position: absolute;
  top: 159px;
  left: 670px;
}

.page-features .decor .towing-triangle-yellow,
.page-features .decor-overlay .towing-triangle-yellow {
  position: absolute;
  top: 160px;
  left: 725px;
}

.page-features .decor .towing-car,
.page-features .decor-overlay .towing-car {
  position: absolute;
  top: 255px;
  left: 210px;
}

.page-features .decor .towing-shadow,
.page-features .decor-overlay .towing-shadow {
  position: absolute;
  top: 190px;
  left: 110px;
}

.page-features .decor .towing-pointer,
.page-features .decor-overlay .towing-pointer {
  position: absolute;
  z-index: 13;
  top: 473px;
  left: 680px;
}

.page-features .decor .mpg-triangle-black,
.page-features .decor-overlay .mpg-triangle-black {
  position: absolute;
  top: 170px;
  left: -100px;
}

.page-features .decor .mpg-triangle-blue,
.page-features .decor-overlay .mpg-triangle-blue {
  position: absolute;
  top: 159px;
  left: 10px;
}

.page-features .decor .mpg-car,
.page-features .decor-overlay .mpg-car {
  position: absolute;
  top: 264px;
  left: 63px;
}

.page-features .decor .mpg-shadow,
.page-features .decor-overlay .mpg-shadow {
  position: absolute;
  top: 190px;
  left: 110px;
}

.page-features .decor .mpg-pointer,
.page-features .decor-overlay .mpg-pointer {
  position: absolute;
  top: 475px;
  left: 125px;
}

.page-features .details {
  float: left;
  margin: 30px;
  width: 250px;
  border-top: 1px solid white;
  padding-top: 10px;
}

.page-features .details h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url(../images/section1-column-stroke-left.png) left bottom repeat-x;
}

.page-features .details p {
  line-height: 20px;
}

.page-features .details em {
  color: white;
}

.page-features .chart {
  float: left;
  width: 615px;
}

.page-features .chart h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
  font-family: HelveticaLTStdBoldCondensed, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  background: url(../images/section1-column-stroke-left.png) left bottom repeat-x;
}

.page-features .chart ul {
  list-style-type: none;
}

.page-features .chart ul li {
  margin: 0px;
  padding: 0px;
}

.page-features .chart ul {
  margin: 0px;
  padding: 0px;
}

.page-features .chart ul li {
  display: block;
  width: 100%;
  color: white;
  line-height: 35px;
  margin-bottom: 10px;
}

.page-features .chart ul li .name,
.page-features .chart ul li .bar,
.page-features .chart ul li .sep,
.page-features .chart ul li .value {
  display: block;
  float: left;
}

.page-features .chart ul li .name {
  width: 150px;
  text-transform: uppercase;
  line-height: 15px;
  padding-top: 3px;
}

.page-features .chart ul li .name .make {
  font-size: 13px;
}

.page-features .chart ul li .name .engine {
  font-size: 11px;
  color: #afafaf;
}

.page-features .chart ul li .name .model {
  font-size: 11px;
  color: black;
}

.page-features .chart ul li .bar {
  transition-property: background-color,width;
  -moz-transition-property: background-color,width;
  -webkit-transition-property: background-color,width;
  -o-transition-property: background-color,width;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  background: #808184;
  min-width: 10px;
  height: 35px;
}

.page-features .chart ul li .sep {
  color: #fcb237;
  padding-left: 10px;
  padding-right: 10px;
}

.page-features .chart ul li .value {
  transition-property: font-size;
  -moz-transition-property: font-size;
  -webkit-transition-property: font-size;
  -o-transition-property: font-size;
  transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  position: relative;
  font-size: 150%;
  font-family: CheapPine, sans-serif;
}

.page-features .chart ul li:hover .bar {
  background: white;
}

.page-features .chart ul li:hover .value {
  font-size: 200%;
}

.page-features .chart ul li.highlight .bar {
  background: #fcb237;
}

.page-benefits .decor {
  z-index: 9;
}

.page-benefits .decor img {
  position: absolute;
}

.page-benefits .decor .background {
  top: 257px;
  left: -100px;
}

.page-benefits .decor .background-2 {
  top: -170px;
  left: -100px;
}

.page-benefits em {
  color: white;
}

.page-benefits .transparent {
  color: transparent!important;
}

.page-benefits h1.headline {
  font-family: CheapPine;
  color: white;
  text-transform: uppercase;
  margin-top: 92px;
  margin-left: 39px;
  font-size: 59px;
  line-height: 56px;
}

.page-benefits .intro {
  margin-top: 139px;
  margin-left: 155px;
  margin-right: 155px;
  text-align: center;
  height: 94px;
  overflow: auto;
}

.page-benefits .stats {
  position: absolute;
  top: 336px;
  margin-left: 20px;
  margin-right: 20px;
}

.page-benefits .stats.hidden {
  opacity: 0;
  filter: alpha(opacity=0);
}

.page-benefits .stats .subtitle {
  color: black;
  font-size: 14px;
}

.page-benefits .stats-by-2 .stats-1,
.page-benefits .stats-by-2 .stats-2 {
  width: 50%;
}

.page-benefits .stats-by-3 .stats-1,
.page-benefits .stats-by-3 .stats-2,
.page-benefits .stats-by-3 .stats-3 {
  width: 33.3331%;
}

.page-benefits .stats-1,
.page-benefits .stats-2,
.page-benefits .stats-3 {
  float: left;
}

.page-benefits .stats-1 > .body,
.page-benefits .stats-2 > .body,
.page-benefits .stats-3 > .body {
  margin: 20px;
  margin-bottom: 0px;
  height: 291px;
  position: relative;
}

.page-benefits .stats-1 h2,
.page-benefits .stats-2 h2,
.page-benefits .stats-3 h2,
.page-benefits .stats-1 h3,
.page-benefits .stats-2 h3,
.page-benefits .stats-3 h3 {
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}

.page-benefits .stats-1 h2,
.page-benefits .stats-2 h2,
.page-benefits .stats-3 h2 {
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: -0.5pt;
}

.page-benefits .stats-1 h3,
.page-benefits .stats-2 h3,
.page-benefits .stats-3 h3 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-family: CheapPine, sans-serif;
  font-size: 31px;
  line-height: 33px;
}

.page-benefits .stats-1 ul,
.page-benefits .stats-2 ul,
.page-benefits .stats-3 ul {
  margin: 0;
  padding: 0;
  margin-top: 16px;
}

.page-benefits .stats-1 li,
.page-benefits .stats-2 li,
.page-benefits .stats-3 li {
  margin: 5px;
  margin-left: 0px;
  margin-right: 9px;
  padding: 0;
  float: left;
}

.page-benefits .when-construction .house {
  top: 60px;
  left: 410px;
}

.page-benefits .when-construction .tonka {
  top: 127px;
  left: 185px;
}

.page-benefits .when-construction .worker {
  top: 10px;
  left: -155px;
}

.page-benefits .when-construction .ram {
  top: 180px;
  left: 720px;
}

.page-benefits .when-landscaping .wall {
  top: 214px;
  left: 350px;
}

.page-benefits .when-landscaping .tree {
  top: 50px;
  left: 500px;
}

.page-benefits .when-landscaping .brouette {
  top: 150px;
  left: 40px;
}

.page-benefits .when-landscaping .ram {
  top: 150px;
  left: 650px;
}

.page-benefits .when-landscaping .stats {
  background: url(../images/section2-landscaping-vs.png) center center no-repeat;
  height: 325px;
}

.page-benefits .when-landscaping .stats-1 .icons {
  text-align: center;
  margin-top: 50px;
}

.page-benefits .when-landscaping .stats-2 .icons {
  margin-top: 20px;
  margin-left: 20px;
}

.page-benefits .when-agriculture .corn {
  top: 120px;
  left: 475px;
}

.page-benefits .when-agriculture .farm {
  top: 77px;
  left: 595px;
}

.page-benefits .when-agriculture .horses {
  top: 78px;
  left: 27px;
}

.page-benefits .when-agriculture .truck {
  top: 187px;
  left: 364px;
}

.page-benefits .when-agriculture .stats-2 ul,
.page-benefits .when-agriculture .stats-2 li {
  padding: 0;
  margin: 0;
}

.page-benefits .when-agriculture .stats-2 ul {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -15px;
}

.page-benefits .when-agriculture .stats-2 li {
  margin-right: 3px;
  margin-bottom: 3px;
}

.page-benefits .when-recreation .lifesaver {
  top: 74px;
  left: 20px;
}

.page-benefits .when-recreation .truck {
  left: 235px;
  top: 130px;
}

.page-benefits .when-recreation .vs-1 {
  position: absolute;
  left: 300px;
  top: 55px;
}

.page-benefits .when-recreation .vs-2 {
  position: absolute;
  left: 275px;
  top: 125px;
}

.page-benefits .sections {
  position: absolute;
  top: 175px;
  left: 169px;
}

.page-benefits .sections ul,
.page-benefits .sections li {
  margin: 0px;
  padding: 0px;
}

.page-benefits .sections a {
  display: block;
  float: left;
  width: 153px;
  height: 69px;
}

.page-benefits .sections h3 {
  font-size: 0px;
  color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
}

.page-benefits .sections .preload {
  opacity: 0;
  filter: alpha(opacity=0);
}

.page-benefits .sections .construction {
  background: url(../images/section2-menu-construction.png);
}

.page-benefits .sections .construction.current,
.page-benefits .sections .construction:hover,
.page-benefits .sections .construction.preload {
  background: url(../images/section2-menu-construction-over.png);
}

.page-benefits .sections .landscaping {
  background: url(../images/section2-menu-landscaping.png);
}

.page-benefits .sections .landscaping.current,
.page-benefits .sections .landscaping:hover,
.page-benefits .sections .landscaping.preload {
  background: url(../images/section2-menu-landscaping-over.png);
}

.page-benefits .sections .agriculture {
  background: url(../images/section2-menu-agriculture.png);
}

.page-benefits .sections .agriculture.current,
.page-benefits .sections .agriculture:hover,
.page-benefits .sections .agriculture.preload {
  background: url(../images/section2-menu-agriculture-over.png);
}

.page-benefits .sections .recreation {
  background: url(../images/section2-menu-recreation.png);
}

.page-benefits .sections .recreation.current,
.page-benefits .sections .recreation:hover,
.page-benefits .sections .recreation.preload {
  background: url(../images/section2-menu-recreation-over.png);
}

.page-results .decor {
  z-index: 9;
}

.page-results .decor img {
  position: absolute;
}

.page-results .decor .background {
  top: 257px;
  left: -100px;
}

.page-results .decor .background-2 {
  top: -170px;
  left: -100px;
}

.page-results .decor .big-triangle {
  left: 10px;
  top: 68px;
}

.page-results .decor .green-triangle {
  left: 138px;
  top: 122px;
}

.page-results .decor .gravel {
  left: 385px;
  top: 73px;
}

.page-results .decor .truck {
  left: 345px;
  top: 85px;
}

.page-results .decor .shadow {
  left: 370px;
  top: 280px;
}

.page-results .decor .wheel-left {
  left: 428px;
  top: 210px;
}

.page-results .decor .wheel-right {
  left: 742px;
  top: 210px;
}

.page-results .decor .bubble-1 {
  left: 297px;
  top: 236px;
}

.page-results .decor .bubble-2 {
  left: 274px;
  top: 218px;
}

.page-results .decor .bubble-3 {
  left: 247px;
  top: 236px;
}

.page-results h1.headline {
  font-family: CheapPine;
  color: white;
  text-transform: uppercase;
  margin-top: 68px;
  margin-left: 33px;
  font-size: 59px;
  line-height: 58px;
}

.page-results h2.headline {
  font-family: CheapPine;
  color: white;
  text-transform: uppercase;
  margin-left: 34px;
  margin-top: 12px;
  font-size: 23px;
  line-height: 25px;
}

.page-results h3 {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 16px;
  border-bottom: 1px solid white;
  padding-bottom: 7px;
  margin-bottom: 9px;
}

.page-results .text {
  position: relative;
  top: 3px;
}

.page-results .select {
  position: relative;
  background: #404041 url(../images/section3-btn-dropdown.png) center right no-repeat;
  border: 0px solid transparent;
  color: #fcb237;
  padding: 5px;
  min-width: 200px;
  top: -2px;
  margin-left: 10px;
}

.page-results .select .options {
  position: absolute;
  display: none;
  z-index: 15;
  left: 0px;
  margin-top: 4px;
  width: 210px;
  box-shadow: 5px 5px 10px #202020;
  -moz-box-shadow: 5px 5px 10px #202020;
  -webkit-box-shadow: 5px 5px 10px #202020;
  -o-box-shadow: 5px 5px 10px #202020;
  background: #404041;
  border-top: 1px solid #202020;
}

.page-results .select .option {
  cursor: pointer;
  padding: 5px;
  color: white;
}

.page-results .select .option:hover {
  background: black;
}

.page-results .select:hover .options {
  display: block;
}

.page-results .savings,
.page-results .parameters {
  float: left;
}

.page-results .savings > .body,
.page-results .parameters > .body {
  height: 385px;
  border-bottom: 1px solid white;
  margin-top: 57px;
}

.page-results .savings .body h3 {
  position: relative;
  top: -4px;
  padding-bottom: 1px;
}

.page-results .parameters {
  width: 33.3332%;
}

.page-results .parameters > .body {
  margin-left: 38px;
  margin-right: 3px;
}

.page-results .savings {
  width: 66.6666%;
}

.page-results .savings > .body {
  margin-left: 21px;
  margin-right: 40px;
}

.page-results .slider {
  position: relative;
  height: 47px;
  background: #4c4b4c;
  margin-bottom: 13px;
}

.page-results .slider .rail {
  position: relative;
  top: 21px;
  left: 11px;
  width: 160px;
  height: 5px;
  background: url(../images/section3-crack.png) top left no-repeat;
}

.page-results .slider .cursor {
  position: absolute;
  width: 25px;
  height: 24px;
  background: url(../images/section3-toggle.png) top left no-repeat;
  left: 20%;
  margin-top: -11px;
  margin-left: -12px;
  cursor: move;
}

.page-results .slider .value {
  position: absolute;
  right: 10px;
  top: 14px;
  font-size: 14px;
  color: #eaa532;
  text-transform: uppercase;
  letter-spacing: 0.1pt;
}

.page-results .saving {
  position: relative;
  height: 70px;
}

.page-results .saving img {
  position: absolute;
  left: -1px;
  top: 11px;
}

.page-results .saving .amount {
  position: absolute;
  left: 10px;
  top: 23px;
  height: 22px;
  width: 40%;
  background: #221e1f;
}

.page-results .saving label {
  display: block;
  position: absolute;
  text-align: left;
  right: 2px;
  width: 275px;
  top: 11px;
  font-family: CheapPine;
  color: white;
  text-transform: uppercase;
  font-size: 37px;
  line-height: 44px;
}

.page-results .more {
  margin-left: 328px;
}
