/* Minification failed. Returning unminified contents.
(701,1): run-time error CSS1019: Unexpected token, found '@charset'
(701,10): run-time error CSS1019: Unexpected token, found '"UTF-8"'
(701,17): run-time error CSS1019: Unexpected token, found ';'
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px solid rgba(0, 0, 0, 0); }

html.mm-opening .mm-page {
  border: 0px solid #010101; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-opened .mm-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker,
  html.mm-opening .mm-fixed-top,
  html.mm-opening .mm-fixed-bottom {
    left: 440px; } }

@charset "UTF-8";
@font-face {
  font-family: "Minion";
  src: url('/Content/fonts/minionpro-regular-webfont.eot');
  src: url('/Content/fonts/minionpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/minionpro-regular-webfont.woff') format('woff'), url('/Content/fonts/minionpro-regular-webfont.ttf') format('truetype'), url('/Content/fonts/minionpro-regular-webfont.svg') format('svg');
}

@font-face {
  font-family: "Minion";
  src: url('/Content/fonts/minionpro-bold-webfont.eot');
  src: url('/Content/fonts/minionpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/minionpro-bold-webfont.woff') format('woff'), url('/Content/fonts/minionpro-bold-webfont.ttf') format('truetype'), url('/Content/fonts/minionpro-bold-webfont.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Minion";
  src: url('/Content/fonts/minionpro-it-webfont.eot');
  src: url('/Content/fonts/minionpro-it-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/minionpro-it-webfont.woff') format('woff'), url('/Content/fonts/minionpro-it-webfont.ttf') format('truetype'), url('/Content/fonts/minionpro-it-webfont.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}

/* -------------------------------------------------------------------------*/
/* line 19, ../sass/Site.scss */
body {
  padding: 0;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 0.85rem;
  line-height: 1.3rem;
  color: #2e211f;
}
/* line 26, ../sass/Site.scss */
body p {
  text-align: justify;
  margin: 1.3rem 0;
}
/* line 30, ../sass/Site.scss */
body p p:last-child {
  text-align-last: justify;
}
/* line 35, ../sass/Site.scss */
body h1 {
  margin-top: 0;
}

/* line 40, ../sass/Site.scss */
.hidden {
  display: none;
}

/* line 44, ../sass/Site.scss */
header, footer, nav, section {
  display: block;
}

/* line 48, ../sass/Site.scss */
a, a:focus {
  outline: 0 none;
}

/* line 53, ../sass/Site.scss */
.home #logo-home {
  display: block;
}
/* line 57, ../sass/Site.scss */
.home #menu {
  display: block;
}
/* line 61, ../sass/Site.scss */
.home #main-header {
  bottom: 0px;
  top: auto;
  position: fixed;
}
/* line 66, ../sass/Site.scss */
.home #main-header .container {
  display: none;
}
/* line 71, ../sass/Site.scss */
.home #courtain {
  background-color: white;
  width: 100%;
  position: fixed;
  bottom: 0px;
  height: 100%;
}
/* line 79, ../sass/Site.scss */
.home #background-navigation {
  display: block;
  position: fixed;
  top: 45%;
  margin-top: 200px;
  bottom: 46px;
  left: 0px;
  width: 100%;
}
/* line 88, ../sass/Site.scss */
.home #background-navigation ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  text-align: center;
}
/* line 49, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss */
.home #background-navigation ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 96, ../sass/Site.scss */
.home #background-navigation ul li a {
  width: 21px;
  height: 8px;
  display: block;
  text-indent: -10000px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  background-color: #bdbdbd;
}
/* line 105, ../sass/Site.scss */
.home #background-navigation ul li a.active {
  background-color: transparent !important;
}
/* line 110, ../sass/Site.scss */
.home #background-navigation ul li + li {
  margin-left: 5px;
}

