@charset "utf-8";
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 174, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 208, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 288, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 300, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 312, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_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 327, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_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 337, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 347, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_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 5 and Chrome
 * on OS X.
 */
/* line 371, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 380, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 9, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.masthead-wrapper,
.content-wrapper,
.footer-wrapper, .content, .items-row, .separator, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .pagination, .moduletable.galleria, .moduletable_index-list, .index-list, .accordion-inner {
  clear: both;
}
/* line 11, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.masthead-wrapper:after,
.content-wrapper:after,
.footer-wrapper:after, .content:after, .items-row:after, .separator:after, .grid-2:after, .grid-3:after, .grid-4:after, .grid-5:after, .grid-6:after, .grid-7:after, .grid-8:after, .grid-9:after, .grid-10:after, .pagination:after, .moduletable.galleria:after, .moduletable_index-list:after, .index-list:after, .accordion-inner:after {
  content: "";
  display: table;
  clear: both;
}

/* line 49, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.col {
  box-sizing: border-box;
  float: left;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 51, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s1 {
  width: 8.33333%;
  max-width: 8.33333%;
}

/* line 52, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s2 {
  width: 16.66667%;
  max-width: 16.66667%;
}

/* line 53, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s3 {
  width: 25%;
  max-width: 25%;
}

/* line 54, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s4 {
  width: 33.33333%;
  max-width: 33.33333%;
}

/* line 55, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s5 {
  width: 41.66667%;
  max-width: 41.66667%;
}

/* line 56, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s6 {
  width: 50%;
  max-width: 50%;
}

/* line 57, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s7 {
  width: 58.33333%;
  max-width: 58.33333%;
}

/* line 58, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s8 {
  width: 66.66667%;
  max-width: 66.66667%;
}

/* line 59, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s9 {
  width: 75%;
  max-width: 75%;
}

/* line 60, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s10 {
  width: 83.33333%;
  max-width: 83.33333%;
}

/* line 61, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s11 {
  width: 91.66667%;
  max-width: 91.66667%;
}

/* line 62, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s12 {
  width: 100%;
  max-width: 100%;
}

/* line 64, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s1-auto {
  width: 8.33333%;
  max-width: 8.33333%;
  width: auto;
}

/* line 65, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s2-auto {
  width: 16.66667%;
  max-width: 16.66667%;
  width: auto;
}

/* line 66, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s3-auto {
  width: 25%;
  max-width: 25%;
  width: auto;
}

/* line 67, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s4-auto {
  width: 33.33333%;
  max-width: 33.33333%;
  width: auto;
}

/* line 68, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s5-auto {
  width: 41.66667%;
  max-width: 41.66667%;
  width: auto;
}

/* line 69, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s6-auto {
  width: 50%;
  max-width: 50%;
  width: auto;
}

/* line 70, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s7-auto {
  width: 58.33333%;
  max-width: 58.33333%;
  width: auto;
}

/* line 71, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s8-auto {
  width: 66.66667%;
  max-width: 66.66667%;
  width: auto;
}

/* line 72, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s9-auto {
  width: 75%;
  max-width: 75%;
  width: auto;
}

/* line 73, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s10-auto {
  width: 83.33333%;
  max-width: 83.33333%;
  width: auto;
}

/* line 74, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s11-auto {
  width: 91.66667%;
  max-width: 91.66667%;
  width: auto;
}

/* line 75, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.s12-auto {
  width: 100%;
  max-width: 100%;
  width: auto;
}

@media only screen and (min-width: 641px) {
  /* line 78, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m1 {
    width: 8.33333%;
    max-width: 8.33333%;
  }

  /* line 79, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m2 {
    width: 16.66667%;
    max-width: 16.66667%;
  }

  /* line 80, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m3 {
    width: 25%;
    max-width: 25%;
  }

  /* line 81, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m4 {
    width: 33.33333%;
    max-width: 33.33333%;
  }

  /* line 82, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m5 {
    width: 41.66667%;
    max-width: 41.66667%;
  }

  /* line 83, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m6 {
    width: 50%;
    max-width: 50%;
  }

  /* line 84, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m7 {
    width: 58.33333%;
    max-width: 58.33333%;
  }

  /* line 85, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m8 {
    width: 66.66667%;
    max-width: 66.66667%;
  }

  /* line 86, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m9 {
    width: 75%;
    max-width: 75%;
  }

  /* line 87, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m10 {
    width: 83.33333%;
    max-width: 83.33333%;
  }

  /* line 88, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m11 {
    width: 91.66667%;
    max-width: 91.66667%;
  }

  /* line 89, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m12 {
    width: 100%;
    max-width: 100%;
  }

  /* line 91, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m1-auto {
    width: 8.33333%;
    max-width: 8.33333%;
    width: auto;
  }

  /* line 92, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m2-auto {
    width: 16.66667%;
    max-width: 16.66667%;
    width: auto;
  }

  /* line 93, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m3-auto {
    width: 25%;
    max-width: 25%;
    width: auto;
  }

  /* line 94, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m4-auto {
    width: 33.33333%;
    max-width: 33.33333%;
    width: auto;
  }

  /* line 95, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m5-auto {
    width: 41.66667%;
    max-width: 41.66667%;
    width: auto;
  }

  /* line 96, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m6-auto {
    width: 50%;
    max-width: 50%;
    width: auto;
  }

  /* line 97, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m7-auto {
    width: 58.33333%;
    max-width: 58.33333%;
    width: auto;
  }

  /* line 98, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m8-auto {
    width: 66.66667%;
    max-width: 66.66667%;
    width: auto;
  }

  /* line 99, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m9-auto {
    width: 75%;
    max-width: 75%;
    width: auto;
  }

  /* line 100, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m10-auto {
    width: 83.33333%;
    max-width: 83.33333%;
    width: auto;
  }

  /* line 101, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m11-auto {
    width: 91.66667%;
    max-width: 91.66667%;
    width: auto;
  }

  /* line 102, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .m12-auto {
    width: 100%;
    max-width: 100%;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 106, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l1 {
    width: 8.33333%;
    max-width: 8.33333%;
  }

  /* line 107, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l2 {
    width: 16.66667%;
    max-width: 16.66667%;
  }

  /* line 108, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l3 {
    width: 25%;
    max-width: 25%;
  }

  /* line 109, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l4 {
    width: 33.33333%;
    max-width: 33.33333%;
  }

  /* line 110, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l5 {
    width: 41.66667%;
    max-width: 41.66667%;
  }

  /* line 111, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l6 {
    width: 50%;
    max-width: 50%;
  }

  /* line 112, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l7 {
    width: 58.33333%;
    max-width: 58.33333%;
  }

  /* line 113, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l8 {
    width: 66.66667%;
    max-width: 66.66667%;
  }

  /* line 114, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l9 {
    width: 75%;
    max-width: 75%;
  }

  /* line 115, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l10 {
    width: 83.33333%;
    max-width: 83.33333%;
  }

  /* line 116, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l11 {
    width: 91.66667%;
    max-width: 91.66667%;
  }

  /* line 117, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l12 {
    width: 100%;
    max-width: 100%;
  }

  /* line 119, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l1-auto {
    width: 8.33333%;
    max-width: 8.33333%;
    width: auto;
  }

  /* line 120, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l2-auto {
    width: 16.66667%;
    max-width: 16.66667%;
    width: auto;
  }

  /* line 121, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l3-auto {
    width: 25%;
    max-width: 25%;
    width: auto;
  }

  /* line 122, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l4-auto {
    width: 33.33333%;
    max-width: 33.33333%;
    width: auto;
  }

  /* line 123, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l5-auto {
    width: 41.66667%;
    max-width: 41.66667%;
    width: auto;
  }

  /* line 124, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l6-auto {
    width: 50%;
    max-width: 50%;
    width: auto;
  }

  /* line 125, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l7-auto {
    width: 58.33333%;
    max-width: 58.33333%;
    width: auto;
  }

  /* line 126, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l8-auto {
    width: 66.66667%;
    max-width: 66.66667%;
    width: auto;
  }

  /* line 127, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l9-auto {
    width: 75%;
    max-width: 75%;
    width: auto;
  }

  /* line 128, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l10-auto {
    width: 83.33333%;
    max-width: 83.33333%;
    width: auto;
  }

  /* line 129, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l11-auto {
    width: 91.66667%;
    max-width: 91.66667%;
    width: auto;
  }

  /* line 130, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
  .l12-auto {
    width: 100%;
    max-width: 100%;
    width: auto;
  }
}
/* line 135, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.col.center {
  float: none;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

/* line 146, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.first {
  padding-left: 0 !important;
}

/* line 154, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.last {
  padding-right: 0 !important;
}

/* line 162, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.no-gutter, .content.no-gutter, .root-etusivu .content-wrapper.before-content .content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 171, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.slim {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 180, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.fat {
  padding-left: 40px;
  padding-right: 40px;
}

/* line 189, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.auto-width {
  width: auto !important;
}

/* line 197, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.left {
  float: left;
}

/* line 205, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.right {
  float: right;
}

/* line 213, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 15px;
}

/* line 255, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
p {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

/* line 265, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
h1 {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #b21a1a;
  text-transform: uppercase;
}

/* line 287, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
h2, legend, fieldset.formFieldset legend, caption, .page-header + .page-header h1, h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #b21a1a;
  text-transform: uppercase;
}

/* line 298, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.controlpanel h3, h4, h5, h6, .aside h3, h1 span, .kuvagalleriat .accordion-toggle {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #b21a1a;
  text-transform: uppercase;
}

/* line 316, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.pg-image {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
}

/* line 324, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.carousel-control {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
}

/* line 331, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.readmore a, a.readmore, .mod-articles-category-readmore a {
  font-weight: 400;
  font-size: 15px;
}
/* line 335, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.readmore a:before, a.readmore:before, .mod-articles-category-readmore a:before {
  font-family: 'IcoMoon';
  font-size: 13px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  line-height: 14px;
  color: black;
  content: "\e006";
}

/* line 349, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.readmore a:hover:before, a.readmore:hover:before {
  color: black;
  content: "\e006";
}

/* line 357, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.grid-2 .number, .grid-3 .number, .grid-4 .number, .grid-5 .number, .grid-6 .number, .grid-7 .number, .grid-8 .number, .grid-9 .number, .grid-10 .number {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  vertical-align: top;
  width: 20px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: white;
  background: #b21a1a;
  z-index: 10;
}

/* line 377, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.grid-2 .number-2, .grid-3 .number-2, .grid-4 .number-2, .grid-5 .number-2, .grid-6 .number-2, .grid-7 .number-2, .grid-8 .number-2, .grid-9 .number-2, .grid-10 .number-2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  vertical-align: top;
  width: 20px;
  margin: 0;
  padding: 0;
  line-height: 18px;
  border-radius: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #b21a1a;
  background: none;
  border: 1px solid #b21a1a;
  z-index: 10;
}

/* line 3, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.rsform-reset-button,
.rsform-reset-button:focus,
.formResponsive input[type="reset"],
.formResponsive input[type="reset"]:focus, .controlpanel a.icon-new, .rsform-submit-button,
.rsform-submit-button:focus,
.formResponsive input[type="submit"],
.formResponsive input[type="submit"]:focus, .controlpanel a, .btn,
.rsform-button,
.rsform-button:focus,
.formResponsive input[type="button"],
input[type=button],
.button,
button,
.formResponsive input[type="button"]:focus,
input[type=button]:focus,
.button:focus,
button:focus {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid #b21a1a;
  outline: none;
  border-radius: 3px;
  font-family: "Open Sans", Arial, Sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 600;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1NGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IyMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e54d4d), color-stop(100%, #b21a1a));
  background: -webkit-linear-gradient(top, #e54d4d, #b21a1a);
  background: -moz-linear-gradient(top, #e54d4d, #b21a1a);
  background: -o-linear-gradient(top, #e54d4d, #b21a1a);
  background: linear-gradient(top, #e54d4d, #b21a1a);
  background-position: 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
}
/* line 27, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.lt-ie9 .rsform-reset-button,
.lt-ie9 .formResponsive input[type="reset"],
.formResponsive .lt-ie9 input[type="reset"], .lt-ie9 .controlpanel a.icon-new, .controlpanel .lt-ie9 a.icon-new, .lt-ie9 .rsform-submit-button,
.lt-ie9 .formResponsive input[type="submit"],
.formResponsive .lt-ie9 input[type="submit"], .lt-ie9 .controlpanel a, .controlpanel .lt-ie9 a, .lt-ie9 .btn,
.lt-ie9 .rsform-button,
.lt-ie9 .formResponsive input[type="button"],
.formResponsive .lt-ie9 input[type="button"],
.lt-ie9 input[type=button],
.lt-ie9 .button,
.lt-ie9 button {
  background: #b21a1a;
}

/* line 36, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.controlpanel a:hover, .btn:hover,
.rsform-button:hover,
input[type=button]:hover,
.button:hover,
button:hover {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  color: white;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmMjEyMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IyMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #df2121), color-stop(100%, #b21a1a));
  background: -webkit-linear-gradient(top, #df2121, #b21a1a);
  background: -moz-linear-gradient(top, #df2121, #b21a1a);
  background: -o-linear-gradient(top, #df2121, #b21a1a);
  background: linear-gradient(top, #df2121, #b21a1a);
  background-position: 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
}
/* line 44, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.lt-ie9 .controlpanel a:hover, .controlpanel .lt-ie9 a:hover, .lt-ie9 .btn:hover,
.lt-ie9 .rsform-button:hover,
.lt-ie9 input[type=button]:hover,
.lt-ie9 .button:hover,
.lt-ie9 button:hover {
  background: #861313;
}

/* line 53, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.rsform-reset-button,
.rsform-reset-button:focus,
.formResponsive input[type="reset"],
.formResponsive input[type="reset"]:focus {
  border: 1px solid #e51717;
  outline: none;
  font-family: "Open Sans", Arial, Sans-serif;
  color: white;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxNzE3MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1MTcxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f17171), color-stop(100%, #e51717));
  background: -webkit-linear-gradient(top, #f17171, #e51717);
  background: -moz-linear-gradient(top, #f17171, #e51717);
  background: -o-linear-gradient(top, #f17171, #e51717);
  background: linear-gradient(top, #f17171, #e51717);
}
/* line 66, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.lt-ie9 .rsform-reset-button,
.lt-ie9 .formResponsive input[type="reset"],
.formResponsive .lt-ie9 input[type="reset"] {
  background: #e51717;
}

/* line 71, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.rsform-reset-button:hover,
.formResponsive input[type="reset"]:hover {
  color: white;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1MTcxNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I3MTIxMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e51717), color-stop(100%, #b71212));
  background: -webkit-linear-gradient(top, #e51717, #b71212);
  background: -moz-linear-gradient(top, #e51717, #b71212);
  background: -o-linear-gradient(top, #e51717, #b71212);
  background: linear-gradient(top, #e51717, #b71212);
}
/* line 76, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.lt-ie9 .rsform-reset-button:hover,
.lt-ie9 .formResponsive input[type="reset"]:hover,
.formResponsive .lt-ie9 input[type="reset"]:hover {
  background: #b71212;
}

/* line 81, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.controlpanel a.icon-new, .rsform-submit-button,
.rsform-submit-button:focus,
.formResponsive input[type="submit"],
.formResponsive input[type="submit"]:focus {
  border: 1px solid #31a329;
  outline: none;
  font-family: "Open Sans", Arial, Sans-serif;
  color: white;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0ZDY1YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMxYTMyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #64d65c), color-stop(100%, #31a329));
  background: -webkit-linear-gradient(top, #64d65c, #31a329);
  background: -moz-linear-gradient(top, #64d65c, #31a329);
  background: -o-linear-gradient(top, #64d65c, #31a329);
  background: linear-gradient(top, #64d65c, #31a329);
}
/* line 93, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.lt-ie9 .controlpanel a.icon-new, .controlpanel .lt-ie9 a.icon-new, .lt-ie9 .rsform-submit-button,
.lt-ie9 .formResponsive input[type="submit"],
.formResponsive .lt-ie9 input[type="submit"] {
  background: #31a329;
}

/* line 98, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.rsform-submit-button:hover,
.formResponsive input[type="submit"]:hover {
  color: white;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxYTMyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI1N2ExZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #31a329), color-stop(100%, #257a1f));
  background: -webkit-linear-gradient(top, #31a329, #257a1f);
  background: -moz-linear-gradient(top, #31a329, #257a1f);
  background: -o-linear-gradient(top, #31a329, #257a1f);
  background: linear-gradient(top, #31a329, #257a1f);
}
/* line 103, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.lt-ie9 .rsform-submit-button:hover,
.lt-ie9 .formResponsive input[type="submit"]:hover,
.formResponsive .lt-ie9 input[type="submit"]:hover {
  background: #861313;
}

/* line 108, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_buttons.scss */
.btn.large,
.rsform-button.large,
.rsform-button.large:focus,
.formResponsive input[type="button"].large,
input[type=button].large,
.button.large,
button.large,
.formResponsive input[type="button"].large:focus,
input[type=button].large:focus,
.button.large:focus,
button.large:focus {
  min-height: 50px;
  line-height: 50px;
  border-radius: 6px;
}

