/* line 5, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/tools/ruby215/lib/ruby/gems/2.1.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../scss/partials/_global.scss */
.page {
  position: relative;
  background: white;
  overflow: hidden;
}
/* line 7, ../scss/partials/_global.scss */
.page img {
  max-width: 100%;
  height: auto !important;
}
/* line 12, ../scss/partials/_global.scss */
.page * {
  box-sizing: border-box;
}
/* line 16, ../scss/partials/_global.scss */
.page .icon {
  width: 5em;
  height: 5em;
}
/* line 19, ../scss/partials/_global.scss */
.page .icon-small {
  width: 1.333em;
  height: 1.333em;
}
/* line 25, ../scss/partials/_global.scss */
.page .visually-hidden {
  /*http://developer.yahoo.com/blogs/ydn/posts/2012/10/clip-your-hidden-content-for-better-accessibility/*/
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
/* line 35, ../scss/partials/_global.scss */
.page body:hover .visually-hidden a, .page body:hover .visually-hidden input, .page body:hover .visually-hidden button {
  display: none !important;
}
/* line 1, ../scss/partials/_typography.scss */
.page {
  font-family: 'Neue Frutiger W01', sans-serif;
}
/* line 5, ../scss/partials/_typography.scss */
.page hr {
  border: none;
  height: 1px;
  background: black;
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
}
/* line 16, ../scss/partials/_typography.scss */
.page .slide h1 {
  font-weight: 900;
  font-size: 3.3em;
  text-transform: uppercase;
  color: white;
  margin: 1.75em 0;
  line-height: 0.9em;
  letter-spacing: -0.05em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 800px) {
  /* line 16, ../scss/partials/_typography.scss */
  .page .slide h1 {
    font-size: 3.157em;
  }
}
@media screen and (max-width: 400px) {
  /* line 16, ../scss/partials/_typography.scss */
  .page .slide h1 {
    font-size: 2.369em;
    margin: 0.5em 0;
  }
}
/* line 36, ../scss/partials/_typography.scss */
.page .title h1 {
  font-size: 3.157em;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  margin: 0.75em 0.4em;
}
@media screen and (max-width: 700px) {
  /* line 36, ../scss/partials/_typography.scss */
  .page .title h1 {
    margin: 0.75em 0.2em;
    font-size: 2.369em;
  }
}
/* line 48, ../scss/partials/_typography.scss */
.page .title .icon-<strong>contain</strong>er {
  position: absolute;
  top: 2em;
  right: 2em;
  background-color: white;
  border: 2px solid black;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  /* line 48, ../scss/partials/_typography.scss */
  .page .title .icon-container {
    display: none;
  }
}
/* line 59, ../scss/partials/_typography.scss */
.page .title .icon {
  padding: 1.777em;
  width: 10em;
  height: 10em;
}
/* line 64, ../scss/partials/_typography.scss */
.page .title .inner {
  position: relative;
  overflow: visible !important;
}
/* line 71, ../scss/partials/_typography.scss */
.page article h3 {
  font-size: 1.333em;
  text-transform: uppercase;
  margin-top: 1.333em;
}
/* line 76, ../scss/partials/_typography.scss */
.page article h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  margin-top: 1.333em;
}
/* line 81, ../scss/partials/_typography.scss */
.page article ul {
  list-style: disc;
  padding-left: 1.333em;
  font-weight: 300;
  margin: 0.8em 0;
}
/* line 86, ../scss/partials/_typography.scss */
.page article ul li {
  margin: 0.5em 0;
  line-height: 1.333em;
}
/* line 91, ../scss/partials/_typography.scss */
.page article p {
  line-height: 1.333em;
  max-width: 90%;
  font-weight: 300;
  margin: 0.8em 0;
}
@media screen and (max-width: 600px) {
  /* line 91, ../scss/partials/_typography.scss */
  .page article p {
    max-width: 100%;
  }
}
/* line 99, ../scss/partials/_typography.scss */
.page article p strong {
  font-weight: 500;
}
/* line 102, ../scss/partials/_typography.scss */
.page article p a {
  color: inherit;
}
/* line 105, ../scss/partials/_typography.scss */
.page article p img {
  margin: 1em 0;
}
/* line 108, ../scss/partials/_typography.scss */
.page article p .intro {
  font-weight: 500;
  font-size: 1.2em;
  margin-top: 1.333em;
}
/* line 113, ../scss/partials/_typography.scss */
.page article p .feature {
  display: block;
  font-size: 1.333em;
  line-height: 1.333em;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 1.777em 0;
}
/* line 1, ../scss/partials/_header.scss */
.page .site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 920px) {
  /* line 1, ../scss/partials/_header.scss */
  .page .site-header {
    position: relative;
  }
}
/* line 9, ../scss/partials/_header.scss */
.page .site-header:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 36px;
  width: 50%;
  background: white;
  z-index: -2;
}
/* line 20, ../scss/partials/_header.scss */
.page .site-header .inner {
  position: relative;
  max-width: 78em;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: visible;
}
/* line 24, ../scss/partials/_header.scss */
.page .site-header .inner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
/* line 31, ../scss/partials/_header.scss */
.page .site-header .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 50%;
  height: 36px;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}