/* line 117, ../sass/Site.scss */
#main-header {
  background-color: #a19787;
}
/* line 120, ../sass/Site.scss */
#main-header .container {
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  /* line 125, ../sass/Site.scss */
  #main-header .container {
    height: 102px;
  }
}
/* line 130, ../sass/Site.scss */
#main-header .container h1 {
  position: absolute;
  margin-top: -100px;
  font-family: Minion, serif;
  font-size: 1rem;
  color: #2e211f;
  font-weight: normal;
}
@media (min-width: 768px) {
  /* line 139, ../sass/Site.scss */
  #main-header .container h1 {
    margin-top: 40px;
  }
}
/* line 145, ../sass/Site.scss */
#main-header .container img {
  margin: 0;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 20px 0;
  align-self: center;
  width: 100px;
}
@media (min-width: 768px) {
  /* line 154, ../sass/Site.scss */
  #main-header .container img {
    margin-top: 40px;
    width: 123px;
  }
}
/* line 161, ../sass/Site.scss */
#main-header .container .language-selector {
  position: absolute;
  right: 8.48896%;
  width: 100px;
  top: 50%;
  margin-top: -10px;
}
@media (min-width: 768px) {
  /* line 169, ../sass/Site.scss */
  #main-header .container .language-selector {
    top: 40px;
    margin-top: 0;
  }
}
/* line 175, ../sass/Site.scss */
#main-header .container .language-selector li {
  background-color: white;
}
@media (min-width: 768px) {
  /* line 181, ../sass/Site.scss */
  #main-header .container h1 {
    margin-top: 40px;
  }
  /* line 185, ../sass/Site.scss */
  #main-header .container img {
    margin: 0 auto;
  }
  /* line 189, ../sass/Site.scss */
  #main-header .container .language-selector {
    right: 50px;
  }
}

/* line 196, ../sass/Site.scss */
#open-mobile-nav {
  display: block;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 28px;
  z-index: 2;
  align-self: center;
  flex-grow: 1;
}
@media (min-width: 768px) {
  /* line 196, ../sass/Site.scss */
  #open-mobile-nav {
    display: none;
  }
}

/* line 213, ../sass/Site.scss */
#open-mobile-nav:before,
#open-mobile-nav:after,
#open-mobile-nav span {
  background: #352826;
  content: '';
  display: block;
  width: 23px;
  height: 4px;
  position: absolute;
  left: 0px;
}

/* line 223, ../sass/Site.scss */
#open-mobile-nav:before {
  top: 4px;
}

/* line 227, ../sass/Site.scss */
#open-mobile-nav:after {
  bottom: 6px;
}

/* line 231, ../sass/Site.scss */
#open-mobile-nav span {
  top: 50%;
  margin-top: -3px;
}

/* line 238, ../sass/Site.scss */
#open-mobile-nav:before,
#open-mobile-nav:after,
#open-mobile-nav span {
  -moz-transition: none 0.5s ease 0.5s;
  -o-transition: none 0.5s ease 0.5s;
  -webkit-transition: none 0.5s ease;
  -webkit-transition-delay: 0.5s;
  transition: none 0.5s ease 0.5s;
  -moz-transition-property: -moz-transform, top, bottom, left, opacity;
  -o-transition-property: -o-transform, top, bottom, left, opacity;
  -webkit-transition-property: -webkit-transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}

/* line 250, ../sass/Site.scss */
.mm-guitarres {
  background: #352826;
}

/* line 255, ../sass/Site.scss */
.mm-page > .language-selector {
  display: none;
}

/* line 259, ../sass/Site.scss */
.mm-page.home > .language-selector {
  position: absolute;
  width: 180px;
  background-color: #e8e5d8;
  top: 50px;
  right: 0;
  border-color: #e8e5d8;
  border-style: solid;
  border-width: 7px 50px 7px 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 5;
  display: block;
}

/* line 274, ../sass/Site.scss */
.language-selector {
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  /* line 274, ../sass/Site.scss */
  .language-selector {
    display: inline-block;
  }
}
/* line 282, ../sass/Site.scss */
.language-selector .selector {
  padding-left: 5px;
  text-align: left;
}
/* line 286, ../sass/Site.scss */
.language-selector .selector:after {
  position: absolute;
  right: 0;
  content: " ∨";
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/triangle.png?1555513920');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 10px;
}
/* line 295, ../sass/Site.scss */
.language-selector ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  width: 100%;
}
/* line 11, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
.language-selector ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 303, ../sass/Site.scss */
.language-selector li {
  padding-left: 5px;
}
/* line 307, ../sass/Site.scss */
.language-selector a {
  text-decoration: none;
  color: black;
}