/* line 3, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_inputs.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input.rsform-input-box,
input.rsform-calendar-box,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px inset;
  padding: 6px 6px;
  border: solid 1px #999999;
  outline: none;
  font-size: 13px;
  background: white;
}

/* line 17, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_inputs.scss */
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input.rsform-input-box:hover,
input.rsform-calendar-box:hover,
textarea:hover {
  border: solid 1px #b21a1a;
  background: white !important;
}

/* line 22, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_inputs.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input.rsform-input-box:focus,
input.rsform-calendar-box:focus,
textarea:focus {
  padding: 6px 6px;
  border: solid 1px #e5e5e5;
  background: white !important;
}

/* line 5, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
html {
  min-height: 100%;
}

/* line 9, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: black;
  background: #e5e5e5;
}
/* line 16, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
body .lt-ie9 {
  background: #6f7480;
}
@media only screen and (min-width: 1024px) {
  /* line 9, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  body {
    background: #6f7480;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjcwJSIgY3k9IjcwJSIgcj0iMTAwIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNmQ3NTgxIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(radial, 70% 70%, 0, 70% 70%, 100, color-stop(0%, #ffffff), color-stop(100%, #6d7581));
    background: -webkit-radial-gradient(70% 70%, #ffffff, #6d7581);
    background: -moz-radial-gradient(70% 70%, #ffffff, #6d7581);
    background: -o-radial-gradient(70% 70%, #ffffff, #6d7581);
    background: radial-gradient(70% 70%, #ffffff, #6d7581);
  }
}
/* line 28, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
body.fixed-top {
  padding-top: 60px;
}
/* line 33, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
body.root-joomlan-ohjeistus {
  padding-top: 0 !important;
}

/* line 43, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.root-luo-sisaeltoeae #jform_title-lbl:before {
  content: "(1.) ";
  font-weight: bold;
  color: #e51717;
}
/* line 51, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.root-luo-sisaeltoeae #jform_catid-lbl:before {
  content: "(2.) ";
  font-weight: bold;
  color: #e51717;
}
/* line 59, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.root-luo-sisaeltoeae #jform_language-lbl:before {
  content: "(3.) ";
  font-weight: bold;
  color: #e51717;
}

/* line 69, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.outer-wrapper {
  overflow: hidden;
  padding-bottom: 20px;
}

/* line 74, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.inner-wrapper {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  /* line 74, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .inner-wrapper {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
  }
}

/* line 86, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.masthead-wrapper,
.content-wrapper,
.footer-wrapper {
  position: relative;
  width: 100%;
}

/* line 94, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1070px;
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  /* line 94, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .content {
    padding: 20px 30px;
  }
}
/* line 107, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.content.squish {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 116, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.lt-ie9 .content.no-gutter {
  width: 100%;
}

/* line 132, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.root-joomlan-ohjeistus .masthead-wrapper {
  display: none;
}
/* line 136, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.masthead-wrapper .content {
  background: #e5e5e5;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  /* line 136, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .masthead-wrapper .content {
    min-height: 154px;
    padding: 0 50px;
  }
}
/* line 146, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.masthead-wrapper .logo {
  float: left;
  display: inline;
  margin: 20px 0;
}
@media only screen and (max-width: 640px) {
  /* line 146, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .masthead-wrapper .logo {
    clear: both;
    max-width: 80%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 146, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .masthead-wrapper .logo {
    float: left;
    display: inline;
    vertical-align: middle;
  }
  /* line 164, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .masthead-wrapper .logo img {
    vertical-align: middle;
  }
}

/* line 175, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.content-wrapper.hero .content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #b21a1a;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjkwJSIgY3k9IjE1MCUiIHI9IjEwMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhhMTExMSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(radial, 90% 150%, 0, 90% 150%, 100, color-stop(0%, #ff2929), color-stop(100%, #8a1111));
  background: -webkit-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -moz-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -o-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: radial-gradient(90% 150%, #ff2929, #8a1111);
}
/* line 184, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.lt-ie9 .content-wrapper.hero .content {
  background: #b21a1a;
}
/* line 188, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.root-ota-yhteyttae .content-wrapper.hero .content {
  padding: 0 !important;
}
/* line 192, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.content-wrapper.hero .content .button {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 197, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.content-wrapper.hero .content .button:before {
  display: none;
}
/* line 201, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.content-wrapper.hero .content .button:after {
  font-family: 'IcoMoon';
  font-size: 15px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  line-height: 14px;
  color: white;
  content: "\e006";
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/* line 224, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.root-etusivu .content-wrapper.before-content .content {
  background: #b21a1a;
  display: table !important;
}
/* line 232, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.root-etusivu .content-wrapper.before-content .col {
  display: table-cell !important;
  float: none !important;
  padding: 20px 20px 20px 65px;
}
/* line 237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.root-etusivu .content-wrapper.before-content .col:last-child {
  padding: 20px 65px 20px 20px;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 232, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .root-etusivu .content-wrapper.before-content .col {
    padding: 20px 20px 20px 40px;
  }
  /* line 244, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .root-etusivu .content-wrapper.before-content .col:last-child {
    padding: 20px 40px 20px 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 232, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .root-etusivu .content-wrapper.before-content .col {
    display: block !important;
    padding: 20px 40px !important;
  }
}
/* line 258, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.content-wrapper.before-content .bloglist {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 640px) {
  /* line 258, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .content-wrapper.before-content .bloglist {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}

/* line 273, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.content-wrapper .content {
  background: white;
}
/* line 279, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.content-wrapper .wide-main {
  box-sizing: border-box;
  float: left;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
/* line 285, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.content-wrapper .aside {
  box-sizing: border-box;
  float: left;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  /* line 285, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .content-wrapper .aside {
    float: right;
    width: 33.33333%;
    max-width: 33.33333%;
    float: left;
  }
}
/* line 294, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.content-wrapper .aside .moduletable {
  margin-bottom: 30px;
}
/* line 299, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.content-wrapper .main {
  box-sizing: border-box;
  float: left;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  /* line 299, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .content-wrapper .main {
    float: left;
    width: 66.66667%;
    max-width: 66.66667%;
    float: left;
  }
}

/* line 317, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.footer-wrapper .content {
  border-top: 5px solid #b21a1a;
  background: #e5e5e5;
}
/* line 322, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.footer-wrapper .col {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  /* line 322, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .footer-wrapper .col {
    padding: 20px 50px;
  }
}
/* line 332, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.footer-wrapper .pull-right h3, .footer-wrapper .pull-right h4, .footer-wrapper .pull-right p {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  /* line 331, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .footer-wrapper .pull-right {
    float: none;
  }
  /* line 339, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .footer-wrapper .pull-right h3, .footer-wrapper .pull-right h4, .footer-wrapper .pull-right p {
    text-align: center;
  }
}
/* line 345, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.footer-wrapper .footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 350, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.footer-wrapper .copyright, .footer-wrapper .copyright a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
/* line 355, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.footer-wrapper .copyright a:hover {
  color: black;
}
@media only screen and (max-width: 640px) {
  /* line 359, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .footer-wrapper .copyright {
    float: none;
    text-align: center;
  }
}

/* line 372, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.items-row {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
/* line 378, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.items-row:last-child {
  border-bottom: none;
  margin: 0;
}

/* line 384, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
.separator {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  border-top: 1px solid rgba(102, 102, 102, 0.3);
}

@media only screen and (max-width: 640px) {
  /* line 396, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .hide-small {
    display: none !important;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 402, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .hide-pad {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  /* line 408, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .hide-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 1300px) {
  /* line 414, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_structure.scss */
  .hide-wide {
    display: none !important;
  }
}

/* line 4, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.language {
  width: 100%;
}
/* line 7, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.language ul {
  float: right;
  display: inline;
  margin: 0;
  text-align: right;
  background: none;
}
/* line 15, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.language li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
/* line 23, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.language a {
  display: block;
  line-height: 50px;
  font-size: 13px;
  padding: 0 10px;
  color: #666666;
  border: none;
}
/* line 34, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.language .lang-active > a {
  color: white;
  background: #b21a1a;
}
/* line 41, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.language a:hover {
  color: #e5e5e5;
}

/* line 55, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  clear: both;
}
/* line 62, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .btn-navbar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: right;
  width: 50px;
  margin: -60px 0 0 0;
  padding: 10px;
  background: #b21a1a;
  border: none;
  z-index: 1000;
}
/* line 74, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .btn-navbar:hover {
  background: black;
}
/* line 78, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .btn-navbar span {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 3px;
  background: white;
}
/* line 86, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .btn-navbar span:last-child {
  margin: 0;
}
/* line 99, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .navbar-inner:before,
.topnav .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 104, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .navbar-inner:after {
  clear: both;
}
/* line 107, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .navbar .container {
  width: auto;
}
/* line 114, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .dropdown-toggle:active,
.topnav .open .dropdown-toggle {
  outline: 0;
}
/* line 118, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
/* line 124, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
/* line 134, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .collapse.in {
  height: auto;
  margin: 0 0 20px 0;
}
/* line 139, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
/* line 144, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .nav-collapse {
  clear: both;
}
/* line 148, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .nav-collapse .nav {
  float: none;
}
/* line 152, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .nav-collapse .nav > li {
  float: none;
}
/* line 160, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .nav-collapse .nav > .divider-vertical {
  display: none;
}
/* line 172, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .nav-collapse .dropdown-menu {
  display: none;
  position: static;
  top: auto;
  left: auto;
  float: none;
  max-width: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
/* line 184, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .nav-collapse .dropdown-menu .dropdown-menu {
  display: block;
}
/* line 189, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .nav-collapse .open > .dropdown-menu {
  display: block;
}
/* line 194, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .nav-collapse .dropdown-menu:before,
.topnav .nav-collapse .dropdown-menu:after {
  display: none;
}
/* line 198, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .nav-collapse .dropdown-menu .divider {
  display: none;
}
/* line 203, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .nav-collapse .nav > li > .dropdown-menu:before,
.topnav .nav-collapse .nav > li > .dropdown-menu:after {
  display: none;
}
/* line 208, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .nav-collapse,
.topnav .nav-collapse.collapse {
  overflow: hidden;
  height: 0;
}
/* line 215, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid white;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
/* line 226, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .caret {
  margin-left: 10px;
}
/* line 230, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav a:hover .caret {
  border-top: 4px solid #e5e5e5;
}
/* line 234, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #b21a1a;
}
/* line 241, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
/* line 248, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav li .deeper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 253, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 40px;
  vertical-align: middle;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* line 269, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .dropdown-menu li a {
  text-transform: none;
  padding: 10px 40px 10px 50px;
}
/* line 274, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .dropdown-menu li.deeper a {
  border-bottom: none;
}
/* line 278, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .dropdown-menu li li a {
  padding: 5px 40px 5px 70px;
  border-bottom: none;
  text-transform: none;
}
/* line 286, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav a:hover {
  text-decoration: none;
  color: #e5e5e5;
}
/* line 293, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .active > a {
  background: #8e1515;
}
/* line 297, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .active .active a {
  background: #8e1515;
}
/* line 301, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
.topnav .current > a {
  background: #741111 !important;
}
@media only screen and (min-width: 1024px) {
  /* line 55, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav {
    float: right;
    display: inline-block;
    width: auto;
    clear: none;
    margin: 0;
    padding: 0;
    bottom: -66px;
    z-index: 100;
  }
  /* line 316, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .navbar-inner {
    text-align: right;
  }
  /* line 320, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .btn-navbar {
    display: none;
  }
  /* line 326, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .nav-collapse .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: -15px 0 0 0;
    list-style: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  /* line 342, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .caret {
    border-top: 4px solid black;
  }
  /* line 346, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav a:hover .caret {
    border-top: 4px solid #b21a1a;
  }
  /* line 351, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .active .caret,
  .topnav .active a:hover .caret {
    border-top: 4px solid white;
  }
  /* line 356, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .open .caret,
  .topnav .open a:hover .caret {
    border-top: 4px solid white;
  }
  /* line 362, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .open {
    *z-index: 1000;
  }
  /* line 366, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .open > .dropdown-menu {
    display: block;
  }
  /* line 370, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
  }
  /* line 379, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .dropdown-submenu {
    position: relative;
  }
  /* line 383, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .nav-collapse .dropdown-menu {
    display: none;
  }
  /* line 386, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .nav-collapse .dropdown-menu .dropdown-menu {
    display: none;
  }
  /* line 391, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  /* line 398, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  /* line 404, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  /* line 411, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav ul {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: right;
    background: none;
  }
  /* line 420, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav li {
    display: inline-block;
  }
  /* line 423, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav li .deeper {
    border-bottom: none;
  }
  /* line 428, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .dropdown-menu li {
    display: block;
  }
  /* line 432, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav a {
    display: block;
    line-height: 95px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 10px 0 10px;
    color: black;
    text-transform: uppercase;
    text-align: center;
    border: none;
    position: relative;
    z-index: 1500;
    background-position: 50% 0%;
    background-repeat: no-repeat;
  }
  /* line 452, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .dropdown-submenu > a:after {
    display: inline-block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 10px;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 4px solid white;
    border-bottom: 4px solid transparent;
    content: "";
  }
  /* line 469, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .active > a {
    color: white;
    background: url("../images/nav-active.png") 50% 0% no-repeat !important;
  }
  /* line 474, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .open > a {
    color: white;
    background: url("../images/nav-open.png") 50% 0% no-repeat !important;
  }
  /* line 482, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .active .active a:after,
  .topnav .open .active a:after {
    display: none;
  }
  /* line 487, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .current > a {
    color: white;
    background: url("../images/nav-active.png") 50% 0% no-repeat !important;
  }
  /* line 492, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav li .current > a {
    background: #741111 !important;
  }
  /* line 496, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .dropdown-submenu .current > a {
    background: #741111 !important;
  }
  /* line 502, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav a:hover {
    color: #b21a1a;
  }
  /* line 506, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .active a:hover {
    color: white;
  }
  /* line 510, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .open a:hover {
    color: white;
  }
  /* line 517, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .dropdown-menu > li > a,
  .topnav .dropdown-menu > li li > a {
    padding: 10px;
    line-height: 30px;
    clear: both;
    text-align: left;
    white-space: nowrap;
    color: white;
    background: #b21a1a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  /* line 533, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .dropdown-menu > li > a:hover,
  .topnav .dropdown-menu > li > a:focus,
  .topnav .dropdown-submenu:hover > a,
  .topnav .dropdown-submenu:focus > a {
    color: #e5e5e5;
  }
  /* line 541, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav .dropdown-menu > .active > a,
  .topnav .dropdown-menu > .active > a:hover,
  .topnav .dropdown-menu > .active > a:focus {
    background: #8e1515;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1300px) {
  /* line 432, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_navigation.scss */
  .topnav a {
    font-size: 15px;
  }
}

