@font-face {
  font-family: 'rosewoodfill';
  src: url("../fonts/rosewood-webfont.eot");
  src: url("../fonts/rosewood-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/rosewood-webfont.woff2") format("woff2"), url("../fonts/rosewood-webfont.woff") format("woff"), url("../fonts/rosewood-webfont.ttf") format("truetype"), url("../fonts/rosewood-webfont.svg#rosewoodfill") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 106, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/* line 52, ../sass/modules/_colors.scss */
.history-nav {
  background-color: #737B86;
}

/* line 53, ../sass/modules/_colors.scss */
.fun-facts-nav {
  background-color: #0071B8;
}

/* line 54, ../sass/modules/_colors.scss */
.take-a-ride-nav {
  background-color: #2e7845;
}

/* line 55, ../sass/modules/_colors.scss */
.how-it-works-nav {
  background-color: #FFB802;
}

/* line 56, ../sass/modules/_colors.scss */
.blog-nav {
  background-color: #7B4C01;
}

/* line 57, ../sass/modules/_colors.scss */
.menu-item-573, .shop-nav {
  background-color: #e80409;
}

/* line 58, ../sass/modules/_colors.scss */
.home-nav {
  background-color: #212121;
}

/* line 60, ../sass/modules/_colors.scss */
body.page-id-17 {
  background: #0071B8;
}

/* line 61, ../sass/modules/_colors.scss */
body.page-id-9 {
  background: #737B86;
}

/* line 62, ../sass/modules/_colors.scss */
body.page-id-11 {
  background: #2e7845;
}

/* line 63, ../sass/modules/_colors.scss */
body.page-id-13 {
  background: #FFB802;
}

/* line 64, ../sass/modules/_colors.scss */
body.woocommerce, body.woocommerce-page, body.woocommerce-cart {
  background: #e80409 !important;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/partials/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/partials/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../sass/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/partials/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/partials/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/partials/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: #737b86;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/partials/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/partials/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/partials/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/partials/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/partials/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 33, ../sass/partials/_base.scss */
body {
  background-color: #202020;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

/* line 35, ../sass/partials/_base.scss */
body.blog, body.single, body.search, body.archive, body.error404 {
  background: #7B4C01;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 42, ../sass/partials/_base.scss */
p {
  margin-bottom: 1.5em;
}

/* line 43, ../sass/partials/_base.scss */
h1 {
  color: #737B86;
}

/* line 45, ../sass/partials/_base.scss */
a {
  color: #737B86;
}
/* line 46, ../sass/partials/_base.scss */
a:active {
  color: #fff;
  text-decoration: none;
}
/* line 47, ../sass/partials/_base.scss */
a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 48, ../sass/partials/_base.scss */
a:active, a:focus {
  outline: none;
  text-decoration: none;
}

/* line 51, ../sass/partials/_base.scss */
:active, :focus, :visited {
  outline: none;
  text-decoration: none;
}

/* line 53, ../sass/partials/_base.scss */
img {
  max-width: 100%;
  height: inherit;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 54, ../sass/partials/_base.scss */
.row {
  margin: 0;
  padding: 0;
}

/* line 56, ../sass/partials/_base.scss */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 10, ../sass/partials/_helper.scss */
.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 20, ../sass/partials/_helper.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 27, ../sass/partials/_helper.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 41, ../sass/partials/_helper.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 53, ../sass/partials/_helper.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 67, ../sass/partials/_helper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 74, ../sass/partials/_helper.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 81, ../sass/partials/_helper.scss */
.clearfix {
  *zoom: 1;
}

/* line 13, ../sass/partials/_layout.scss */
.menu-btn-page {
  /* EB hid: @include hamburger(74px,#fff); */
  background: url(../img/overlay-dark.png);
  padding: 10px 15px;
  position: fixed;
}

/* line 14, ../sass/partials/_layout.scss */
.menu-btn {
  /* EB hid: @include hamburger (74px,#fff); */
  padding: 10px 15px;
}

/* line 15, ../sass/partials/_layout.scss */
#menu-header {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  /* EB added */
  font-family: "rosewoodfill", serif;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.1;
  /* padding-right: 30px; */
  min-height: 60px;
  background: url(../img/arrow-down-menu.png) no-repeat bottom center;
  height: 100%;
}

/* line 17, ../sass/partials/_layout.scss */
ul.mobile-social-links {
  padding: 0;
  height: 24px;
  display: none;
}
/* line 64, ../sass/modules/_theme.scss */
ul.mobile-social-links .facebook, ul.mobile-social-links .twitter, ul.mobile-social-links .instagram {
  background: url(../img/social-sprite-home.png);
  height: 24px;
}
/* line 65, ../sass/modules/_theme.scss */
ul.mobile-social-links .twitter {
  width: 33px;
}
/* line 66, ../sass/modules/_theme.scss */
ul.mobile-social-links .facebook {
  width: 21px;
  background-position: 47px center;
}
/* line 67, ../sass/modules/_theme.scss */
ul.mobile-social-links .instagram {
  width: 26px;
  background-position: right center;
}
/* line 68, ../sass/modules/_theme.scss */
ul.mobile-social-links .shop {
  background: url(../img/social-shop-icon.png);
  width: 30px;
  height: 24px;
  margin-right: 7px;
}
/* line 70, ../sass/modules/_theme.scss */
ul.mobile-social-links li {
  list-style: none;
  float: right;
  margin-right: 0;
  height: 24px;
}
/* line 71, ../sass/modules/_theme.scss */
ul.mobile-social-links li:last-child {
  margin-right: 0;
}
/* line 72, ../sass/modules/_theme.scss */
ul.mobile-social-links li a {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  width: 78px;
}

/* line 20, ../sass/partials/_layout.scss */
.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  margin-bottom: 50px;
}

/* line 24, ../sass/partials/_layout.scss */
.menu-btn {
  position: fixed;
  z-index: 999999;
  background: url(../img/overlay-dark.png);
}

/* line 25, ../sass/partials/_layout.scss */
ul.social-links-home {
  padding: 0;
  height: 24px;
  position: absolute;
  top: 40px;
  right: 40px;
}
/* line 64, ../sass/modules/_theme.scss */
ul.social-links-home .facebook, ul.social-links-home .twitter, ul.social-links-home .instagram {
  background: url(../img/social-sprite-home.png);
  height: 24px;
}
/* line 65, ../sass/modules/_theme.scss */
ul.social-links-home .twitter {
  width: 33px;
}
/* line 66, ../sass/modules/_theme.scss */
ul.social-links-home .facebook {
  width: 21px;
  background-position: 47px center;
}
/* line 67, ../sass/modules/_theme.scss */
ul.social-links-home .instagram {
  width: 26px;
  background-position: right center;
}
/* line 68, ../sass/modules/_theme.scss */
ul.social-links-home .shop {
  background: url(../img/social-shop-icon.png);
  width: 30px;
  height: 24px;
  margin-right: 7px;
}
/* line 70, ../sass/modules/_theme.scss */
ul.social-links-home li {
  list-style: none;
  float: right;
  margin-right: 0;
  height: 24px;
}
/* line 71, ../sass/modules/_theme.scss */
ul.social-links-home li:last-child {
  margin-right: 0;
}
/* line 72, ../sass/modules/_theme.scss */
ul.social-links-home li a {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  width: 78px;
}

/* line 26, ../sass/partials/_layout.scss */
.arrow-back-nav {
  background: url(../img/arrow-left.png);
  width: 55px;
  height: 20px;
  margin-left: 35px;
  margin-bottom: 25px;
}

/* line 28, ../sass/partials/_layout.scss */
.fixed-wrapper {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 999;
}

/* line 29, ../sass/partials/_layout.scss */
.fixed-wrapper-page {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

/* line 33, ../sass/partials/_layout.scss */
.content-main {
  position: relative;
  margin: 0 auto;
  border-right: 15px solid black;
  border-left: 15px solid black;
  max-width: 1280px;
}
/* line 33, ../sass/partials/_layout.scss */
.content-main img {
  width: 100%;
}
/* line 34, ../sass/partials/_layout.scss */
.content-main a {
  color: #fff;
}

/* line 42, ../sass/partials/_layout.scss */
section {
  position: relative;
  width: 100%;
}

/* line 43, ../sass/partials/_layout.scss */
section.main {
  height: 600px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background-main.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background-main.jpg', sizingMethod='scale')";
}
/* line 55, ../sass/partials/_layout.scss */
section.main img.logo-print {
  display: none;
}

/* line 59, ../sass/partials/_layout.scss */
section.down-home {
  position: absolute;
  width: 100%;
  bottom: 20px;
  height: 125px;
}

/* line 60, ../sass/partials/_layout.scss */
.down-arrow-home {
  position: relative;
  margin: 0 auto;
  width: 374px;
  background: url(../img/arrow-down.png) no-repeat bottom center;
  height: 100%;
}
/* line 61, ../sass/partials/_layout.scss */
.down-arrow-home h2 {
  font-size: 1.5em;
  font-weight: 100;
  padding: 15px 10px;
  margin: 0;
  font-family: "rosewoodfill", serif;
  text-align: center;
}

/* line 63, ../sass/partials/_layout.scss */
a.down {
  color: white;
}
/* line 64, ../sass/partials/_layout.scss */
a.down:focus {
  color: white;
}

/* line 67, ../sass/partials/_layout.scss */
section.secondary {
  background-color: #2e7845;
  height: 80px;
  padding: 25px;
}

/* line 68, ../sass/partials/_layout.scss */
.schedule-home {
  float: left;
}
/* line 69, ../sass/partials/_layout.scss */
.schedule-home .schedule {
  left: 25px;
  top: 25px;
}

/* line 71, ../sass/partials/_layout.scss */
.mailchimp-signup-home {
  float: right;
}
/* line 30, ../sass/modules/_theme.scss */
.mailchimp-signup-home ::-webkit-input-placeholder {
  color: white;
}
/* line 33, ../sass/modules/_theme.scss */
.mailchimp-signup-home :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
/* line 37, ../sass/modules/_theme.scss */
.mailchimp-signup-home ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
/* line 41, ../sass/modules/_theme.scss */
.mailchimp-signup-home :-ms-input-placeholder {
  color: white;
}
/* line 44, ../sass/modules/_theme.scss */
.mailchimp-signup-home #mc_embed_signup {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 45, ../sass/modules/_theme.scss */
.mailchimp-signup-home #mc_embed_signup form {
  padding: 0 !important;
  margin: 0;
  width: 300px;
}
/* line 46, ../sass/modules/_theme.scss */
.mailchimp-signup-home #mc_embed_signup form div {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 48, ../sass/modules/_theme.scss */
.mailchimp-signup-home #mc_embed_signup form input.email {
  height: 36px;
  background: transparent;
  border: 1px solid white;
  width: 200px;
  float: left;
  padding: 0 0 0 5px;
  margin: 0 !important;
}
/* line 49, ../sass/modules/_theme.scss */
.mailchimp-signup-home #mc_embed_signup form input.email:focus {
  border-color: white;
  outline: 0;
}
/* line 51, ../sass/modules/_theme.scss */
.mailchimp-signup-home #mc_embed_signup form input.button {
  font-size: 16px !important;
  height: 36px;
  width: 100px;
  background: #fff;
  color: #2e7845;
  font-family: "Raleway", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
}
/* line 54, ../sass/modules/_theme.scss */
.mailchimp-signup-home #mc_embed_signup_scroll {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 73, ../sass/partials/_layout.scss */
section.page {
  border-bottom: 15px solid black;
  border-top: 15px solid black;
  height: 399.6px;
}
/* line 74, ../sass/partials/_layout.scss */
section.page h2 {
  font-size: 1.5em;
  line-height: 1.5em;
}
/* line 75, ../sass/partials/_layout.scss */
section.page h2.right {
  text-align: right;
  margin: 125px 50px;
}
/* line 76, ../sass/partials/_layout.scss */
section.page h2.left {
  margin: 125px 25px;
}
/* line 77, ../sass/partials/_layout.scss */
section.page h2.smaller-margin {
  margin-top: 100px !important;
}
/* line 78, ../sass/partials/_layout.scss */
section.page h2.larger-margin {
  margin-top: 150px !important;
}