/* line 315, ../sass/Site.scss */
#main-nav ul {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  overflow: auto;
}
/* line 49, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss */
#main-nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 322, ../sass/Site.scss */
#main-nav ul li {
  text-transform: uppercase;
  padding: 5px 8px;
}
@media (min-width: 768px) {
  /* line 329, ../sass/Site.scss */
  #main-nav ul {
    height: 46px;
    overflow: hidden;
  }
  /* line 333, ../sass/Site.scss */
  #main-nav ul li {
    padding: 13px 25px;
  }
}

/* line 341, ../sass/Site.scss */
#menu {
  display: none;
  background-color: #352826;
}
@media (min-width: 768px) {
  /* line 341, ../sass/Site.scss */
  #menu {
    display: block;
  }
}
/* line 350, ../sass/Site.scss */
#menu a {
  color: #a19787;
  text-decoration: none;
  font-weight: bold;
}
/* line 355, ../sass/Site.scss */
#menu a:hover {
  color: white;
}

/* line 361, ../sass/Site.scss */
#sub-menu {
  background-color: #66594b;
  display: none;
}
/* line 365, ../sass/Site.scss */
#sub-menu a {
  color: #a19787;
  text-decoration: none;
  font-weight: bold;
}
/* line 370, ../sass/Site.scss */
#sub-menu a:hover {
  color: white;
}

/* line 379, ../sass/Site.scss */
#content h1 {
  font-size: 1.6rem;
  font-family: Minion, serif;
}
/* line 386, ../sass/Site.scss */
#content #guitarres #images {
  position: relative;
  background-color: #e8e5d8;
}
/* line 390, ../sass/Site.scss */
#content #guitarres #images .flexslider {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 768px) {
  /* line 390, ../sass/Site.scss */
  #content #guitarres #images .flexslider {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