/* line 1, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
.controlpanel {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.75);
}
/* line 11, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
.root-joomlan-ohjeistus .controlpanel {
  display: none;
}
/* line 15, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
.controlpanel h3 {
  float: left;
  display: inline;
  color: white;
  line-height: 30px;
  margin-right: 20px;
}
/* line 24, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
.controlpanel ul {
  display: block;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  white-space: nowrap;
}
/* line 33, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
.controlpanel li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  background: none;
}
/* line 42, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
.controlpanel a[class^="icon-"],
.controlpanel a[class*=" icon-"] {
  width: auto;
  height: auto;
}
/* line 47, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
.controlpanel a {
  margin-bottom: 0;
}
/* line 52, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
.controlpanel a:hover {
  background-color: #590d0d;
}
/* line 57, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
.controlpanel a.icon-new {
  margin-bottom: 0;
}
/* line 62, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
.controlpanel a.icon-new:hover {
  background-color: #185214;
}
/* line 66, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
.controlpanel a:before {
  display: inline;
  float: left;
  margin-right: 10px;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 73, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
  .controlpanel a {
    font-size: 0 !important;
  }
  /* line 77, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
  .controlpanel a:before {
    font-size: 15px !important;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 84, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
  .controlpanel h3 {
    display: none;
  }
  /* line 88, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
  .controlpanel a {
    font-size: 0 !important;
  }
  /* line 92, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/structure/_frontend-nav.scss */
  .controlpanel a:before {
    font-size: 15px !important;
    margin: 0;
  }
}

/* line 5, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
a:link, a:visited, a:active, a:hover, input, input:hover, input:focus, button, button:hover, button:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/* line 13, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.xsmall {
  font-size: 11px;
}

/* line 17, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.small {
  font-size: 13px;
}

/* line 21, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.normal {
  font-size: 15px;
}

/* line 25, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.large {
  font-size: 18px;
}

/* line 31, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
html, body, li, label, dd, dt, td, .created, .name {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  color: black;
}

/* line 41, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.lt-ie9 fieldset.formFieldset legend {
  margin-left: -10px !important;
}

/* line 50, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
h1.header {
  text-align: center;
  margin-bottom: 30px;
}

/* line 87, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
p.center, h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
  text-align: center;
}

/* line 96, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.footer-wrapper h4 {
  color: black;
}

/* line 100, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
h1 span {
  display: block;
}

/* line 107, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.wide .page-header {
  display: none;
}

/* line 111, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.page-header {
  clear: both;
}

/* line 117, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.green {
  color: #31a329;
}

/* line 121, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.green-bg {
  background-color: #31a329;
}

/* line 128, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
[class*="-bg"] h1, [class*="-bg"] h1 span, [class*="-bg"] h2, [class*="-bg"] h3, [class*="-bg"] h4, [class*="-bg"] h5, [class*="-bg"] h6, [class*="-bg"] p, [class*="-bg"] li, [class*="-bg"] a,
.hero h1,
.hero h1 span,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.hero p,
.hero li,
.hero a {
  color: white;
}
/* line 132, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
[class*="-bg"] ul li,
.hero ul li {
  background: url("../images/list-square-white.gif") no-repeat 2px 8px;
}

/* line 139, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
ul {
  margin: 0 0 15px 10px;
  padding: 0;
}

/* line 144, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
ol {
  margin: 0 0 15px 15px;
  padding: 0;
}

/* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
li {
  margin: 0 0 5px 0;
  line-height: 1.4;
}

/* line 155, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
ul li {
  list-style: none;
  padding: 0 0 0 20px;
  background: url("../images/list-square.gif") no-repeat 2px 8px;
}

/* line 164, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
ol.sup {
  counter-reset: list;
}
/* line 167, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
ol.sup > li {
  list-style: none;
  position: relative;
}
/* line 172, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
ol.sup > li:before {
  counter-increment: list;
  content: counter(list, decimal) ") ";
  position: absolute;
  left: -15px;
  font-size: 70%;
}

/* line 186, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
dl {
  margin: 0 0 15px 0;
  padding: 0;
}

/* line 191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
dt, dd {
  margin: 0 0 5px 0;
  padding: 0;
}

/* line 198, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 202, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 207, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 210, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 219, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 227, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.article-info dt,
.article-info dd {
  font-size: 13px;
}

/* line 233, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.actions {
  float: right;
  display: inline;
}
/* line 237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
.actions li {
  font-size: 13px;
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}

/* line 250, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
dt.article-info-term {
  display: none;
}

/* line 256, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
dd.published, dd.create, dd.modified, span.created {
  color: #4d4d4d;
}

/* line 263, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
a {
  color: #b21a1a;
  text-decoration: none;
}
/* line 267, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_typography.scss */
a:hover {
  color: #db2222;
}

/* line 1, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table {
  width: 100%;
  margin-bottom: 20px;
}
/* line 5, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table td, table th {
  text-align: left;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 11, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table td.border-top, table th.border-top {
  border-top: 1px solid #e5e5e5;
}
/* line 15, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table td.border-bottom, table th.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
/* line 19, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table td.border-left, table th.border-left {
  border-left: 1px solid #e5e5e5;
}
/* line 23, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table td.border-right, table th.border-right {
  border-right: 1px solid #e5e5e5;
}
/* line 29, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.small th, table.small td {
  font-size: 13px;
}
/* line 34, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.xsmall th, table.xsmall td {
  font-size: 11px;
}
/* line 39, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.top td, table.top th {
  vertical-align: top;
}
/* line 44, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.separate {
  border-collapse: separate;
}
/* line 49, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.column-padding td, table.column-padding th {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 54, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.column-padding td:first-child, table.column-padding th:first-child {
  padding-left: 0;
}
/* line 58, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.column-padding td:last-child, table.column-padding th:last-child {
  padding-right: 0;
}
/* line 63, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.border {
  border-top: 3px solid #e5e5e5;
}
/* line 68, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.column-lines td, table.column-lines th {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #e5e5e5;
}
/* line 74, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.column-lines td:first-child, table.column-lines th:first-child {
  padding-left: 0;
}
/* line 78, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.column-lines td:last-child, table.column-lines th:last-child {
  padding-right: 0;
  border-right: none;
}
/* line 85, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.lines td {
  border-bottom: 1px solid #e5e5e5;
}
/* line 89, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.lines th {
  border-bottom: 1px solid #e5e5e5;
}
/* line 93, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.lines tr:only-child td {
  border-bottom: none;
}
/* line 100, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.lines.border tr:last-child td {
  border-bottom: none;
}
/* line 105, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.fixed {
  table-layout: fixed;
}
/* line 111, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_tables.scss */
table.justify tr td:last-child,
table.justify tr th:last-child {
  text-align: right;
}

/* line 3, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_images.scss */
img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

/* line 11, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_images.scss */
.kuva_oikealla img,
img.kuva_oikealla {
  display: inline;
  float: right;
  margin: 0 0 15px 15px;
}
/* line 17, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_images.scss */
.left-column .kuva_oikealla img, .right-column .kuva_oikealla img, .left-column
img.kuva_oikealla, .right-column
img.kuva_oikealla {
  max-width: 50%;
}

/* line 23, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_images.scss */
.kuva_vasemmalla img,
img.kuva_vasemmalla {
  display: inline;
  float: left;
  clear: none;
  margin: 0 15px 15px 0;
}
/* line 30, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_images.scss */
.left-column .kuva_vasemmalla img, .right-column .kuva_vasemmalla img, .left-column
img.kuva_vasemmalla, .right-column
img.kuva_vasemmalla {
  max-width: 50%;
}

/* line 36, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_images.scss */
.kuva_block img,
img.kuva_block {
  display: block;
  margin: 5px 0 15px 0;
}

/* line 41, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_images.scss */
.thumbnail {
  float: left;
  display: inline;
  margin: 0 15px 15px 0;
}

/* line 3, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 10px;
}

/* line 7, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 12, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 15, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.form-horizontal .control-label {
  float: left;
  text-align: right;
  width: 230px;
  padding-top: 5px;
}
@media only screen and (max-width: 640px) {
  /* line 15, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding: 0;
    text-align: left;
  }
}

/* line 29, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.form-horizontal .control-group .controls {
  margin-left: 250px;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  /* line 29, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
  .form-horizontal .control-group .controls {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  /* line 40, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
  .control-group.float .control-label,
  .control-group.float .controls {
    float: left !important;
    display: inline !important;
  }
  /* line 46, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
  .control-group.float .control-label #remember,
  .control-group.float .controls #remember {
    margin-top: 4px;
  }
}

/* line 52, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.star {
  color: #e51717;
}

/* line 56, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.optional {
  color: gray;
}

/* line 62, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
form {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* line 68, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
fieldset {
  float: left;
  display: inline;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
}

/* line 77, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.formClr {
  clear: both;
}

/* line 81, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.formContainer {
  max-width: 500px;
}

/* line 85, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
fieldset.formFieldset ol.formContainer {
  width: 100%;
}

/* line 89, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
fieldset.formFieldset ol.formContainer li {
  display: block;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0 0 10px 0;
}

/* line 97, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.formFieldset input {
  margin: 0 5px 0 0;
}

/* line 101, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
label, .formFieldset label {
  margin: 0 10px 10px 0;
}

/* line 108, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
div.formBody, div.formCaption {
  float: left;
  display: inline;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0 0 5px 0;
}

/* line 117, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
strong.formRequired {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #666666;
}

/* line 124, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.formError {
  display: block;
  font-size: 13px;
  color: #e51717;
  margin-top: -5px;
  margin-bottom: 5px;
}

/* line 134, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
input, button {
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: normal;
  line-height: normal;
  vertical-align: middle;
}

/* line 141, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
input {
  font-size: 15px;
}

/* line 151, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
input[type=checkbox],
input[type=radio] {
  margin: -2px 5px 0 0;
}

/* line 162, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input.rsform-input-box,
input.rsform-calendar-box,
textarea {
  width: 100%;
  margin: 0 0 10px 0;
}
/* line 169, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.lt-ie8 input[type="text"], .lt-ie8
input[type="password"], .lt-ie8
input[type="email"], .lt-ie8
input.rsform-input-box, .lt-ie8
input.rsform-calendar-box, .lt-ie8
textarea {
  min-height: 0;
}

/* line 182, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
input[type="text"].rsform-error,
input.rsform-input-box.rsform-error,
input.rsform-calendar-box.rsform-error,
textarea.rsform-error,
input[type="text"].invalid,
input[type="password"].invalid,
input[type="email"].invalid {
  border: solid 3px #e51717;
  background: #fffcfc;
}

/* line 223, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.btn,
.rsform-button,
.rsform-button:focus,
.formResponsive input[type="button"],
input[type=button],
.button,
button,
.formResponsive input[type="button"]:focus,
input[type=button]:focus,
.button:focus,
button:focus {
  vertical-align: top;
}

/* line 235, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
input.rsform-calendar-button,
input.rsform-calendar-button:focus {
  margin: 0 0 0 10px;
  float: none;
}

/* line 253, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.rsform-submit-button,
.rsform-submit-button:focus,
.formResponsive input[type="submit"],
.formResponsive input[type="submit"]:focus {
  vertical-align: top;
}

/* line 261, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.rsform-reset-button,
.rsform-reset-button:focus,
.formResponsive input[type="reset"],
.formResponsive input[type="reset"]:focus {
  vertical-align: top;
}

/* line 267, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.rsform-submit-button:hover,
.formResponsive input[type="submit"]:hover {
  vertical-align: top;
}

/* line 273, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
.rsform-reset-button:hover,
.formResponsive input[type="reset"]:hover {
  vertical-align: top;
}

/* line 280, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_forms.scss */
#remember {
  margin-top: 9px;
}

/* line 5, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_google-map.scss */
.google-map {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  height: 0;
  padding-top: 66.66667%;
}
@media only screen and (min-width: 641px) {
  /* line 5, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_google-map.scss */
  .google-map {
    padding-top: 31.00775%;
  }
}

/* line 18, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_google-map.scss */
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 6, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.icon_pdf {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  font-weight: 300;
  background: url("../images/icon-pdf.gif") no-repeat 0% 0%;
}