/* line 84, ../sass/partials/_layout.scss */
section.ride {
  background: #2e7845;
}

/* line 85, ../sass/partials/_layout.scss */
section.works {
  background: #FFB802;
}

/* line 86, ../sass/partials/_layout.scss */
section.history {
  background: #737B86;
}

/* line 87, ../sass/partials/_layout.scss */
section.facts {
  background: #0071B8;
}

/* line 88, ../sass/partials/_layout.scss */
section.blog {
  background: #7B4C01;
}

/* line 91, ../sass/partials/_layout.scss */
section.background {
  height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 99, ../sass/partials/_layout.scss */
.main-logo {
  position: relative;
  margin: 0 auto;
  top: 42px;
  width: 390px;
  height: 194px;
  padding: 20px 20px 10px 20px;
}

/* line 100, ../sass/partials/_layout.scss */
.main-logo-inner {
  width: 100%;
  height: 100%;
  background: url(../img/logo-main.png);
}

/* line 101, ../sass/partials/_layout.scss */
.ride-logo {
  position: absolute;
  left: 25px;
  top: 150px;
  width: 231px;
  height: 148px;
  background: url(../img/logo-take-a-ride.png);
}

/* line 102, ../sass/partials/_layout.scss */
.works-logo, .facts-logo {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 507px;
  height: 292px;
  background: url(../img/logo-how-it-works.png);
}

/* line 103, ../sass/partials/_layout.scss */
.facts-logo {
  width: 520px;
  height: 261px;
  top: 62.5px;
  background: url(../img/logo-plan-visit.png);
}

/* line 104, ../sass/partials/_layout.scss */
.blog-logo {
  position: absolute;
  left: 25px;
  top: 50px;
  width: 280px;
  height: 279px;
  background: url(../img/logo-blog.png);
}

/* line 105, ../sass/partials/_layout.scss */
section.history img {
  height: 100%;
  width: auto;
}

/* line 107, ../sass/partials/_layout.scss */
img.logo-left {
  float: left;
  margin-left: 25px;
  height: 100%;
  width: auto;
}

/* line 108, ../sass/partials/_layout.scss */
img.logo-right {
  float: right;
  margin-right: 25px;
  height: 100%;
  width: auto;
}

/* line 109, ../sass/partials/_layout.scss */
.logo-padding {
  padding: 50px 0;
}

/* line 110, ../sass/partials/_layout.scss */
.logo-padding-more {
  padding: 70px 0 160px 0;
}

/* line 114, ../sass/partials/_layout.scss */
.arrow-right-home {
  position: absolute;
  width: 55px;
  height: 20px;
  right: 25px;
  bottom: 25px;
  background: url(../img/arrow-right.png);
}

/* line 115, ../sass/partials/_layout.scss */
.arrow-left-home {
  position: absolute;
  width: 55px;
  height: 20px;
  left: 25px;
  bottom: 25px;
  background: url(../img/arrow-left.png);
}

/* line 120, ../sass/partials/_layout.scss */
.ride-page-home {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-left: 100%;
  background-color: #A62024;
}

/* line 121, ../sass/partials/_layout.scss */
.works-page-home {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-left: -100%;
}

/* line 122, ../sass/partials/_layout.scss */
.history-page-home {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-left: 100%;
  background-color: #2e7845;
}

/* line 123, ../sass/partials/_layout.scss */
.facts-page-home {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-left: -100%;
  background-color: #d4c8a9;
}

/* line 126, ../sass/partials/_layout.scss */
#menu-shop {
  float: left;
  width: 80%;
}
/* line 130, ../sass/partials/_layout.scss */
#menu-shop ul {
  padding: 0;
}
/* line 133, ../sass/partials/_layout.scss */
#menu-shop li {
  float: left;
  width: auto;
  font-size: 16px;
  list-style-type: none;
  padding: 10px 20px;
}
/* line 139, ../sass/partials/_layout.scss */
#menu-shop li a {
  color: #fff;
}

/* line 144, ../sass/partials/_layout.scss */
footer {
  position: relative;
  width: 100%;
  min-height: 75px;
  background: #000;
  font-size: 10px;
  color: #888;
  padding: 25px;
  text-align: center;
}
/* line 145, ../sass/partials/_layout.scss */
footer p {
  clear: both;
}
/* line 146, ../sass/partials/_layout.scss */
footer a {
  color: #888;
  font-weight: 600;
}
/* line 147, ../sass/partials/_layout.scss */
footer a:hover {
  text-decoration: underline;
}