/* line 401, ../sass/Site.scss */
#content #guitarres #images .flexslider ol, #content #guitarres #images .flexslider ul {
  margin: 0;
  padding: 0;
}
/* line 406, ../sass/Site.scss */
#content #guitarres #images .flexslider li {
  list-style: none;
  display: inline;
}
/* line 411, ../sass/Site.scss */
#content #guitarres #images .flexslider .slides {
  height: 100%;
}
/* line 414, ../sass/Site.scss */
#content #guitarres #images .flexslider .slides li {
  height: 100%;
  display: block;
  text-align: center;
}
/* line 419, ../sass/Site.scss */
#content #guitarres #images .flexslider .slides li img {
  max-width: 83.02207%;
  max-height: 91.51104%;
}
/* line 426, ../sass/Site.scss */
#content #guitarres #images .flexslider .flex-direction-nav {
  display: none;
}
/* line 430, ../sass/Site.scss */
#content #guitarres #images .flexslider .flex-control-nav {
  position: absolute;
  bottom: 5px;
  left: 2.12224%;
  right: 2.12224%;
  text-align: right;
}
@media (min-width: 768px) {
  /* line 430, ../sass/Site.scss */
  #content #guitarres #images .flexslider .flex-control-nav {
    bottom: 15px;
  }
}
/* line 441, ../sass/Site.scss */
#content #guitarres #images .flexslider .flex-control-nav li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% / 50%;
  border-radius: 50% / 50%;
  border: 1px solid white;
  text-indent: 119988px;
  margin-right: 10px;
  cursor: pointer;
}
/* line 451, ../sass/Site.scss */
#content #guitarres #images .flexslider .flex-control-nav li a:hover {
  background-color: white;
}
/* line 455, ../sass/Site.scss */
#content #guitarres #images .flexslider .flex-control-nav li a.flex-active {
  background-color: white;
  cursor: auto;
}
/* line 466, ../sass/Site.scss */
#content #guitarres #filters h3 {
  font-size: 0.9rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  /* line 466, ../sass/Site.scss */
  #content #guitarres #filters h3 {
    padding-top: 70px;
  }
}
/* line 476, ../sass/Site.scss */
#content #guitarres #filters ul {
  margin: 0;
  padding: 10px 0px;
  list-style: none;
}
/* line 11, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
#content #guitarres #filters ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 481, ../sass/Site.scss */
#content #guitarres #filters ul li {
  text-transform: uppercase;
  cursor: pointer;
  padding-left: 20px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  /* line 481, ../sass/Site.scss */
  #content #guitarres #filters ul li {
    display: block;
    padding-left: 30px;
  }
  /* line 494, ../sass/Site.scss */
  #content #guitarres #filters ul li + li {
    padding-top: 10px;
  }
}
/* line 499, ../sass/Site.scss */
#content #guitarres #filters ul li input {
  float: left;
  margin: 0px;
  margin-right: 15px;
}
/* line 505, ../sass/Site.scss */
#content #guitarres #filters ul li:before {
  content: "☐";
  font-size: 1.3rem;
  font-family: sans-serif;
  position: absolute;
  left: 0;
}
/* line 514, ../sass/Site.scss */
#content #guitarres #filters ul li.selected:before {
  content: "☒";
}
/* line 519, ../sass/Site.scss */
#content #guitarres #filters ul li.deselected {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 523, ../sass/Site.scss */
#content #guitarres #filters ul li:hover {
  font-weight: bold;
}
/* line 526, ../sass/Site.scss */
#content #guitarres #filters ul li:hover:before {
  font-weight: normal;
}
/* line 533, ../sass/Site.scss */
#content #guitarres #filters ul {
  border-top: 2px solid #2e211f;
}
/* line 537, ../sass/Site.scss */
#content #guitarres #filters ul.last {
  border-bottom: 2px solid #2e211f;
}
/* line 542, ../sass/Site.scss */
#content #guitarres article.guitar {
  background-color: white;
}
/* line 545, ../sass/Site.scss */
#content #guitarres article.guitar ul {
  list-style: none;
  padding: 0;
  border-top: 3px solid #2e211f;
  border-bottom: 3px solid #2e211f;
}
/* line 11, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
#content #guitarres article.guitar ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 551, ../sass/Site.scss */
#content #guitarres article.guitar ul li {
  margin: 0;
  padding: 7px 0px;
}
/* line 556, ../sass/Site.scss */
#content #guitarres article.guitar ul li + li {
  border-top: 1px solid #2e211f;
}
/* line 561, ../sass/Site.scss */
#content #guitarres article.guitar ul.highlights li {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 568, ../sass/Site.scss */
#content #guitarres article.guitar dl {
  margin: 30px 0px;
  border-top: 2px solid #2e211f;
  border-bottom: 2px solid #2e211f;
  padding-bottom: 7px;
}
/* line 574, ../sass/Site.scss */
#content #guitarres article.guitar dl dt {
  display: inline;
  font-weight: bold;
  margin-top: 5px;
}
/* line 579, ../sass/Site.scss */
#content #guitarres article.guitar dl dt:after {
  content: ": ";
}
/* line 583, ../sass/Site.scss */
#content #guitarres article.guitar dl dt:before {
  display: block;
  clear: both;
  content: "";
  padding-top: 7px;
}
/* line 591, ../sass/Site.scss */
#content #guitarres article.guitar dl dd {
  display: inline;
  margin: 0;
}
/* line 596, ../sass/Site.scss */
#content #guitarres article.guitar dl dd + dt:before {
  display: block;
  clear: both;
  content: "";
  border-top: 1px solid #2e211f;
  margin-top: 7px;
}
/* line 606, ../sass/Site.scss */
#content #guitarres .guitar-product-line {
  position: relative;
  overflow: hidden;
}
/* line 610, ../sass/Site.scss */
#content #guitarres .guitar-product-line img {
  width: 100%;
}
/* line 614, ../sass/Site.scss */
#content #guitarres .guitar-product-line a {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 395px;
  font-family: Minion, serif;
  text-align: center;
  color: white;
  text-decoration: none;
}
/* line 626, ../sass/Site.scss */
#content #guitarres .guitar-product-line a header {
  vertical-align: middle;
  display: table-cell;
}
/* line 630, ../sass/Site.scss */
#content #guitarres .guitar-product-line a header h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  text-shadow: 0px 0px 10px black;
}
/* line 637, ../sass/Site.scss */
#content #guitarres .guitar-product-line a header h2 {
  font-size: 2rem;
  font-weight: normal;
  font-style: italic;
  margin: 2rem 0 0 0;
  text-shadow: 0px 0px 10px black;
}
/* line 647, ../sass/Site.scss */
#content #guitarres .guitar-product-line p {
  margin-top: 2.12224%;
}
/* line 653, ../sass/Site.scss */
#content #guitar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
@media (min-width: 768px) {
  /* line 653, ../sass/Site.scss */
  #content #guitar-list {
    width: 73.93888%;
    float: right;
  }
}
/* line 11, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
#content #guitar-list li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 672, ../sass/Site.scss */
#content #guitar-list > .guitar > a {
  display: block;
  border: 1px solid black;
  line-height: 0px;
  text-decoration: none;
  color: black;
}
/* line 679, ../sass/Site.scss */
#content #guitar-list > .guitar > a h1:after, #content #guitar-list > .guitar > a h2:after {
  content: "";
  width: 20%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 98%);
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 98%);
  background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 98%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 98%);
}
/* line 689, ../sass/Site.scss */
#content #guitar-list > .guitar > a h1 {
  font-family: Minion, serif;
  font-size: 20px;
  margin: 10px 10px 0px 10px;
  line-height: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