/* line 16, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.icon_doc {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  font-weight: 300;
  background: url("../images/icon-doc.gif") no-repeat 0% 0%;
}

/* line 26, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.icon_xls {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  font-weight: 300;
  background: url("../images/icon-xls.gif") no-repeat 0% 0%;
}

/* line 36, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.icon_ppt {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  font-weight: 300;
  background: url("../images/icon-ppt.gif") no-repeat 0% 0%;
}

/* line 46, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.icon_txt {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  font-weight: 300;
  background: url("../images/icon-txt.gif") no-repeat 0% 0%;
}

/* line 56, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.icon_dwg {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  font-weight: 300;
  background: url("../images/icon-dwg.gif") no-repeat 0% 0%;
}

/* line 66, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.icon_video {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  font-weight: 300;
  background: url("../images/icon-video.gif") no-repeat 0% 0%;
}

/* line 78, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.no-video .video {
  display: none;
}

/* line 82, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.video-640 {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-bottom: 10px;
}
/* line 410, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/modules/_global.scss */
.video-640 video, .video-640 iframe, .video-640 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 90, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.kuvagalleriat .accordion-group {
  border-radius: 0px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
/* line 97, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.kuvagalleriat .accordion-toggle {
  margin: 0;
  padding: 10px 0 !important;
}
/* line 102, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.kuvagalleriat .accordion-toggle:before {
  font-family: 'IcoMoon';
  font-size: 13px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  line-height: 14px;
  color: black;
  content: "\e006";
}
/* line 114, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.kuvagalleriat .accordion-toggle:hover {
  color: #db2222;
}
/* line 126, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_elements.scss */
.kuvagalleriat .accordion-inner {
  border: none;
  padding: 10px 0 !important;
}

/* line 254, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2 {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2 > li, .grid-2 > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 5px;
  list-style: none;
  background: none;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-2 > li, .grid-2 > div {
    width: 100%;
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 35, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-2 > li:nth-of-type(2n+1), .grid-2 > div:nth-of-type(2n+1) {
    clear: left;
  }
}
/* line 140, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2 > li .box, .grid-2 > div .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  background: #b21a1a;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjkwJSIgY3k9IjE1MCUiIHI9IjEwMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhhMTExMSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(radial, 90% 150%, 0, 90% 150%, 100, color-stop(0%, #ff2929), color-stop(100%, #8a1111));
  background: -webkit-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -moz-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -o-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: radial-gradient(90% 150%, #ff2929, #8a1111);
}
/* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2 > li .box img, .grid-2 > div .box img {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-2 > li .box img, .grid-2 > div .box img {
    max-height: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-2 > li .box img, .grid-2 > div .box img {
    max-height: 70%;
  }
}
/* line 161, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2 > li .box p, .grid-2 > li .box h3, .grid-2 > div .box p, .grid-2 > div .box h3 {
  color: white;
}
/* line 167, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.tuotteet .grid-2 li {
  height: 360px;
}
/* line 171, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2 img {
  display: block;
  margin: 0 auto;
}
/* line 176, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2 .numbered-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  display: block;
}
/* line 191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2.lines li {
  border-bottom: 1px solid #e5e5e5;
}
/* line 195, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2.pdf li {
  text-align: center;
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
/* line 201, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
/* line 207, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  /* line 214, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-2.center-small {
    font-size: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  /* line 221, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-2.center-small li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
}
/* line 229, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2.small li {
  font-size: 13px;
}
/* line 233, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2.gallery li {
  height: 200px;
  text-align: center;
}
/* line 237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2.gallery li:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 244, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-2.gallery li img {
  display: inline-block;
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* line 255, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3 {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3 > li, .grid-3 > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 33.33333%;
  margin: 0;
  padding: 0 5px 10px 5px;
  list-style: none;
  background: none;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-3 > li, .grid-3 > div {
    width: 100%;
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 48, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-3 > li:nth-of-type(3n+1), .grid-3 > div:nth-of-type(3n+1) {
    clear: left;
  }
}
/* line 140, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3 > li .box, .grid-3 > div .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  background: #b21a1a;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjkwJSIgY3k9IjE1MCUiIHI9IjEwMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhhMTExMSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(radial, 90% 150%, 0, 90% 150%, 100, color-stop(0%, #ff2929), color-stop(100%, #8a1111));
  background: -webkit-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -moz-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -o-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: radial-gradient(90% 150%, #ff2929, #8a1111);
}
/* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3 > li .box img, .grid-3 > div .box img {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-3 > li .box img, .grid-3 > div .box img {
    max-height: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-3 > li .box img, .grid-3 > div .box img {
    max-height: 70%;
  }
}
/* line 161, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3 > li .box p, .grid-3 > li .box h3, .grid-3 > div .box p, .grid-3 > div .box h3 {
  color: white;
}
/* line 167, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.tuotteet .grid-3 li {
  height: 360px;
}
/* line 171, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3 img {
  display: block;
  margin: 0 auto;
}
/* line 176, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3 .numbered-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  display: block;
}
/* line 191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3.lines li {
  border-bottom: 1px solid #e5e5e5;
}
/* line 195, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3.pdf li {
  text-align: center;
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
/* line 201, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
/* line 207, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  /* line 214, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-3.center-small {
    font-size: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  /* line 221, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-3.center-small li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
}
/* line 229, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3.small li {
  font-size: 13px;
}
/* line 233, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3.gallery li {
  height: 200px;
  text-align: center;
}
/* line 237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3.gallery li:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 244, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-3.gallery li img {
  display: inline-block;
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* line 256, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4 {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4 > li, .grid-4 > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 5px 10px 5px;
  list-style: none;
  background: none;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-4 > li, .grid-4 > div {
    width: 50%;
  }
  /* line 58, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-4 > li:nth-of-type(2n+1), .grid-4 > div:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 63, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-4 > li:nth-of-type(4n+1), .grid-4 > div:nth-of-type(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 68, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-4 > li:nth-of-type(4n+1), .grid-4 > div:nth-of-type(4n+1) {
    clear: left;
  }
}
/* line 140, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4 > li .box, .grid-4 > div .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  background: #b21a1a;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjkwJSIgY3k9IjE1MCUiIHI9IjEwMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhhMTExMSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(radial, 90% 150%, 0, 90% 150%, 100, color-stop(0%, #ff2929), color-stop(100%, #8a1111));
  background: -webkit-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -moz-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -o-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: radial-gradient(90% 150%, #ff2929, #8a1111);
}
/* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4 > li .box img, .grid-4 > div .box img {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-4 > li .box img, .grid-4 > div .box img {
    max-height: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-4 > li .box img, .grid-4 > div .box img {
    max-height: 70%;
  }
}
/* line 161, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4 > li .box p, .grid-4 > li .box h3, .grid-4 > div .box p, .grid-4 > div .box h3 {
  color: white;
}
/* line 167, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.tuotteet .grid-4 li {
  height: 360px;
}
/* line 171, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4 img {
  display: block;
  margin: 0 auto;
}
/* line 176, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4 .numbered-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  display: block;
}
/* line 191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4.lines li {
  border-bottom: 1px solid #e5e5e5;
}
/* line 195, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4.pdf li {
  text-align: center;
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
/* line 201, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
/* line 207, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  /* line 214, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-4.center-small {
    font-size: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  /* line 221, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-4.center-small li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
}
/* line 229, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4.small li {
  font-size: 13px;
}
/* line 233, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4.gallery li {
  height: 200px;
  text-align: center;
}
/* line 237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4.gallery li:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 244, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-4.gallery li img {
  display: inline-block;
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* line 257, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5 {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5 > li, .grid-5 > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 20%;
  margin: 0;
  padding: 0 5px 10px 5px;
  list-style: none;
  background: none;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-5 > li, .grid-5 > div {
    width: 50%;
  }
  /* line 78, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-5 > li:nth-of-type(2n+1), .grid-5 > div:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-5 > li, .grid-5 > div {
    width: 25%;
  }
  /* line 85, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-5 > li:nth-of-type(4n+1), .grid-5 > div:nth-of-type(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 90, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-5 > li:nth-of-type(5n+1), .grid-5 > div:nth-of-type(5n+1) {
    clear: left;
  }
}
/* line 140, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5 > li .box, .grid-5 > div .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  background: #b21a1a;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjkwJSIgY3k9IjE1MCUiIHI9IjEwMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhhMTExMSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(radial, 90% 150%, 0, 90% 150%, 100, color-stop(0%, #ff2929), color-stop(100%, #8a1111));
  background: -webkit-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -moz-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -o-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: radial-gradient(90% 150%, #ff2929, #8a1111);
}
/* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5 > li .box img, .grid-5 > div .box img {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-5 > li .box img, .grid-5 > div .box img {
    max-height: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-5 > li .box img, .grid-5 > div .box img {
    max-height: 70%;
  }
}
/* line 161, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5 > li .box p, .grid-5 > li .box h3, .grid-5 > div .box p, .grid-5 > div .box h3 {
  color: white;
}
/* line 167, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.tuotteet .grid-5 li {
  height: 360px;
}
/* line 171, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5 img {
  display: block;
  margin: 0 auto;
}
/* line 176, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5 .numbered-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  display: block;
}
/* line 191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5.lines li {
  border-bottom: 1px solid #e5e5e5;
}
/* line 195, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5.pdf li {
  text-align: center;
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
/* line 201, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
/* line 207, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  /* line 214, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-5.center-small {
    font-size: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  /* line 221, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-5.center-small li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
}
/* line 229, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5.small li {
  font-size: 13px;
}
/* line 233, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5.gallery li {
  height: 200px;
  text-align: center;
}
/* line 237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5.gallery li:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 244, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-5.gallery li img {
  display: inline-block;
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* line 258, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6 {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6 > li, .grid-6 > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 16.66667%;
  margin: 0;
  padding: 0 5px 10px 5px;
  list-style: none;
  background: none;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-6 > li, .grid-6 > div {
    width: 50%;
  }
  /* line 100, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-6 > li:nth-of-type(2n+1), .grid-6 > div:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-6 > li, .grid-6 > div {
    width: 25%;
  }
  /* line 107, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-6 > li:nth-of-type(4n+1), .grid-6 > div:nth-of-type(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 112, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-6 > li:nth-of-type(6n+1), .grid-6 > div:nth-of-type(6n+1) {
    clear: left;
  }
}
/* line 140, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6 > li .box, .grid-6 > div .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  background: #b21a1a;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjkwJSIgY3k9IjE1MCUiIHI9IjEwMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhhMTExMSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(radial, 90% 150%, 0, 90% 150%, 100, color-stop(0%, #ff2929), color-stop(100%, #8a1111));
  background: -webkit-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -moz-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -o-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: radial-gradient(90% 150%, #ff2929, #8a1111);
}
/* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6 > li .box img, .grid-6 > div .box img {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-6 > li .box img, .grid-6 > div .box img {
    max-height: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-6 > li .box img, .grid-6 > div .box img {
    max-height: 70%;
  }
}
/* line 161, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6 > li .box p, .grid-6 > li .box h3, .grid-6 > div .box p, .grid-6 > div .box h3 {
  color: white;
}
/* line 167, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.tuotteet .grid-6 li {
  height: 360px;
}
/* line 171, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6 img {
  display: block;
  margin: 0 auto;
}
/* line 176, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6 .numbered-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  display: block;
}
/* line 191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6.lines li {
  border-bottom: 1px solid #e5e5e5;
}
/* line 195, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6.pdf li {
  text-align: center;
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
/* line 201, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
/* line 207, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  /* line 214, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-6.center-small {
    font-size: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  /* line 221, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-6.center-small li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
}
/* line 229, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6.small li {
  font-size: 13px;
}
/* line 233, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6.gallery li {
  height: 200px;
  text-align: center;
}
/* line 237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6.gallery li:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 244, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-6.gallery li img {
  display: inline-block;
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* line 259, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7 {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7 > li, .grid-7 > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 14.28571%;
  margin: 0;
  padding: 0 5px 10px 5px;
  list-style: none;
  background: none;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-7 > li, .grid-7 > div {
    width: 33.33333%;
  }
  /* line 122, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-7 > li:nth-of-type(3n+1), .grid-7 > div:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-7 > li, .grid-7 > div {
    width: 20%;
  }
  /* line 129, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-7 > li:nth-of-type(5n+1), .grid-7 > div:nth-of-type(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 134, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-7 > li:nth-of-type(7n+1), .grid-7 > div:nth-of-type(7n+1) {
    clear: left;
  }
}
/* line 140, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7 > li .box, .grid-7 > div .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  background: #b21a1a;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjkwJSIgY3k9IjE1MCUiIHI9IjEwMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhhMTExMSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(radial, 90% 150%, 0, 90% 150%, 100, color-stop(0%, #ff2929), color-stop(100%, #8a1111));
  background: -webkit-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -moz-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -o-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: radial-gradient(90% 150%, #ff2929, #8a1111);
}
/* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7 > li .box img, .grid-7 > div .box img {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-7 > li .box img, .grid-7 > div .box img {
    max-height: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-7 > li .box img, .grid-7 > div .box img {
    max-height: 70%;
  }
}
/* line 161, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7 > li .box p, .grid-7 > li .box h3, .grid-7 > div .box p, .grid-7 > div .box h3 {
  color: white;
}
/* line 167, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.tuotteet .grid-7 li {
  height: 360px;
}
/* line 171, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7 img {
  display: block;
  margin: 0 auto;
}
/* line 176, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7 .numbered-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  display: block;
}
/* line 191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7.lines li {
  border-bottom: 1px solid #e5e5e5;
}
/* line 195, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7.pdf li {
  text-align: center;
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
/* line 201, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
/* line 207, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  /* line 214, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-7.center-small {
    font-size: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  /* line 221, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-7.center-small li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
}
/* line 229, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7.small li {
  font-size: 13px;
}
/* line 233, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7.gallery li {
  height: 200px;
  text-align: center;
}
/* line 237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7.gallery li:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 244, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-7.gallery li img {
  display: inline-block;
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* line 260, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8 {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8 > li, .grid-8 > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 12.5%;
  margin: 0;
  padding: 0 5px 10px 5px;
  list-style: none;
  background: none;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-8 > li, .grid-8 > div {
    width: 33.33333%;
  }
  /* line 122, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-8 > li:nth-of-type(3n+1), .grid-8 > div:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-8 > li, .grid-8 > div {
    width: 20%;
  }
  /* line 129, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-8 > li:nth-of-type(5n+1), .grid-8 > div:nth-of-type(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 134, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-8 > li:nth-of-type(8n+1), .grid-8 > div:nth-of-type(8n+1) {
    clear: left;
  }
}
/* line 140, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8 > li .box, .grid-8 > div .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  background: #b21a1a;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjkwJSIgY3k9IjE1MCUiIHI9IjEwMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhhMTExMSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(radial, 90% 150%, 0, 90% 150%, 100, color-stop(0%, #ff2929), color-stop(100%, #8a1111));
  background: -webkit-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -moz-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -o-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: radial-gradient(90% 150%, #ff2929, #8a1111);
}
/* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8 > li .box img, .grid-8 > div .box img {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-8 > li .box img, .grid-8 > div .box img {
    max-height: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-8 > li .box img, .grid-8 > div .box img {
    max-height: 70%;
  }
}
/* line 161, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8 > li .box p, .grid-8 > li .box h3, .grid-8 > div .box p, .grid-8 > div .box h3 {
  color: white;
}
/* line 167, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.tuotteet .grid-8 li {
  height: 360px;
}
/* line 171, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8 img {
  display: block;
  margin: 0 auto;
}
/* line 176, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8 .numbered-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  display: block;
}
/* line 191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8.lines li {
  border-bottom: 1px solid #e5e5e5;
}
/* line 195, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8.pdf li {
  text-align: center;
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
/* line 201, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
/* line 207, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  /* line 214, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-8.center-small {
    font-size: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  /* line 221, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-8.center-small li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
}
/* line 229, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8.small li {
  font-size: 13px;
}
/* line 233, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8.gallery li {
  height: 200px;
  text-align: center;
}
/* line 237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8.gallery li:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 244, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-8.gallery li img {
  display: inline-block;
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* line 261, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9 {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9 > li, .grid-9 > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 11.11111%;
  margin: 0;
  padding: 0 5px 10px 5px;
  list-style: none;
  background: none;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-9 > li, .grid-9 > div {
    width: 33.33333%;
  }
  /* line 122, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-9 > li:nth-of-type(3n+1), .grid-9 > div:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-9 > li, .grid-9 > div {
    width: 20%;
  }
  /* line 129, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-9 > li:nth-of-type(5n+1), .grid-9 > div:nth-of-type(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 134, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-9 > li:nth-of-type(9n+1), .grid-9 > div:nth-of-type(9n+1) {
    clear: left;
  }
}
/* line 140, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9 > li .box, .grid-9 > div .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  background: #b21a1a;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjkwJSIgY3k9IjE1MCUiIHI9IjEwMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhhMTExMSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(radial, 90% 150%, 0, 90% 150%, 100, color-stop(0%, #ff2929), color-stop(100%, #8a1111));
  background: -webkit-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -moz-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -o-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: radial-gradient(90% 150%, #ff2929, #8a1111);
}
/* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9 > li .box img, .grid-9 > div .box img {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-9 > li .box img, .grid-9 > div .box img {
    max-height: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-9 > li .box img, .grid-9 > div .box img {
    max-height: 70%;
  }
}
/* line 161, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9 > li .box p, .grid-9 > li .box h3, .grid-9 > div .box p, .grid-9 > div .box h3 {
  color: white;
}
/* line 167, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.tuotteet .grid-9 li {
  height: 360px;
}
/* line 171, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9 img {
  display: block;
  margin: 0 auto;
}
/* line 176, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9 .numbered-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  display: block;
}
/* line 191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9.lines li {
  border-bottom: 1px solid #e5e5e5;
}
/* line 195, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9.pdf li {
  text-align: center;
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
/* line 201, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
/* line 207, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  /* line 214, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-9.center-small {
    font-size: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  /* line 221, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-9.center-small li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
}
/* line 229, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9.small li {
  font-size: 13px;
}
/* line 233, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9.gallery li {
  height: 200px;
  text-align: center;
}
/* line 237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9.gallery li:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 244, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-9.gallery li img {
  display: inline-block;
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* line 262, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10 {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10 > li, .grid-10 > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 10%;
  margin: 0;
  padding: 0 5px 10px 5px;
  list-style: none;
  background: none;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-10 > li, .grid-10 > div {
    width: 33.33333%;
  }
  /* line 122, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-10 > li:nth-of-type(3n+1), .grid-10 > div:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-10 > li, .grid-10 > div {
    width: 20%;
  }
  /* line 129, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-10 > li:nth-of-type(5n+1), .grid-10 > div:nth-of-type(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 134, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-10 > li:nth-of-type(10n+1), .grid-10 > div:nth-of-type(10n+1) {
    clear: left;
  }
}
/* line 140, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10 > li .box, .grid-10 > div .box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  background: #b21a1a;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjkwJSIgY3k9IjE1MCUiIHI9IjEwMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjkyOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhhMTExMSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(radial, 90% 150%, 0, 90% 150%, 100, color-stop(0%, #ff2929), color-stop(100%, #8a1111));
  background: -webkit-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -moz-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: -o-radial-gradient(90% 150%, #ff2929, #8a1111);
  background: radial-gradient(90% 150%, #ff2929, #8a1111);
}
/* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10 > li .box img, .grid-10 > div .box img {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-10 > li .box img, .grid-10 > div .box img {
    max-height: 70%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-10 > li .box img, .grid-10 > div .box img {
    max-height: 70%;
  }
}
/* line 161, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10 > li .box p, .grid-10 > li .box h3, .grid-10 > div .box p, .grid-10 > div .box h3 {
  color: white;
}
/* line 167, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.tuotteet .grid-10 li {
  height: 360px;
}
/* line 171, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10 img {
  display: block;
  margin: 0 auto;
}
/* line 176, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10 .numbered-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
  display: block;
}
/* line 191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10.lines li {
  border-bottom: 1px solid #e5e5e5;
}
/* line 195, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10.pdf li {
  text-align: center;
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
/* line 201, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
/* line 207, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  /* line 214, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-10.center-small {
    font-size: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  /* line 221, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
  .grid-10.center-small li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
}
/* line 229, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10.small li {
  font-size: 13px;
}
/* line 233, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10.gallery li {
  height: 200px;
  text-align: center;
}
/* line 237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10.gallery li:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 244, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_grid.scss */
.grid-10.gallery li img {
  display: inline-block;
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* line 3, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_miscellaneous.scss */
.pagination {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

/* line 11, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_miscellaneous.scss */
.counter {
  display: none;
}

/* line 15, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_miscellaneous.scss */
.pagination ul {
  float: left;
  display: inline;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

/* line 24, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_miscellaneous.scss */
.pagination ul li {
  display: inline;
  list-style: none;
  padding: 0 2%;
  background: none;
}

/* line 31, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_miscellaneous.scss */
.pagination span {
  color: black;
}

/* line 38, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_miscellaneous.scss */
.pagination-start span,
.pagination-next span,
.pagination-end span,
.pagination-prev span {
  color: #e5e5e5;
}

/* line 44, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_miscellaneous.scss */
#system-message-container {
  overflow: hidden;
  clear: both;
  margin: 0;
  width: 100%;
}

/* line 51, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_miscellaneous.scss */
.alert {
  padding: 10px;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  margin: 0 0 15px 0;
}

/* line 58, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_miscellaneous.scss */
.alert-error {
  color: #e51717;
  border: 1px solid #e51717;
}
/* line 62, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/partials/_miscellaneous.scss */
.alert-error .alert-heading {
  color: #e51717;
}

/* line 6, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
.moduletable.search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  margin: 20px auto 10px auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  /* line 6, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
  .moduletable.search {
    float: right;
    width: 300px;
  }
}
/* line 23, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
.moduletable.search .search .inputbox {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  width: 100% !important;
  max-width: 100% !important;
  height: 40px;
}
@media only screen and (min-width: 1024px) {
  /* line 23, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
  .moduletable.search .search .inputbox {
    width: 300px;
    padding: 5px 10px;
  }
}
/* line 34, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
.lt-ie9 .moduletable.search .search .inputbox {
  width: 300px !important;
}

/* line 41, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
.moduletable.search .button {
  float: right;
  display: inline-block;
  color: #666666;
  background: none !important;
  font-size: 20px;
  width: 30px;
}
/* line 49, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
.moduletable.search .button:hover {
  color: #e5e5e5;
}
/* line 53, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
.moduletable.search .button span {
  margin-left: -10px;
}

/* line 59, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
.input-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 31px;
  content: "";
}
/* line 64, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
.lt-ie9 .input-container {
  box-sizing: content-box;
  padding: none;
}

/* line 73, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
.ordering-box, .form-limit {
  margin: 15px 0 15px 0;
}

/* line 85, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
dd.result-created {
  font-size: 13px;
  color: #666666;
  margin: 0 0 15px 0;
}

/* line 91, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_search.scss */
.highlight {
  background: #ffe14d;
}

/* line 5, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_latestnews.scss */
.bloglist .mod-articles-category-title {
  font-weight: 600;
}
/* line 9, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_latestnews.scss */
.bloglist .mod-articles-category-date {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: black;
}
/* line 21, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_latestnews.scss */
.bloglist .mod-articles-category-category {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 33, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_latestnews.scss */
.bloglist ul {
  margin: 0;
}

/* line 37, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_latestnews.scss */
.bloglist li {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  background: none !important;
}

/* line 50, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_latestnews.scss */
.bloglist h2 {
  display: inline-block;
}

/* line 54, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_latestnews.scss */
.mod-articles-category-readmore a {
  float: left;
}

@media only screen and (max-width: 640px) {
  /* line 1, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_hero.scss */
  .hero {
    display: none;
  }
}
/* line 7, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_hero.scss */
.hero .moduletable {
  float: left;
  width: 100%;
}
/* line 11, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_hero.scss */
.root-etusivu .hero .moduletable {
  background: url("../../../images/hero/osa01.png") no-repeat 100% 0%;
  background-size: auto 100%;
}
/* line 16, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_hero.scss */
.root-ajankohtaista .hero .moduletable {
  background: url("../../../images/hero/osa03.png") no-repeat 100% 0%;
  background-size: auto 100%;
}
/* line 21, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_hero.scss */
.root-yritys .hero .moduletable {
  background: url("../../../images/hero/osa02.png") no-repeat 100% 0%;
  background-size: auto 100%;
}
/* line 27, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_hero.scss */
.hero img {
  display: block;
}
/* line 31, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_hero.scss */
.hero h1 {
  font-size: 24px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
/* line 38, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_hero.scss */
.hero .col {
  display: table;
  height: 200px;
}

/* line 5, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_phocagallery.scss */
.phocagallery-box-file {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin: 5px !important;
  padding: 0 !important;
  width: 100px !important;
  height: 100px !important;
  border: 3px solid transparent;
  background: transparent;
}

/* line 16, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_phocagallery.scss */
.phocagallery-box-file:hover {
  border: 3px solid #b21a1a;
}

/* line 20, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_phocagallery.scss */
.phocagallery-box-file-first, .phocagallery-box-file-second, .phocagallery-box-file-third, .phocagallery-box-file center {
  position: relative;
  width: 100px !important;
  height: 100px !important;
  line-height: 0;
  margin: 0 !important;
}

/* line 28, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_phocagallery.scss */
.phocagallery-box-file a {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  height: 100px;
}

/* line 37, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_phocagallery.scss */
.pg-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 46, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_phocagallery.scss */
.phocagallery-box-file .pg-name {
  display: none;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: black !important;
}

/* line 62, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_phocagallery.scss */
#shadowbox_title_inner,
#shadowbox_counter {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 15px;
  font-weight: normal;
}

/* line 70, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_phocagallery.scss */
.moduletable.galleria {
  margin: 0 0 20px 0;
}

/* line 3, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_breadcrumps.scss */
.moduletable.breadcrumps {
  padding: 15px 0;
}
/* line 6, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_breadcrumps.scss */
.moduletable.breadcrumps ul {
  margin: 0;
  padding: 0;
}
/* line 11, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_breadcrumps.scss */
.moduletable.breadcrumps li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 13px;
  background: none;
}
/* line 19, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_breadcrumps.scss */
.moduletable.breadcrumps .divider:after {
  font-family: 'IcoMoon';
  font-size: 13px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  line-height: 14px;
  color: black;
  content: "\e010";
}
/* line 31, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_breadcrumps.scss */
.moduletable.breadcrumps .divider.icon-location {
  margin-right: 4px;
}
/* line 34, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_breadcrumps.scss */
.moduletable.breadcrumps .divider.icon-location:after {
  display: none;
}
/* line 39, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/joomla/_breadcrumps.scss */
.root-etusivu .moduletable.breadcrumps {
  display: none;
}

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

/* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
[data-icon]:before {
  font-family: 'IcoMoon';
  content: attr(data-icon);
  speak: none;
}

/* line 14, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
}

/* line 22, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'IcoMoon';
  font-style: normal;
  speak: none;
}

/* line 28, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}

/* line 31, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-joomla:before {
  content: "\e200";
}

/* line 36, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}

/* line 41, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}

/* line 46, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}

/* line 51, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}

/* line 54, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-first:before {
  content: "\e003";
}

/* line 57, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-last:before {
  content: "\e004";
}

/* line 60, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-up-2:before {
  content: "\e009";
}

/* line 63, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-right-2:before {
  content: "\e00a";
}

/* line 66, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-down-2:before {
  content: "\e00b";
}

/* line 69, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-left-2:before {
  content: "\e00c";
}

/* line 72, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-up-3:before {
  content: "\e00f";
}

/* line 75, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-right-3:before {
  content: "\e010";
}

/* line 78, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-down-3:before {
  content: "\e011";
}

/* line 81, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-left-3:before {
  content: "\e012";
}

/* line 84, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-menu-2:before {
  content: "\e00e";
}

/* line 87, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-up-4:before {
  content: "\e201";
}

/* line 90, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-right-4:before {
  content: "\e202";
}

/* line 93, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-down-4:before {
  content: "\e203";
}

/* line 96, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-arrow-left-4:before {
  content: "\e204";
}

/* line 100, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-share:before,
.icon-redo:before {
  content: "\27";
}

/* line 103, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-undo:before {
  content: "\28";
}

/* line 106, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-forward-2:before {
  content: "\e205";
}

/* line 110, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}

/* line 115, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}

/* line 118, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-undo-2:before {
  content: "\e207";
}

/* line 121, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-move:before {
  content: "\7a";
}

/* line 124, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-expand:before {
  content: "\66";
}

/* line 127, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-contract:before {
  content: "\67";
}

/* line 130, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-expand-2:before {
  content: "\68";
}

/* line 133, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-contract-2:before {
  content: "\69";
}

/* line 136, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-play:before {
  content: "\e208";
}

/* line 139, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-pause:before {
  content: "\e209";
}

/* line 142, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-stop:before {
  content: "\e210";
}

/* line 146, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}

/* line 150, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}

/* line 153, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-first:before {
  content: "\7d";
}

/* line 156, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-last:before {
  content: "\e000";
}

/* line 159, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-play-circle:before {
  content: "\e00d";
}

/* line 162, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-pause-circle:before {
  content: "\e211";
}

/* line 165, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-stop-circle:before {
  content: "\e212";
}

/* line 168, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-backward-circle:before {
  content: "\e213";
}

/* line 171, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-forward-circle:before {
  content: "\e214";
}

/* line 174, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-loop:before {
  content: "\e001";
}

/* line 177, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-shuffle:before {
  content: "\e002";
}

/* line 180, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-search:before {
  content: "\53";
}

/* line 183, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-zoom-in:before {
  content: "\64";
}

/* line 186, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-zoom-out:before {
  content: "\65";
}

/* line 191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}

/* line 194, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-pencil-2:before {
  content: "\2c";
}

/* line 197, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-brush:before {
  content: "\3b";
}

/* line 201, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}

/* line 206, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}

/* line 211, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}

/* line 217, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}

/* line 221, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}

/* line 224, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-plus-circle:before {
  content: "\e215";
}

/* line 228, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}

/* line 231, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-minus-circle:before {
  content: "\e216";
}

/* line 235, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}

/* line 238, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-cancel-circle:before {
  content: "\e217";
}

/* line 241, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-checkmark-2:before {
  content: "\e218";
}

/* line 244, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-checkmark-circle:before {
  content: "\e219";
}

/* line 247, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-info:before {
  content: "\e220";
}

/* line 251, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}

/* line 256, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}

/* line 260, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}

/* line 263, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-notification:before {
  content: "\e223";
}

/* line 267, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}

/* line 271, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}

/* line 275, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}

/* line 278, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-checkbox-unchecked:before {
  content: "\3d";
}

/* line 283, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}

/* line 286, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-checkbox-partial:before {
  content: "\3f";
}

/* line 289, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-square:before {
  content: "\e226";
}

/* line 292, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-radio-unchecked:before {
  content: "\e227";
}

/* line 296, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}

/* line 299, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-circle:before {
  content: "\e229";
}

/* line 302, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-signup:before {
  content: "\e230";
}

/* line 306, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}

/* line 310, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}

/* line 313, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-menu:before {
  content: "\5a";
}

/* line 317, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}

/* line 320, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-list-2:before {
  content: "\e231";
}

/* line 323, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-menu-3:before {
  content: "\e232";
}

/* line 327, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}

/* line 331, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}

/* line 334, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-folder-plus:before {
  content: "\e234";
}

/* line 337, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-folder-minus:before {
  content: "\e235";
}

/* line 340, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-folder-3:before {
  content: "\e236";
}

/* line 343, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-folder-plus-2:before {
  content: "\e237";
}

/* line 346, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-folder-remove:before {
  content: "\e238";
}

/* line 349, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-file:before {
  content: "\e016";
}

/* line 352, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-file-2:before {
  content: "\e239";
}

/* line 356, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}

/* line 360, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}

/* line 363, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-file-check:before {
  content: "\e240";
}

/* line 366, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-file-remove:before {
  content: "\e241";
}

/* line 370, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}

/* line 373, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-stack:before {
  content: "\e242";
}

/* line 376, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-tree:before {
  content: "\e243";
}

/* line 379, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-tree-2:before {
  content: "\e244";
}

/* line 382, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-paragraph-left:before {
  content: "\e246";
}

/* line 385, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-paragraph-center:before {
  content: "\e247";
}

/* line 388, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-paragraph-right:before {
  content: "\e248";
}

/* line 391, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-paragraph-justify:before {
  content: "\e249";
}

/* line 394, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-screen:before {
  content: "\e01c";
}

/* line 397, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-tablet:before {
  content: "\e01d";
}

/* line 400, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-mobile:before {
  content: "\e01e";
}

/* line 403, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-box-add:before {
  content: "\51";
}

/* line 406, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-box-remove:before {
  content: "\52";
}

/* line 409, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-download:before {
  content: "\e021";
}

/* line 412, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-upload:before {
  content: "\e022";
}

/* line 415, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-home:before {
  content: "\21";
}

/* line 418, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-home-2:before {
  content: "\e250";
}

/* line 422, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}

/* line 426, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}

/* line 429, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-link:before {
  content: "\e252";
}

/* line 433, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}

/* line 437, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}

/* line 441, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}

/* line 444, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-camera:before {
  content: "\55";
}

/* line 448, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}

/* line 453, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}

/* line 456, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-music:before {
  content: "\57";
}

/* line 459, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-user:before {
  content: "\22";
}

/* line 462, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-users:before {
  content: "\e01f";
}

/* line 465, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-vcard:before {
  content: "\6d";
}

/* line 468, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-address:before {
  content: "\70";
}

/* line 472, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}

/* line 475, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-enter:before {
  content: "\e257";
}

/* line 478, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-exit:before {
  content: "\e258";
}

/* line 482, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}

/* line 485, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-comments-2:before {
  content: "\25";
}

/* line 489, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}

/* line 493, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}

/* line 497, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}

/* line 500, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-phone:before {
  content: "\e260";
}

/* line 503, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-phone-2:before {
  content: "\e261";
}

/* line 507, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}

/* line 511, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}

/* line 515, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}

/* line 519, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}

/* line 522, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-briefcase:before {
  content: "\e020";
}

/* line 525, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-tag:before {
  content: "\e262";
}

/* line 528, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-tag-2:before {
  content: "\e263";
}

/* line 531, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-tags:before {
  content: "\e264";
}

/* line 534, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-tags-2:before {
  content: "\e265";
}

/* line 538, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-options:before,
.icon-cog:before {
  content: "\38";
}

/* line 541, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-cogs:before {
  content: "\37";
}

/* line 545, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}

/* line 548, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-wrench:before {
  content: "\3a";
}

/* line 551, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-equalizer:before {
  content: "\39";
}

/* line 554, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-dashboard:before {
  content: "\78";
}

/* line 557, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-switch:before {
  content: "\e266";
}

/* line 560, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-filter:before {
  content: "\54";
}

/* line 564, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}

/* line 569, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}

/* line 572, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-unlock:before {
  content: "\e267";
}

/* line 575, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-key:before {
  content: "\5f";
}

/* line 578, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-support:before {
  content: "\46";
}

/* line 581, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-database:before {
  content: "\62";
}

/* line 584, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-scissors:before {
  content: "\e268";
}

/* line 587, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-health:before {
  content: "\6a";
}

/* line 590, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-wand:before {
  content: "\6b";
}

/* line 594, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}

/* line 599, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}

/* line 602, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-clock:before {
  content: "\6e";
}

/* line 605, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-compass:before {
  content: "\6f";
}

/* line 610, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}

/* line 613, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-book:before {
  content: "\e271";
}

/* line 617, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}

/* line 621, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}

/* line 624, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-feed:before {
  content: "\71";
}

/* line 627, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-calendar:before {
  content: "\43";
}

/* line 630, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-calendar-2:before {
  content: "\44";
}

/* line 633, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-calendar-3:before {
  content: "\e273";
}

/* line 636, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-pie:before {
  content: "\77";
}

/* line 639, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-bars:before {
  content: "\76";
}

/* line 642, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-chart:before {
  content: "\75";
}

/* line 645, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-power-cord:before {
  content: "\32";
}

/* line 648, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-cube:before {
  content: "\33";
}

/* line 651, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-puzzle:before {
  content: "\34";
}

/* line 656, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}

/* line 659, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-lamp:before {
  content: "\74";
}

/* line 663, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}

/* line 666, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-location:before {
  content: "\63";
}

/* line 669, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-shield:before {
  content: "\e274";
}

/* line 672, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-flag:before {
  content: "\35";
}

/* line 675, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-flag-3:before {
  content: "\e275";
}

/* line 678, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-bookmark:before {
  content: "\e023";
}

/* line 681, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-bookmark-2:before {
  content: "\e276";
}

/* line 684, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-heart:before {
  content: "\e277";
}

/* line 687, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-heart-2:before {
  content: "\e278";
}

/* line 690, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-thumbs-up:before {
  content: "\5b";
}

/* line 693, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-thumbs-down:before {
  content: "\5c";
}

/* line 698, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}

/* line 701, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-star-2:before {
  content: "\41";
}

/* line 706, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}

/* line 710, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}

/* line 714, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}

/* line 717, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-smiley-sad:before {
  content: "\e281";
}

/* line 720, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-smiley-sad-2:before {
  content: "\e282";
}

/* line 723, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-smiley-neutral:before {
  content: "\e283";
}

/* line 726, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-smiley-neutral-2:before {
  content: "\e284";
}

/* line 729, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-cart:before {
  content: "\e019";
}

/* line 732, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-basket:before {
  content: "\e01a";
}

/* line 735, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-credit:before {
  content: "\e286";
}

/* line 738, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-credit-2:before {
  content: "\e287";
}

/* line 741, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_icomoon.scss */
.icon-expired:before {
  content: "\4b";
}

/* line 3, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.pull-right {
  float: right;
}

/* line 6, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.pull-left {
  float: left;
}

/* line 9, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.hide {
  display: none;
}

/* line 12, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.show {
  display: block;
}

/* line 15, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 18, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.affix {
  position: fixed;
}

/* line 21, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 26, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 39, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.nav-tabs li {
  background: none;
}

/* line 45, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.nav-tabs.nav-stacked li {
  background: url("../images/list-square.gif") no-repeat 2px 8px;
}

/* line 50, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
ul.btn-toolbar {
  margin: 0 0 10px 0;
}

/* line 54, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
li.btn-group {
  margin: 0;
  padding: 0;
  background: none;
}

/* line 61, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.chzn-choices li {
  background: none;
}

/* line 67, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.chzn-results li {
  background: none;
}

/* line 74, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 85, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 96, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn.jmodedit,
.icons .btn {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14px;
  height: 14px;
  line-height: 14px;
  padding: 8px;
  margin-bottom: 0;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 137, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons {
  float: right;
  margin: 0 0 20px 20px;
}
/* line 141, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons li {
  padding: 0;
  background: none;
}
/* line 146, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 172, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 176, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
/* line 185, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}
/* line 197, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons .dropdown-menu > li > a:hover,
.icons .dropdown-menu > li > a:focus,
.icons .dropdown-submenu:hover > a,
.icons .dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
/* line 211, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons .dropdown-menu > .active > a,
.icons .dropdown-menu > .active > a:hover,
.icons .dropdown-menu > .active > a:focus {
  color: #333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
/* line 226, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons .dropdown-menu > .disabled > a,
.icons .dropdown-menu > .disabled > a:hover,
.icons .dropdown-menu > .disabled > a:focus {
  color: #999;
}
/* line 230, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons .dropdown-menu > .disabled > a:hover,
.icons .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
/* line 237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons .open {
  *z-index: 1000;
}
/* line 240, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons .open > .dropdown-menu {
  display: block;
}
/* line 243, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
/* line 251, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.icons .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 259, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}

/* line 269, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 273, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 280, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 286, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}

/* line 290, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 301, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 310, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 321, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 333, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 338, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 342, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 351, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 357, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 361, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 367, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 373, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 376, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 379, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 382, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 385, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 388, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 391, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

/* line 394, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 398, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 401, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 407, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 410, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 418, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 422, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 427, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 438, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 448, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 452, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 456, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 460, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 464, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 468, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.tooltip-inner {
  max-width: 300px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 479, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 486, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 493, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 500, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 507, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 1, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit {
  max-width: 980px;
}
/* line 6, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .clearfix:before,
.edit .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 11, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .clearfix:after {
  clear: both;
}
/* line 14, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* line 21, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 30, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit a {
  color: #08c;
  text-decoration: none;
}
/* line 35, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit a:hover,
.edit a:focus {
  color: #005580;
  text-decoration: underline;
}
/* line 39, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 45, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .row {
  margin-left: -20px;
  *zoom: 1;
}
/* line 50, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .row:before,
.edit .row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 55, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .row:after {
  clear: both;
}
/* line 58, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
/* line 65, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit [class*="span"].hide,
.edit .row-fluid [class*="span"].hide {
  display: none;
}
/* line 69, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit [class*="span"].pull-right,
.edit .row-fluid [class*="span"].pull-right {
  float: right;
}
/* line 72, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
/* line 78, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .container:before,
.edit .container:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 83, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .container:after {
  clear: both;
}
/* line 86, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
/* line 92, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .container-fluid:before,
.edit .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 97, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .container-fluid:after {
  clear: both;
}
/* line 100, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit p {
  margin: 0 0 9px;
}
/* line 103, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .lead {
  margin-bottom: 18px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 27px;
}
/* line 109, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit small {
  font-size: 85%;
}
/* line 112, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit strong {
  font-weight: bold;
}
/* line 115, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit em {
  font-style: italic;
}
/* line 118, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit cite {
  font-style: normal;
}
/* line 121, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .muted {
  color: #999;
}
/* line 125, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit a.muted:hover,
.edit a.muted:focus {
  color: #808080;
}
/* line 128, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .text-warning {
  color: #c09853;
}
/* line 132, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit a.text-warning:hover,
.edit a.text-warning:focus {
  color: #a47e3c;
}
/* line 135, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .text-error {
  color: #b94a48;
}
/* line 139, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit a.text-error:hover,
.edit a.text-error:focus {
  color: #953b39;
}
/* line 142, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .text-info {
  color: #3a87ad;
}
/* line 146, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit a.text-info:hover,
.edit a.text-info:focus {
  color: #2d6987;
}
/* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .text-success {
  color: #468847;
}
/* line 153, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit a.text-success:hover,
.edit a.text-success:focus {
  color: #356635;
}
/* line 156, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .text-left {
  text-align: left;
}
/* line 159, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .text-right {
  text-align: right;
}
/* line 162, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .text-center {
  text-align: center;
}
/* line 166, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit ul,
.edit ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
/* line 173, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit ul ul,
.edit ul ol,
.edit ol ol,
.edit ol ul {
  margin-bottom: 0;
}
/* line 176, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit li {
  line-height: 18px;
}
/* line 180, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit ul.unstyled,
.edit ol.unstyled {
  margin-left: 0;
  list-style: none;
}
/* line 185, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit ul.inline,
.edit ol.inline {
  margin-left: 0;
  list-style: none;
}
/* line 190, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit ul.inline > li,
.edit ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 197, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
/* line 204, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit abbr[title],
.edit abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
/* line 208, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
/* line 212, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eee;
}
/* line 217, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit blockquote p {
  margin-bottom: 0;
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
/* line 223, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit blockquote small {
  display: block;
  line-height: 18px;
  color: #999;
}
/* line 228, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit blockquote small:before {
  content: '\2014 \00A0';
}
/* line 231, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
/* line 239, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit blockquote.pull-right p,
.edit blockquote.pull-right small {
  text-align: right;
}
/* line 242, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit blockquote.pull-right small:before {
  content: '';
}
/* line 245, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
/* line 251, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit q:before,
.edit q:after,
.edit blockquote:before,
.edit blockquote:after {
  content: "";
}
/* line 254, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}
/* line 261, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit code,
.edit pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 270, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
/* line 277, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 294, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit pre.prettyprint {
  margin-bottom: 18px;
}
/* line 297, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
/* line 305, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
/* line 309, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit form {
  margin: 0 0 18px;
}
/* line 312, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 317, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 328, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit legend small {
  font-size: 13.5px;
  color: #999;
}
/* line 336, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit label,
.edit input,
.edit button,
.edit select,
.edit textarea {
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
}
/* line 344, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input,
.edit button,
.edit select,
.edit textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 347, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit label {
  display: block;
  margin-bottom: 5px;
}
/* line 367, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit select,
.edit textarea,
.edit input[type="text"],
.edit input[type="password"],
.edit input[type="datetime"],
.edit input[type="datetime-local"],
.edit input[type="date"],
.edit input[type="month"],
.edit input[type="time"],
.edit input[type="week"],
.edit input[type="number"],
.edit input[type="email"],
.edit input[type="url"],
.edit input[type="search"],
.edit input[type="tel"],
.edit input[type="color"],
.edit .uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
/* line 385, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit textarea {
  height: auto;
}
/* line 403, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit textarea,
.edit input[type="text"],
.edit input[type="password"],
.edit input[type="datetime"],
.edit input[type="datetime-local"],
.edit input[type="date"],
.edit input[type="month"],
.edit input[type="time"],
.edit input[type="week"],
.edit input[type="number"],
.edit input[type="email"],
.edit input[type="url"],
.edit input[type="search"],
.edit input[type="tel"],
.edit input[type="color"],
.edit .uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
/* line 429, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit textarea:focus,
.edit input[type="text"]:focus,
.edit input[type="password"]:focus,
.edit input[type="datetime"]:focus,
.edit input[type="datetime-local"]:focus,
.edit input[type="date"]:focus,
.edit input[type="month"]:focus,
.edit input[type="time"]:focus,
.edit input[type="week"]:focus,
.edit input[type="number"]:focus,
.edit input[type="email"]:focus,
.edit input[type="url"]:focus,
.edit input[type="search"]:focus,
.edit input[type="tel"]:focus,
.edit input[type="color"]:focus,
.edit .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* line 438, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input[type="radio"],
.edit input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}
/* line 450, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input[type="file"],
.edit input[type="image"],
.edit input[type="submit"],
.edit input[type="reset"],
.edit input[type="button"],
.edit input[type="radio"],
.edit input[type="checkbox"] {
  width: auto;
}
/* line 454, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit select,
.edit input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
/* line 459, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
/* line 465, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit select[multiple],
.edit select[size] {
  height: auto;
}
/* line 471, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit select:focus,
.edit input[type="file"]:focus,
.edit input[type="radio"]:focus,
.edit input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 477, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .uneditable-input,
.edit .uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
/* line 486, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
/* line 490, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .uneditable-textarea {
  width: auto;
  height: auto;
}
/* line 495, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input:-moz-placeholder,
.edit textarea:-moz-placeholder {
  color: #999;
}
/* line 499, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input:-ms-input-placeholder,
.edit textarea:-ms-input-placeholder {
  color: #999;
}
/* line 503, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input::-webkit-input-placeholder,
.edit textarea::-webkit-input-placeholder {
  color: #999;
}
/* line 507, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .radio,
.edit .checkbox {
  min-height: 18px;
  padding-left: 20px;
}
/* line 512, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .radio input[type="radio"],
.edit .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
/* line 517, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .controls > .radio:first-child,
.edit .controls > .checkbox:first-child {
  padding-top: 5px;
}
/* line 521, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .radio.inline,
.edit .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 528, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .radio.inline + .radio.inline,
.edit .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
/* line 531, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-mini {
  width: 60px;
}
/* line 534, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-small {
  width: 90px;
}
/* line 537, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-medium {
  width: 150px;
}
/* line 540, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-large {
  width: 210px;
}
/* line 543, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-xlarge {
  width: 270px;
}
/* line 546, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-xxlarge {
  width: 530px;
}
/* line 556, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input[class*="span"],
.edit select[class*="span"],
.edit textarea[class*="span"],
.edit .uneditable-input[class*="span"],
.edit .row-fluid input[class*="span"],
.edit .row-fluid select[class*="span"],
.edit .row-fluid textarea[class*="span"],
.edit .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
/* line 569, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append input[class*="span"],
.edit .input-append .uneditable-input[class*="span"],
.edit .input-prepend input[class*="span"],
.edit .input-prepend .uneditable-input[class*="span"],
.edit .row-fluid input[class*="span"],
.edit .row-fluid select[class*="span"],
.edit .row-fluid textarea[class*="span"],
.edit .row-fluid .uneditable-input[class*="span"],
.edit .row-fluid .input-prepend [class*="span"],
.edit .row-fluid .input-append [class*="span"] {
  display: inline-block;
}
/* line 574, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input,
.edit textarea,
.edit .uneditable-input {
  margin-left: 0;
}
/* line 577, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .controls-row {
  *zoom: 1;
}
/* line 581, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .controls-row:before,
.edit .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 586, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .controls-row:after {
  clear: both;
}
/* line 590, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .controls-row [class*="span"],
.edit .row-fluid .controls-row [class*="span"] {
  float: left;
}
/* line 594, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .controls-row .checkbox[class*="span"],
.edit .controls-row .radio[class*="span"] {
  padding-top: 5px;
}
/* line 602, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input[disabled],
.edit select[disabled],
.edit textarea[disabled],
.edit input[readonly],
.edit select[readonly],
.edit textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
/* line 609, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input[type="radio"][disabled],
.edit input[type="checkbox"][disabled],
.edit input[type="radio"][readonly],
.edit input[type="checkbox"][readonly] {
  background-color: transparent;
}
/* line 614, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.warning .control-label,
.edit .control-group.warning .help-block,
.edit .control-group.warning .help-inline {
  color: #c09853;
}
/* line 621, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.warning .checkbox,
.edit .control-group.warning .radio,
.edit .control-group.warning input,
.edit .control-group.warning select,
.edit .control-group.warning textarea {
  color: #c09853;
}
/* line 626, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.warning input,
.edit .control-group.warning select,
.edit .control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 634, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.warning input:focus,
.edit .control-group.warning select:focus,
.edit .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 641, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.warning .input-prepend .add-on,
.edit .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
/* line 648, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.error .control-label,
.edit .control-group.error .help-block,
.edit .control-group.error .help-inline {
  color: #b94a48;
}
/* line 655, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.error .checkbox,
.edit .control-group.error .radio,
.edit .control-group.error input,
.edit .control-group.error select,
.edit .control-group.error textarea {
  color: #b94a48;
}
/* line 660, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.error input,
.edit .control-group.error select,
.edit .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 668, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.error input:focus,
.edit .control-group.error select:focus,
.edit .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 675, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.error .input-prepend .add-on,
.edit .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
/* line 682, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.success .control-label,
.edit .control-group.success .help-block,
.edit .control-group.success .help-inline {
  color: #468847;
}
/* line 689, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.success .checkbox,
.edit .control-group.success .radio,
.edit .control-group.success input,
.edit .control-group.success select,
.edit .control-group.success textarea {
  color: #468847;
}
/* line 694, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.success input,
.edit .control-group.success select,
.edit .control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 702, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.success input:focus,
.edit .control-group.success select:focus,
.edit .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 709, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.success .input-prepend .add-on,
.edit .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
/* line 716, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.info .control-label,
.edit .control-group.info .help-block,
.edit .control-group.info .help-inline {
  color: #3a87ad;
}
/* line 723, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.info .checkbox,
.edit .control-group.info .radio,
.edit .control-group.info input,
.edit .control-group.info select,
.edit .control-group.info textarea {
  color: #3a87ad;
}
/* line 728, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.info input,
.edit .control-group.info select,
.edit .control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 736, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.info input:focus,
.edit .control-group.info select:focus,
.edit .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
/* line 743, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group.info .input-prepend .add-on,
.edit .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
/* line 750, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input:focus:invalid,
.edit textarea:focus:invalid,
.edit select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
/* line 756, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input:focus:invalid:focus,
.edit textarea:focus:invalid:focus,
.edit select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
/* line 762, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
/* line 771, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-actions:before,
.edit .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 776, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-actions:after {
  clear: both;
}
/* line 780, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .help-block,
.edit .help-inline {
  color: #595959;
}
/* line 783, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .help-block {
  display: block;
  margin-bottom: 9px;
}
/* line 787, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
/* line 795, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append,
.edit .input-prepend {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
/* line 811, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append input,
.edit .input-append select,
.edit .input-append .uneditable-input,
.edit .input-append .dropdown-menu,
.edit .input-append .popover,
.edit .input-prepend input,
.edit .input-prepend select,
.edit .input-prepend .uneditable-input,
.edit .input-prepend .dropdown-menu,
.edit .input-prepend .popover {
  font-size: 13px;
}
/* line 819, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append input,
.edit .input-append select,
.edit .input-append .uneditable-input,
.edit .input-prepend input,
.edit .input-prepend select,
.edit .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* line 833, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append input:focus,
.edit .input-append select:focus,
.edit .input-append .uneditable-input:focus,
.edit .input-prepend input:focus,
.edit .input-prepend select:focus,
.edit .input-prepend .uneditable-input:focus {
  z-index: 2;
}
/* line 837, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append .add-on,
.edit .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
/* line 856, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append .add-on,
.edit .input-append .btn,
.edit .input-append .btn-group > .dropdown-toggle,
.edit .input-prepend .add-on,
.edit .input-prepend .btn,
.edit .input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 863, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append .active,
.edit .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
/* line 868, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend .add-on,
.edit .input-prepend .btn {
  margin-right: -1px;
}
/* line 872, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend .add-on:first-child,
.edit .input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* line 879, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append input,
.edit .input-append select,
.edit .input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* line 886, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append input + .btn-group .btn:last-child,
.edit .input-append select + .btn-group .btn:last-child,
.edit .input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* line 893, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append .add-on,
.edit .input-append .btn,
.edit .input-append .btn-group {
  margin-left: -1px;
}
/* line 898, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append .add-on:last-child,
.edit .input-append .btn:last-child,
.edit .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* line 905, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend.input-append input,
.edit .input-prepend.input-append select,
.edit .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 912, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend.input-append input + .btn-group .btn,
.edit .input-prepend.input-append select + .btn-group .btn,
.edit .input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* line 918, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend.input-append .add-on:first-child,
.edit .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* line 925, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend.input-append .add-on:last-child,
.edit .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* line 931, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
/* line 934, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* line 945, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-search .input-append .search-query,
.edit .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 950, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
/* line 955, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
/* line 960, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
/* line 965, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
/* line 990, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-search input,
.edit .form-search textarea,
.edit .form-search select,
.edit .form-search .help-inline,
.edit .form-search .uneditable-input,
.edit .form-search .input-prepend,
.edit .form-search .input-append,
.edit .form-inline input,
.edit .form-inline textarea,
.edit .form-inline select,
.edit .form-inline .help-inline,
.edit .form-inline .uneditable-input,
.edit .form-inline .input-prepend,
.edit .form-inline .input-append,
.edit .form-horizontal input,
.edit .form-horizontal textarea,
.edit .form-horizontal select,
.edit .form-horizontal .help-inline,
.edit .form-horizontal .uneditable-input,
.edit .form-horizontal .input-prepend,
.edit .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 999, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-search .hide,
.edit .form-inline .hide,
.edit .form-horizontal .hide {
  display: none;
}
/* line 1005, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-search label,
.edit .form-inline label,
.edit .form-search .btn-group,
.edit .form-inline .btn-group {
  display: inline-block;
}
/* line 1011, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-search .input-append,
.edit .form-inline .input-append,
.edit .form-search .input-prepend,
.edit .form-inline .input-prepend {
  margin-bottom: 0;
}
/* line 1017, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-search .radio,
.edit .form-search .checkbox,
.edit .form-inline .radio,
.edit .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 1025, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-search .radio input[type="radio"],
.edit .form-search .checkbox input[type="checkbox"],
.edit .form-inline .radio input[type="radio"],
.edit .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
/* line 1030, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .control-group {
  margin-bottom: 9px;
}
/* line 1033, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
/* line 1037, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
/* line 1042, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-horizontal .control-group:before,
.edit .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 1047, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-horizontal .control-group:after {
  clear: both;
}
/* line 1050, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
/* line 1056, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 1062, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-horizontal .controls:first-child {
  *padding-left: 180px;
}
/* line 1065, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-horizontal .help-block {
  margin-bottom: 0;
}
/* line 1073, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-horizontal input + .help-block,
.edit .form-horizontal select + .help-block,
.edit .form-horizontal textarea + .help-block,
.edit .form-horizontal .uneditable-input + .help-block,
.edit .form-horizontal .input-prepend + .help-block,
.edit .form-horizontal .input-append + .help-block {
  margin-top: 9px;
}
/* line 1076, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-horizontal .form-actions {
  padding-left: 180px;
}
/* line 1080, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
/* line 1087, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .fade.in {
  opacity: 1;
}
/* line 1090, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
/* line 1099, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .collapse.in {
  height: auto;
}
/* line 1103, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit button.close {
  padding: 3;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* line 1110, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 1150, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn:hover,
.edit .btn:focus,
.edit .btn:active,
.edit .btn.active,
.edit .btn.disabled,
.edit .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 1156, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn:active,
.edit .btn.active {
  background-color: #cccccc \9;
}
/* line 1159, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn:first-child {
  *margin-left: 0;
}
/* line 1163, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn:hover,
.edit .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
/* line 1172, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 1178, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn.active,
.edit .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 1186, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn.disabled,
.edit .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 1195, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 1203, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-large [class^="icon-"],
.edit .btn-large [class*=" icon-"] {
  margin-top: 4px;
}
/* line 1206, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-small {
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 1214, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-small [class^="icon-"],
.edit .btn-small [class*=" icon-"] {
  margin-top: 0;
}
/* line 1218, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-mini [class^="icon-"],
.edit .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
/* line 1221, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 1228, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-block + .btn-block {
  margin-top: 5px;
}
/* line 1242, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit input[type="submit"].btn-block,
.edit input[type="reset"].btn-block,
.edit input[type="button"].btn-block {
  width: 100%;
}
/* line 1250, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-primary.active,
.edit .btn-warning.active,
.edit .btn-danger.active,
.edit .btn-success.active,
.edit .btn-info.active,
.edit .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
/* line 1253, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 1273, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-primary:hover,
.edit .btn-primary:focus,
.edit .btn-primary:active,
.edit .btn-primary.active,
.edit .btn-primary.disabled,
.edit .btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
/* line 1279, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-primary:active,
.edit .btn-primary.active {
  background-color: #003399 \9;
}
/* line 1282, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 1302, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-warning:hover,
.edit .btn-warning:focus,
.edit .btn-warning:active,
.edit .btn-warning.active,
.edit .btn-warning.disabled,
.edit .btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
/* line 1308, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-warning:active,
.edit .btn-warning.active {
  background-color: #c67605 \9;
}
/* line 1311, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 1331, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-danger:hover,
.edit .btn-danger:focus,
.edit .btn-danger:active,
.edit .btn-danger.active,
.edit .btn-danger.disabled,
.edit .btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
/* line 1337, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-danger:active,
.edit .btn-danger.active {
  background-color: #942a25 \9;
}
/* line 1340, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 1360, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-success:hover,
.edit .btn-success:focus,
.edit .btn-success:active,
.edit .btn-success.active,
.edit .btn-success.disabled,
.edit .btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
/* line 1366, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-success:active,
.edit .btn-success.active {
  background-color: #408140 \9;
}
/* line 1369, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 1389, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-info:hover,
.edit .btn-info:focus,
.edit .btn-info:active,
.edit .btn-info.active,
.edit .btn-info.disabled,
.edit .btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
/* line 1395, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-info:active,
.edit .btn-info.active {
  background-color: #24748c \9;
}
/* line 1398, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 1418, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-inverse:hover,
.edit .btn-inverse:focus,
.edit .btn-inverse:active,
.edit .btn-inverse.active,
.edit .btn-inverse.disabled,
.edit .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
/* line 1424, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-inverse:active,
.edit .btn-inverse.active {
  background-color: #090909 \9;
}
/* line 1428, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit button.btn,
.edit input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 1433, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit button.btn::-moz-focus-inner,
.edit input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* line 1438, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit button.btn.btn-large,
.edit input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 1443, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit button.btn.btn-small,
.edit input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
/* line 1448, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit button.btn.btn-mini,
.edit input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
/* line 1454, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-link,
.edit .btn-link:active,
.edit .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 1461, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 1470, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-link:hover,
.edit .btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
/* line 1476, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-link[disabled]:hover,
.edit .btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
/* line 1480, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
/* line 1490, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group:first-child {
  *margin-left: 0;
}
/* line 1493, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group + .btn-group {
  margin-left: 5px;
}
/* line 1496, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 1503, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-toolbar > .btn + .btn,
.edit .btn-toolbar > .btn-group + .btn,
.edit .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
/* line 1506, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 1512, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn + .btn {
  margin-left: -1px;
}
/* line 1517, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn,
.edit .btn-group > .dropdown-menu,
.edit .btn-group > .popover {
  font-size: 13px;
}
/* line 1520, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn-mini {
  font-size: 9.75px;
}
/* line 1523, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn-small {
  font-size: 12px;
}
/* line 1526, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn-large {
  font-size: 16.25px;
}
/* line 1529, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 1539, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn:last-child,
.edit .btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 1547, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
/* line 1557, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn.large:last-child,
.edit .btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
/* line 1568, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn:hover,
.edit .btn-group > .btn:focus,
.edit .btn-group > .btn:active,
.edit .btn-group > .btn.active {
  z-index: 2;
}
/* line 1572, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group .dropdown-toggle:active,
.edit .btn-group.open .dropdown-toggle {
  outline: 0;
}
/* line 1575, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
/* line 1584, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
/* line 1590, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
/* line 1594, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
/* line 1600, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 1606, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
/* line 1609, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
/* line 1612, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
/* line 1615, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
/* line 1618, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
/* line 1621, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
/* line 1624, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
/* line 1627, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
/* line 1631, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-large .caret {
  margin-top: 6px;
}
/* line 1634, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
/* line 1640, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-mini .caret,
.edit .btn-small .caret {
  margin-top: 8px;
}
/* line 1643, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .dropup .btn-large .caret {
  border-bottom-width: 5px;
}
/* line 1651, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-primary .caret,
.edit .btn-warning .caret,
.edit .btn-danger .caret,
.edit .btn-info .caret,
.edit .btn-success .caret,
.edit .btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 1655, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* line 1660, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 1668, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
/* line 1672, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 1677, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 1682, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
/* line 1687, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
/* line 1692, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 1703, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert,
.edit .alert h4 {
  color: #c09853;
}
/* line 1706, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert h4 {
  margin: 0;
}
/* line 1709, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
/* line 1715, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
/* line 1720, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert-success h4 {
  color: #468847;
}
/* line 1724, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert-danger,
.edit .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
/* line 1730, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert-danger h4,
.edit .alert-error h4 {
  color: #b94a48;
}
/* line 1733, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
/* line 1738, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert-info h4 {
  color: #3a87ad;
}
/* line 1741, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
/* line 1746, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert-block > p,
.edit .alert-block > ul {
  margin-bottom: 0;
}
/* line 1749, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .alert-block p + p {
  margin-top: 5px;
}
/* line 1752, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
/* line 1757, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav > li > a {
  display: block;
}
/* line 1761, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav > li > a:hover,
.edit .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
/* line 1765, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav > li > a > img {
  max-width: none;
}
/* line 1768, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav > .pull-right {
  float: right;
}
/* line 1771, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
/* line 1781, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav li + .nav-header {
  margin-top: 9px;
}
/* line 1784, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
/* line 1790, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-list > li > a,
.edit .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/* line 1795, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-list > li > a {
  padding: 3px 15px;
}
/* line 1800, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-list > .active > a,
.edit .nav-list > .active > a:hover,
.edit .nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}
/* line 1806, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-list [class^="icon-"],
.edit .nav-list [class*=" icon-"] {
  margin-right: 2px;
}
/* line 1809, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
/* line 1819, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs,
.edit .nav-pills {
  *zoom: 1;
}
/* line 1825, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs:before,
.edit .nav-tabs:after,
.edit .nav-pills:before,
.edit .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 1831, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs:after,
.edit .nav-pills:after {
  clear: both;
}
/* line 1835, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs > li,
.edit .nav-pills > li {
  font-size: 18px;
  font-weight: 600;
  float: left;
}
/* line 1841, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs > li > a,
.edit .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
/* line 1847, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 1850, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs > li {
  margin-bottom: -1px;
}
/* line 1853, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 1863, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs > li > a:hover,
.edit .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
/* line 1868, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs > .active > a,
.edit .nav-tabs > .active > a:hover,
.edit .nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
/* line 1875, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 1886, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-pills > .active > a,
.edit .nav-pills > .active > a:hover,
.edit .nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}
/* line 1890, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-stacked > li {
  float: none;
}
/* line 1893, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-stacked > li > a {
  margin-right: 0;
}
/* line 1896, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs.nav-stacked {
  border-bottom: 0;
}
/* line 1899, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 1905, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 1913, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 1922, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs.nav-stacked > li > a:hover,
.edit .nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
/* line 1926, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
/* line 1929, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
/* line 1932, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
/* line 1937, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 1942, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
/* line 1948, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav .dropdown-toggle:hover .caret,
.edit .nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* line 1952, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
/* line 1955, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
/* line 1959, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
/* line 1964, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav > .dropdown.active > a:hover,
.edit .nav > .dropdown.active > a:focus {
  cursor: pointer;
}
/* line 1970, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs .open .dropdown-toggle,
.edit .nav-pills .open .dropdown-toggle,
.edit .nav > li.dropdown.open.active > a:hover,
.edit .nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
/* line 1978, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav li.dropdown.open .caret,
.edit .nav li.dropdown.open.active .caret,
.edit .nav li.dropdown.open a:hover .caret,
.edit .nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 1985, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-stacked .open > a:hover,
.edit .tabs-stacked .open > a:focus {
  border-color: #999;
}
/* line 1988, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabbable {
  *zoom: 1;
}
/* line 1992, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabbable:before,
.edit .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 1997, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabbable:after {
  clear: both;
}
/* line 2000, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tab-content {
  overflow: auto;
}
/* line 2005, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-below > .nav-tabs,
.edit .tabs-right > .nav-tabs,
.edit .tabs-left > .nav-tabs {
  border-bottom: 0;
}
/* line 2009, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tab-content > .tab-pane,
.edit .pill-content > .pill-pane {
  display: none;
}
/* line 2013, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tab-content > .active,
.edit .pill-content > .active {
  display: block;
}
/* line 2016, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
/* line 2019, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
/* line 2023, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 2029, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-below > .nav-tabs > li > a:hover,
.edit .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
/* line 2035, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-below > .nav-tabs > .active > a,
.edit .tabs-below > .nav-tabs > .active > a:hover,
.edit .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
/* line 2039, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-left > .nav-tabs > li,
.edit .tabs-right > .nav-tabs > li {
  float: none;
}
/* line 2043, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-left > .nav-tabs > li > a,
.edit .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
/* line 2048, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
/* line 2053, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 2060, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-left > .nav-tabs > li > a:hover,
.edit .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
/* line 2065, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-left > .nav-tabs .active > a,
.edit .tabs-left > .nav-tabs .active > a:hover,
.edit .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
/* line 2069, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
/* line 2074, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 2081, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-right > .nav-tabs > li > a:hover,
.edit .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
/* line 2086, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-right > .nav-tabs .active > a,
.edit .tabs-right > .nav-tabs .active > a:hover,
.edit .tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
/* line 2091, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 2100, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-backdrop.fade {
  opacity: 0;
}
/* line 2104, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-backdrop,
.edit .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 2108, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
/* line 2112, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-header .close {
  margin-top: 2px;
}
/* line 2115, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-header h3 {
  margin: 0;
  line-height: 30px;
}
/* line 2119, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
/* line 2125, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-form {
  margin-bottom: 0;
}
/* line 2128, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
/* line 2143, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-footer:before,
.edit .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 2148, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-footer:after {
  clear: both;
}
/* line 2151, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 2155, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 2158, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* line 2161, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 2171, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 2175, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 2179, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 2183, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 2187, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
/* line 2191, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 2202, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 2209, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 2216, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 2223, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 2230, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 2237, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 2260, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover.top {
  margin-top: -10px;
}
/* line 2263, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover.right {
  margin-left: 10px;
}
/* line 2266, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover.bottom {
  margin-top: 10px;
}
/* line 2269, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover.left {
  margin-left: -10px;
}
/* line 2272, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
/* line 2284, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover-title:empty {
  display: none;
}
/* line 2287, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover-content {
  padding: 9px 14px;
}
/* line 2291, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover .arrow,
.edit .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 2299, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover .arrow {
  border-width: 11px;
}
/* line 2302, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover .arrow:after {
  border-width: 10px;
  content: "";
}
/* line 2306, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 2314, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/* line 2320, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 2328, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
/* line 2334, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 2342, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 2348, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 2356, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
/* line 2363, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label,
.edit .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}
/* line 2375, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 2380, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
/* line 2388, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label:empty,
.edit .badge:empty {
  display: none;
}
/* line 2394, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit a.label:hover,
.edit a.label:focus,
.edit a.badge:hover,
.edit a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* line 2400, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label-important,
.edit .badge-important {
  background-color: #b94a48;
}
/* line 2404, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label-important[href],
.edit .badge-important[href] {
  background-color: #953b39;
}
/* line 2408, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label-warning,
.edit .badge-warning {
  background-color: #f89406;
}
/* line 2412, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label-warning[href],
.edit .badge-warning[href] {
  background-color: #c67605;
}
/* line 2416, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label-success,
.edit .badge-success {
  background-color: #468847;
}
/* line 2420, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label-success[href],
.edit .badge-success[href] {
  background-color: #356635;
}
/* line 2424, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label-info,
.edit .badge-info {
  background-color: #3a87ad;
}
/* line 2428, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label-info[href],
.edit .badge-info[href] {
  background-color: #2d6987;
}
/* line 2432, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label-inverse,
.edit .badge-inverse {
  background-color: #333;
}
/* line 2436, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .label-inverse[href],
.edit .badge-inverse[href] {
  background-color: #1a1a1a;
}
/* line 2440, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn .label,
.edit .btn .badge {
  position: relative;
  top: -1px;
}
/* line 2445, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-mini .label,
.edit .btn-mini .badge {
  top: 0;
}
/* line 2449, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .small {
  font-size: 11px;
}
/* line 2453, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit iframe,
.edit svg {
  max-width: 100%;
}
/* line 2456, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nowrap {
  white-space: nowrap;
}
/* line 2461, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .center,
.edit .table td.center,
.edit .table th.center {
  text-align: center;
}
/* line 2465, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit a.disabled,
.edit a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}
/* line 2471, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .hero-unit {
  text-align: center;
}
/* line 2474, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .hero-unit .lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
/* line 2480, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn .caret {
  margin-bottom: 7px;
}
/* line 2483, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn.btn-micro .caret {
  margin: 5px 0;
}
/* line 2487, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .blog-row-rule,
.edit .blog-item-rule {
  border: 0;
}
/* line 2490, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit body.modal {
  padding-top: 0;
}
/* line 2494, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .row-even,
.edit .row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
/* line 2499, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .row-odd {
  background-color: transparent;
}
/* line 2502, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .row-even {
  background-color: #f9f9f9;
}
/* line 2506, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .blog-row-rule,
.edit .blog-item-rule {
  border: 0;
}
/* line 2509, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .row-fluid .row-reveal {
  visibility: hidden;
}
/* line 2512, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .row-fluid:hover .row-reveal {
  visibility: visible;
}
/* line 2515, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .btn-wide {
  width: 80%;
}
/* line 2518, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
/* line 2523, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .blog-row-rule,
.edit .blog-item-rule {
  border: 0;
}
/* line 2527, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs.nav-dark {
  border-bottom: 1px solid #333;
  text-shadow: 1px 1px 1px #000;
}
/* line 2531, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs.nav-dark > li > a {
  color: #F8F8F8;
}
/* line 2534, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs.nav-dark > li > a:hover {
  border-color: #333 #333 #111;
  background-color: #777777;
}
/* line 2539, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs.nav-dark > .active > a,
.edit .nav-tabs.nav-dark > .active > a:hover {
  color: #ffffff;
  background-color: #555555;
  border: 1px solid #222;
  border-bottom-color: transparent;
}
/* line 2547, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .list-bordered,
.edit .row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 2558, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .radio.btn-group input[type=radio] {
  display: none;
}
/* line 2561, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
/* line 2570, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit fieldset.radio.btn-group {
  padding-left: 0;
}
/* line 2573, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .iframe-bordered {
  border: 1px solid #ddd;
}
/* line 2576, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tab-content {
  overflow: visible;
}
/* line 2579, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tabs-left .tab-content {
  overflow: auto;
}
/* line 2582, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .nav-tabs > li > span {
  display: block;
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 2595, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .tip-wrap {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
}
/* line 2608, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend .chzn-container-single .chzn-single,
.edit .input-append .chzn-container-single .chzn-single {
  border-color: #ccc;
  height: 26px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 2616, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend .chzn-container-single .chzn-drop,
.edit .input-append .chzn-container-single .chzn-drop {
  border-color: #ccc;
}
/* line 2620, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend > .add-on,
.edit .input-append > .add-on {
  vertical-align: top;
}
/* line 2623, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend .chzn-container-single .chzn-single {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* line 2628, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend .chzn-container-single .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
/* line 2633, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append .chzn-container-single .chzn-single {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
/* line 2638, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-append .chzn-container-single .chzn-single-with-drop {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
/* line 2644, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .input-prepend.input-append .chzn-container-single .chzn-single,
.edit .input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 2649, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* line 2658, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
/* line 2665, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .form-vertical .controls {
  margin-left: 0;
}
/* line 2668, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .width-auto {
  width: auto;
}
/* line 2672, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit div.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 580px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
/* line 2694, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit div.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
/* line 2701, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit div.modal.fade.in {
  top: 10%;
}
/* line 2704, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .modal-batch {
  overflow-y: visible;
}
@media (max-width: 767px) {
  /* line 2708, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
  .edit div.modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 2716, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
  .edit div.modal.fade {
    top: -100px;
  }
  /* line 2719, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
  .edit div.modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 2724, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
  .edit div.modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
}
/* line 2731, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit figure {
  display: table;
}
/* line 2735, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit figure.pull-center,
.edit img.pull-center {
  margin-left: auto;
  margin-right: auto;
}
/* line 2739, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit figcaption {
  display: table-caption;
  caption-side: bottom;
}
/* line 2744, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit dl.tabs {
  float: left;
  margin-bottom: -1px;
}
/* line 2748, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit dl.tabs dt.tabs {
  float: left;
  margin-left: 3px;
  padding: 4px 10px;
  background-color: #F0F0F0;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
/* line 2757, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit dl.tabs dt:hover {
  background-color: #F9F9F9;
}
/* line 2760, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit dl.tabs dt.open {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}
/* line 2764, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit dl.tabs dt.tabs h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
}
/* line 2769, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit dl.tabs dt.tabs h3 a {
  color: #0088CC;
}
/* line 2772, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit dl.tabs dt.tabs h3 a:hover {
  color: #005580;
  text-decoration: none;
}
/* line 2776, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit dl.tabs dt.open h3 a {
  color: #000;
  text-decoration: none;
}
/* line 2780, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit div.current dd.tabs {
  margin: 0;
  padding: 10px;
  clear: both;
  border: 1px solid #CCC;
  background-color: #FFF;
}
/* line 2787, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit #helpsite-refresh {
  vertical-align: top;
}
/* line 2790, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit #pop-print {
  float: right;
  margin: 10px;
}
/* line 2794, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit code {
  white-space: pre-wrap;
}
/* line 2797, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit #filter-search {
  vertical-align: top;
}
/* line 2800, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_frontend.scss */
.edit .editor {
  overflow: hidden;
  position: relative;
}

/* line 3, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_scrollspy.scss */
.moduletable_index-list {
  position: relative;
}

/* line 8, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_scrollspy.scss */
.index-list {
  width: inherit;
}
/* line 12, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_scrollspy.scss */
.index-list.affix {
  top: 40px;
  max-width: 270px;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 12, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_scrollspy.scss */
  .index-list.affix {
    max-width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 12, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_scrollspy.scss */
  .index-list.affix {
    position: static;
    top: auto;
    width: 100%;
  }
}
/* line 31, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_scrollspy.scss */
.index-list ol {
  display: block;
  width: 100%;
}
/* line 36, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_scrollspy.scss */
.index-list .active a {
  color: black;
  font-weight: 600;
}

/* line 44, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_scrollspy.scss */
.section {
  padding: 30px 0;
  border-bottom: 1px dotted #e5e5e5;
}
/* line 48, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_scrollspy.scss */
.section:first-child {
  padding-top: 0;
}
/* line 52, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_scrollspy.scss */
.section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media only screen and (max-width: 640px) {
  /* line 3, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
  .slideshow {
    display: none;
  }
}

/* line 9, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel {
  position: relative;
  line-height: 1;
}

/* line 13, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 18, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  min-height: 0;
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 35, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
@media only screen and (min-width: 641px) {
  /* line 35, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: table;
  }
}

/* line 47, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 51, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 56, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 59, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 63, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 66, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 69, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 72, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
  color: #b21a1a !important;
  text-align: center;
  background: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: none;
}
@media only screen and (min-width: 1024px) {
  /* line 72, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
  .carousel-control {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 48px;
    font-size: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  /* line 72, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
  .carousel-control {
    left: 20px;
  }
}

/* line 113, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}
@media only screen and (min-width: 1300px) {
  /* line 113, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
  .carousel-control.right {
    right: 20px;
  }
}

/* line 122, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #e5e5e5 !important;
  text-decoration: none;
}

/* line 126, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 134, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

/* line 145, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: middle;
  text-align: right;
  padding: 0 30px 0 100px;
}
/* line 158, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-caption:last-child {
  padding: 0 100px 0 30px;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 163, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
  .carousel-caption:last-child {
    padding: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 149, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
  .carousel-caption {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 20px !important;
    min-height: 200px;
  }
}

/* line 177, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-inner > .item img {
  max-height: 350px;
  line-height: 1;
  display: block;
}

/* line 185, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
  color: white;
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: normal;
  font-size: 32px;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  /* line 185, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
  .carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 185, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
  .carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
    font-size: 22px;
  }
}
/* line 200, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
.carousel-caption p {
  color: white;
}
@media only screen and (max-width: 640px) {
  /* line 200, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_carousel.scss */
  .carousel-caption p {
    display: none;
  }
}

/* line 1, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_accordeon.scss */
.accordion {
  margin-bottom: 18px;
}

/* line 4, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_accordeon.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 11, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_accordeon.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 14, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_accordeon.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 18, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_accordeon.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 21, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_accordeon.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 29, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_accordeon.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

/* line 38, /Volumes/Verkkolevy_A/Projektit/Nurmijarven Rakennuspelti/Joomla/njrakennuspelti/scss/bootstrap/_accordeon.scss */
.collapse.in {
  height: auto;
}