@media screen and (max-width: 1150px) {
  /* line 31, ../scss/partials/_header.scss */
  .page .site-header .inner:before {
    width: 100%;
  }
}
/* line 46, ../scss/partials/_header.scss */
.page .site-header .logo {
  padding: 1em;
  float: left;
  box-sizing: border-box;
  width: 60%;
  background: white;
}
@media screen and (max-width: 1150px) {
  /* line 46, ../scss/partials/_header.scss */
  .page .site-header .logo {
    width: 35em;
  }
}
@media screen and (max-width: 920px) {
  /* line 46, ../scss/partials/_header.scss */
  .page .site-header .logo {
    width: 100%;
    text-align: center;
  }
  /* line 56, ../scss/partials/_header.scss */
  .page .site-header .logo img {
    width: 25em;
  }
}
/* line 61, ../scss/partials/_header.scss */
.page .site-header-nav {
  padding: 0;
  float: left;
  box-sizing: border-box;
  width: 60%;
  padding: 0 1em;
  height: 36px;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 1150px) {
  /* line 61, ../scss/partials/_header.scss */
  .page .site-header-nav {
    width: 100%;
  }
}
@media screen and (max-width: 920px) {
  /* line 61, ../scss/partials/_header.scss */
  .page .site-header-nav {
    height: auto;
    background: #f2f2f2;
    padding: 0;
  }
}
/* line 75, ../scss/partials/_header.scss */
.page .site-header-nav .menu-btn {
  display: none;
}
@media screen and (max-width: 920px) {
  /* line 75, ../scss/partials/_header.scss */
  .page .site-header-nav .menu-btn {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  /* line 81, ../scss/partials/_header.scss */
  .page .site-header-nav ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
  /* line 86, ../scss/partials/_header.scss */
  .nav-open .page .site-header-nav ul {
    max-height: 500px;
  }
}
/* line 91, ../scss/partials/_header.scss */
.page .site-header-nav li {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 920px) {
  /* line 91, ../scss/partials/_header.scss */
  .page .site-header-nav li {
    display: block;
    border-top: 1px solid #d8d8d8;
  }
}
/* line 99, ../scss/partials/_header.scss */
.page .site-header-nav a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0.88em 0.66em;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
}
@media screen and (max-width: 920px) {
  /* line 99, ../scss/partials/_header.scss */
  .page .site-header-nav a {
    padding: 0.88em 1.333em;
  }
}
/* line 110, ../scss/partials/_header.scss */
.page .site-header-nav a:hover {
  color: #069081;
}
/* line 114, ../scss/partials/_header.scss */
.page .site-header-nav li ul {
  position: absolute;
  top: 100%;
  left: -9999em;
  width: 12em;
  background-color: white;
  font-size: 0.9em;
}
@media screen and (max-width: 920px) {
  /* line 114, ../scss/partials/_header.scss */
  .page .site-header-nav li ul {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    background: transparent;
    font-size: 0.8em;
  }
}
/* line 129, ../scss/partials/_header.scss */
.page .site-header-nav li ul li {
  border-top: 1px solid #d8d8d8;
  display: block;
}
/* line 132, ../scss/partials/_header.scss */
.page .site-header-nav li ul li:first-child {
  border-top: 0;
}
@media screen and (max-width: 920px) {
  /* line 132, ../scss/partials/_header.scss */
  .page .site-header-nav li ul li:first-child {
    border-top: 1px solid #d8d8d8;
  }
}
@media screen and (max-width: 920px) {
  /* line 138, ../scss/partials/_header.scss */
  .page .site-header-nav li ul li a {
    padding: 0.88em 1.777em;
  }
}
/* line 146, ../scss/partials/_header.scss */
.page .site-header-nav li:hover ul {
  left: 0;
}
/* line 151, ../scss/partials/_header.scss */
.page .site-header .phone {
  padding: 1.3em;
  float: right;
  box-sizing: border-box;
  width: 40%;
  text-align: right;
  font-weight: 900;
  font-size: 1.333em;
  color: white;
}
/* line 26, ../../extensions/griddle/stylesheets/_griddle.scss */
.page .site-header .phone + * {
  clear: left;
}
@media screen and (max-width: 1150px) {
  /* line 151, ../scss/partials/_header.scss */
  .page .site-header .phone {
    width: 17em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 920px) {
  /* line 151, ../scss/partials/_header.scss */
  .page .site-header .phone {
    width: 100%;
    text-align: center;
    padding-top: 0;
    background: white;
    color: black;
  }
  /* line 169, ../scss/partials/_header.scss */
  .page .site-header .phone br {
    display: none;
  }
}
/* line 173, ../scss/partials/_header.scss */
.page .site-header .phone a {
  color: black;
  text-decoration: none;
}
/* line 177, ../scss/partials/_header.scss */
.page .site-header .phone-number {
  margin-top: 0.5em;
  margin-bottom: 0.1em;
  font-size: 1.777em;
  letter-spacing: -0.05em;
  display: inline-block;
}
@media screen and (max-width: 1150px) {
  /* line 177, ../scss/partials/_header.scss */
  .page .site-header .phone-number {
    margin-top: 0;
  }
}
@media screen and (max-width: 920px) {
  /* line 177, ../scss/partials/_header.scss */
  .page .site-header .phone-number {
    font-size: 1em;
  }
}
/* line 190, ../scss/partials/_header.scss */
.page .site-header .phone .icon {
  position: relative;
  top: 0.3em;
  margin-right: 0.2em;
  fill: currentColor;
}
/* line 1, ../scss/partials/_hero.scss */
.page .hero {
  position: relative;
  background: url(../img/slide_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  background-position: center top -3em;
  padding-top: 10.2em;
}
@media screen and (max-width: 700px) {
  /* line 1, ../scss/partials/_hero.scss */
  .page .hero {
    padding-top: 0;
  }
}
/* line 13, ../scss/partials/_hero.scss */
.page .hero .slide {
  max-width: 78em;
  overflow: hidden;
  padding: 0.5em;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: visible;
  z-index: 2;
  position: absolute;
  top: 0;
  left: -9999em;
}
/* line 20, ../scss/partials/_hero.scss */
.page .hero .slide:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
/* line 27, ../scss/partials/_hero.scss */
.page .hero .slide h1 {
  position: relative;
  top: 1em;
  opacity: 0;
  transition: all 1s ease;
  padding: 0.25em;
  float: left;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 600px) {
  /* line 27, ../scss/partials/_hero.scss */
  .page .hero .slide h1 {
    width: 100%;
  }
}
/* line 38, ../scss/partials/_hero.scss */
.page .hero .slide img {
  position: absolute;
  top: -6em;
  right: -8em;
  max-width: 60%;
  opacity: 0;
  transition: all 1s ease;
}
@media screen and (max-width: 1190px) {
  /* line 38, ../scss/partials/_hero.scss */
  .page .hero .slide img {
    top: 3em;
    right: 0;
  }
}
@media screen and (max-width: 1110px) {
  /* line 38, ../scss/partials/_hero.scss */
  .page .hero .slide img {
    top: 4em;
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  /* line 38, ../scss/partials/_hero.scss */
  .page .hero .slide img {
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  /* line 38, ../scss/partials/_hero.scss */
  .page .hero .slide img {
    position: relative;
    top: 0;
    max-width: 95%;
    display: block;
    margin: 0 auto;
  }
}
/* line 64, ../scss/partials/_hero.scss */
.page .hero .slide.active {
  position: relative;
  left: 0;
}
/* line 67, ../scss/partials/_hero.scss */
.page .hero .slide.active h1 {
  top: 0;
  opacity: 1;
}
/* line 71, ../scss/partials/_hero.scss */
.page .hero .slide.active img {
  right: -4em;
  opacity: 1;
}
@media screen and (max-width: 1190px) {
  /* line 71, ../scss/partials/_hero.scss */
  .page .hero .slide.active img {
    right: 0;
  }
}
/* line 80, ../scss/partials/_hero.scss */
.page .hero .hero-text {
  background: #efebc7;
  width: 100%;
}
@media screen and (max-width: 600px) {
  /* line 80, ../scss/partials/_hero.scss */
  .page .hero .hero-text {
    margin-top: -3.5em;
  }
}
/* line 86, ../scss/partials/_hero.scss */
.page .hero .hero-text .inner {
  max-width: 78em;
  overflow: hidden;
  padding: 1.777em;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  /* line 86, ../scss/partials/_hero.scss */
  .page .hero .hero-text .inner {
    padding-top: 4em;
  }
}
/* line 91, ../scss/partials/_hero.scss */
.page .hero .hero-text .inner p {
  max-width: 50%;
  line-height: 1.333em;
  margin: 0.8em 0;
  font-weight: 300;
  font-size: 0.9em;
}
@media screen and (max-width: 900px) {
  /* line 91, ../scss/partials/_hero.scss */
  .page .hero .hero-text .inner p {
    max-width: 100%;
  }
}
/* line 101, ../scss/partials/_hero.scss */
.page .hero .hero-text .inner p.intro {
  font-size: 1.1em;
  font-weight: 500;
}
/* line 109, ../scss/partials/_hero.scss */
.page .title {
  height: auto;
}
@media screen and (max-width: 700px) {
  /* line 109, ../scss/partials/_hero.scss */
  .page .title {
    padding-top: 0;
  }
}
/* line 114, ../scss/partials/_hero.scss */
.page .title .inner {
  max-width: 78em;
  overflow: hidden;
  padding: 0.5em;
  box-sizing: border-box;
  margin: 0 auto;
}
/* line 1, ../scss/partials/_content.scss */
.page .what-we-do {
  max-width: 78em;
  overflow: hidden;
  padding: 1.777em;
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 0;
}
/* line 4, ../scss/partials/_content.scss */
.page .what-we-do p {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0.5em 0 1.777em 0;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 13, ../scss/partials/_content.scss */
.page main {
  max-width: 78.5em;
  overflow: hidden;
  padding: 2em;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  /* line 13, ../scss/partials/_content.scss */
  .page main {
    padding: 1.333em;
  }
}
/* line 18, ../scss/partials/_content.scss */
.page main.two-over-one {
  padding-bottom: 0;
}
/* line 21, ../scss/partials/_content.scss */
.page main article, .page main aside {
  padding: 0;
  float: left;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 600px) {
  /* line 21, ../scss/partials/_content.scss */
  .page main article, .page main aside {
    width: 100%;
  }
}
/* line 27, ../scss/partials/_content.scss */
.page main article.full, .page main aside.full {
  width: 100%;
}
/* line 31, ../scss/partials/_content.scss */
.page main aside {
  padding: 1em 0;
}
/* line 33, ../scss/partials/_content.scss */
.page main aside img {
  width: 100%;
}
/* line 39, ../scss/partials/_content.scss */
.page .bottom {
  max-width: 78.5em;
  overflow: hidden;
  padding: 0.5em;
  box-sizing: border-box;
  margin: 0 auto;
}
/* line 41, ../scss/partials/_content.scss */
.page .bottom .machine-list {
  padding: 1.777em;
}
/* line 44, ../scss/partials/_content.scss */
.page .bottom h2 {
  font-size: 1.777em;
  margin-bottom: 0.5em;
}
/* line 48, ../scss/partials/_content.scss */
.page .bottom table {
  width: 100%;
  font-size: 0.95em;
  margin-bottom: 2em;
}
/* line 52, ../scss/partials/_content.scss */
.page .bottom table thead {
  background: #e5e5e5;
}
/* line 55, ../scss/partials/_content.scss */
.page .bottom table td {
  border: 1px solid #cccccc;
  padding: 0.5em;
}
/* line 62, ../scss/partials/_content.scss */
.page .used-machinery {
  max-width: 100%;
  overflow: hidden;
  padding: 0.5em;
  box-sizing: border-box;
  margin: 0 auto;
}
/* line 64, ../scss/partials/_content.scss */
.page .used-machinery .machine {
  padding: 1em;
  float: left;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 700px) {
  /* line 64, ../scss/partials/_content.scss */
  .page .used-machinery .machine {
    width: 100%;
    padding: 0.5em;
  }
}
/* line 71, ../scss/partials/_content.scss */
.page .used-machinery .machine .owl-next, .page .used-machinery .machine .owl-prev {
  position: absolute;
  bottom: 2.369em;
  display: block;
  padding: 0.5em;
  background: #999999;
  cursor: pointer;
  color: white;
}
/* line 80, ../scss/partials/_content.scss */
.page .used-machinery .machine .owl-next {
  right: -1.333em;
}
/* line 83, ../scss/partials/_content.scss */
.page .used-machinery .machine .owl-prev {
  left: -1.333em;
}
/* line 86, ../scss/partials/_content.scss */
.page .used-machinery .machine .machine-content {
  background-color: #e5e5e5;
  padding: 1.333em;
}
/* line 90, ../scss/partials/_content.scss */
.page .used-machinery .machine .machine-images {
  position: relative;
}
/* line 93, ../scss/partials/_content.scss */
.page .used-machinery .machine .main-img {
  padding: 0.5em;
}
/* line 95, ../scss/partials/_content.scss */
.page .used-machinery .machine .main-img img {
  display: block;
}
/* line 99, ../scss/partials/_content.scss */
.page .used-machinery .machine .thumbnails {
  width: 100%;
}
/* line 101, ../scss/partials/_content.scss */
.page .used-machinery .machine .thumbnails .thumb {
  width: 100%;
  float: left;
  padding: 0.5em;
}
/* line 105, ../scss/partials/_content.scss */
.page .used-machinery .machine .thumbnails .thumb img {
  cursor: pointer;
}
/* line 111, ../scss/partials/_content.scss */
.page .used-machinery .machine-info {
  padding: 0.5em;
}
/* line 113, ../scss/partials/_content.scss */
.page .used-machinery .machine-info-content {
  min-height: 4.2em;
}
/* line 117, ../scss/partials/_content.scss */
.page .used-machinery .machine h2 {
  font-size: 1.777em;
  margin: 0.5em 0;
}
/* line 121, ../scss/partials/_content.scss */
.page .used-machinery .machine .description {
  margin: 0.2em 0;
}
/* line 124, ../scss/partials/_content.scss */
.page .used-machinery .machine .features {
  font-size: 0.95em;
  font-weight: 300;
}
/* line 128, ../scss/partials/_content.scss */
.page .used-machinery .machine .price {
  font-size: 2em;
  margin-top: 0.5em;
}
/* line 135, ../scss/partials/_content.scss */
.page .attachment {
  overflow: hidden;
  margin-top: 1em;
}
/* line 138, ../scss/partials/_content.scss */
.page .attachment p:first-child {
  float: left;
  width: 200px;
  margin-right: 1em;
}
/* line 143, ../scss/partials/_content.scss */
.page .attachment h2 {
  font-size: 1.777em;
  display: block;
  padding-top: 0.5em;
}
/* line 1, ../scss/partials/_footer.scss */
.page footer {
  max-width: 78.5em;
  overflow: hidden;
  padding: 0.5em;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1.777em;
}
@media screen and (max-width: 700px) {
  /* line 1, ../scss/partials/_footer.scss */
  .page footer {
    padding: 0 1.333em;
  }
}
@media screen and (max-width: 400px) {
  /* line 1, ../scss/partials/_footer.scss */
  .page footer {
    padding: 0;
  }
}
/* line 10, ../scss/partials/_footer.scss */
.page footer .column {
  padding: 0.5em;
  float: left;
  box-sizing: border-box;
}
/* line 13, ../scss/partials/_footer.scss */
.page footer .column-1 {
  padding: 0;
  width: 55%;
  margin-top: 1.65em;
}
@media screen and (max-width: 820px) {
  /* line 13, ../scss/partials/_footer.scss */
  .page footer .column-1 {
    width: 100%;
  }
}
/* line 20, ../scss/partials/_footer.scss */
.page footer .column-2 {
  background: #e5e5e5;
  padding: 1em;
  width: 45%;
}
@media screen and (max-width: 820px) {
  /* line 20, ../scss/partials/_footer.scss */
  .page footer .column-2 {
    width: 100%;
  }
}
/* line 28, ../scss/partials/_footer.scss */
.page footer .brand {
  padding: 0;
  float: left;
  box-sizing: border-box;
  width: 20%;
  margin-top: 1.333em;
}
@media screen and (max-width: 400px) {
  /* line 28, ../scss/partials/_footer.scss */
  .page footer .brand {
    width: 100%;
  }
}
/* line 35, ../scss/partials/_footer.scss */
.page footer .brand a {
  display: block;
  background: white;
  min-height: 30px;
  text-align: center;
}
/* line 40, ../scss/partials/_footer.scss */
.page footer .brand a img {
  display: inline-block;
}
/* line 45, ../scss/partials/_footer.scss */
.page footer .btn {
  padding: 1em;
  float: left;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 1020px) {
  /* line 45, ../scss/partials/_footer.scss */
  .page footer .btn {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  /* line 45, ../scss/partials/_footer.scss */
  .page footer .btn {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  /* line 45, ../scss/partials/_footer.scss */
  .page footer .btn {
    width: 100%;
    padding: 0.5em;
  }
}
/* line 59, ../scss/partials/_footer.scss */
.page footer .btn.used a {
  font-size: 1.333em;
  line-height: 1em;
  height: 85px;
  padding-top: 1em;
}
/* line 66, ../scss/partials/_footer.scss */
.page footer .btn a {
  position: relative;
  display: block;
  background: white;
  height: 85px;
  line-height: 85px;
  color: inherit;
  text-decoration: none;
  font-weight: 900;
  text-transform: lowercase;
  font-size: 1.5em;
  padding: 0 1em;
  overflow: hidden;
  box-sizing: border-box;
}
/* line 81, ../scss/partials/_footer.scss */
.page footer .btn .icon {
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  font-size: 45px;
}
/* line 88, ../scss/partials/_footer.scss */
.page footer .bottom {
  font-weight: 700;
  padding: 1.777em 0;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  /* line 88, ../scss/partials/_footer.scss */
  .page footer .bottom {
    padding: 1.333em;
  }
}
/* line 95, ../scss/partials/_footer.scss */
.page footer .bottom .left {
  font-size: 0.8em;
  float: left;
}
/* line 99, ../scss/partials/_footer.scss */
.page footer .bottom .legals {
  font-weight: 300;
  font-size: 0.8em;
  margin-top: 0.75em;
}
/* line 103, ../scss/partials/_footer.scss */
.page footer .bottom .legals a {
  color: inherit;
  text-decoration: none;
  font-family: Georgia, serif;
}
/* line 109, ../scss/partials/_footer.scss */
.page footer .bottom .logo {
  width: 18em;
  max-width: 100%;
  float: right;
}
@media screen and (max-width: 600px) {
  /* line 109, ../scss/partials/_footer.scss */
  .page footer .bottom .logo {
    margin-top: 2em;
  }
}