/* line 699, ../sass/Site.scss */
#content #guitar-list > .guitar > a h2 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px 10px 5px 10px;
  line-height: 1.3rem;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
/* line 709, ../sass/Site.scss */
#content #guitar-list > .guitar > a img {
  width: 100%;
}
/* line 718, ../sass/Site.scss */
#content #distribuidors ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 49, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss */
#content #distribuidors ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 721, ../sass/Site.scss */
#content #distribuidors ul li {
  padding-bottom: 20px;
  white-space: normal;
}
/* line 725, ../sass/Site.scss */
#content #distribuidors ul li:hover {
  cursor: pointer;
}
/* line 729, ../sass/Site.scss */
#content #distribuidors ul li a {
  color: #2e211f;
}
/* line 737, ../sass/Site.scss */
#content #highlights article {
  margin-bottom: 50px;
}
/* line 740, ../sass/Site.scss */
#content #highlights article .highlight-image {
  margin-bottom: 30px;
}
/* line 744, ../sass/Site.scss */
#content #highlights article .highlight-simbol {
  display: none;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 744, ../sass/Site.scss */
  #content #highlights article .highlight-simbol {
    display: block;
  }
}
/* line 756, ../sass/Site.scss */
#content #empresa h2 {
  font-size: 0.9rem;
  text-transform: uppercase;
}
/* line 763, ../sass/Site.scss */
#content #contacte h2 {
  font-size: 0.9rem;
  margin-bottom: 0;
}
/* line 768, ../sass/Site.scss */
#content #contacte p {
  margin-top: 0;
}
/* line 772, ../sass/Site.scss */
#content #contacte a {
  color: #2e211f;
  text-decoration: none;
}
/* line 780, ../sass/Site.scss */
#content #manteniment article {
  float: right;
  margin-right: 0;
  *margin-left: -50px;
  display: inline;
  width: 100%;
  margin-bottom: 4.24448%;
}
/* line 786, ../sass/Site.scss */
#content #manteniment article section ul, #content #manteniment article section ol {
  padding: 15px;
}
@media (min-width: 768px) {
  /* line 780, ../sass/Site.scss */
  #content #manteniment article {
    margin-top: 50px;
  }
  /* line 794, ../sass/Site.scss */
  #content #manteniment article header {
    width: 21.81664%;
    float: left;
    margin-right: 4.24448%;
    display: inline;
    margin-right: 0;
  }
  /* line 797, ../sass/Site.scss */
  #content #manteniment article header h1 {
    line-height: 2rem;
  }
  /* line 804, ../sass/Site.scss */
  #content #manteniment article section {
    column-count: 3;
    column-gap: 25px;
    padding-left: 4.24448%;
  }
  /* line 809, ../sass/Site.scss */
  #content #manteniment article section.one-column {
    width: 21.81664%;
    float: left;
    margin-right: 4.24448%;
    display: inline;
    margin-right: 52.12224%;
    column-count: 1;
    margin-left: 4.24448%;
    padding-left: 0;
  }
  /* line 818, ../sass/Site.scss */
  #content #manteniment article section p {
    margin-top: 0;
  }
  /* line 821, ../sass/Site.scss */
  #content #manteniment article section p:last-child {
    margin-bottom: 0;
  }
  /* line 826, ../sass/Site.scss */
  #content #manteniment article section ul {
    list-style: none;
    padding: 0;
  }
  /* line 11, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
  #content #manteniment article section ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
  }
  /* line 831, ../sass/Site.scss */
  #content #manteniment article section ul li:before {
    content: "- ";
  }
  /* line 836, ../sass/Site.scss */
  #content #manteniment article section ul.split {
    margin-top: 0;
  }
  /* line 840, ../sass/Site.scss */
  #content #manteniment article section ul.split li.split:before {
    content: "";
  }
  /* line 847, ../sass/Site.scss */
  #content #manteniment article section ol {
    padding-left: 20px;
  }
  /* line 850, ../sass/Site.scss */
  #content #manteniment article section ol.split {
    margin-top: 0;
  }
  /* line 855, ../sass/Site.scss */
  #content #manteniment article section li {
    text-align: justify;
  }
  /* line 859, ../sass/Site.scss */
  #content #manteniment article section h4 {
    margin: 0;
  }
}
/* line 866, ../sass/Site.scss */
#content #manteniment article + article {
  border-top: 1px solid black;
  padding-top: 4.24448%;
}