/* line 150, ../sass/partials/_layout.scss */
.menu-footer-menu-container {
  display: table;
  margin: 0 auto;
}

/* line 151, ../sass/partials/_layout.scss */
#menu-footer-menu {
  height: 50px;
  display: table;
  margin: 0 auto;
  padding: 0;
}

/* line 160, ../sass/partials/_layout.scss */
.footer-menu ul {
  padding: 0;
}
/* line 163, ../sass/partials/_layout.scss */
.footer-menu li {
  float: left;
  width: auto;
  font-size: 16px;
  list-style-type: none;
  padding: 10px 20px;
}
/* line 169, ../sass/partials/_layout.scss */
.footer-menu li a {
  color: #fff;
}

/* EB changed from 74px */
/* line 10, ../sass/partials/_pages.scss */
img.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
}

/* line 11, ../sass/partials/_pages.scss */
.arrow-right {
  background: url(../img/arrow-right.png);
  position: absolute;
  top: 150px;
  right: 0;
  width: 84px;
  height: 42px;
}

/* line 12, ../sass/partials/_pages.scss */
.mailchimp-signup-page {
  width: 300px;
}
/* line 30, ../sass/modules/_theme.scss */
.mailchimp-signup-page ::-webkit-input-placeholder {
  color: white;
}
/* line 33, ../sass/modules/_theme.scss */
.mailchimp-signup-page :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
/* line 37, ../sass/modules/_theme.scss */
.mailchimp-signup-page ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
/* line 41, ../sass/modules/_theme.scss */
.mailchimp-signup-page :-ms-input-placeholder {
  color: white;
}
/* line 44, ../sass/modules/_theme.scss */
.mailchimp-signup-page #mc_embed_signup {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 45, ../sass/modules/_theme.scss */
.mailchimp-signup-page #mc_embed_signup form {
  padding: 0 !important;
  margin: 0;
  width: 300px;
}
/* line 46, ../sass/modules/_theme.scss */
.mailchimp-signup-page #mc_embed_signup form div {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 48, ../sass/modules/_theme.scss */
.mailchimp-signup-page #mc_embed_signup form input.email {
  height: 36px;
  background: transparent;
  border: 1px solid white;
  width: 200px;
  float: left;
  padding: 0 0 0 5px;
  margin: 0 !important;
}
/* line 49, ../sass/modules/_theme.scss */
.mailchimp-signup-page #mc_embed_signup form input.email:focus {
  border-color: white;
  outline: 0;
}
/* line 51, ../sass/modules/_theme.scss */
.mailchimp-signup-page #mc_embed_signup form input.button {
  font-size: 16px !important;
  height: 36px;
  width: 100px;
  background: #fff;
  color: #2e7845;
  font-family: "Raleway", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
}
/* line 54, ../sass/modules/_theme.scss */
.mailchimp-signup-page #mc_embed_signup_scroll {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 13, ../sass/partials/_pages.scss */
.mailchimp-signup-page-visit {
  width: 300px;
}
/* line 30, ../sass/modules/_theme.scss */
.mailchimp-signup-page-visit ::-webkit-input-placeholder {
  color: white;
}
/* line 33, ../sass/modules/_theme.scss */
.mailchimp-signup-page-visit :-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
/* line 37, ../sass/modules/_theme.scss */
.mailchimp-signup-page-visit ::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
/* line 41, ../sass/modules/_theme.scss */
.mailchimp-signup-page-visit :-ms-input-placeholder {
  color: white;
}
/* line 44, ../sass/modules/_theme.scss */
.mailchimp-signup-page-visit #mc_embed_signup {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 45, ../sass/modules/_theme.scss */
.mailchimp-signup-page-visit #mc_embed_signup form {
  padding: 0 !important;
  margin: 0;
  width: 300px;
}
/* line 46, ../sass/modules/_theme.scss */
.mailchimp-signup-page-visit #mc_embed_signup form div {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 48, ../sass/modules/_theme.scss */
.mailchimp-signup-page-visit #mc_embed_signup form input.email {
  height: 36px;
  background: transparent;
  border: 1px solid white;
  width: 200px;
  float: left;
  padding: 0 0 0 5px;
  margin: 0 !important;
}
/* line 49, ../sass/modules/_theme.scss */
.mailchimp-signup-page-visit #mc_embed_signup form input.email:focus {
  border-color: white;
  outline: 0;
}
/* line 51, ../sass/modules/_theme.scss */
.mailchimp-signup-page-visit #mc_embed_signup form input.button {
  font-size: 16px !important;
  height: 36px;
  width: 100px;
  background: #fff;
  color: #0071B8;
  font-family: "Raleway", sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
}
/* line 54, ../sass/modules/_theme.scss */
.mailchimp-signup-page-visit #mc_embed_signup_scroll {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 16, ../sass/partials/_pages.scss */
.heading-page {
  width: 94px;
  position: relative;
  margin-right: 0;
  margin-left: 25px;
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
}

/* line 17, ../sass/partials/_pages.scss */
h1.heading-visit {
  height: 1058px;
  background: url(../img/heading-plan-visit.png) no-repeat;
  margin-top: 100px;
}

/* line 18, ../sass/partials/_pages.scss */
h1.heading-history {
  height: 684px;
  background: url(../img/heading-how-it-began.png) no-repeat;
  margin-top: 100px;
}

/* line 19, ../sass/partials/_pages.scss */
h1.heading-ride {
  height: 602px;
  background: url(../img/heading-take-a-ride.png) no-repeat;
  margin-top: 100px;
}

/* line 20, ../sass/partials/_pages.scss */
h1.heading-works {
  height: 701px;
  background: url(../img/heading-how-it-works.png) no-repeat;
  margin-top: 100px;
}

/* line 21, ../sass/partials/_pages.scss */
h1.heading-blog {
  height: 256px;
  background: url(../img/heading-blog.png) no-repeat;
  margin-top: 100px;
}

/* line 22, ../sass/partials/_pages.scss */
h1.heading-shop {
  height: 256px;
  background: url(../img/heading-shop.png) no-repeat;
  margin-top: 100px;
}

/* line 26, ../sass/partials/_pages.scss */
.content-page {
  max-width: 875px;
}

/* line 27, ../sass/partials/_pages.scss */
.timeline {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
}

/* line 28, ../sass/partials/_pages.scss */
.ride-content, .content-plan-your-visit {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
}

/* line 30, ../sass/partials/_pages.scss */
.content-works {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}

/* line 31, ../sass/partials/_pages.scss */
.content-shop {
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
}

/* line 35, ../sass/partials/_pages.scss */
.arrow-page {
  width: 74px;
  height: 37px;
  margin-top: 90px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: fixed;
}

/* line 36, ../sass/partials/_pages.scss */
.arrow-page-inner {
  width: 100%;
  height: 100%;
  background: url(../img/arrow-left.png) no-repeat center;
}

/* line 40, ../sass/partials/_pages.scss */
.ride-page-item, .visit-page-item, .shop-page-item {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  background-image: url(../img/overlay-dark.png);
  padding: 30px;
  margin-bottom: 25px;
}
/* line 41, ../sass/partials/_pages.scss */
.ride-page-item h2, .visit-page-item h2, .shop-page-item h2 {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  padding-top: 0;
  margin-top: 0;
  font-weight: 600;
}

/* line 43, ../sass/partials/_pages.scss */
.ride-page-button {
  position: relative;
  margin: 10px 20%;
  width: 60%;
  border: 2px solid white;
  padding: 12px;
  background: url(../img/overlay-dark.png);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 5px #333333;
  -webkit-box-shadow: 0px 5px #333333;
  box-shadow: 0px 5px #333333;
}

/* line 44, ../sass/partials/_pages.scss */
.ride-page-map {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 10px solid white;
  background: white;
  margin-bottom: 25px;
  height: 420px;
  -moz-box-shadow: 0px 5px #333333;
  -webkit-box-shadow: 0px 5px #333333;
  box-shadow: 0px 5px #333333;
}
/* line 45, ../sass/partials/_pages.scss */
.ride-page-map iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* line 47, ../sass/partials/_pages.scss */
.ride-content a, .content-plan-your-visit a {
  color: white;
  text-decoration: underline;
}