/* Layout */
/* line 14, ../sass/susy/_grid.scss */
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 881, ../sass/Site.scss */
body #logo-home {
  position: fixed;
  left: 50%;
  top: 45%;
  margin-top: -150px;
  margin-left: -150px;
  background-color: #352826;
  border: 2px solid #352826;
  border-radius: 200px;
  width: 300px;
  height: 300px;
  text-align: center;
  display: none;
}
/* line 896, ../sass/Site.scss */
body #logo-home img {
  position: relative;
  margin-top: 110px;
  margin-right: 16px;
}
/* line 902, ../sass/Site.scss */
body #logo-home h3 {
  position: relative;
  font-family: Minion, serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #c4bebd;
  font-weight: normal;
}
@media (min-width: 768px) {
  /* line 912, ../sass/Site.scss */
  body #logo-home {
    margin-top: -200px;
    margin-left: -200px;
    width: 400px;
    height: 400px;
  }
  /* line 919, ../sass/Site.scss */
  body #logo-home img {
    margin-top: 160px;
  }
  /* line 923, ../sass/Site.scss */
  body #logo-home h3 {
    margin-top: 50px;
  }
}
/* line 929, ../sass/Site.scss */
body #main-header {
  width: 100%;
  z-index: 100;
  top: 0px;
}
@media (min-width: 768px) {
  /* line 929, ../sass/Site.scss */
  body #main-header {
    position: fixed;
  }
}
/* line 939, ../sass/Site.scss */
body #background-navigation {
  display: none;
}
/* line 943, ../sass/Site.scss */
body #content {
  position: relative;
  top: 20px;
}
@media (min-width: 768px) {
  /* line 943, ../sass/Site.scss */
  body #content {
    top: 194px;
  }
}
/* line 951, ../sass/Site.scss */
body #content #guitarres {
  position: relative;
}
/* line 954, ../sass/Site.scss */
body #content #guitarres #filters {
  margin-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  /* line 954, ../sass/Site.scss */
  body #content #guitarres #filters {
    width: 21.81664%;
    float: left;
    margin-right: 4.24448%;
    display: inline;
    padding-top: 60px;
    position: relative;
    z-index: 50;
  }
}
/* line 965, ../sass/Site.scss */
body #content #guitarres #filters a, body #content #guitarres #filters a:focus {
  color: #2e211f;
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 971, ../sass/Site.scss */
  body #content #guitarres #filters-fixed-box {
    position: fixed;
    top: 194px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  /* line 981, ../sass/Site.scss */
  body #content #guitarres .filters-container {
    *zoom: 1;
    max-width: 1228px;
    _width: 1228px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  body #content #guitarres .filters-container:after {
    content: "";
    display: table;
    clear: both;
  }
}
/* line 987, ../sass/Site.scss */
body #content #guitarres #guitar-info {
  position: absolute;
  background-color: white;
  top: 10px;
  padding-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 987, ../sass/Site.scss */
  body #content #guitarres #guitar-info {
    margin-left: 26.06112%;
    width: 73.93888%;
    float: left;
    margin-right: 4.24448%;
    display: inline;
    padding-top: 0;
    top: 0;
  }
}
/* line 1002, ../sass/Site.scss */
body #content #guitarres .close {
  position: absolute;
  top: -10px;
  right: 0;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/close.gif?1555513920');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 13px;
  height: 13px;
}
@media (min-width: 768px) {
  /* line 1002, ../sass/Site.scss */
  body #content #guitarres .close {
    top: -30px;
  }
}
/* line 1013, ../sass/Site.scss */
body #content #guitarres #images-box {
  position: relative;
}
/* line 1016, ../sass/Site.scss */
body #content #guitarres #images-box #images {
  margin: 0 -25px 20px -25px;
  height: 55vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 1013, ../sass/Site.scss */
  body #content #guitarres #images-box {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
  }
  /* line 1030, ../sass/Site.scss */
  body #content #guitarres #images-box .images-wrapper {
    *zoom: 1;
    max-width: 1228px;
    _width: 1228px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  /* line 38, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  body #content #guitarres #images-box .images-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 1034, ../sass/Site.scss */
  body #content #guitarres #images-box .images-wrapper #images {
    margin-left: 26.06112%;
    width: 47.87776%;
    float: left;
    margin-right: 4.24448%;
    display: inline;
    padding-top: 148px;
    height: 100%;
    pointer-events: auto;
  }
}
/* line 1045, ../sass/Site.scss */
body #content #guitarres article.guitar, body #content #guitarres #nav-products {
  position: relative;
  z-index: 50;
}
@media (min-width: 768px) {
  /* line 1045, ../sass/Site.scss */
  body #content #guitarres article.guitar, body #content #guitarres #nav-products {
    width: 29.50631%;
    float: right;
    margin-right: 0;
    *margin-left: -50px;
    display: inline;
  }
}
/* line 1054, ../sass/Site.scss */
body #content #guitarres #nav-products {
  position: absolute;
  top: 35px;
}
/* line 1059, ../sass/Site.scss */
body #content #guitarres .guitar-product-line {
  width: 100%;
  float: left;
  margin-right: 4.24448%;
  display: inline;
}
/* line 184, ../sass/susy/_grid.scss */
body #content #guitarres .guitar-product-line:nth-child(4n) {
  float: right;
  margin-right: 0;
}
/* line 1063, ../sass/Site.scss */
body #content #guitarres .guitar-product-line img {
  position: relative;
  top: 0px;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 1072, ../sass/Site.scss */
  body #content #guitarres {
    margin-top: 60px;
  }
  /* line 1075, ../sass/Site.scss */
  body #content #guitarres .guitar-product-line {
    width: 47.87776%;
    float: left;
    margin-right: 4.24448%;
    display: inline;
  }
  /* line 184, ../sass/susy/_grid.scss */
  body #content #guitarres .guitar-product-line:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  /* line 1081, ../sass/Site.scss */
  body #content #guitarres .guitar-product-line a header h1, body #content #guitarres .guitar-product-line a header h2 {
    font-size: 3rem;
  }
}
/* line 1092, ../sass/Site.scss */
body #content #empresa #image-container img {
  width: 100% !important;
  height: auto !important;
}
@media (min-width: 768px) {
  /* line 1100, ../sass/Site.scss */
  body #content #empresa {
    position: relative;
    margin-top: 50px;
    width: 47.87776%;
    float: left;
    margin-right: 4.24448%;
    display: inline;
    height: 500px;
  }
  /* line 1106, ../sass/Site.scss */
  body #content #empresa > article {
    padding-bottom: 1px;
  }
  /* line 1109, ../sass/Site.scss */
  body #content #empresa > article h1 {
    margin-bottom: 50px;
  }
  /* line 1113, ../sass/Site.scss */
  body #content #empresa > article .first {
    padding-right: 25px;
  }
  /* line 1117, ../sass/Site.scss */
  body #content #empresa > article .last {
    padding-left: 25px;
  }
  /* line 1122, ../sass/Site.scss */
  body #content #empresa #image-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    padding-top: 148px;
    display: none;
  }
}
/* line 1135, ../sass/Site.scss */
body #content #contacte {
  margin-top: 0;
}
/* line 1138, ../sass/Site.scss */
body #content #contacte #map {
  width: 100%;
  height: 300px;
  overflow: hidden;
  padding-top: 10px;
}
/* line 1146, ../sass/Site.scss */
body #content #distribuidors {
  width: 100%;
  float: left;
  margin-right: 8.86525%;
  display: inline;
}
/* line 1149, ../sass/Site.scss */
body #content #distribuidors select {
  margin-bottom: 50px;
}
/* line 1154, ../sass/Site.scss */
body #content #distribuidors ul li {
  width: 45.56738%;
  float: left;
  margin-right: 8.86525%;
  display: inline;
  pointer-events: none;
}
/* line 184, ../sass/susy/_grid.scss */
body #content #distribuidors ul li:nth-child(2n) {
  float: right;
  margin-right: 0;
}
/* line 1161, ../sass/Site.scss */
body #content #distribuidors #map {
  display: none;
}
@media (min-width: 768px) {
  /* line 1167, ../sass/Site.scss */
  body #content #distribuidors {
    width: 47.87776%;
    float: left;
    margin-right: 4.24448%;
    display: inline;
  }
  /* line 1171, ../sass/Site.scss */
  body #content #contacte, body #content #distribuidors {
    margin-top: 60px;
  }
  /* line 1174, ../sass/Site.scss */
  body #content #contacte ul li, body #content #distribuidors ul li {
    pointer-events: auto;
  }
  /* line 1178, ../sass/Site.scss */
  body #content #contacte #map, body #content #distribuidors #map {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    padding-top: 148px;
  }
}
/* line 1193, ../sass/Site.scss */
body #content #highlights article {
  width: 100%;
  float: left;
  margin-right: 4.24448%;
  display: inline;
}
/* line 1196, ../sass/Site.scss */
body #content #highlights article img {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 1203, ../sass/Site.scss */
  body #content #highlights {
    margin-top: 50px;
  }
  /* line 1206, ../sass/Site.scss */
  body #content #highlights article {
    width: 21.81664%;
    float: left;
    margin-right: 4.24448%;
    display: inline;
  }
  /* line 184, ../sass/susy/_grid.scss */
  body #content #highlights article:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
  /* line 1210, ../sass/Site.scss */
  body #content #highlights article img {
    width: 100%;
  }
}

/* line 1219, ../sass/Site.scss */
.container {
  *zoom: 1;
  max-width: 1228px;
  _width: 1228px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  -webkit-background-origin: content;
  -moz-background-origin: content;
  -ms-background-origin: content-box;
  -o-background-origin: content-box;
  background-origin: content-box;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
/* line 38, ../../../../../../../../../Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1224, ../sass/Site.scss */
.mm-page.home > #news-home {
  position: absolute;
  width: 175px;
  background-color: #e8e5d8;
  top: 100px;
  right: 0;
  border-color: #e8e5d8;
  border-style: solid;
  border-width: 15px 50px 15px 15px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
@media (min-width: 768px) {
  /* line 1224, ../sass/Site.scss */
  .mm-page.home > #news-home {
    display: block;
  }
}
/* line 1241, ../sass/Site.scss */
.mm-page.home > #news-home .close {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/close.gif?1555513920');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 13px;
  height: 13px;
}
/* line 1249, ../sass/Site.scss */
.mm-page.home > #news-home > a {
  display: block;
  margin-top: 25px;
  min-height: 200px;
  height: auto !important;
  height: 200px;
  color: #2e211f;
  text-decoration: none;
}

@media only screen and (max-width: 1150px) {
  /* Style adjustments for viewports that meet the condition */
  /* line 1261, ../sass/Site.scss */
  #content h1 {
    font-size: 1.35rem;
  }
}
    /* Styles for basic forms
-----------------------------------------------------------*/
/* line 1268, ../sass/Site.scss */
fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}

/* line 1274, ../sass/Site.scss */
legend {
  font-size: 1.2em;
  font-weight: bold;
}

/* line 1279, ../sass/Site.scss */
textarea {
  min-height: 75px;
}

/* line 1283, ../sass/Site.scss */
.editor-label {
  margin: 1em 0 0 0;
}

/* line 1287, ../sass/Site.scss */
.editor-field {
  margin: 0.5em 0 0 0;
}

    /* Styles for validation helpers
-----------------------------------------------------------*/
/* line 1292, ../sass/Site.scss */
.field-validation-error {
  color: #f00;
}

/* line 1296, ../sass/Site.scss */
.field-validation-valid {
  display: none;
}

/* line 1300, ../sass/Site.scss */
.input-validation-error {
  border: 1px solid #f00;
  background-color: #fee;
}

/* line 1305, ../sass/Site.scss */
.validation-summary-errors {
  font-weight: bold;
  color: #f00;
}

/* line 1310, ../sass/Site.scss */
.validation-summary-valid {
  display: none;
}