/* line 48, ../sass/partials/_pages.scss */
ul.social-links-page {
  padding: 0;
  height: 24px;
}
/* line 64, ../sass/modules/_theme.scss */
ul.social-links-page .facebook, ul.social-links-page .twitter, ul.social-links-page .instagram {
  background: url(../img/social-sprite-home.png);
  height: 24px;
}
/* line 65, ../sass/modules/_theme.scss */
ul.social-links-page .twitter {
  width: 33px;
}
/* line 66, ../sass/modules/_theme.scss */
ul.social-links-page .facebook {
  width: 21px;
  background-position: 47px center;
}
/* line 67, ../sass/modules/_theme.scss */
ul.social-links-page .instagram {
  width: 26px;
  background-position: right center;
}
/* line 68, ../sass/modules/_theme.scss */
ul.social-links-page .shop {
  background: url(../img/social-shop-icon.png);
  width: 30px;
  height: 24px;
  margin-right: 7px;
}
/* line 70, ../sass/modules/_theme.scss */
ul.social-links-page li {
  list-style: none;
  float: right;
  margin-right: 0;
  height: 24px;
}
/* line 71, ../sass/modules/_theme.scss */
ul.social-links-page li:last-child {
  margin-right: 0;
}
/* line 72, ../sass/modules/_theme.scss */
ul.social-links-page li a {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  width: 78px;
}

/* line 58, ../sass/partials/_pages.scss */
.timeline .col-sm-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 59, ../sass/partials/_pages.scss */
.timeline img {
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}

/* line 60, ../sass/partials/_pages.scss */
.timeline-beginning, .timeline-end {
  position: relative;
  margin: 0 auto;
  width: 178px;
  height: 49px;
  background: url(../img/timeline-beginning.png);
}

/* line 61, ../sass/partials/_pages.scss */
.timeline-end {
  background: url(../img/timeline-future.png);
  margin-bottom: 1.5em;
}

/* line 63, ../sass/partials/_pages.scss */
.time-line-left {
  border-right: 2px solid white;
  padding-right: 40px;
}
/* line 65, ../sass/partials/_pages.scss */
.time-line-left .timeline-item .content-timeline-item {
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  padding: 40px 30px 0 30px;
  margin-right: 20px;
}
/* line 66, ../sass/partials/_pages.scss */
.time-line-left .timeline-item .small-border {
  border-top: 2px solid white;
  position: absolute;
  height: 0;
  width: 20px;
}
/* line 67, ../sass/partials/_pages.scss */
.time-line-left .timeline-item .larger-border, .time-line-left .timeline-item .larger-border-today {
  border-top: 2px solid white;
  position: absolute;
  height: 0;
  width: 43%;
  right: 60px;
}
/* line 68, ../sass/partials/_pages.scss */
.time-line-left .timeline-item .larger-border-today {
  width: 35%;
}
/* line 69, ../sass/partials/_pages.scss */
.time-line-left .timeline-item h2.timeline-date {
  padding-left: 30px;
}
/* line 71, ../sass/partials/_pages.scss */
.time-line-left .img-item {
  padding: 30px 50px 20px 30px;
}

/* line 74, ../sass/partials/_pages.scss */
.time-line-right {
  padding-left: 40px;
}
/* line 76, ../sass/partials/_pages.scss */
.time-line-right .timeline-item .content-timeline-item {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  padding: 40px 30px 0 30px;
  margin-left: 20px;
}
/* line 77, ../sass/partials/_pages.scss */
.time-line-right .timeline-item .small-border {
  border-top: 2px solid white;
  position: absolute;
  height: 0;
  width: 20px;
  right: 15px;
}
/* line 78, ../sass/partials/_pages.scss */
.time-line-right .timeline-item .larger-border, .time-line-right .time-line-left .timeline-item .larger-border-today, .time-line-left .time-line-right .timeline-item .larger-border-today {
  border-top: 2px solid white;
  position: absolute;
  height: 0;
  width: 43%;
  left: 60px;
}
/* line 79, ../sass/partials/_pages.scss */
.time-line-right .timeline-item h2.timeline-date {
  padding-right: 30px;
  text-align: right;
}
/* line 81, ../sass/partials/_pages.scss */
.time-line-right .img-item {
  padding: 30px 30px 20px 50px;
}

/* line 85, ../sass/partials/_pages.scss */
.timeline-item h2.timeline-date {
  font-size: 4em;
  margin: 0 0 -37px 0;
  padding: 0;
  font-family: "rosewoodfill", serif;
}

/* line 90, ../sass/partials/_pages.scss */
.arrow-left-timeline {
  position: absolute;
  right: 0;
  width: 79px;
  height: 26px;
  background: url(../img/arrow-left-timeline.png);
}

/* line 91, ../sass/partials/_pages.scss */
.arrow-right-timeline {
  position: absolute;
  left: 0;
  width: 79px;
  height: 26px;
  background: url(../img/arrow-right-timeline.png);
}

/* line 94, ../sass/partials/_pages.scss */
.item-margin {
  margin-top: 125px;
}

/* line 96, ../sass/partials/_pages.scss */
.timeline-mobile {
  display: none;
  padding: 15px;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}

/* line 97, ../sass/partials/_pages.scss */
.timeline-item-mobile {
  border-bottom: 1px solid white;
}
/* line 98, ../sass/partials/_pages.scss */
.timeline-item-mobile img {
  padding-bottom: 1.5em;
}

/* line 100, ../sass/partials/_pages.scss */
h2.timeline-date {
  font-size: 4em;
  font-family: "rosewoodfill", serif;
}

/* line 105, ../sass/partials/_pages.scss */
.content-works img {
  width: 80%;
  margin: 0 10%;
  height: inherit;
}

/* line 109, ../sass/partials/_pages.scss */
.content-shop {
  margin-top: 10px;
  width: 990px;
}

/* line 113, ../sass/partials/_pages.scss */
.content-shop h1 {
  color: #fff;
  margin-top: 0;
}

/* line 117, ../sass/partials/_pages.scss */
.page-template-shop-page {
  background-color: #e80409;
}

/* line 120, ../sass/partials/_pages.scss */
.shop-page-item {
  min-height: 500px;
}

/* line 122, ../sass/partials/_pages.scss */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 30%;
  margin: 0 5% 2.992em 0;
}

/* line 126, ../sass/partials/_pages.scss */
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin: 0 0 2.992em 0;
}

/* line 129, ../sass/partials/_pages.scss */
.content-shop a {
  color: white;
  text-decoration: none;
}

/* line 131, ../sass/partials/_pages.scss */
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #FFB802;
}

/* line 134, ../sass/partials/_pages.scss */
.woocommerce ul.products li.product .button {
  margin-top: 1em;
  float: left;
  clear: both;
}

/* line 139, ../sass/partials/_pages.scss */
.woocommerce a.added_to_cart {
  margin-top: 2em;
  margin-left: 15px;
}

/* Hide Reviews tabs */
/* line 144, ../sass/partials/_pages.scss */
.woocommerce-tabs {
  display: none;
}

/* line 146, ../sass/partials/_pages.scss */
.related.products {
  clear: both;
}

/* line 148, ../sass/partials/_pages.scss */
.woocommerce .quantity .qty {
  min-height: 40px;
  margin-right: 5px;
}

/* line 153, ../sass/partials/_pages.scss */
input {
  color: #737b86;
}

/* line 155, ../sass/partials/_pages.scss */
.content-shop .post {
  background-image: url(../img/overlay-dark.png);
}

/* line 159, ../sass/partials/_pages.scss */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #2e7845;
}

/* line 163, ../sass/partials/_pages.scss */
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #2e7845 url(../img/overlay-dark.png);
}

/* line 167, ../sass/partials/_pages.scss */
.view-cart {
  float: right;
  width: auto;
}

/* line 171, ../sass/partials/_pages.scss */
.view-cart a.button {
  margin-right: 50px;
  margin-bottom: 1px;
}

/* line 175, ../sass/partials/_pages.scss */
.woocommerce-cart table.cart img {
  width: 64px;
}

/* line 179, ../sass/partials/_pages.scss */
#billing_company_field {
  display: none;
}

/* line 182, ../sass/partials/_pages.scss */
.product .amount {
  float: left;
}

/* line 185, ../sass/partials/_pages.scss */
.cart_totals .amount, #order_review .amount, product-total .amount {
  float: right;
}

/* line 188, ../sass/partials/_pages.scss */
.product-total {
  text-align: right;
}

/* line 191, ../sass/partials/_pages.scss */
.order_details .product-total {
  text-align: left;
}

/* line 194, ../sass/partials/_pages.scss */
.woocommerce-cart .cart-collaterals .cart_totals p small {
  font-style: italic;
  color: #fff;
}

/* line 199, ../sass/partials/_pages.scss */
.radio, .checkbox {
  padding-left: 0;
  margin-top: 0;
}

/* line 203, ../sass/partials/_pages.scss */
.radio label, label.checkbox {
  font-weight: normal;
  cursor: pointer;
}

/* checkout page */
/* line 208, ../sass/partials/_pages.scss */
.woocommerce table.shop_table {
  width: 80%;
}

/* line 211, ../sass/partials/_pages.scss */
#add_payment_method #payment, .woocommerce-checkout #payment label {
  color: #515151;
}

/* line 214, ../sass/partials/_pages.scss */
#add_payment_method #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  display: inline-block;
  margin-right: 3px;
}

/* line 218, ../sass/partials/_pages.scss */
#add_payment_method #payment, .woocommerce-checkout #payment {
  width: 80%;
}

/* line 221, ../sass/partials/_pages.scss */
#payment a {
  color: #515151;
}

/* individual product page */
/* line 225, ../sass/partials/_pages.scss */
.woocommerce div.product .product_title {
  margin-top: 25px;
}

/* line 228, ../sass/partials/_pages.scss */
.woocommerce div.product p.price {
  width: 100%;
  float: left;
}

/* line 232, ../sass/partials/_pages.scss */
.amount {
  float: left;
}

/* 404 */
/* line 240, ../sass/partials/_pages.scss */
.error404 .content-page {
  padding: 0 25px;
}

/* line 243, ../sass/partials/_pages.scss */
.error404 h2 {
  margin-bottom: 30px;
}

/* line 246, ../sass/partials/_pages.scss */
.fourofourlinks {
  margin: 45px auto;
}

/* line 249, ../sass/partials/_pages.scss */
.button {
  position: relative;
  margin: 10px 100%-auto/2;
  width: auto;
  border: 2px solid white;
  padding: 10px 20px;
  background: url(../img/overlay-dark.png);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 5px #333333;
  -webkit-box-shadow: 0px 5px #333333;
  box-shadow: 0px 5px #333333;
  margin-right: 30px;
}

/* line 4, ../sass/partials/_blog.scss */
header.blog {
  width: 100%;
  height: 120px;
  padding: 40px 15px;
}
/* line 5, ../sass/partials/_blog.scss */
header.blog nav.main, header.blog nav.page {
  float: right;
}
/* line 6, ../sass/partials/_blog.scss */
header.blog nav.main a, header.blog nav.page a {
  color: #737B86;
}
/* line 9, ../sass/partials/_blog.scss */
header.blog h1.logo-heading {
  top: 0;
  left: 0;
  margin: 40px 15px;
}

/* line 13, ../sass/partials/_blog.scss */
.content-blog {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
}
/* line 15, ../sass/partials/_blog.scss */
.content-blog h1 {
  color: white;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 16, ../sass/partials/_blog.scss */
.content-blog h1 a {
  color: white;
}
/* line 18, ../sass/partials/_blog.scss */
.content-blog .post {
  padding-bottom: 20px;
}

/* line 22, ../sass/partials/_blog.scss */
.sidebar-blog {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 7%;
  text-align: center;
}
/* line 23, ../sass/partials/_blog.scss */
.sidebar-blog h1 {
  color: white;
  font-size: 1.5em;
  font-weight: 600;
}
/* line 24, ../sass/partials/_blog.scss */
.sidebar-blog ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5em;
}
/* line 25, ../sass/partials/_blog.scss */
.sidebar-blog img.logo-blog {
  padding: 0;
  padding-bottom: 1.5em;
  position: relative;
  margin: 0 auto;
}
/* line 26, ../sass/partials/_blog.scss */
.sidebar-blog img {
  padding: 10px 10%;
}
/* line 27, ../sass/partials/_blog.scss */
.sidebar-blog .instagram-pics {
  margin-top: 1.5em;
  border-color: #7B4C01;
}
/* line 28, ../sass/partials/_blog.scss */
.sidebar-blog a {
  color: #7B4C01;
}
/* line 29, ../sass/partials/_blog.scss */
.sidebar-blog a:hover {
  color: white;
}
/* line 34, ../sass/partials/_blog.scss */
.sidebar-blog .search-form form {
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 1.4375em;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 1.4375em;
  margin-bottom: 1.5em;
  border-color: #7B4C01;
}
/* line 35, ../sass/partials/_blog.scss */
.sidebar-blog .search-form form input {
  width: 100%;
  margin: 0;
  border-color: #7B4C01;
}

/* line 40, ../sass/partials/_blog.scss */
ul.social-links-blog {
  padding: 0;
  height: 24px;
  position: relative;
  margin: 0 auto;
  width: 82px;
  height: 44px;
  margin-bottom: 20px;
}
/* line 64, ../sass/modules/_theme.scss */
ul.social-links-blog .facebook, ul.social-links-blog .twitter, ul.social-links-blog .instagram {
  background: url(../img/social-sprite-home.png);
  height: 24px;
}
/* line 65, ../sass/modules/_theme.scss */
ul.social-links-blog .twitter {
  width: 33px;
}
/* line 66, ../sass/modules/_theme.scss */
ul.social-links-blog .facebook {
  width: 21px;
  background-position: 47px center;
}
/* line 67, ../sass/modules/_theme.scss */
ul.social-links-blog .instagram {
  width: 26px;
  background-position: right center;
}
/* line 68, ../sass/modules/_theme.scss */
ul.social-links-blog .shop {
  background: url(../img/social-shop-icon.png);
  width: 30px;
  height: 24px;
  margin-right: 7px;
}
/* line 70, ../sass/modules/_theme.scss */
ul.social-links-blog li {
  list-style: none;
  float: right;
  margin-right: 0;
  height: 24px;
}
/* line 71, ../sass/modules/_theme.scss */
ul.social-links-blog li:last-child {
  margin-right: 0;
}
/* line 72, ../sass/modules/_theme.scss */
ul.social-links-blog li a {
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  width: 78px;
}
/* line 41, ../sass/partials/_blog.scss */
ul.social-links-blog li {
  margin-left: 10px;
}
/* line 42, ../sass/partials/_blog.scss */
ul.social-links-blog li:last-child {
  margin-left: 0;
}
/* line 43, ../sass/partials/_blog.scss */
ul.social-links-blog li .facebook, ul.social-links-blog li .twitter, ul.social-links-blog li .instagram {
  background: url(../img/social-sprite-blog.png);
  background-color: #7B4C01;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 35px;
  padding: 5px;
}
/* line 44, ../sass/partials/_blog.scss */
ul.social-links-blog li .twitter {
  width: 35px;
  background-position: -2px center;
}
/* line 45, ../sass/partials/_blog.scss */
ul.social-links-blog li .instagram {
  width: 35px;
  background-position: -72px center;
}
/* line 46, ../sass/partials/_blog.scss */
ul.social-links-blog li .facebook {
  width: 35px;
  background-position: -37px center;
}

/* line 53, ../sass/partials/_blog.scss */
footer.blog {
  position: relative;
  width: 100%;
  height: 150px;
  /* EB removed background: #492d00; color: $blog-color; */
}

/* line 5, ../sass/partials/_states.scss */
.is-active {
  margin: 0;
}

/* line 6, ../sass/partials/_states.scss */
.is-hidden-right {
  margin-left: -100%;
}

/* line 7, ../sass/partials/_states.scss */
.is-hidden-left {
  margin-left: 100%;
}

/* line 8, ../sass/partials/_states.scss */
.is-hidden-top {
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}

/* line 11, ../sass/partials/_states.scss */
.is-collapsed {
  height: 0;
  overflow: hidden;
  padding-top: 0 !important;
}

/* line 13, ../sass/partials/_states.scss */
.content-main .is-expanded {
  height: 368px !important;
}

/* line 14, ../sass/partials/_states.scss */
.heading-page .is-expanded {
  height: 368px !important;
}

/* line 2, ../sass/partials/_modules.scss */
h1.logo-heading {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 243px;
  height: 34px;
  background: url(../img/logo-header.png);
}

/* line 5, ../sass/partials/_modules.scss */
nav.main, nav.page {
  background: #000;
  position: fixed;
  overflow: hidden;
  text-transform: uppercase;
  opacity: 0.925;
  filter: alpha(opacity=92.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
  -moz-opacity: 0 0.925;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: 999999;
  height: 0;
  overflow: hidden;
  width: 300px;
}
/* line 6, ../sass/partials/_modules.scss */
nav.main ul, nav.page ul {
  list-style: none;
  padding: 15px 15px 15px 20px;
  margin: 0;
}
/* line 7, ../sass/partials/_modules.scss */
nav.main ul li, nav.page ul li {
  margin: 10px 5px 10px 0;
  padding: 10px 10px 10px 15px;
}
/* line 8, ../sass/partials/_modules.scss */
nav.main ul li a, nav.page ul li a {
  color: white;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 9, ../sass/partials/_modules.scss */
nav.main ul li a:hover, nav.page ul li a:hover {
  color: #fff;
}

/* line 15, ../sass/partials/_modules.scss */
nav.blog {
  float: right;
}
/* line 17, ../sass/partials/_modules.scss */
nav.blog ul li {
  display: inline;
}
/* line 18, ../sass/partials/_modules.scss */
nav.blog ul li a {
  color: #737B86;
  padding: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 19, ../sass/partials/_modules.scss */
nav.blog ul li a:hover {
  background: #304755;
}

/* line 25, ../sass/partials/_modules.scss */
nav.page {
  position: fixed;
}

/* line 29, ../sass/partials/_modules.scss */
.schedule {
  top: 0;
  left: 0;
  font-weight: 600;
}
/* line 30, ../sass/partials/_modules.scss */
.schedule .open, .schedule .closed {
  margin-left: 27px;
  margin-bottom: 10px;
  font-size: .8em;
}
/* line 31, ../sass/partials/_modules.scss */
.schedule .schedule-circle {
  position: absolute;
  border: 2px solid white;
  margin-top: 1px;
}
/* line 34, ../sass/partials/_modules.scss */
.schedule .circle-open {
  background-color: green;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 35, ../sass/partials/_modules.scss */
.schedule .circle-closed {
  background-color: red;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 36, ../sass/partials/_modules.scss */
.schedule .circle-alert {
  background-color: yellow;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 42, ../sass/partials/_modules.scss */
.search-form form input {
  -moz-border-radius: 15px / 15px;
  -webkit-border-radius: 15px 15px;
  border-radius: 15px / 15px;
  border: 1px solid black;
  padding: 5px 15px;
  background: transparent;
}
/* line 43, ../sass/partials/_modules.scss */
.search-form form input:focus {
  outline: 0;
}

/* line 50, ../sass/partials/_modules.scss */
.larger-home {
  font-family: "rosewoodfill", serif;
  font-size: 1.5em;
}

/* line 51, ../sass/partials/_modules.scss */
.float-right {
  float: right;
}

/* line 52, ../sass/partials/_modules.scss */
.white-border {
  border: 1px solid white;
  padding: 5px;
}

/* line 53, ../sass/partials/_modules.scss */
.darken {
  background: url(../img/overlay-dark.png);
}

/* line 54, ../sass/partials/_modules.scss */
.darken-more {
  background: url(../img/overlay-darker.png);
}

/* line 55, ../sass/partials/_modules.scss */
.fill {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 56, ../sass/partials/_modules.scss */
.center {
  position: relative;
  margin: 0 auto;
}

/* line 57, ../sass/partials/_modules.scss */
.bold {
  font-weight: 600;
}

/* line 58, ../sass/partials/_modules.scss */
strong {
  font-weight: 600;
}

@media only screen and (min-width: 1290px) {
  /* line 12, ../sass/partials/_mediaqueries.scss */
  body {
    font-size: 18.28125px;
    line-height: 27.42188px;
  }

  /* line 15, ../sass/partials/_mediaqueries.scss */
  .menu-btn-page {
    /* EB hid: @include hamburger(74px * $ratio-1170,#fff); */
  }

  /* line 16, ../sass/partials/_mediaqueries.scss */
  .menu-btn {
    /* EB hid: @include hamburger (74px * $ratio-1170,#fff); */
  }

  /* line 17, ../sass/partials/_mediaqueries.scss */
  .arrow-page {
    width: 84.55078px;
    margin-top: 102.83203px;
  }

  /* line 18, ../sass/partials/_mediaqueries.scss */
  #menu-header {
    margin-bottom: 10px;
  }

  /* line 21, ../sass/partials/_mediaqueries.scss */
  section.main {
    height: 685.54688px;
  }

  /* line 22, ../sass/partials/_mediaqueries.scss */
  section.page {
    height: 456.57422px;
  }

  /* line 23, ../sass/partials/_mediaqueries.scss */
  section.background {
    height: 342.77344px;
  }

  /* line 26, ../sass/partials/_mediaqueries.scss */
  section.page h2.right {
    text-align: right;
    margin: 142.82227px 57.12891px;
  }
  /* line 27, ../sass/partials/_mediaqueries.scss */
  section.page h2.left {
    margin: 142.82227px 28.56445px;
  }
  /* line 28, ../sass/partials/_mediaqueries.scss */
  section.page h2.smaller-margin {
    margin-top: 114.25781px !important;
  }
  /* line 29, ../sass/partials/_mediaqueries.scss */
  section.page h2.larger-margin {
    margin-top: 171.38672px !important;
  }

  /* line 33, ../sass/partials/_mediaqueries.scss */
  .wrapper {
    max-width: 1170px;
  }

  /* line 34, ../sass/partials/_mediaqueries.scss */
  .content-page {
    max-width: 999.75586px;
  }

  /* line 35, ../sass/partials/_mediaqueries.scss */
  .heading-page {
    width: 107.40234px;
  }

  /* line 36, ../sass/partials/_mediaqueries.scss */
  h1.heading-visit {
    height: 1218.84766px;
    background: url(../img/heading-plan-visit-1170.png) no-repeat;
    margin-top: 159.96094px;
  }

  /* line 37, ../sass/partials/_mediaqueries.scss */
  h1.heading-history {
    height: 781.52344px;
    background: url(../img/heading-how-it-began-1170.png) no-repeat;
    margin-top: 159.96094px;
  }

  /* line 38, ../sass/partials/_mediaqueries.scss */
  h1.heading-ride {
    height: 687.83203px;
    background: url(../img/heading-take-a-ride-1170.png) no-repeat;
    margin-top: 159.96094px;
  }

  /* line 39, ../sass/partials/_mediaqueries.scss */
  h1.heading-works {
    height: 800.94727px;
    background: url(../img/heading-how-it-works-1170.png) no-repeat;
    margin-top: 159.96094px;
  }

  /* line 40, ../sass/partials/_mediaqueries.scss */
  h1.heading-blog {
    height: 292.5px;
    background: url(../img/heading-blog-1170.png) no-repeat;
    margin-top: 159.96094px;
  }

  /* line 41, ../sass/partials/_mediaqueries.scss */
  .ride-page-map {
    height: 479.88281px;
  }

  /* line 42, ../sass/partials/_mediaqueries.scss */
  .item-margin {
    margin-top: 142.82227px;
  }

  /* line 45, ../sass/partials/_mediaqueries.scss */
  .content-posts {
    max-width: 685.54688px;
  }

  /* line 48, ../sass/partials/_mediaqueries.scss */
  .heading-page .is-expanded {
    height: 383px !important;
  }

  /* line 49, ../sass/partials/_mediaqueries.scss */
  .content-main .is-expanded {
    height: 383px !important;
  }

  /* line 52, ../sass/partials/_mediaqueries.scss */
  .schedule-circle {
    margin-top: 2px !important;
  }

  /* line 53, ../sass/partials/_mediaqueries.scss */
  .mailchimp-signup-home #mc_embed_signup form {
    height: 40px;
  }
  /* line 55, ../sass/partials/_mediaqueries.scss */
  .mailchimp-signup-home #mc_embed_signup form input.email {
    height: 40px;
  }
  /* line 56, ../sass/partials/_mediaqueries.scss */
  .mailchimp-signup-home #mc_embed_signup form input.button {
    height: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 72, ../sass/partials/_mediaqueries.scss */
  body {
    font-size: 12px;
    line-height: 18px;
  }

  /* line 76, ../sass/partials/_mediaqueries.scss */
  .menu-btn-page, .menu-btn {
    /* EB hid: @include hamburger(56px,#fff); */
    width: 85px;
    padding: 5px 10px;
    font-size: 14px;
  }

  /* line 77, ../sass/partials/_mediaqueries.scss */
  .arrow-page {
    width: 66.5px;
    margin-top: 76.5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 30px;
  }

  /* line 78, ../sass/partials/_mediaqueries.scss */
  .arrow-page-inner {
    background-image: url(../img/arrow-left-small.png);
  }

  /* line 79, ../sass/partials/_mediaqueries.scss */
  nav.main, nav.page {
    width: 250px;
    margin-top: 45px;
  }

  /* line 80, ../sass/partials/_mediaqueries.scss */
  nav.page {
    width: 250px;
    margin-top: 45px;
    margin-left: 0;
  }

  /* line 81, ../sass/partials/_mediaqueries.scss */
  .footer-menu li {
    width: 100%;
  }

  /* line 84, ../sass/partials/_mediaqueries.scss */
  .heading-page .is-expanded {
    height: 335px !important;
  }

  /* line 85, ../sass/partials/_mediaqueries.scss */
  .content-main .is-expanded {
    height: 335px !important;
  }

  /* line 88, ../sass/partials/_mediaqueries.scss */
  section.down-home {
    height: 110px;
  }

  /* line 89, ../sass/partials/_mediaqueries.scss */
  section.main {
    height: 450px;
  }

  /* line 90, ../sass/partials/_mediaqueries.scss */
  section.page {
    height: 299.7px;
  }

  /* line 91, ../sass/partials/_mediaqueries.scss */
  section.background {
    height: 225px;
  }

  /* line 94, ../sass/partials/_mediaqueries.scss */
  section.page h2.right {
    text-align: right;
    margin: 93.75px 37.5px;
  }
  /* line 95, ../sass/partials/_mediaqueries.scss */
  section.page h2.left {
    margin: 93.75px 18.75px;
  }
  /* line 96, ../sass/partials/_mediaqueries.scss */
  section.page h2.smaller-margin {
    margin-top: 75px !important;
  }
  /* line 97, ../sass/partials/_mediaqueries.scss */
  section.page h2.larger-margin {
    margin-top: 112.5px !important;
  }

  /* line 102, ../sass/partials/_mediaqueries.scss */
  .wrapper {
    max-width: 768px;
  }

  /* line 103, ../sass/partials/_mediaqueries.scss */
  .content-page {
    max-width: 656.25px;
  }

  /* line 104, ../sass/partials/_mediaqueries.scss */
  .heading-page {
    width: 70.5px;
  }

  /* line 105, ../sass/partials/_mediaqueries.scss */
  h1.heading-visit {
    height: 803.5px;
    background: url(../img/heading-plan-visit-768.png) no-repeat;
    margin-top: 113px;
  }

  /* line 106, ../sass/partials/_mediaqueries.scss */
  h1.heading-history {
    height: 513px;
    background: url(../img/heading-how-it-began-768.png) no-repeat;
    margin-top: 113px;
  }

  /* line 107, ../sass/partials/_mediaqueries.scss */
  h1.heading-ride {
    height: 451.5px;
    background: url(../img/heading-take-a-ride-768.png) no-repeat;
    margin-top: 113px;
  }

  /* line 108, ../sass/partials/_mediaqueries.scss */
  h1.heading-works {
    height: 525.75px;
    background: url(../img/heading-how-it-works-768.png) no-repeat;
    margin-top: 113px;
  }

  /* line 109, ../sass/partials/_mediaqueries.scss */
  h1.heading-blog {
    height: 192px;
    background: url(../img/heading-blog-768.png) no-repeat;
    margin-top: 113px;
  }

  /* line 110, ../sass/partials/_mediaqueries.scss */
  h1.heading-shop {
    height: 192px;
    background: url(../img/heading-shop-768.png) no-repeat;
    margin-top: 113px;
  }

  /* line 111, ../sass/partials/_mediaqueries.scss */
  .ride-page-map {
    height: 315px;
  }

  /* line 112, ../sass/partials/_mediaqueries.scss */
  .item-margin {
    margin-top: 93.75px;
  }

  /* line 117, ../sass/partials/_mediaqueries.scss */
  .time-line-left .timeline-item .larger-border, .time-line-left .timeline-item .larger-border-today {
    width: 34%;
  }
  /* line 118, ../sass/partials/_mediaqueries.scss */
  .time-line-left .timeline-item .larger-border-today {
    width: 20%;
  }
  /* line 119, ../sass/partials/_mediaqueries.scss */
  .time-line-left .timeline-item h2.timeline-date {
    padding-left: 30px;
  }

  /* line 125, ../sass/partials/_mediaqueries.scss */
  .time-line-right .timeline-item .larger-border, .time-line-right .time-line-left .timeline-item .larger-border-today, .time-line-left .time-line-right .timeline-item .larger-border-today {
    width: 34%;
  }
  /* line 126, ../sass/partials/_mediaqueries.scss */
  .time-line-right .timeline-item .larger-border-today {
    width: 20%;
  }
  /* line 127, ../sass/partials/_mediaqueries.scss */
  .time-line-right .timeline-item h2.timeline-date {
    padding-left: 30px;
  }

  /* line 132, ../sass/partials/_mediaqueries.scss */
  .timeline-item h2.timeline-date {
    margin-bottom: -30px;
  }

  /* line 141, ../sass/partials/_mediaqueries.scss */
  .mailchimp-signup-page #mc_embed_signup form input.email, .mailchimp-signup-page-visit #mc_embed_signup form input.email {
    width: 160px;
  }
  /* line 142, ../sass/partials/_mediaqueries.scss */
  .mailchimp-signup-page #mc_embed_signup form input.button, .mailchimp-signup-page-visit #mc_embed_signup form input.button {
    width: 75px;
  }

  /* line 144, ../sass/partials/_mediaqueries.scss */
  .mailchimp-signup-home #mc_embed_signup form {
    height: 30px;
  }
  /* line 146, ../sass/partials/_mediaqueries.scss */
  .mailchimp-signup-home #mc_embed_signup form input.email {
    height: 30px;
  }
  /* line 147, ../sass/partials/_mediaqueries.scss */
  .mailchimp-signup-home #mc_embed_signup form input.button {
    height: 30px;
  }

  /* line 150, ../sass/partials/_mediaqueries.scss */
  .logo-padding-more {
    padding: 50px 0 100px 0;
  }

  /* line 151, ../sass/partials/_mediaqueries.scss */
  .schedule-home .closed, .schedule-home .open {
    font-size: 1em;
  }

  /* line 152, ../sass/partials/_mediaqueries.scss */
  .schedule .closed, .schedule .open {
    font-size: 1em;
  }

  /* line 153, ../sass/partials/_mediaqueries.scss */
  .schedule-circle {
    margin-top: -3px !important;
  }
}
/* line 158, ../sass/partials/_mediaqueries.scss */
.content-shop {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  /* line 168, ../sass/partials/_mediaqueries.scss */
  .menu-btn-page, .menu-btn {
    /* EB hid: @include hamburger(56px,#fff); */
    padding: 20px 10px;
  }

  /* line 169, ../sass/partials/_mediaqueries.scss */
  .menu-btn {
    position: absolute;
  }

  /* line 170, ../sass/partials/_mediaqueries.scss */
  .menu-btn-page {
    position: absolute;
    left: 15px;
  }

  /* line 171, ../sass/partials/_mediaqueries.scss */
  nav.main, nav.page {
    width: 250px;
    margin-top: 45px;
    position: absolute;
  }

  /* line 172, ../sass/partials/_mediaqueries.scss */
  nav.page {
    width: 250px;
    margin-top: 12px;
    margin-left: 15px;
    position: absolute;
  }

  /* line 173, ../sass/partials/_mediaqueries.scss */
  .fixed-wrapper-page {
    position: relative;
  }

  /* line 174, ../sass/partials/_mediaqueries.scss */
  ul.social-links-home {
    right: 15px;
  }

  /* line 175, ../sass/partials/_mediaqueries.scss */
  ul.mobile-social-links {
    display: block;
    margin-right: 15px;
    padding-top: 15px;
  }

  /* line 176, ../sass/partials/_mediaqueries.scss */
  .fixed-wrapper {
    left: 15px;
  }

  /* line 181, ../sass/partials/_mediaqueries.scss */
  .content-main {
    border: 0;
  }

  /* line 182, ../sass/partials/_mediaqueries.scss */
  section.main {
    background: none;
    height: 330px;
  }

  /* line 183, ../sass/partials/_mediaqueries.scss */
  section.main h1.darken-more {
    background: none;
  }

  /* line 184, ../sass/partials/_mediaqueries.scss */
  section.down-home {
    display: none;
  }

  /* line 185, ../sass/partials/_mediaqueries.scss */
  section.page {
    /* EB hid: border-bottom: 0px; */
  }

  /* line 186, ../sass/partials/_mediaqueries.scss */
  section.background {
    background-size: contain;
    background-repeat: no-repeat;
    height: 210px;
    /* EB hid: display: none;*/
  }

  /* line 187, ../sass/partials/_mediaqueries.scss */
  section.secondary {
    padding: 0;
    height: 0;
    top: -75px;
  }

  /* line 188, ../sass/partials/_mediaqueries.scss */
  section.ride {
    border-top: 15px solid black !important;
  }

  /* line 190, ../sass/partials/_mediaqueries.scss */
  section.page h1.ir {
    font-size: 3em;
    line-height: .3em;
    font-family: "rosewoodfill", serif;
    color: white;
    text-align: center;
    margin-top: 118px;
  }

  /* line 191, ../sass/partials/_mediaqueries.scss */
  .larger-home {
    display: none;
  }

  /* line 194, ../sass/partials/_mediaqueries.scss */
  section.page h2, section.page h2.right {
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-size: 1.5em;
    margin: 0;
  }

  /* line 198, ../sass/partials/_mediaqueries.scss */
  .main-logo {
    width: 300px;
    height: 184px;
    padding: 50px 0 0 0;
  }

  /* line 199, ../sass/partials/_mediaqueries.scss */
  .main-logo-inner {
    width: 100%;
    height: 100%;
    background: url(../img/logo-main-mobile.png);
  }

  /* line 200, ../sass/partials/_mediaqueries.scss */
  .ride-logo {
    background: none;
  }

  /* line 201, ../sass/partials/_mediaqueries.scss */
  .works-logo, .facts-logo {
    background: none;
  }

  /* line 202, ../sass/partials/_mediaqueries.scss */
  .facts-logo {
    background: none;
  }

  /* line 203, ../sass/partials/_mediaqueries.scss */
  .blog-logo {
    background: none;
  }

  /* line 204, ../sass/partials/_mediaqueries.scss */
  section.history img {
    display: none;
  }

  /* line 207, ../sass/partials/_mediaqueries.scss */
  section.page h2 {
    text-align: center;
    margin-top: 0 !important;
  }
  /* line 208, ../sass/partials/_mediaqueries.scss */
  section.page h2.right {
    margin: 0;
    text-align: center;
    margin-top: 0 !important;
  }
  /* line 209, ../sass/partials/_mediaqueries.scss */
  section.page h2.right {
    margin: 0;
    text-align: center;
    margin-top: 0 !important;
  }
  /* line 210, ../sass/partials/_mediaqueries.scss */
  section.page h2.left {
    margin: 0;
    text-align: center;
    margin-top: 0 !important;
  }
  /* line 211, ../sass/partials/_mediaqueries.scss */
  section.page h2.smaller-margin {
    margin: 0 !important;
    text-align: center;
    margin-top: 0 !important;
  }
  /* line 212, ../sass/partials/_mediaqueries.scss */
  section.page h2.larger-margin {
    margin: 0 !important;
    text-align: center;
    margin-top: 0 !important;
  }

  /* line 215, ../sass/partials/_mediaqueries.scss */
  img.logo-left, img.logo-right {
    display: none;
  }

  /* line 217, ../sass/partials/_mediaqueries.scss */
  .mailchimp-signup-home {
    display: none;
  }

  /* line 221, ../sass/partials/_mediaqueries.scss */
  .heading-page {
    width: 100%;
    margin: 25px 0 0 0;
    padding: 0;
  }

  /* line 222, ../sass/partials/_mediaqueries.scss */
  h1.heading-visit {
    height: inherit;
    background: none;
    margin-top: 20px;
    color: white;
    font-size: 4em;
    line-height: 1em;
    font-family: "rosewoodfill", serif;
    text-align: center;
    margin-top: 50px;
  }

  /* line 223, ../sass/partials/_mediaqueries.scss */
  h1.heading-history {
    height: inherit;
    background: none;
    margin-top: 20px;
    color: white;
    font-size: 4em;
    line-height: 1em;
    font-family: "rosewoodfill", serif;
    text-align: center;
    margin-top: 50px;
  }

  /* line 224, ../sass/partials/_mediaqueries.scss */
  h1.heading-ride {
    height: inherit;
    background: none;
    margin-top: 20px;
    color: white;
    font-size: 4em;
    line-height: 1em;
    font-family: "rosewoodfill", serif;
    text-align: center;
    margin-top: 50px;
  }

  /* line 225, ../sass/partials/_mediaqueries.scss */
  h1.heading-works {
    height: inherit;
    background: none;
    margin-top: 20px;
    color: white;
    font-size: 4em;
    line-height: 1em;
    font-family: "rosewoodfill", serif;
    text-align: center;
    margin-top: 50px;
  }

  /* line 226, ../sass/partials/_mediaqueries.scss */
  h1.heading-blog {
    height: inherit;
    background: none;
    margin-top: 20px;
    color: white;
    font-size: 4em;
    line-height: 1em;
    font-family: "rosewoodfill", serif;
    text-align: center;
    margin-top: 50px;
  }

  /* line 227, ../sass/partials/_mediaqueries.scss */
  h1.heading-shop {
    height: inherit;
    background: none;
    margin-top: 20px;
    color: white;
    font-size: 4em;
    line-height: 1em;
    font-family: "rosewoodfill", serif;
    text-align: center;
    margin-top: 50px;
  }

  /* line 229, ../sass/partials/_mediaqueries.scss */
  .arrow-page, .arrow-page-inner {
    display: none;
  }

  /* line 230, ../sass/partials/_mediaqueries.scss */
  .content-page {
    width: 100%;
    max-width: 100%;
  }

  /* line 233, ../sass/partials/_mediaqueries.scss */
  .timeline {
    display: none;
  }

  /* line 234, ../sass/partials/_mediaqueries.scss */
  .timeline-mobile {
    display: block;
  }

  /* line 237, ../sass/partials/_mediaqueries.scss */
  .content-posts {
    max-width: 100%;
  }

  /* line 238, ../sass/partials/_mediaqueries.scss */
  .sidebar-blog {
    display: none;
  }

  /* line 241, ../sass/partials/_mediaqueries.scss */
  section.secondary .schedule-home {
    padding: 15px;
    float: left;
    padding-top: -100px;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
  /* line 248, ../sass/partials/_mediaqueries.scss */
  nav.main, nav.page {
    width: 250px;
    margin-top: 45px;
  }

  /* line 249, ../sass/partials/_mediaqueries.scss */
  nav.page {
    width: 250px;
    margin-top: 45px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  /* line 255, ../sass/partials/_mediaqueries.scss */
  section.background {
    height: 180px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 262, ../sass/partials/_mediaqueries.scss */
  section.background {
    height: 145px;
  }

  /* line 266, ../sass/partials/_mediaqueries.scss */
  #menu-shop {
    display: none;
  }
}
