@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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
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.
 */
[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.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. 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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          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).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -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.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.accordion-inner, .index-list, .moduletable_index-list, .sigProMSP.gallery, .pallolinkit, .pagination, .grid-10, .grid-9, .grid-8, .grid-7, .grid-6, .grid-5, .grid-4, .grid-3, .grid-2, .separator, .items-row, .main-after, .content-wrapper .item-page, .hero-wrapper .hero.light, .hero-wrapper .hero, .block, .content, .masthead-wrapper,
.content-wrapper,
.footer-wrapper,
.hero-wrapper,
.after-content-wrapper, .inner-wrapper, .clearfix, .clear {
  clear: both;
}
.accordion-inner:after, .index-list:after, .moduletable_index-list:after, .sigProMSP.gallery:after, .pallolinkit:after, .pagination:after, .grid-10:after, .grid-9:after, .grid-8:after, .grid-7:after, .grid-6:after, .grid-5:after, .grid-4:after, .grid-3:after, .grid-2:after, .separator:after, .items-row:after, .main-after:after, .content-wrapper .item-page:after, .hero-wrapper .hero.light:after, .hero-wrapper .hero:after, .block:after, .content:after, .masthead-wrapper:after,
.content-wrapper:after,
.footer-wrapper:after,
.hero-wrapper:after,
.after-content-wrapper:after, .inner-wrapper:after, .clearfix:after, .clear:after {
  content: "";
  display: table;
  clear: both;
}

.aside, .wide-main, .col-last {
  margin-right: 0 !important;
}

@media (min-width: 621px) and (max-width: 1024px) {
  .col-p-last {
    margin-right: 0 !important;
  }
}

.ingressi {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}

h1 {
  margin: 0 0 25px 0;
  padding: 0;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
}

.yhteystiedot-accordeon .accordion-toggle, h2, legend, fieldset.formFieldset legend, caption, .page-header + .page-header h1 {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
}

h3, .muita-tarinoita .mod-articles-category-group {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  text-transform: uppercase;
}

.collapsing .accordion-toggle, h4, h5, h6, .controlpanel h3 {
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
}

.google-map iframe {
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 4px 0px;
          box-shadow: rgba(0, 0, 0, 0.75) 0px 2px 4px 0px;
}

.carousel-control {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
}

.mod-articles-category-readmore a {
  font-weight: 700;
  font-size: 16px;
}

#phocagallery .btn,
.phocagallery .btn, .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, .controlpanel a, .extranav a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  line-height: 38px;
  vertical-align: middle;
  padding: 0 25px;
  margin-bottom: 10px;
  border: solid 2px #e05221;
  border-radius: 25px;
  outline: none;
  font-family: "Open Sans", Arial, Sans-serif;
  color: #e05221;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

#phocagallery .btn:hover,
.phocagallery .btn:hover, .btn:hover,
.rsform-button:hover,
input[type=button]:hover,
.button:hover,
button:hover, .controlpanel a:hover, .extranav a:hover {
  color: #ffffff;
  background: #e05221;
}

.rsform-reset-button,
.rsform-reset-button:focus,
.formResponsive input[type=reset],
.formResponsive input[type=reset]:focus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 15px;
  margin-bottom: 10px;
  border: none;
  outline: none;
  font-family: "Open Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#f17171), to(#e51717));
  background: -o-linear-gradient(top, #f17171, #e51717);
  background: linear-gradient(to bottom, #f17171, #e51717);
}
.lt-ie9 .rsform-reset-button,
.lt-ie9 .formResponsive input[type=reset],
.formResponsive .lt-ie9 input[type=reset] {
  background: #e51717;
}

.rsform-reset-button:hover,
.formResponsive input[type=reset]:hover {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#e51717), to(#b71212));
  background: -o-linear-gradient(top, #e51717, #b71212);
  background: linear-gradient(to bottom, #e51717, #b71212);
}
.lt-ie9 .rsform-reset-button:hover,
.lt-ie9 .formResponsive input[type=reset]:hover,
.formResponsive .lt-ie9 input[type=reset]:hover {
  background: #b71212;
}

.rsform-submit-button,
.rsform-submit-button:focus,
.formResponsive input[type=submit],
.formResponsive input[type=submit]:focus, .controlpanel a.icon-new {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding: 0 15px;
  margin-bottom: 10px;
  border: none;
  outline: none;
  font-family: "Open Sans", Arial, Sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#14bd09), to(#0f8c07));
  background: -o-linear-gradient(top, #14bd09, #0f8c07);
  background: linear-gradient(to bottom, #14bd09, #0f8c07);
}
.lt-ie9 .rsform-submit-button,
.lt-ie9 .formResponsive input[type=submit],
.formResponsive .lt-ie9 input[type=submit], .lt-ie9 .controlpanel a.icon-new, .controlpanel .lt-ie9 a.icon-new {
  background: #0f8c07;
}

.rsform-submit-button:hover,
.formResponsive input[type=submit]:hover {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#14bd09), to(#0a5c04));
  background: -o-linear-gradient(top, #14bd09, #0a5c04);
  background: linear-gradient(to bottom, #14bd09, #0a5c04);
}
.lt-ie9 .rsform-submit-button:hover,
.lt-ie9 .formResponsive input[type=submit]:hover,
.formResponsive .lt-ie9 input[type=submit]:hover {
  background: #0a5c04;
}

input[type=text],
input[type=password],
input[type=email],
input.rsform-input-box,
input.rsform-calendar-box,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-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: 5px 10px;
  border: solid 1px #999999;
  border-radius: 25px;
  outline: none;
  background: #ffffff;
}

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 #e05221;
  background: #ffffff !important;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input.rsform-input-box:focus,
input.rsform-calendar-box:focus,
textarea:focus {
  border: solid 2px #d7b378;
  background: #ffffff !important;
}

html {
  min-height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  padding-top: 0;
  color: #000000;
  background: #fff;
}
body.fixed-top {
  padding-top: 120px;
}
body.root-joomlan-ohjeistus {
  padding-top: 0 !important;
}
body.affix {
  position: static;
  top: auto;
}
@media only screen and (min-width: 1200px) {
  body.affix {
    position: static;
    padding-top: 100px;
  }
}

.root-luo-sisaeltoeae #jform_title-lbl:before {
  content: "(1.) ";
  font-weight: bold;
  color: #e51717;
}
.root-luo-sisaeltoeae #jform_catid-lbl:before {
  content: "(2.) ";
  font-weight: bold;
  color: #e51717;
}
.root-luo-sisaeltoeae #jform_language-lbl:before {
  content: "(3.) ";
  font-weight: bold;
  color: #e51717;
}

.wrapper {
  overflow: hidden;
}

.inner-wrapper {
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
  background: #ffffff;
}
.lt-ie9 .inner-wrapper {
  width: 1570px;
}

.masthead-wrapper,
.content-wrapper,
.footer-wrapper,
.hero-wrapper,
.after-content-wrapper {
  position: relative;
  width: 100%;
}

.content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1570px;
  width: 100%;
  padding: 30px 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .content {
    padding: 20px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .content {
    padding: 30px 20px;
  }
}
.lt-ie9 .content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1530px;
  padding: 20px 20px;
}
.content.no-vertical-gutter {
  padding-top: 0;
  padding-bottom: 0;
}
.content.no-gutter {
  padding: 0;
}
.lt-ie9 .content.no-gutter {
  width: 100%;
}

.col-1 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1025px) {
  .col-1 {
    width: 6.5359477124%;
    margin-right: 1.9607843137%;
  }
}

.col-2 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1025px) {
  .col-2 {
    width: 15.0326797386%;
    margin-right: 1.9607843137%;
  }
}

.col-3 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1025px) {
  .col-3 {
    width: 23.5294117647%;
    margin-right: 1.9607843137%;
  }
}

.col-4 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1025px) {
  .col-4 {
    width: 32.0261437908%;
    margin-right: 1.9607843137%;
  }
}

.col-5 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1025px) {
  .col-5 {
    width: 40.522875817%;
    margin-right: 1.9607843137%;
  }
}

.col-6 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1025px) {
  .col-6 {
    width: 49.0196078431%;
    margin-right: 1.9607843137%;
  }
}

.col-7 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1025px) {
  .col-7 {
    width: 57.5163398693%;
    margin-right: 1.9607843137%;
  }
}

.col-8 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1025px) {
  .col-8 {
    width: 66.0130718954%;
    margin-right: 1.9607843137%;
  }
}

.col-9 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1025px) {
  .col-9 {
    width: 74.5098039216%;
    margin-right: 1.9607843137%;
  }
}

.col-10 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1025px) {
  .col-10 {
    width: 83.0065359477%;
    margin-right: 1.9607843137%;
  }
}

.col-11 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1025px) {
  .col-11 {
    width: 91.5032679739%;
    margin-right: 1.9607843137%;
  }
}

.col-12 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
}
@media only screen and (min-width: 1025px) {
  .col-12 {
    width: 100%;
    margin-right: 1.9607843137%;
  }
}

@media only screen and (min-width: 621px) {
  .col-p-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 100%;
    min-height: 1px;
  }
}
@media only screen and (min-width: 621px) and (min-width: 621px) {
  .col-p-1 {
    width: 23.5294117647%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) and (min-width: 1025px) {
  .col-p-1 {
    width: 6.5359477124%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) {
  .col-p-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 100%;
    min-height: 1px;
  }
}
@media only screen and (min-width: 621px) and (min-width: 621px) {
  .col-p-2 {
    width: 23.5294117647%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) and (min-width: 1025px) {
  .col-p-2 {
    width: 15.0326797386%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) {
  .col-p-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 100%;
    min-height: 1px;
  }
}
@media only screen and (min-width: 621px) and (min-width: 621px) {
  .col-p-3 {
    width: 49.0196078431%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) and (min-width: 1025px) {
  .col-p-3 {
    width: 23.5294117647%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) {
  .col-p-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 100%;
    min-height: 1px;
  }
}
@media only screen and (min-width: 621px) and (min-width: 621px) {
  .col-p-4 {
    width: 49.0196078431%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) and (min-width: 1025px) {
  .col-p-4 {
    width: 32.0261437908%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) {
  .col-p-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 100%;
    min-height: 1px;
  }
}
@media only screen and (min-width: 621px) and (min-width: 621px) {
  .col-p-5 {
    width: 49.0196078431%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) and (min-width: 1025px) {
  .col-p-5 {
    width: 40.522875817%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) {
  .col-p-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 100%;
    min-height: 1px;
  }
}
@media only screen and (min-width: 621px) and (min-width: 621px) {
  .col-p-6 {
    width: 49.0196078431%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) and (min-width: 1025px) {
  .col-p-6 {
    width: 49.0196078431%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) {
  .col-p-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 100%;
    min-height: 1px;
  }
}
@media only screen and (min-width: 621px) and (min-width: 621px) {
  .col-p-7 {
    width: 100%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) and (min-width: 1025px) {
  .col-p-7 {
    width: 57.5163398693%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) {
  .col-p-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 100%;
    min-height: 1px;
  }
}
@media only screen and (min-width: 621px) and (min-width: 621px) {
  .col-p-8 {
    width: 100%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) and (min-width: 1025px) {
  .col-p-8 {
    width: 66.0130718954%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) {
  .col-p-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 100%;
    min-height: 1px;
  }
}
@media only screen and (min-width: 621px) and (min-width: 621px) {
  .col-p-9 {
    width: 100%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) and (min-width: 1025px) {
  .col-p-9 {
    width: 74.5098039216%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) {
  .col-p-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 100%;
    min-height: 1px;
  }
}
@media only screen and (min-width: 621px) and (min-width: 621px) {
  .col-p-10 {
    width: 100%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) and (min-width: 1025px) {
  .col-p-10 {
    width: 83.0065359477%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) {
  .col-p-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 100%;
    min-height: 1px;
  }
}
@media only screen and (min-width: 621px) and (min-width: 621px) {
  .col-p-11 {
    width: 100%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) and (min-width: 1025px) {
  .col-p-11 {
    width: 91.5032679739%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) {
  .col-p-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    vertical-align: top;
    width: 100%;
    min-height: 1px;
  }
}
@media only screen and (min-width: 621px) and (min-width: 621px) {
  .col-p-12 {
    width: 100%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 621px) and (min-width: 1025px) {
  .col-p-12 {
    width: 100%;
    margin-right: 1.9607843137%;
  }
}
.block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 20px 20px 20px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
.block.wide {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: -20px;
  margin-top: -50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 620px) {
  .block {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 10px 20px;
    background: none !important;
  }
  .block.wide {
    padding: 10px 0;
  }
}

.masthead-wrapper > .content {
  background: #ffffff;
}
.masthead-wrapper .masthead-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
@media only screen and (min-width: 1025px) {
  .masthead-wrapper .masthead-top {
    height: 120px;
  }
}
.root-joomlan-ohjeistus .masthead-wrapper {
  display: none;
}

.logo {
  display: block;
  margin-left: 20px;
  margin-right: auto;
  width: 300px;
}
@media only screen and (max-width: 620px) {
  .logo {
    max-width: 60%;
  }
}
.logo img {
  display: block;
}

.hero-wrapper {
  margin-bottom: 30px;
}
.hero-wrapper .hero {
  width: 100%;
  background-color: #e05221;
  background-image: url("../images/sunflowerpattern.png"), -o-radial-gradient(70% 130%, #fc906b, #c93705);
  background-image: url("../images/sunflowerpattern.png"), radial-gradient(70% 130%, #fc906b, #c93705);
}
.hero-wrapper .hero.light {
  width: 100%;
  background-color: #fff;
  background-image: url("../images/sunflowerpattern2.png"), -o-radial-gradient(70% 130%, #fff, #e5e5e5);
  background-image: url("../images/sunflowerpattern2.png"), radial-gradient(70% 130%, #fff, #e5e5e5);
}

@media only screen and (min-width: 1200px) {
  .content-wrapper .main-content {
    padding-bottom: 60px;
  }
}
.main-after {
  float: left;
  clear: both;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
  margin-top: 30px;
}

.main-after.etusivu {
  border-top: none;
  padding-top: 0;
}

.after-content-wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #e05221;
  background: url("../images/newspattern.jpg");
}

.article-image {
  height: 600px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.article-image.article-image-full {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-wrapper {
  background-color: #e05221;
  background-image: url("../images/sunflowerpattern.png");
}
.footer-wrapper .content .footer-header {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  z-index: 50;
}
.footer-wrapper .content .footer-header h2 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  font-family: "Gill Sans MT", "Open Sans", Arial, Sans-serif;
  letter-spacing: 2px;
}
.footer-wrapper .content .footer-some {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 1025px) {
  .footer-wrapper .content .footer-some {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 5px 0 0 0;
  }
}
.footer-wrapper .content .col-3 {
  position: relative;
  z-index: 1000;
}
@media only screen and (max-width: 620px) {
  .footer-wrapper .content .col-3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 620px) {
  .footer-wrapper .content .col-last {
    border-bottom: none;
  }
}
.footer-wrapper .content p, .footer-wrapper .content li, .footer-wrapper .content a {
  font-size: 14px;
  color: #ffffff;
}
.footer-wrapper .content h3 a {
  font-size: 16px;
}
.footer-wrapper .content a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-wrapper .content ul {
  margin: 0;
  padding: 0;
}
.footer-wrapper .content li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  background: none;
}
.footer-wrapper .content .footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-wrapper .content .copyright, .footer-wrapper .content .webdesign, .footer-wrapper .content .webdesign a, .footer-wrapper .content .copyright a {
  color: rgba(255, 255, 255, 0.5);
}
.footer-wrapper .content .webdesign a:hover, .footer-wrapper .content .copyright a:hover {
  color: white;
}
.footer-wrapper .content .copyright {
  text-align: left;
}
@media only screen and (max-width: 620px) {
  .footer-wrapper .content .copyright {
    text-align: center;
  }
}
.footer-wrapper .content .webdesign {
  text-align: right;
}
@media only screen and (max-width: 620px) {
  .footer-wrapper .content .webdesign {
    text-align: center;
  }
}
.footer-wrapper .content.no-gutter p, .footer-wrapper .content.no-gutter li, .footer-wrapper .content.no-gutter a {
  font-size: 12px;
}
.footer-wrapper .content.no-gutter .block img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 620px) {
  .footer-wrapper .content.no-gutter .block img {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .footer-wrapper .col-p-3 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 621px) {
  .footer-wrapper .col-p-3 {
    margin-bottom: 20px;
  }
}

.wide-main {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .wide-main {
    width: 100%;
    margin-right: 1.9607843137%;
  }
}

.aside {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  float: right;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .aside {
    width: 32.0261437908%;
    margin-right: 1.9607843137%;
  }
}

.main {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .main {
    width: 66.0130718954%;
    margin-right: 1.9607843137%;
  }
}

.items-row {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
}
.items-row:last-child {
  border-bottom: none;
  margin: 0;
}

.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: 620px) {
  .hide-xsmall {
    display: none !important;
  }
}

@media only screen and (min-width: 621px) {
  .hide-small {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hide-medium {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hide-large {
    display: none !important;
  }
}

@media only screen and (min-width: 1400px) {
  .hide-xlarge {
    display: none !important;
  }
}

.show-small {
  display: none;
}

.show-pad {
  display: none;
}
@media only screen and (min-width: 621px) {
  .show-pad {
    display: block;
  }
}

.show-medium {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .show-medium {
    display: block;
  }
}

.show-desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .show-desktop {
    display: block;
  }
}

.show-large {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .show-large {
    display: block;
  }
}

.language {
  width: 100%;
}
.language ul {
  float: right;
  display: inline;
  margin: 0 20px 0 0;
  text-align: right;
  background: none;
}
.language li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.language a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  padding: 0 10px;
  color: #666666;
  border: none;
}
.language .lang-active > a {
  color: #ffffff;
  background: #e05221;
}
.language a:hover {
  color: #d7b378;
}

.topnav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  clear: both;
}
.topnav.affix {
  position: static;
  top: auto;
}
@media only screen and (min-width: 1025px) {
  .topnav.affix {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1570px;
    margin: 0 auto;
    background: #ffffff;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    z-index: 1000;
  }
  .fixed-top .topnav.affix {
    margin-top: 60px;
  }
}
.topnav .btn-navbar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: right;
  width: 50px;
  margin: -50px 20px 0 0;
  padding: 10px;
  background: #e05221;
  border: none;
  z-index: 1000;
}
.topnav .btn-navbar:hover {
  background: #000000;
}
.topnav .btn-navbar span {
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 3px;
  background: #ffffff;
}
.topnav .btn-navbar span:last-child {
  margin: 0;
}
.topnav .navbar-inner:before,
.topnav .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.topnav .navbar-inner:after {
  clear: both;
}
.topnav .navbar .container {
  width: auto;
}
.topnav .dropdown-toggle:active,
.topnav .open .dropdown-toggle {
  outline: 0;
}
.topnav .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.topnav .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.topnav .collapse.in {
  height: auto;
}
.topnav .nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.topnav .nav-collapse {
  clear: both;
}
.topnav .nav-collapse .nav {
  float: none;
}
.topnav .nav-collapse .nav > li {
  float: none;
}
.topnav .nav-collapse .nav > .divider-vertical {
  display: none;
}
.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;
}
.topnav .nav-collapse .dropdown-menu .dropdown-menu {
  display: block;
}
.topnav .nav-collapse .open > .dropdown-menu {
  display: block;
}
.topnav .nav-collapse .dropdown-menu:before,
.topnav .nav-collapse .dropdown-menu:after {
  display: none;
}
.topnav .nav-collapse .dropdown-menu .divider {
  display: none;
}
.topnav .nav-collapse .nav > li > .dropdown-menu:before,
.topnav .nav-collapse .nav > li > .dropdown-menu:after {
  display: none;
}
.topnav .nav-collapse,
.topnav .nav-collapse.collapse {
  overflow: hidden;
  height: 0;
}
.topnav .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.topnav .caret {
  margin-left: 10px;
}
.topnav a:hover .caret {
  border-top: 4px solid #d7b378;
}
.topnav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #e05221;
}
.topnav li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.topnav li .deeper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.topnav a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 10px 20px;
  vertical-align: middle;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.topnav .dropdown-menu li a {
  text-transform: none;
  padding: 10px 20px 10px 30px;
}
.topnav .dropdown-menu li.deeper a {
  border-bottom: none;
}
.topnav .dropdown-menu li li a {
  padding: 5px 20px 5px 50px;
  border-bottom: none;
  text-transform: none;
}
.topnav a:hover {
  text-decoration: none;
  color: #d7b378;
}
.topnav .active > a {
  background: #be441a;
}
.topnav .active .active a {
  background: #be441a;
}
.topnav .current > a {
  background: #a33b17 !important;
}
@media only screen and (min-width: 1025px) {
  .topnav {
    float: block;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .topnav .navbar-inner {
    border-top: 1px solid #e5e5e5;
  }
  .topnav .btn-navbar {
    display: none;
  }
  .topnav .nav-collapse .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .topnav .caret {
    border-top: 4px solid #666666;
  }
  .topnav a:hover .caret {
    border-top: 4px solid #d7b378;
  }
  .topnav .active .caret {
    border-top: 4px solid #e05221;
  }
  .topnav .open .caret {
    border-top: 4px solid #ffffff;
  }
  .topnav .open {
    *z-index: 1000;
  }
  .topnav .open > .dropdown-menu {
    display: block;
  }
  .topnav .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
  }
  .topnav .dropdown-submenu {
    position: relative;
  }
  .topnav .nav-collapse .dropdown-menu {
    display: none;
  }
  .topnav .nav-collapse .dropdown-menu .dropdown-menu {
    display: none;
  }
  .topnav .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .topnav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .topnav .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  .topnav ul {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    background: none;
  }
  .topnav li {
    display: inline-block;
  }
  .topnav li .deeper {
    border-bottom: none;
  }
  .topnav .dropdown-menu li {
    display: block;
  }
  .topnav a {
    display: block;
    line-height: 50px;
    font-size: 15px;
    padding: 0 8px;
    color: #666666;
    text-transform: uppercase;
    border: none;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1400px) {
  .topnav a {
    font-size: 17px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .topnav .dropdown-submenu > a:after {
    display: inline-block;
    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 #ffffff;
    border-bottom: 4px solid transparent;
    content: "";
    position: absolute;
    right: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .topnav .dropdown-submenu > a:hover:after {
    border-left: 4px solid #d7b378;
  }
}
@media only screen and (min-width: 1025px) {
  .topnav .active > a,
.topnav .open > a {
    color: #e05221;
    border-top: 5px solid #e05221;
    background: none;
  }
}
@media only screen and (min-width: 1025px) {
  .topnav .open > a,
.topnav .current.open > a {
    color: #ffffff !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e56e45), to(#e05221)) !important;
    background: -o-linear-gradient(top, #e56e45, #e05221) !important;
    background: linear-gradient(180deg, #e56e45, #e05221) !important;
    -webkit-transition: border-color 0s;
    -o-transition: border-color 0s;
    transition: border-color 0s;
  }
}
@media only screen and (min-width: 1025px) {
  .topnav .active .active a,
.topnav .open .active a {
    border-top: none;
  }
}
@media only screen and (min-width: 1025px) {
  .topnav .current > a {
    color: #e05221;
    background: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .topnav li .current > a {
    background: #a33b17 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .topnav .dropdown-submenu .current > a {
    background: #a33b17 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .topnav a:hover {
    color: #d7b378;
  }
}
@media only screen and (min-width: 1025px) {
  .topnav .dropdown-menu > li > a,
.topnav .dropdown-menu > li li > a {
    padding: 10px;
    line-height: 30px;
    clear: both;
    white-space: nowrap;
    color: #ffffff;
    background: #e05221;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 1025px) {
  .topnav .dropdown-menu > li > a:hover,
.topnav .dropdown-menu > li > a:focus,
.topnav .dropdown-submenu:hover > a,
.topnav .dropdown-submenu:focus > a {
    color: #d7b378;
  }
}
@media only screen and (min-width: 1025px) {
  .topnav .dropdown-menu li.deeper a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media only screen and (min-width: 1025px) {
  .topnav .dropdown-menu > .active > a,
.topnav .dropdown-menu > .active > a:hover,
.topnav .dropdown-menu > .active > a:focus {
    background: #be441a;
  }
}

.extranav {
  margin-top: 10px;
  float: right;
  display: inline;
}
.extranav ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.extranav li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  background: none;
}
.extranav .icon-* {
  width: auto;
  height: auto;
}
.extranav a[class^=icon-],
.extranav a[class*=" icon-"] {
  width: auto;
  height: auto;
}
.extranav a:before {
  display: inline;
  float: left;
  margin-right: 10px;
}

.controlpanel {
  position: fixed !important;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.75);
}
.root-joomlan-ohjeistus .controlpanel {
  display: none;
}
.controlpanel h3 {
  float: left;
  display: inline;
  color: #ffffff;
  line-height: 30px;
  margin-right: 20px;
}
.controlpanel ul {
  display: block;
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  white-space: nowrap;
}
.controlpanel li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  background: none;
}
.controlpanel a[class^=icon-],
.controlpanel a[class*=" icon-"] {
  width: auto;
  height: auto;
}
.controlpanel a {
  margin-bottom: 0;
}
.controlpanel a:hover {
  background-color: #883113;
}
.controlpanel a.icon-new {
  margin-bottom: 0;
}
.controlpanel a.icon-new:hover {
  background-color: #0a5c04;
}
.controlpanel a:before {
  display: inline;
  float: left;
  margin-right: 10px;
}
@media only screen and (min-width: 621px) {
  .controlpanel a {
    font-size: 0 !important;
  }
  .controlpanel a:before {
    font-size: 16px !important;
    margin: 0;
  }
}
@media only screen and (max-width: 620px) {
  .controlpanel h3 {
    display: none;
  }
  .controlpanel a {
    font-size: 0 !important;
  }
  .controlpanel a:before {
    font-size: 16px !important;
    margin: 0;
  }
}

.blog.tarinat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: -5px;
}

.page-header {
  width: 100%;
}

.item.card {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px;
}
@media only screen and (min-width: 621px) {
  .item.card {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .item.card {
    width: 33.333%;
  }
}

.card_inner {
  display: block;
  position: relative;
  height: 100%;
  padding: 20px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.card_inner:hover {
  -webkit-transform: translate(0px, -4px);
      -ms-transform: translate(0px, -4px);
          transform: translate(0px, -4px);
  -webkit-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2);
}
.card_inner:after {
  content: url(../images/pageflip.png);
  position: absolute;
  right: 0;
  bottom: -5px;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.card_inner:hover:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.card_inner .page-header h2 {
  font-family: "Open Sans", Arial, Sans-serif;
  color: #e05221;
  line-height: 1.2;
  margin-bottom: 5px;
}
.card_inner .article-info {
  margin-top: 0 !important;
}

.card_inner,
.card_inner * {
  cursor: pointer;
}

.card_image {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
}

.item-image {
  margin-bottom: 20px;
}

.tarinat_intro {
  margin-top: 40px;
}
.tarinat_intro h1 {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 48px;
  border: none;
  display: inline;
}
@media only screen and (min-width: 1200px) {
  .tarinat_intro h1 {
    display: inline-block;
    margin-top: 10px;
  }
}
.tarinat_intro .ingressi {
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .tarinat_intro img.kuva_vasemmalla {
    margin-right: 100px;
  }
}

.root-tarinat .item-page .page-header h1 {
  display: none;
}

.root-tarinat .items-more .button {
  line-height: 50px;
}

.muita-tarinoita .mod-articles-category-group {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.muita-tarinoita .category-module ul li {
  margin-bottom: 10px;
}

.moduletable.tarinoita {
  float: right;
  margin-top: 20px;
}
.moduletable.tarinoita ul li {
  margin-bottom: 10px;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: -15px;
}

.grid .card {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px;
}
@media only screen and (min-width: 621px) {
  .grid .card {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .grid .card {
    width: 33.333%;
  }
}

.grid-divider {
  margin: -15px -40px;
}

.grid-divider .card {
  position: relative;
  padding: 15px 40px;
}
.grid-divider .card::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  width: 1px;
  height: calc(100% - 30px);
  background: #e5e5e5;
}
.grid-divider .card:first-child::before {
  display: none;
}

.card-body {
  display: block;
  position: relative;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.card-body > *:last-child {
  margin-bottom: 0;
}

.card.palvelukodit .card-body {
  border-top: 10px solid #FFC46B;
}

.card.vapaat-asunnot .card-body {
  border-top: 10px solid #324A5E;
}

.card.uutiset .card-body {
  border-top: 10px solid #90DFAA;
}

.card.viikko-ohjelma .card-body {
  border-top: 10px solid #FD8469;
}

.card.tapahtumat .card-body {
  border-top: 10px solid #FFD05B;
}

.card-heading {
  margin: 5px 0 20px 0;
}

.card .category-module {
  margin: 0;
}
.card .category-module li {
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
}
.card .category-module .mod-articles-category-date {
  display: inline-block;
  font-size: 14px;
}
.card .category-module .mod-articles-category-category a {
  display: inline-block;
  color: #000;
  font-size: 14px;
}
.card .category-module .mod-articles-category-tags {
  display: inline-block;
}
.card .category-module .mod-articles-category-tags ul {
  margin: 0;
  padding: 0;
}
.card .category-module .mod-articles-category-tags li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.card .category-module .mod-articles-category-tags a, .card .category-module .mod-articles-category-tags span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 3px;
  color: #4d4d4d;
  background: #f2f2f2;
}
.card .category-module .mod-articles-category-tags a:hover {
  color: #e05221;
}
.card .category-module .mod-articles-category-title {
  display: block;
  font-weight: bold;
}
.card .category-module .mod-articles-category-introtext {
  font-size: 14px;
}

.viikko-ohjelma table td {
  padding: 0 0 5px 0;
}
.viikko-ohjelma table td:first-child {
  width: 50px;
}

a, input, button {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.xsmall {
  font-size: 12px;
}

.small {
  font-size: 14px;
}

.normal {
  font-size: 16px;
}

.large {
  font-size: 18px;
}

.wordbreak {
  word-break: break-all;
}

html, body, li, label, dd, dt, td, .created, .name {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
}

.lt-ie9 fieldset.formFieldset legend {
  margin-left: -10px !important;
}

h1 {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
}
.etusivu h1 {
  border-bottom: none;
}

h2, legend, fieldset.formFieldset legend, caption, .page-header + .page-header h1 {
  border: none;
}

.ingressi {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
  font-size: 20px;
  text-align: center;
}
@media only screen and (min-width: 621px) {
  .ingressi {
    width: 100%;
    margin-right: 1.9607843137%;
  }
}
@media only screen and (min-width: 1025px) {
  .ingressi {
    width: 66.0130718954%;
    margin-right: 1.9607843137%;
  }
}

.small p {
  font-size: 14px;
}

p + h2 {
  margin-top: 30px;
}

.page-header h2 {
  display: inline-block;
}

.after-content-wrapper h2 {
  font-family: "Dancing Script", Arial, Sans-serif;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 50px;
  color: #e05221;
}

.root-etusivu .page-header h1 {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 48px;
  border: none;
  text-align: center;
}

.root-joomlan-ohjeistus h2 {
  margin-top: 30px;
  font-size: 32px;
}

.root-joomlan-ohjeistus h3 {
  margin-top: 20px;
  text-transform: none;
}

.root-joomlan-ohjeistus h2 + h3 {
  margin-top: 10px;
}

.text-center {
  text-align: center;
}

.label-warning {
  float: right;
  padding: 5px;
  border: 1px solid #e51717;
  color: #e51717;
  background: rgba(229, 23, 23, 0.1);
}

.system-unpublished {
  border: 5px solid #e51717;
  padding: 5px;
}
.system-unpublished .system-unpublished {
  border: none;
  padding: 0;
}

.wide .page-header {
  display: none;
}

.page-header {
  clear: both;
}

[class*=-bg] h1, [class*=-bg] h2, [class*=-bg] h3, [class*=-bg] h4, [class*=-bg] h5, [class*=-bg] h6, [class*=-bg] p, [class*=-bg] li {
  color: #ffffff;
}
[class*=-bg] ul li {
  background: url("../images/list-square-white.gif") no-repeat 2px 8px;
}

ul {
  margin: 0 0 15px 10px;
  padding: 0;
}

ol {
  margin: 0 0 15px 30px;
  padding: 0;
}

li {
  margin: 0 0 5px 0;
  line-height: 1.4;
}

ul li {
  list-style: none;
  padding: 0 0 0 20px;
  background: url("../images/list-square.gif") no-repeat 2px 8px;
}

ul.arrow-list li {
  background: url("../images/arrow-small.png") no-repeat 2px 8px;
  background-size: 4px 8px;
}

dl {
  margin: 0;
  padding: 0;
}

dt, dd {
  margin: 0;
  padding: 0;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

.article-info dt,
.article-info dd {
  font-size: 14px;
}

dd.category-name,
dd.published {
  display: inline-block;
}

.article-meta > *:last-child {
  margin-bottom: 15px;
}
.article-meta .icon-calendar,
.article-meta .icon-calendar::before {
  display: none;
}

ul.tags {
  margin: 0;
  padding: 0;
}
ul.tags li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background: none;
}
ul.tags a, ul.tags span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 3px;
  color: #4d4d4d;
  background: #f2f2f2;
}
ul.tags a:hover {
  color: #e05221;
}

.actions {
  float: right;
  display: inline;
}
.actions li {
  font-size: 14px;
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}

dt.article-info-term {
  display: none;
}

dd.published, dd.create, dd.modified, span.created, dd.category-name {
  color: #4d4d4d;
}

a {
  color: #e05221;
  text-decoration: none;
}
a:hover {
  color: #d7b378;
}

.readmore {
  font-weight: 700;
  padding-left: 15px;
  background: url("../images/arrow-small.png") no-repeat 2px 8px;
  background-size: 4px 8px;
}

table {
  width: 100%;
  margin-bottom: 20px;
}
table.lines td {
  border-bottom: 1px solid #e5e5e5;
}
table.lines th {
  border-bottom: 1px solid #e5e5e5;
}
table.lines tr:only-child td {
  border: none;
}
table.middle td, table.middle th {
  vertical-align: middle;
}
table.fixed {
  table-layout: fixed;
}
table td, table th {
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  padding: 5px;
}
table td p, table th p {
  font-size: 14px;
}
table.justify tr td:last-child,
table.justify tr th:last-child {
  text-align: right;
}
table.ruokalista tr th {
  width: 100px;
}
table.ruokalista p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.kuva_oikealla img,
img.kuva_oikealla {
  display: block;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 1025px) {
  .kuva_oikealla img,
img.kuva_oikealla {
    float: right;
    max-width: 100%;
    margin: 0 0 15px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .kuva_oikealla img.img-200,
img.kuva_oikealla.img-200 {
    max-width: 200px;
  }
}

.kuva_vasemmalla img,
img.kuva_vasemmalla {
  display: block;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 1025px) {
  .kuva_vasemmalla img,
img.kuva_vasemmalla {
    float: left;
    max-width: 100%;
    margin: 0 15px 15px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .kuva_vasemmalla img.img-200,
img.kuva_vasemmalla.img-200 {
    max-width: 200px;
  }
}

.kuva_block img,
img.kuva_block {
  display: block;
  margin: 5px 0 15px 0;
}

.thumbnail {
  float: left;
  display: inline;
  margin: 0 15px 15px 0;
}

.item-image > img {
  width: 100%;
}

.form-horizontal .control-group {
  margin-bottom: 10px;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  text-align: right;
  width: 230px;
  padding-top: 5px;
}
@media only screen and (max-width: 620px) {
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding: 0;
    text-align: left;
  }
}

.form-horizontal .control-group .controls {
  margin-left: 250px;
  vertical-align: top;
}
@media only screen and (max-width: 620px) {
  .form-horizontal .control-group .controls {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 620px) {
  .control-group.float .control-label,
.control-group.float .controls {
    float: left !important;
    display: inline !important;
  }
  .control-group.float .control-label #remember,
.control-group.float .controls #remember {
    margin-top: 4px;
  }
}

.star {
  color: #e51717;
}

.optional {
  color: gray;
}

.formResponsive .formHorizontal .formControlLabel {
  padding-top: 0;
}
@media only screen and (min-width: 1025px) {
  .formResponsive .formHorizontal .formControlLabel {
    width: 180px;
  }
}

@media only screen and (min-width: 1025px) {
  .formResponsive .formHorizontal .formControls {
    margin-left: 200px;
  }
}

.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 10px;
}

.formResponsive select,
.formResponsive textarea,
.formResponsive input[type=text],
.formResponsive input[type=password] {
  margin-bottom: 5px;
}

.formResponsive input,
.formResponsive textarea {
  width: auto;
}

.formDescription,
.formResponsive .formHorizontal p.formDescription {
  margin: 0;
  font-size: 14px;
}

.formResponsive label {
  float: none;
  margin: 0 10px 10px 0;
}

.formResponsive .formError {
  font-size: 14px;
  color: #e51717;
}

.formResponsive .formHorizontal .formValidation {
  display: inline;
}

form {
  padding: 0;
  margin: 0;
}

fieldset {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
}

.formClr {
  clear: both;
}

fieldset.formFieldset ol.formContainer {
  width: 100%;
}

fieldset.formFieldset ol.formContainer li {
  display: block;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0 0 10px 0;
}

.formFieldset input {
  margin: 0 5px 0 0;
}

label, .formFieldset label {
  margin: 0 10px 10px 0;
}

div.formBody, div.formCaption {
  float: left;
  display: inline;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0;
}

.formRequired {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #e51717;
}

.formError {
  font-size: 14px;
  color: #e51717;
}

input, button {
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: normal;
  line-height: normal;
  vertical-align: middle;
}

input {
  font-size: 16px;
}

input[type=checkbox],
input[type=radio] {
  margin: -2px 5px 0 0;
}

input[type=text],
input[type=password],
input[type=email],
input.rsform-input-box,
input.rsform-calendar-box,
textarea {
  margin: 0 0 10px 0;
}
.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;
}

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;
}

.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;
}

input.rsform-calendar-button,
input.rsform-calendar-button:focus {
  margin: 0 0 0 10px;
  float: none;
}

.button.green {
  border-radius: 5px;
  color: white;
  background: #93bf1e;
  padding: 0px 30px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
}
.button.green:hover {
  background: #d7b378;
}

.rsform-submit-button,
.rsform-submit-button:focus,
.formResponsive input[type=submit],
.formResponsive input[type=submit]:focus {
  vertical-align: top;
}

.rsform-reset-button,
.rsform-reset-button:focus,
.formResponsive input[type=reset],
.formResponsive input[type=reset]:focus {
  vertical-align: top;
}

.rsform-submit-button:hover,
.formResponsive input[type=submit]:hover {
  vertical-align: top;
}

.rsform-reset-button:hover,
.formResponsive input[type=reset]:hover {
  vertical-align: top;
}

#remember {
  margin-top: 9px;
}

.google-map-container {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .google-map-container {
    float: right;
    width: 800px;
    max-width: 60%;
  }
}

.google-map {
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  height: 300px;
}
@media only screen and (min-width: 1025px) {
  .google-map {
    height: 400px;
  }
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon_pdf {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  background: url("../images/icon-pdf.gif") no-repeat 0% 0%;
}

.icon_doc {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  background: url("../images/icon-doc.gif") no-repeat 0% 0%;
}

.icon_xls {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  background: url("../images/icon-xls.gif") no-repeat 0% 0%;
}

.icon_ppt {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  background: url("../images/icon-ppt.gif") no-repeat 0% 0%;
}

.icon_txt {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  background: url("../images/icon-txt.gif") no-repeat 0% 0%;
}

.icon_dwg {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  background: url("../images/icon-dwg.gif") no-repeat 0% 0%;
}

.icon_video {
  display: block;
  vertical-align: middle;
  min-height: 20px;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 30px;
  background: url("../images/icon-video.gif") no-repeat 0% 0%;
}

.grid-2 {
  margin: 0 0 20px 0;
  padding: 0;
}
.grid-2 > li, .grid-2 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 5px !important;
  list-style: none !important;
  background: none !important;
  z-index: 1;
}
@media only screen and (max-width: 620px) {
  .grid-2 > li, .grid-2 > div {
    width: 100%;
    clear: left;
  }
}
@media only screen and (min-width: 1025px) {
  .grid-2 > li:nth-of-type(2n+1), .grid-2 > div:nth-of-type(2n+1) {
    clear: left;
  }
}
.grid-2 img {
  display: block;
  margin: 0 auto;
}
.grid-2.lines li {
  border-bottom: 1px solid #e5e5e5;
}
.grid-2.pdf li, .grid-2 a.pdf {
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
.grid-2.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.grid-2.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.grid-2.small li {
  font-size: 14px;
}
.grid-2.gallery {
  height: 200px;
}
.grid-2.gallery:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-2.gallery img {
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.grid-3 {
  margin: 0 0 20px 0;
  padding: 0;
}
.grid-3 > li, .grid-3 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 33.3333333333%;
  margin: 0;
  padding: 0 5px 10px 5px !important;
  list-style: none !important;
  background: none !important;
  z-index: 1;
}
@media only screen and (max-width: 620px) {
  .grid-3 > li, .grid-3 > div {
    width: 100%;
    clear: left;
  }
}
@media only screen and (min-width: 1025px) {
  .grid-3 > li:nth-of-type(3n+1), .grid-3 > div:nth-of-type(3n+1) {
    clear: left;
  }
}
.grid-3 img {
  display: block;
  margin: 0 auto;
}
.grid-3.lines li {
  border-bottom: 1px solid #e5e5e5;
}
.grid-3.pdf li, .grid-3 a.pdf {
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
.grid-3.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.grid-3.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.grid-3.small li {
  font-size: 14px;
}
.grid-3.gallery {
  height: 200px;
}
.grid-3.gallery:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-3.gallery img {
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.grid-4 {
  margin: 0 0 20px 0;
  padding: 0;
}
.grid-4 > li, .grid-4 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 5px 10px 5px !important;
  list-style: none !important;
  background: none !important;
  z-index: 1;
}
@media only screen and (max-width: 620px) {
  .grid-4 > li, .grid-4 > div {
    width: 50%;
  }
  .grid-4 > li:nth-of-type(2n+1), .grid-4 > div:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1025px) {
  .grid-4 > li:nth-of-type(4n+1), .grid-4 > div:nth-of-type(4n+1) {
    clear: left;
  }
}
.grid-4 img {
  display: block;
  margin: 0 auto;
}
.grid-4.lines li {
  border-bottom: 1px solid #e5e5e5;
}
.grid-4.pdf li, .grid-4 a.pdf {
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
.grid-4.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.grid-4.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.grid-4.small li {
  font-size: 14px;
}
.grid-4.gallery {
  height: 200px;
}
.grid-4.gallery:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-4.gallery img {
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.grid-5 {
  margin: 0 0 20px 0;
  padding: 0;
}
.grid-5 > li, .grid-5 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 20%;
  margin: 0;
  padding: 0 5px 10px 5px !important;
  list-style: none !important;
  background: none !important;
  z-index: 1;
}
@media only screen and (max-width: 620px) {
  .grid-5 > li, .grid-5 > div {
    width: 50%;
  }
  .grid-5 > li:nth-of-type(2n+1), .grid-5 > div:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 621px) {
  .grid-5 > li, .grid-5 > div {
    width: 25%;
  }
  .grid-5 > li:nth-of-type(4n+1), .grid-5 > div:nth-of-type(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-5 > li:nth-of-type(5n+1), .grid-5 > div:nth-of-type(5n+1) {
    clear: left;
  }
}
.grid-5 img {
  display: block;
  margin: 0 auto;
}
.grid-5.lines li {
  border-bottom: 1px solid #e5e5e5;
}
.grid-5.pdf li, .grid-5 a.pdf {
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
.grid-5.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.grid-5.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.grid-5.small li {
  font-size: 14px;
}
.grid-5.gallery {
  height: 200px;
}
.grid-5.gallery:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-5.gallery img {
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.grid-6 {
  margin: 0 0 20px 0;
  padding: 0;
}
.grid-6 > li, .grid-6 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 16.6666666667%;
  margin: 0;
  padding: 0 5px 10px 5px !important;
  list-style: none !important;
  background: none !important;
  z-index: 1;
}
@media only screen and (max-width: 620px) {
  .grid-6 > li, .grid-6 > div {
    width: 50%;
  }
  .grid-6 > li:nth-of-type(2n+1), .grid-6 > div:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 621px) {
  .grid-6 > li, .grid-6 > div {
    width: 25%;
  }
  .grid-6 > li:nth-of-type(4n+1), .grid-6 > div:nth-of-type(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-6 > li:nth-of-type(6n+1), .grid-6 > div:nth-of-type(6n+1) {
    clear: left;
  }
}
.grid-6 img {
  display: block;
  margin: 0 auto;
}
.grid-6.lines li {
  border-bottom: 1px solid #e5e5e5;
}
.grid-6.pdf li, .grid-6 a.pdf {
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
.grid-6.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.grid-6.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.grid-6.small li {
  font-size: 14px;
}
.grid-6.gallery {
  height: 200px;
}
.grid-6.gallery:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-6.gallery img {
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.grid-7 {
  margin: 0 0 20px 0;
  padding: 0;
}
.grid-7 > li, .grid-7 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 14.2857142857%;
  margin: 0;
  padding: 0 5px 10px 5px !important;
  list-style: none !important;
  background: none !important;
  z-index: 1;
}
@media only screen and (max-width: 620px) {
  .grid-7 > li, .grid-7 > div {
    width: 33.3333333333%;
  }
  .grid-7 > li:nth-of-type(3n+1), .grid-7 > div:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 621px) {
  .grid-7 > li, .grid-7 > div {
    width: 20%;
  }
  .grid-7 > li:nth-of-type(5n+1), .grid-7 > div:nth-of-type(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-7 > li:nth-of-type(7n+1), .grid-7 > div:nth-of-type(7n+1) {
    clear: left;
  }
}
.grid-7 img {
  display: block;
  margin: 0 auto;
}
.grid-7.lines li {
  border-bottom: 1px solid #e5e5e5;
}
.grid-7.pdf li, .grid-7 a.pdf {
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
.grid-7.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.grid-7.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.grid-7.small li {
  font-size: 14px;
}
.grid-7.gallery {
  height: 200px;
}
.grid-7.gallery:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-7.gallery img {
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.grid-8 {
  margin: 0 0 20px 0;
  padding: 0;
}
.grid-8 > li, .grid-8 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 12.5%;
  margin: 0;
  padding: 0 5px 10px 5px !important;
  list-style: none !important;
  background: none !important;
  z-index: 1;
}
@media only screen and (max-width: 620px) {
  .grid-8 > li, .grid-8 > div {
    width: 33.3333333333%;
  }
  .grid-8 > li:nth-of-type(3n+1), .grid-8 > div:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 621px) {
  .grid-8 > li, .grid-8 > div {
    width: 20%;
  }
  .grid-8 > li:nth-of-type(5n+1), .grid-8 > div:nth-of-type(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-8 > li:nth-of-type(8n+1), .grid-8 > div:nth-of-type(8n+1) {
    clear: left;
  }
}
.grid-8 img {
  display: block;
  margin: 0 auto;
}
.grid-8.lines li {
  border-bottom: 1px solid #e5e5e5;
}
.grid-8.pdf li, .grid-8 a.pdf {
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
.grid-8.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.grid-8.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.grid-8.small li {
  font-size: 14px;
}
.grid-8.gallery {
  height: 200px;
}
.grid-8.gallery:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-8.gallery img {
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.grid-9 {
  margin: 0 0 20px 0;
  padding: 0;
}
.grid-9 > li, .grid-9 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 11.1111111111%;
  margin: 0;
  padding: 0 5px 10px 5px !important;
  list-style: none !important;
  background: none !important;
  z-index: 1;
}
@media only screen and (max-width: 620px) {
  .grid-9 > li, .grid-9 > div {
    width: 33.3333333333%;
  }
  .grid-9 > li:nth-of-type(3n+1), .grid-9 > div:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 621px) {
  .grid-9 > li, .grid-9 > div {
    width: 20%;
  }
  .grid-9 > li:nth-of-type(5n+1), .grid-9 > div:nth-of-type(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-9 > li:nth-of-type(9n+1), .grid-9 > div:nth-of-type(9n+1) {
    clear: left;
  }
}
.grid-9 img {
  display: block;
  margin: 0 auto;
}
.grid-9.lines li {
  border-bottom: 1px solid #e5e5e5;
}
.grid-9.pdf li, .grid-9 a.pdf {
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
.grid-9.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.grid-9.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.grid-9.small li {
  font-size: 14px;
}
.grid-9.gallery {
  height: 200px;
}
.grid-9.gallery:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-9.gallery img {
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.grid-10 {
  margin: 0 0 20px 0;
  padding: 0;
}
.grid-10 > li, .grid-10 > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 10%;
  margin: 0;
  padding: 0 5px 10px 5px !important;
  list-style: none !important;
  background: none !important;
  z-index: 1;
}
@media only screen and (max-width: 620px) {
  .grid-10 > li, .grid-10 > div {
    width: 33.3333333333%;
  }
  .grid-10 > li:nth-of-type(3n+1), .grid-10 > div:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 621px) {
  .grid-10 > li, .grid-10 > div {
    width: 20%;
  }
  .grid-10 > li:nth-of-type(5n+1), .grid-10 > div:nth-of-type(5n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-10 > li:nth-of-type(10n+1), .grid-10 > div:nth-of-type(10n+1) {
    clear: left;
  }
}
.grid-10 img {
  display: block;
  margin: 0 auto;
}
.grid-10.lines li {
  border-bottom: 1px solid #e5e5e5;
}
.grid-10.pdf li, .grid-10 a.pdf {
  padding-top: 50px;
  background: url("../images/icon-pdf-large.gif") 50% 0% no-repeat;
}
.grid-10.center {
  font-size: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.grid-10.center li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.grid-10.small li {
  font-size: 14px;
}
.grid-10.gallery {
  height: 200px;
}
.grid-10.gallery:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.grid-10.gallery img {
  max-width: 100%;
  max-height: 200px;
  vertical-align: middle;
  margin-bottom: 10px;
}

.pagination {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.counter {
  display: none;
}

.pagination ul {
  float: left;
  display: inline;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pagination ul li {
  display: inline;
  list-style: none;
  padding: 0 2%;
  background: none;
}

.pagination span {
  color: #000000;
}

.pagination-start span,
.pagination-next span,
.pagination-end span,
.pagination-prev span {
  color: #e5e5e5;
}

#system-message-container {
  overflow: hidden;
  clear: both;
  margin: 0;
  width: 100%;
}

.alert {
  padding: 10px;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  margin: 0 0 15px 0;
}

.alert-error {
  color: #e51717;
  border: 1px solid #e51717;
}
.alert-error .alert-heading {
  color: #e51717;
}

.moduletable.search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  position: relative;
  width: 100%;
  margin: 20px auto 10px auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1025px) {
  .moduletable.search {
    width: 400px;
    height: 120px;
    background: url(../images/search-background.png) no-repeat 100% 0;
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .moduletable.search form {
    margin-top: 22px;
    margin-right: 60px;
  }
  .moduletable.search .input-container {
    width: 300px;
  }
}
.moduletable.search .search .inputbox {
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100% !important;
  max-width: 100% !important;
  line-height: 30px;
  min-height: 0;
  padding: 0 10px;
  margin: 0;
  border-radius: 15px;
}

.moduletable.search .button {
  float: right;
  color: #666666;
  background: none !important;
  font-size: 20px;
  width: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  border: none;
}
.moduletable.search .button:hover {
  color: #d7b378;
}
.moduletable.search .button span {
  margin-left: -10px;
}

.input-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 31px;
  content: "";
}
.lt-ie9 .input-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: none;
}

#searchForm legend {
  display: none;
}

.ordering-box {
  margin-top: 10px;
}

.searchintro {
  clear: both;
}

dl.search-results {
  clear: both;
  margin-top: 20px;
}

dd.result-created {
  font-size: 14px;
  color: #666666;
  margin: 0 0 15px 0;
}

.highlight {
  background: #fffcd9;
}

.bloglist .mod-articles-category-group::first-letter {
  text-transform: uppercase;
}
.bloglist .mod-articles-category-title {
  display: block;
  font-weight: 600;
}
.bloglist .mod-articles-category-title.active {
  color: #000;
}
.footer-wrapper .bloglist .mod-articles-category-title.active {
  color: #fff;
}
.bloglist .mod-articles-category-introtext {
  font-size: 14px;
}
.bloglist .mod-articles-category-date {
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
  vertical-align: middle;
}
.footer-wrapper .bloglist .mod-articles-category-date {
  color: #ffffff;
}
.bloglist a:hover .mod-articles-category-date {
  color: #d7b378;
}
.footer-wrapper .bloglist a:hover .mod-articles-category-date {
  color: #ffffff;
  text-decoration: none;
}
.bloglist .mod-articles-category-tags {
  display: inline-block;
}
.bloglist .mod-articles-category-tags ul {
  margin: 0;
  padding: 0;
}
.bloglist .mod-articles-category-tags li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.bloglist .mod-articles-category-tags a, .bloglist .mod-articles-category-tags span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 3px;
  color: #4d4d4d;
  background: #f2f2f2;
}
.bloglist .mod-articles-category-tags a:hover {
  color: #e05221;
}
.bloglist .mod-articles-category-category a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #17c3e5;
}
.bloglist .mod-articles-category-category a:hover {
  color: #d7b378;
}

.bloglist ul {
  margin: 0;
}

.bloglist li {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
}

.bloglist h2 {
  display: inline-block;
}

.mod-articles-category-readmore a {
  float: left;
}
.box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-top: none;
}

.box-header-purple {
  border-top: 5px solid #e05221;
}
.box-header-purple.box-header-image {
  padding-top: 21.6216216216%;
  background: url("../images/empty.jpg") no-repeat;
  background-size: 100% auto;
}

.hero {
  width: 100%;
}
.hero img {
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 620px) {
  .hero img {
    max-width: 250px;
    margin: auto !important;
  }
}
@media only screen and (min-width: 1025px) {
  .hero .content > div {
    width: 100%;
    display: table;
  }
}
.hero .caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: right;
  padding: 15px 30px;
}
@media only screen and (max-width: 620px) {
  .hero .caption {
    text-align: center !important;
  }
}
.hero .caption h1, .hero .caption h2 {
  color: #ffffff;
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: normal;
  border: none;
}
.hero .caption h1 {
  font-size: 30px;
}
@media only screen and (min-width: 1025px) {
  .hero .caption h1 {
    font-size: 40px;
  }
}
.hero .caption h2 {
  font-size: 24px;
  text-transform: none;
}
@media only screen and (min-width: 1025px) {
  .hero .caption h2 {
    font-size: 36px;
  }
}
.hero .caption p {
  color: #ffffff;
}
.moduletable.hero.light .caption {
  text-align: left;
}

.moduletable.hero.light .caption img {
  margin: 0 0 0 auto;
}

.moduletable.hero.light .caption.image {
  padding: 20px 30px 0 30px;
}

.moduletable.hero.light .caption h1 {
  color: #000000;
}

.moduletable.hero.light .caption p {
  color: #000000;
}

@media only screen and (min-width: 621px) {
  .hero .caption.w40 {
    width: 40%;
  }
}
@media only screen and (min-width: 621px) {
  .hero .caption.w60 {
    width: 60%;
  }
}
.hero .caption {
  width: 100%;
  display: block;
}
.hero .caption.text {
  height: 140px;
}
@media only screen and (min-width: 621px) {
  .hero .caption.text {
    height: auto;
    width: 50%;
  }
}
.hero .caption.image {
  height: 260px;
}
@media only screen and (min-width: 621px) {
  .hero .caption.image {
    height: auto;
    width: 50%;
  }
}
@media only screen and (min-width: 621px) {
  .hero .caption {
    display: table-cell;
  }
}

.moduletable.hero-random-image {
  width: 100%;
}
.moduletable.hero-random-image .random-image-background {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 621px) {
  .moduletable.hero-random-image .random-image-background {
    height: 250px;
  }
}
@media only screen and (min-width: 1025px) {
  .moduletable.hero-random-image .random-image-background {
    height: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .moduletable.hero-random-image .random-image-background {
    height: 450px;
  }
}
@media only screen and (min-width: 1400px) {
  .moduletable.hero-random-image .random-image-background {
    height: 550px;
  }
}

#phocagallery .phocagallery-box-file,
.phocagallery .phocagallery-box-file {
  -webkit-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;
}
#phocagallery .phocagallery-box-file:hover,
.phocagallery .phocagallery-box-file:hover {
  border: 3px solid #e05221;
}
#phocagallery .phocagallery-box-file-first, #phocagallery .phocagallery-box-file-second, #phocagallery .phocagallery-box-file-third, #phocagallery .phocagallery-box-file center,
.phocagallery .phocagallery-box-file-first,
.phocagallery .phocagallery-box-file-second,
.phocagallery .phocagallery-box-file-third,
.phocagallery .phocagallery-box-file center {
  position: relative;
  width: 100px !important;
  height: 100px !important;
  line-height: 0;
  margin: 0 !important;
}
#phocagallery .phocagallery-box-file a,
.phocagallery .phocagallery-box-file a {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 100px;
  height: 100px;
}
#phocagallery .pg-image,
#phocagallery .pg-box3 img,
#phocagallery .pg-box3 a img,
.phocagallery .pg-image,
.phocagallery .pg-box3 img,
.phocagallery .pg-box3 a img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#phocagallery .phocagallery-box-file .pg-name,
.phocagallery .phocagallery-box-file .pg-name {
  display: none;
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000000 !important;
}
#phocagallery .pg-csv-box,
.phocagallery .pg-csv-box {
  height: 140px;
}
#phocagallery .pg-csv-name,
#phocagallery .pg-cv-name,
.phocagallery .pg-csv-name,
.phocagallery .pg-cv-name {
  padding: 0;
  font-size: 14px !important;
  background: none !important;
}
#phocagallery .pg-csv-name:hover,
#phocagallery .pg-cv-name:hover,
.phocagallery .pg-csv-name:hover,
.phocagallery .pg-cv-name:hover {
  text-color: #d7b378 !important;
}

#shadowbox_title_inner,
#shadowbox_counter {
  font-family: "Open Sans", Arial, Sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.moduletable.breadcrumps ul {
  margin: 0;
  padding: 0;
}
.moduletable.breadcrumps li {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: none;
}
.moduletable.breadcrumps .divider:after {
  font-family: "IcoMoon";
  font-size: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  line-height: 14px;
  color: #000000;
  content: "\e010";
}
.moduletable.breadcrumps .divider.icon-location {
  margin-right: 4px;
}
.moduletable.breadcrumps .divider.icon-location:after {
  display: none;
}
.root-etusivu .moduletable.breadcrumps {
  display: none;
}

.pallolinkit {
  margin-bottom: 30px;
}
.pallolinkit .col-p-3 {
  margin-bottom: 30px;
}
.pallolinkit img {
  margin-bottom: 15px;
  width: 350px;
}
@media only screen and (max-width: 620px) {
  .pallolinkit img {
    width: 300px;
  }
}
.pallolinkit h4 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1025px) {
  .pallolinkit h4 {
    min-height: 60px;
  }
}

#hamina-landing-page .carousel-inner > .item img {
  margin: 0;
  max-height: none;
  width: 100%;
}
#hamina-landing-page .carousel-inner > .active,
#hamina-landing-page .carousel-inner > .next,
#hamina-landing-page .carousel-inner > .prev {
  display: block;
  text-align: right;
}
#hamina-landing-page img {
  border: 0;
}
#hamina-landing-page .content {
  clear: both;
}
#hamina-landing-page .right {
  float: right;
}
#hamina-landing-page .forma {
  width: 90%;
  float: left;
  padding: 0 0px 0 0;
}
#hamina-landing-page .punatext {
  padding: 0px 0 0 15px;
  font-weight: bold;
  font-size: 17px;
  color: #ff0000;
  text-align: right;
}
#hamina-landing-page label {
  font-weight: normal !important;
}
#hamina-landing-page .hamina-header {
  background: #e05221;
  margin-bottom: 40px;
}
#hamina-landing-page .otsikko h3 {
  color: white;
  font-size: 24px;
  line-height: 130%;
  padding: 30px 0 30px 30px;
  font-weight: bold;
  text-transform: none;
}
@media only screen and (min-width: 1200px) {
  #hamina-landing-page .otsikko h3 {
    font-size: 32px;
  }
}
#hamina-landing-page .images {
  padding: 0;
}
#hamina-landing-page .nosto {
  font-size: 22px;
  font-weight: bold;
}
#hamina-landing-page .btn-danger {
  background: rgb(51, 153, 51);
  border-color: rgb(51, 153, 51);
}
#hamina-landing-page .hamina-footer {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 25px;
}
#hamina-landing-page .hamina-footer img {
  margin-right: 10px;
}
#hamina-landing-page .form-control {
  width: 100%;
}
#hamina-landing-page .etusivu-teksti {
  padding: 10px 0;
}
#hamina-landing-page .etusivu-teksti b {
  color: #e05221;
}
#hamina-landing-page #footer {
  padding: 40px 0;
  font-weight: bold;
}
@media screen and (max-width: 470px) {
  #hamina-landing-page .hamina-footer {
    font-size: 16px;
  }
  #hamina-landing-page .hamina-footer img {
    float: left;
    padding-right: 10px;
  }
  #hamina-landing-page .form-control {
    width: 95%;
  }
}

.collapsing .accordion-group {
  border-radius: 0px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.collapsing .accordion-toggle {
  margin: 0;
  padding: 10px 0 !important;
}
.collapsing .accordion-toggle:before {
  font-family: "IcoMoon";
  font-size: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  line-height: 14px;
  color: #000000;
  content: "\e007";
}
.collapsing .accordion-toggle:hover {
  color: #d7b378;
}
.collapsing .accordion-toggle.collapsed:before {
  content: "\e006";
}
.collapsing .accordion-inner {
  border: none;
  padding: 10px 0 !important;
}

.yhteystiedot-accordeon .accordion-group {
  border-radius: 0px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.yhteystiedot-accordeon .accordion-toggle {
  margin: 0;
  padding: 10px 0 !important;
}
.yhteystiedot-accordeon .accordion-toggle:before {
  font-family: "IcoMoon";
  font-size: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  line-height: 14px;
  color: #000000;
  content: "\e007";
}
.yhteystiedot-accordeon .accordion-toggle:hover {
  color: #d7b378;
}
.yhteystiedot-accordeon .accordion-toggle.collapsed:before {
  content: "\e006";
}
.yhteystiedot-accordeon .accordion-inner {
  border: none;
  padding: 10px 0 !important;
}

.footer-accordion .accordion-group {
  border-radius: 0px;
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-accordion .accordion-toggle {
  margin: 0;
  padding: 10px 0 !important;
}
.footer-accordion .accordion-toggle:before {
  font-family: "IcoMoon";
  font-size: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
  content: "\e007";
}
.footer-accordion .accordion-toggle.collapsed:before {
  content: "\e006";
}
.footer-accordion .accordion-inner {
  border: none;
  padding: 0 0 0 20px !important;
}

.palvelukodit > div {
  padding-bottom: 20px;
}
.palvelukodit .image {
  float: left;
  width: 30%;
  margin-bottom: 20px;
}
.palvelukodit .text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  padding-left: 10px;
  width: 70%;
}

.sigProMSP.gallery {
  margin: 0 -5px 0 -5px;
  padding: 0;
}
.flexbox .sigProMSP.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.sigProMSP.gallery li {
  position: relative;
  float: left;
  width: 140px;
  margin: 0;
  padding: 5px;
  text-align: center;
  list-style: none;
  background: none;
}
.sigProMSP.gallery a {
  display: block;
  margin: 0 auto;
}
.sigProMSP.gallery a:hover img {
  -webkit-box-shadow: #e05221 0 0 0 5px inset;
          box-shadow: #e05221 0 0 0 5px inset;
}
.sigProMSP.gallery .wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.sigProMSP.gallery img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sigProMSP.gallery .caption,
.sigProMSP.gallery .description {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 12px;
}
.sigProMSP.gallery .caption {
  font-weight: 600;
}

@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;
}
[data-icon]:before {
  font-family: "IcoMoon";
  content: attr(data-icon);
  speak: none;
}

[class^=icon-],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "IcoMoon";
  font-style: normal;
  speak: none;
}

[class^=icon-].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}

.icon-joomla:before {
  content: "\e200";
}

.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}

.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}

.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}

.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}

.icon-arrow-first:before {
  content: "\e003";
}

.icon-arrow-last:before {
  content: "\e004";
}

.icon-arrow-up-2:before {
  content: "\e009";
}

.icon-arrow-right-2:before {
  content: "\e00a";
}

.icon-arrow-down-2:before {
  content: "\e00b";
}

.icon-arrow-left-2:before {
  content: "\e00c";
}

.icon-arrow-up-3:before {
  content: "\e00f";
}

.icon-arrow-right-3:before {
  content: "\e010";
}

.icon-arrow-down-3:before {
  content: "\e011";
}

.icon-arrow-left-3:before {
  content: "\e012";
}

.icon-menu-2:before {
  content: "\e00e";
}

.icon-arrow-up-4:before {
  content: "\e201";
}

.icon-arrow-right-4:before {
  content: "\e202";
}

.icon-arrow-down-4:before {
  content: "\e203";
}

.icon-arrow-left-4:before {
  content: "\e204";
}

.icon-share:before,
.icon-redo:before {
  content: "'";
}

.icon-undo:before {
  content: "(";
}

.icon-forward-2:before {
  content: "\e205";
}

.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}

.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "l";
}

.icon-undo-2:before {
  content: "\e207";
}

.icon-move:before {
  content: "z";
}

.icon-expand:before {
  content: "f";
}

.icon-contract:before {
  content: "g";
}

.icon-expand-2:before {
  content: "h";
}

.icon-contract-2:before {
  content: "i";
}

.icon-play:before {
  content: "\e208";
}

.icon-pause:before {
  content: "\e209";
}

.icon-stop:before {
  content: "\e210";
}

.icon-previous:before,
.icon-backward:before {
  content: "|";
}

.icon-next:before,
.icon-forward:before {
  content: "{";
}

.icon-first:before {
  content: "}";
}

.icon-last:before {
  content: "\e000";
}

.icon-play-circle:before {
  content: "\e00d";
}

.icon-pause-circle:before {
  content: "\e211";
}

.icon-stop-circle:before {
  content: "\e212";
}

.icon-backward-circle:before {
  content: "\e213";
}

.icon-forward-circle:before {
  content: "\e214";
}

.icon-loop:before {
  content: "\e001";
}

.icon-shuffle:before {
  content: "\e002";
}

.icon-search:before {
  content: "S";
}

.icon-zoom-in:before {
  content: "d";
}

.icon-zoom-out:before {
  content: "e";
}

.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "+";
}

.icon-pencil-2:before {
  content: ",";
}

.icon-brush:before {
  content: ";";
}

.icon-save-new:before,
.icon-plus-2:before {
  content: "]";
}

.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "^";
}

.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "I";
}

.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "G";
}

.icon-new:before,
.icon-plus:before {
  content: "*";
}

.icon-plus-circle:before {
  content: "\e215";
}

.icon-minus:before,
.icon-not-ok:before {
  content: "K";
}

.icon-minus-circle:before {
  content: "\e216";
}

.icon-unpublish:before,
.icon-cancel:before {
  content: "J";
}

.icon-cancel-circle:before {
  content: "\e217";
}

.icon-checkmark-2:before {
  content: "\e218";
}

.icon-checkmark-circle:before {
  content: "\e219";
}

.icon-info:before {
  content: "\e220";
}

.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}

.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "E";
}

.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}

.icon-notification:before {
  content: "\e223";
}

.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}

.icon-pending:before,
.icon-warning:before {
  content: "H";
}

.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}

.icon-checkbox-unchecked:before {
  content: "=";
}

.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: ">";
}

.icon-checkbox-partial:before {
  content: "?";
}

.icon-square:before {
  content: "\e226";
}

.icon-radio-unchecked:before {
  content: "\e227";
}

.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}

.icon-circle:before {
  content: "\e229";
}

.icon-signup:before {
  content: "\e230";
}

.icon-grid:before,
.icon-grid-view:before {
  content: "X";
}

.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "Y";
}

.icon-menu:before {
  content: "Z";
}

.icon-list:before,
.icon-list-view:before {
  content: "1";
}

.icon-list-2:before {
  content: "\e231";
}

.icon-menu-3:before {
  content: "\e232";
}

.icon-folder-open:before,
.icon-folder:before {
  content: "-";
}

.icon-folder-close:before,
.icon-folder-2:before {
  content: ".";
}

.icon-folder-plus:before {
  content: "\e234";
}

.icon-folder-minus:before {
  content: "\e235";
}

.icon-folder-3:before {
  content: "\e236";
}

.icon-folder-plus-2:before {
  content: "\e237";
}

.icon-folder-remove:before {
  content: "\e238";
}

.icon-file:before {
  content: "\e016";
}

.icon-file-2:before {
  content: "\e239";
}

.icon-file-add:before,
.icon-file-plus:before {
  content: ")";
}

.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}

.icon-file-check:before {
  content: "\e240";
}

.icon-file-remove:before {
  content: "\e241";
}

.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}

.icon-stack:before {
  content: "\e242";
}

.icon-tree:before {
  content: "\e243";
}

.icon-tree-2:before {
  content: "\e244";
}

.icon-paragraph-left:before {
  content: "\e246";
}

.icon-paragraph-center:before {
  content: "\e247";
}

.icon-paragraph-right:before {
  content: "\e248";
}

.icon-paragraph-justify:before {
  content: "\e249";
}

.icon-screen:before {
  content: "\e01c";
}

.icon-tablet:before {
  content: "\e01d";
}

.icon-mobile:before {
  content: "\e01e";
}

.icon-box-add:before {
  content: "Q";
}

.icon-box-remove:before {
  content: "R";
}

.icon-download:before {
  content: "\e021";
}

.icon-upload:before {
  content: "\e022";
}

.icon-home:before {
  content: "!";
}

.icon-home-2:before {
  content: "\e250";
}

.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}

.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}

.icon-link:before {
  content: "\e252";
}

.icon-picture:before,
.icon-image:before {
  content: "/";
}

.icon-pictures:before,
.icon-images:before {
  content: "0";
}

.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}

.icon-camera:before {
  content: "U";
}

.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}

.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "V";
}

.icon-music:before {
  content: "W";
}

.icon-user:before {
  content: '"';
}

.icon-users:before {
  content: "\e01f";
}

.icon-vcard:before {
  content: "m";
}

.icon-address:before {
  content: "p";
}

.icon-share-alt:before,
.icon-out:before {
  content: "&";
}

.icon-enter:before {
  content: "\e257";
}

.icon-exit:before {
  content: "\e258";
}

.icon-comment:before,
.icon-comments:before {
  content: "$";
}

.icon-comments-2:before {
  content: "%";
}

.icon-quote:before,
.icon-quotes-left:before {
  content: "`";
}

.icon-quote-2:before,
.icon-quotes-right:before {
  content: "a";
}

.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}

.icon-phone:before {
  content: "\e260";
}

.icon-phone-2:before {
  content: "\e261";
}

.icon-envelope:before,
.icon-mail:before {
  content: "M";
}

.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "N";
}

.icon-unarchive:before,
.icon-drawer:before {
  content: "O";
}

.icon-archive:before,
.icon-drawer-2:before {
  content: "P";
}

.icon-briefcase:before {
  content: "\e020";
}

.icon-tag:before {
  content: "\e262";
}

.icon-tag-2:before {
  content: "\e263";
}

.icon-tags:before {
  content: "\e264";
}

.icon-tags-2:before {
  content: "\e265";
}

.icon-options:before,
.icon-cog:before {
  content: "8";
}

.icon-cogs:before {
  content: "7";
}

.icon-screwdriver:before,
.icon-tools:before {
  content: "6";
}

.icon-wrench:before {
  content: ":";
}

.icon-equalizer:before {
  content: "9";
}

.icon-dashboard:before {
  content: "x";
}

.icon-switch:before {
  content: "\e266";
}

.icon-filter:before {
  content: "T";
}

.icon-purge:before,
.icon-trash:before {
  content: "L";
}

.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "#";
}

.icon-unlock:before {
  content: "\e267";
}

.icon-key:before {
  content: "_";
}

.icon-support:before {
  content: "F";
}

.icon-database:before {
  content: "b";
}

.icon-scissors:before {
  content: "\e268";
}

.icon-health:before {
  content: "j";
}

.icon-wand:before {
  content: "k";
}

.icon-eye-open:before,
.icon-eye:before {
  content: "<";
}

.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}

.icon-clock:before {
  content: "n";
}

.icon-compass:before {
  content: "o";
}

.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}

.icon-book:before {
  content: "\e271";
}

.icon-lightning:before,
.icon-flash:before {
  content: "y";
}

.icon-print:before,
.icon-printer:before {
  content: "\e013";
}

.icon-feed:before {
  content: "q";
}

.icon-calendar:before {
  content: "C";
}

.icon-calendar-2:before {
  content: "D";
}

.icon-calendar-3:before {
  content: "\e273";
}

.icon-pie:before {
  content: "w";
}

.icon-bars:before {
  content: "v";
}

.icon-chart:before {
  content: "u";
}

.icon-power-cord:before {
  content: "2";
}

.icon-cube:before {
  content: "3";
}

.icon-puzzle:before {
  content: "4";
}

.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "r";
}

.icon-lamp:before {
  content: "t";
}

.icon-pin:before,
.icon-pushpin:before {
  content: "s";
}

.icon-location:before {
  content: "c";
}

.icon-shield:before {
  content: "\e274";
}

.icon-flag:before {
  content: "5";
}

.icon-flag-3:before {
  content: "\e275";
}

.icon-bookmark:before {
  content: "\e023";
}

.icon-bookmark-2:before {
  content: "\e276";
}

.icon-heart:before {
  content: "\e277";
}

.icon-heart-2:before {
  content: "\e278";
}

.icon-thumbs-up:before {
  content: "[";
}

.icon-thumbs-down:before {
  content: "\\";
}

.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "@";
}

.icon-star-2:before {
  content: "A";
}

.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "B";
}

.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}

.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}

.icon-smiley-sad:before {
  content: "\e281";
}

.icon-smiley-sad-2:before {
  content: "\e282";
}

.icon-smiley-neutral:before {
  content: "\e283";
}

.icon-smiley-neutral-2:before {
  content: "\e284";
}

.icon-cart:before {
  content: "\e019";
}

.icon-basket:before {
  content: "\e01a";
}

.icon-credit:before {
  content: "\e286";
}

.icon-credit-2:before {
  content: "\e287";
}

.icon-expired:before {
  content: "K";
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.hidden {
  display: none;
  visibility: hidden;
}

.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.nav-tabs li {
  background: none;
}

.nav-tabs.nav-stacked li {
  background: url("../images/list-square.gif") no-repeat 2px 8px;
}

ul.btn-toolbar {
  margin: 0 0 10px 0;
}

li.btn-group {
  margin: 0;
  padding: 0;
  background: none;
}

.chzn-container {
  font-size: 14px;
}

.chzn-choices li {
  background: none;
}

.chzn-results li {
  font-size: 14px;
  background: none;
}

.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);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.btn.jmodedit,
.icons .btn {
  -webkit-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: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #fff, #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;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-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);
}

.icons {
  float: right;
  margin: 0 0 20px 20px;
}
.icons li {
  padding: 0;
  background: none;
}
.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;
  border-radius: 6px;
  -webkit-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;
}
.icons .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.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;
}
.icons .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}
.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: -o-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0077b3));
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0076b2", GradientType=0);
}
.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: -o-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0077b3));
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0076b2", GradientType=0);
}
.icons .dropdown-menu > .disabled > a,
.icons .dropdown-menu > .disabled > a:hover,
.icons .dropdown-menu > .disabled > a:focus {
  color: #999;
}
.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;
}
.icons .open {
  *z-index: 1000;
}
.icons .open > .dropdown-menu {
  display: block;
}
.icons .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.icons .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.btn-toolbar .btn-group {
  margin-right: 10px;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group > .btn {
  position: relative;
  border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.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);
  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;
}

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.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);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.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;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 300px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.edit {
  max-width: 980px;
}
.edit .clearfix:before,
.edit .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.edit .clearfix:after {
  clear: both;
}
.edit .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.edit .input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.edit a {
  color: #08c;
  text-decoration: none;
}
.edit a:hover,
.edit a:focus {
  color: #005580;
  text-decoration: underline;
}
.edit .img-rounded {
  border-radius: 6px;
}
.edit .row {
  margin-left: -20px;
  *zoom: 1;
}
.edit .row:before,
.edit .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.edit .row:after {
  clear: both;
}
.edit [class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.edit [class*=span].hide,
.edit .row-fluid [class*=span].hide {
  display: none;
}
.edit [class*=span].pull-right,
.edit .row-fluid [class*=span].pull-right {
  float: right;
}
.edit .container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.edit .container:before,
.edit .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.edit .container:after {
  clear: both;
}
.edit .container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.edit .container-fluid:before,
.edit .container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.edit .container-fluid:after {
  clear: both;
}
.edit p {
  margin: 0 0 9px;
}
.edit .lead {
  margin-bottom: 18px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 27px;
}
.edit small {
  font-size: 85%;
}
.edit strong {
  font-weight: bold;
}
.edit em {
  font-style: italic;
}
.edit cite {
  font-style: normal;
}
.edit .muted {
  color: #999;
}
.edit a.muted:hover,
.edit a.muted:focus {
  color: #808080;
}
.edit .text-warning {
  color: #c09853;
}
.edit a.text-warning:hover,
.edit a.text-warning:focus {
  color: #a47e3c;
}
.edit .text-error {
  color: #b94a48;
}
.edit a.text-error:hover,
.edit a.text-error:focus {
  color: #953b39;
}
.edit .text-info {
  color: #3a87ad;
}
.edit a.text-info:hover,
.edit a.text-info:focus {
  color: #2d6987;
}
.edit .text-success {
  color: #468847;
}
.edit a.text-success:hover,
.edit a.text-success:focus {
  color: #356635;
}
.edit .text-left {
  text-align: left;
}
.edit .text-right {
  text-align: right;
}
.edit .text-center {
  text-align: center;
}
.edit ul,
.edit ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
.edit ul ul,
.edit ul ol,
.edit ol ol,
.edit ol ul {
  margin-bottom: 0;
}
.edit li {
  line-height: 18px;
}
.edit ul.unstyled,
.edit ol.unstyled {
  margin-left: 0;
  list-style: none;
}
.edit ul.inline,
.edit ol.inline {
  margin-left: 0;
  list-style: none;
}
.edit ul.inline > li,
.edit ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.edit hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
.edit abbr[title],
.edit abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.edit abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.edit blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eee;
}
.edit blockquote p {
  margin-bottom: 0;
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
.edit blockquote small {
  display: block;
  line-height: 18px;
  color: #999;
}
.edit blockquote small:before {
  content: "— ";
}
.edit blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
.edit blockquote.pull-right p,
.edit blockquote.pull-right small {
  text-align: right;
}
.edit blockquote.pull-right small:before {
  content: "";
}
.edit blockquote.pull-right small:after {
  content: " —";
}
.edit q:before,
.edit q:after,
.edit blockquote:before,
.edit blockquote:after {
  content: "";
}
.edit address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}
.edit code,
.edit pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #333;
  border-radius: 3px;
}
.edit code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
.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);
  border-radius: 4px;
}
.edit pre.prettyprint {
  margin-bottom: 18px;
}
.edit pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.edit .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.edit form {
  margin: 0 0 18px;
}
.edit fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.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;
}
.edit legend small {
  font-size: 13.5px;
  color: #999;
}
.edit label,
.edit input,
.edit button,
.edit select,
.edit textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
}
.edit input,
.edit button,
.edit select,
.edit textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.edit label {
  display: block;
  margin-bottom: 5px;
}
.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;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  border-radius: 3px;
  vertical-align: middle;
}
.edit textarea {
  height: auto;
}
.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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
}
.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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.edit input[type=radio],
.edit input[type=checkbox] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.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;
}
.edit select,
.edit input[type=file] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
.edit select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.edit select[multiple],
.edit select[size] {
  height: auto;
}
.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;
}
.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);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.edit .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.edit .uneditable-textarea {
  width: auto;
  height: auto;
}
.edit input:-moz-placeholder,
.edit textarea:-moz-placeholder {
  color: #999;
}
.edit input:-ms-input-placeholder,
.edit textarea:-ms-input-placeholder {
  color: #999;
}
.edit input::-webkit-input-placeholder,
.edit textarea::-webkit-input-placeholder {
  color: #999;
}
.edit .radio,
.edit .checkbox {
  min-height: 18px;
  padding-left: 20px;
}
.edit .radio input[type=radio],
.edit .checkbox input[type=checkbox] {
  float: left;
  margin-left: -20px;
}
.edit .controls > .radio:first-child,
.edit .controls > .checkbox:first-child {
  padding-top: 5px;
}
.edit .radio.inline,
.edit .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.edit .radio.inline + .radio.inline,
.edit .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.edit .input-mini {
  width: 60px;
}
.edit .input-small {
  width: 90px;
}
.edit .input-medium {
  width: 150px;
}
.edit .input-large {
  width: 210px;
}
.edit .input-xlarge {
  width: 270px;
}
.edit .input-xxlarge {
  width: 530px;
}
.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;
}
.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;
}
.edit input,
.edit textarea,
.edit .uneditable-input {
  margin-left: 0;
}
.edit .controls-row {
  *zoom: 1;
}
.edit .controls-row:before,
.edit .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.edit .controls-row:after {
  clear: both;
}
.edit .controls-row [class*=span],
.edit .row-fluid .controls-row [class*=span] {
  float: left;
}
.edit .controls-row .checkbox[class*=span],
.edit .controls-row .radio[class*=span] {
  padding-top: 5px;
}
.edit input[disabled],
.edit select[disabled],
.edit textarea[disabled],
.edit input[readonly],
.edit select[readonly],
.edit textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
.edit input[type=radio][disabled],
.edit input[type=checkbox][disabled],
.edit input[type=radio][readonly],
.edit input[type=checkbox][readonly] {
  background-color: transparent;
}
.edit .control-group.warning .control-label,
.edit .control-group.warning .help-block,
.edit .control-group.warning .help-inline {
  color: #c09853;
}
.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;
}
.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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.edit .control-group.warning .input-prepend .add-on,
.edit .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.edit .control-group.error .control-label,
.edit .control-group.error .help-block,
.edit .control-group.error .help-inline {
  color: #b94a48;
}
.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;
}
.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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.edit .control-group.error .input-prepend .add-on,
.edit .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.edit .control-group.success .control-label,
.edit .control-group.success .help-block,
.edit .control-group.success .help-inline {
  color: #468847;
}
.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;
}
.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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.edit .control-group.success .input-prepend .add-on,
.edit .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.edit .control-group.info .control-label,
.edit .control-group.info .help-block,
.edit .control-group.info .help-inline {
  color: #3a87ad;
}
.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;
}
.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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.edit .control-group.info .input-prepend .add-on,
.edit .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
.edit input:focus:invalid,
.edit textarea:focus:invalid,
.edit select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.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;
  box-shadow: 0 0 6px #f8b9b7;
}
.edit .form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.edit .form-actions:before,
.edit .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.edit .form-actions:after {
  clear: both;
}
.edit .help-block,
.edit .help-inline {
  color: #595959;
}
.edit .help-block {
  display: block;
  margin-bottom: 9px;
}
.edit .help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.edit .input-append,
.edit .input-prepend {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.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;
}
.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;
  border-radius: 0 3px 3px 0;
}
.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;
}
.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;
}
.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;
  border-radius: 0;
}
.edit .input-append .active,
.edit .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.edit .input-prepend .add-on,
.edit .input-prepend .btn {
  margin-right: -1px;
}
.edit .input-prepend .add-on:first-child,
.edit .input-prepend .btn:first-child {
  border-radius: 3px 0 0 3px;
}
.edit .input-append input,
.edit .input-append select,
.edit .input-append .uneditable-input {
  border-radius: 3px 0 0 3px;
}
.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 {
  border-radius: 0 3px 3px 0;
}
.edit .input-append .add-on,
.edit .input-append .btn,
.edit .input-append .btn-group {
  margin-left: -1px;
}
.edit .input-append .add-on:last-child,
.edit .input-append .btn:last-child,
.edit .input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 3px 3px 0;
}
.edit .input-prepend.input-append input,
.edit .input-prepend.input-append select,
.edit .input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.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 {
  border-radius: 0 3px 3px 0;
}
.edit .input-prepend.input-append .add-on:first-child,
.edit .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 3px 0 0 3px;
}
.edit .input-prepend.input-append .add-on:last-child,
.edit .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 3px 3px 0;
}
.edit .input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.edit input.search-query {
  padding-right: 14px;
  padding-right: 4px \9 ;
  padding-left: 14px;
  padding-left: 4px \9 ;
  margin-bottom: 0;
  border-radius: 15px;
}
.edit .form-search .input-append .search-query,
.edit .form-search .input-prepend .search-query {
  border-radius: 0;
}
.edit .form-search .input-append .search-query {
  border-radius: 14px 0 0 14px;
}
.edit .form-search .input-append .btn {
  border-radius: 0 14px 14px 0;
}
.edit .form-search .input-prepend .search-query {
  border-radius: 0 14px 14px 0;
}
.edit .form-search .input-prepend .btn {
  border-radius: 14px 0 0 14px;
}
.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;
}
.edit .form-search .hide,
.edit .form-inline .hide,
.edit .form-horizontal .hide {
  display: none;
}
.edit .form-search label,
.edit .form-inline label,
.edit .form-search .btn-group,
.edit .form-inline .btn-group {
  display: inline-block;
}
.edit .form-search .input-append,
.edit .form-inline .input-append,
.edit .form-search .input-prepend,
.edit .form-inline .input-prepend {
  margin-bottom: 0;
}
.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;
}
.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;
}
.edit .control-group {
  margin-bottom: 9px;
}
.edit legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.edit .form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.edit .form-horizontal .control-group:before,
.edit .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.edit .form-horizontal .control-group:after {
  clear: both;
}
.edit .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.edit .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.edit .form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.edit .form-horizontal .help-block {
  margin-bottom: 0;
}
.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;
}
.edit .form-horizontal .form-actions {
  padding-left: 180px;
}
.edit .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.edit .fade.in {
  opacity: 1;
}
.edit .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.edit .collapse.in {
  height: auto;
}
.edit button.close {
  padding: 3;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #fff, #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;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-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);
}
.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;
}
.edit .btn:active,
.edit .btn.active {
  background-color: #cccccc \9 ;
}
.edit .btn:first-child {
  *margin-left: 0;
}
.edit .btn:hover,
.edit .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.edit .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.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);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.edit .btn.disabled,
.edit .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.edit .btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  border-radius: 6px;
}
.edit .btn-large [class^=icon-],
.edit .btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.edit .btn-small {
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.edit .btn-small [class^=icon-],
.edit .btn-small [class*=" icon-"] {
  margin-top: 0;
}
.edit .btn-mini [class^=icon-],
.edit .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.edit .btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  border-radius: 3px;
}
.edit .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.edit .btn-block + .btn-block {
  margin-top: 5px;
}
.edit input[type=submit].btn-block,
.edit input[type=reset].btn-block,
.edit input[type=button].btn-block {
  width: 100%;
}
.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);
}
.edit .btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: linear-gradient(to bottom, #08c, #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);
}
.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;
}
.edit .btn-primary:active,
.edit .btn-primary.active {
  background-color: #003399 \9 ;
}
.edit .btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#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);
}
.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;
}
.edit .btn-warning:active,
.edit .btn-warning.active {
  background-color: #c67605 \9 ;
}
.edit .btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#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);
}
.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;
}
.edit .btn-danger:active,
.edit .btn-danger.active {
  background-color: #942a25 \9 ;
}
.edit .btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#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);
}
.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;
}
.edit .btn-success:active,
.edit .btn-success.active {
  background-color: #408140 \9 ;
}
.edit .btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#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);
}
.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;
}
.edit .btn-info:active,
.edit .btn-info.active {
  background-color: #24748c \9 ;
}
.edit .btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
  background-image: linear-gradient(to bottom, #444, #222);
  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);
}
.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;
}
.edit .btn-inverse:active,
.edit .btn-inverse.active {
  background-color: #090909 \9 ;
}
.edit button.btn,
.edit input[type=submit].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.edit button.btn::-moz-focus-inner,
.edit input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.edit button.btn.btn-large,
.edit input[type=submit].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.edit button.btn.btn-small,
.edit input[type=submit].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.edit button.btn.btn-mini,
.edit input[type=submit].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.edit .btn-link,
.edit .btn-link:active,
.edit .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.edit .btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  border-radius: 0;
}
.edit .btn-link:hover,
.edit .btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.edit .btn-link[disabled]:hover,
.edit .btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.edit .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.edit .btn-group:first-child {
  *margin-left: 0;
}
.edit .btn-group + .btn-group {
  margin-left: 5px;
}
.edit .btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}
.edit .btn-toolbar > .btn + .btn,
.edit .btn-toolbar > .btn-group + .btn,
.edit .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.edit .btn-group > .btn {
  position: relative;
  border-radius: 0;
}
.edit .btn-group > .btn + .btn {
  margin-left: -1px;
}
.edit .btn-group > .btn,
.edit .btn-group > .dropdown-menu,
.edit .btn-group > .popover {
  font-size: 13px;
}
.edit .btn-group > .btn-mini {
  font-size: 9.75px;
}
.edit .btn-group > .btn-small {
  font-size: 12px;
}
.edit .btn-group > .btn-large {
  font-size: 16.25px;
}
.edit .btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.edit .btn-group > .btn:last-child,
.edit .btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.edit .btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.edit .btn-group > .btn.large:last-child,
.edit .btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.edit .btn-group > .btn:hover,
.edit .btn-group > .btn:focus,
.edit .btn-group > .btn:active,
.edit .btn-group > .btn.active {
  z-index: 2;
}
.edit .btn-group .dropdown-toggle:active,
.edit .btn-group.open .dropdown-toggle {
  outline: 0;
}
.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);
  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;
}
.edit .btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.edit .btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.edit .btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.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);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.edit .btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.edit .btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.edit .btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.edit .btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.edit .btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.edit .btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.edit .btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.edit .btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.edit .btn-large .caret {
  margin-top: 6px;
}
.edit .btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.edit .btn-mini .caret,
.edit .btn-small .caret {
  margin-top: 8px;
}
.edit .dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.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;
}
.edit .btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.edit .btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}
.edit .btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.edit .btn-group-vertical > .btn:first-child {
  border-radius: 4px 4px 0 0;
}
.edit .btn-group-vertical > .btn:last-child {
  border-radius: 0 0 4px 4px;
}
.edit .btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}
.edit .btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}
.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;
  border-radius: 4px;
}
.edit .alert,
.edit .alert h4 {
  color: #c09853;
}
.edit .alert h4 {
  margin: 0;
}
.edit .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.edit .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.edit .alert-success h4 {
  color: #468847;
}
.edit .alert-danger,
.edit .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.edit .alert-danger h4,
.edit .alert-error h4 {
  color: #b94a48;
}
.edit .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.edit .alert-info h4 {
  color: #3a87ad;
}
.edit .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.edit .alert-block > p,
.edit .alert-block > ul {
  margin-bottom: 0;
}
.edit .alert-block p + p {
  margin-top: 5px;
}
.edit .nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.edit .nav > li > a {
  display: block;
}
.edit .nav > li > a:hover,
.edit .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.edit .nav > li > a > img {
  max-width: none;
}
.edit .nav > .pull-right {
  float: right;
}
.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;
}
.edit .nav li + .nav-header {
  margin-top: 9px;
}
.edit .nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.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);
}
.edit .nav-list > li > a {
  padding: 3px 15px;
}
.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;
}
.edit .nav-list [class^=icon-],
.edit .nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.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;
}
.edit .nav-tabs,
.edit .nav-pills {
  *zoom: 1;
}
.edit .nav-tabs:before,
.edit .nav-tabs:after,
.edit .nav-pills:before,
.edit .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.edit .nav-tabs:after,
.edit .nav-pills:after {
  clear: both;
}
.edit .nav-tabs > li,
.edit .nav-pills > li {
  font-size: 18px;
  font-weight: 600;
  float: left;
}
.edit .nav-tabs > li > a,
.edit .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.edit .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.edit .nav-tabs > li {
  margin-bottom: -1px;
}
.edit .nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.edit .nav-tabs > li > a:hover,
.edit .nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.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;
}
.edit .nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.edit .nav-pills > .active > a,
.edit .nav-pills > .active > a:hover,
.edit .nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}
.edit .nav-stacked > li {
  float: none;
}
.edit .nav-stacked > li > a {
  margin-right: 0;
}
.edit .nav-tabs.nav-stacked {
  border-bottom: 0;
}
.edit .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  border-radius: 0;
}
.edit .nav-tabs.nav-stacked > li:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.edit .nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.edit .nav-tabs.nav-stacked > li > a:hover,
.edit .nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.edit .nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.edit .nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.edit .nav-tabs .dropdown-menu {
  border-radius: 0 0 6px 6px;
}
.edit .nav-pills .dropdown-menu {
  border-radius: 6px;
}
.edit .nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.edit .nav .dropdown-toggle:hover .caret,
.edit .nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.edit .nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.edit .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.edit .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.edit .nav > .dropdown.active > a:hover,
.edit .nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.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;
}
.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);
}
.edit .tabs-stacked .open > a:hover,
.edit .tabs-stacked .open > a:focus {
  border-color: #999;
}
.edit .tabbable {
  *zoom: 1;
}
.edit .tabbable:before,
.edit .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.edit .tabbable:after {
  clear: both;
}
.edit .tab-content {
  overflow: auto;
}
.edit .tabs-below > .nav-tabs,
.edit .tabs-right > .nav-tabs,
.edit .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.edit .tab-content > .tab-pane,
.edit .pill-content > .pill-pane {
  display: none;
}
.edit .tab-content > .active,
.edit .pill-content > .active {
  display: block;
}
.edit .tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.edit .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.edit .tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.edit .tabs-below > .nav-tabs > li > a:hover,
.edit .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.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;
}
.edit .tabs-left > .nav-tabs > li,
.edit .tabs-right > .nav-tabs > li {
  float: none;
}
.edit .tabs-left > .nav-tabs > li > a,
.edit .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.edit .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.edit .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.edit .tabs-left > .nav-tabs > li > a:hover,
.edit .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.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;
}
.edit .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.edit .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.edit .tabs-right > .nav-tabs > li > a:hover,
.edit .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.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;
}
.edit .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.edit .modal-backdrop.fade {
  opacity: 0;
}
.edit .modal-backdrop,
.edit .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.edit .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.edit .modal-header .close {
  margin-top: 2px;
}
.edit .modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.edit .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.edit .modal-form {
  margin-bottom: 0;
}
.edit .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.edit .modal-footer:before,
.edit .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.edit .modal-footer:after {
  clear: both;
}
.edit .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.edit .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.edit .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.edit .tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.edit .tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.edit .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.edit .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.edit .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.edit .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.edit .tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.edit .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.edit .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.edit .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.edit .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.edit .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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);
  border-radius: 6px;
  -webkit-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;
}
.edit .popover.top {
  margin-top: -10px;
}
.edit .popover.right {
  margin-left: 10px;
}
.edit .popover.bottom {
  margin-top: 10px;
}
.edit .popover.left {
  margin-left: -10px;
}
.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;
  border-radius: 5px 5px 0 0;
}
.edit .popover-title:empty {
  display: none;
}
.edit .popover-content {
  padding: 9px 14px;
}
.edit .popover .arrow,
.edit .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.edit .popover .arrow {
  border-width: 11px;
}
.edit .popover .arrow:after {
  border-width: 10px;
  content: "";
}
.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;
}
.edit .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.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);
}
.edit .popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.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;
}
.edit .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.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);
}
.edit .popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.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;
}
.edit .label {
  border-radius: 3px;
}
.edit .badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}
.edit .label:empty,
.edit .badge:empty {
  display: none;
}
.edit a.label:hover,
.edit a.label:focus,
.edit a.badge:hover,
.edit a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.edit .label-important,
.edit .badge-important {
  background-color: #b94a48;
}
.edit .label-important[href],
.edit .badge-important[href] {
  background-color: #953b39;
}
.edit .label-warning,
.edit .badge-warning {
  background-color: #f89406;
}
.edit .label-warning[href],
.edit .badge-warning[href] {
  background-color: #c67605;
}
.edit .label-success,
.edit .badge-success {
  background-color: #468847;
}
.edit .label-success[href],
.edit .badge-success[href] {
  background-color: #356635;
}
.edit .label-info,
.edit .badge-info {
  background-color: #3a87ad;
}
.edit .label-info[href],
.edit .badge-info[href] {
  background-color: #2d6987;
}
.edit .label-inverse,
.edit .badge-inverse {
  background-color: #333;
}
.edit .label-inverse[href],
.edit .badge-inverse[href] {
  background-color: #1a1a1a;
}
.edit .btn .label,
.edit .btn .badge {
  position: relative;
  top: -1px;
}
.edit .btn-mini .label,
.edit .btn-mini .badge {
  top: 0;
}
.edit .small {
  font-size: 11px;
}
.edit iframe,
.edit svg {
  max-width: 100%;
}
.edit .nowrap {
  white-space: nowrap;
}
.edit .center,
.edit .table td.center,
.edit .table th.center {
  text-align: center;
}
.edit a.disabled,
.edit a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}
.edit .hero-unit {
  text-align: center;
}
.edit .hero-unit .lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
.edit .btn .caret {
  margin-bottom: 7px;
}
.edit .btn.btn-micro .caret {
  margin: 5px 0;
}
.edit .blog-row-rule,
.edit .blog-item-rule {
  border: 0;
}
.edit body.modal {
  padding-top: 0;
}
.edit .row-even,
.edit .row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #ddd;
}
.edit .row-odd {
  background-color: transparent;
}
.edit .row-even {
  background-color: #f9f9f9;
}
.edit .blog-row-rule,
.edit .blog-item-rule {
  border: 0;
}
.edit .row-fluid .row-reveal {
  visibility: hidden;
}
.edit .row-fluid:hover .row-reveal {
  visibility: visible;
}
.edit .btn-wide {
  width: 80%;
}
.edit .nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.edit .blog-row-rule,
.edit .blog-item-rule {
  border: 0;
}
.edit .nav-tabs.nav-dark {
  border-bottom: 1px solid #333;
  text-shadow: 1px 1px 1px #000;
}
.edit .nav-tabs.nav-dark > li > a {
  color: #F8F8F8;
}
.edit .nav-tabs.nav-dark > li > a:hover {
  border-color: #333 #333 #111;
  background-color: #777777;
}
.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;
}
.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;
  border-radius: 4px;
}
.edit .radio.btn-group input[type=radio] {
  display: none;
}
.edit .radio.btn-group > label:first-of-type {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.edit fieldset.radio.btn-group {
  padding-left: 0;
}
.edit .iframe-bordered {
  border: 1px solid #ddd;
}
.edit .tab-content {
  overflow: visible;
}
.edit .tabs-left .tab-content {
  overflow: auto;
}
.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;
  border-radius: 4px 4px 0 0;
}
.edit .tip-wrap {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  z-index: 100;
}
.edit .input-prepend .chzn-container-single .chzn-single,
.edit .input-append .chzn-container-single .chzn-single {
  border-color: #ccc;
  height: 26px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.edit .input-prepend .chzn-container-single .chzn-drop,
.edit .input-append .chzn-container-single .chzn-drop {
  border-color: #ccc;
}
.edit .input-prepend > .add-on,
.edit .input-append > .add-on {
  vertical-align: top;
}
.edit .input-prepend .chzn-container-single .chzn-single {
  border-radius: 0 3px 3px 0;
}
.edit .input-prepend .chzn-container-single .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.edit .input-append .chzn-container-single .chzn-single {
  border-radius: 3px 0 0 3px;
}
.edit .input-append .chzn-container-single .chzn-single-with-drop {
  border-radius: 3px 0 0 0;
}
.edit .input-prepend.input-append .chzn-container-single .chzn-single,
.edit .input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
  border-radius: 0;
}
.edit .element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.edit .form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}
.edit .form-vertical .controls {
  margin-left: 0;
}
.edit .width-auto {
  width: auto;
}
.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;
  border-radius: 6px;
  -webkit-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;
}
.edit div.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}
.edit div.modal.fade.in {
  top: 10%;
}
.edit .modal-batch {
  overflow-y: visible;
}
@media (max-width: 767px) {
  .edit div.modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .edit div.modal.fade {
    top: -100px;
  }
  .edit div.modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .edit div.modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
}
.edit figure {
  display: table;
}
.edit figure.pull-center,
.edit img.pull-center {
  margin-left: auto;
  margin-right: auto;
}
.edit figcaption {
  display: table-caption;
  caption-side: bottom;
}
.edit dl.tabs {
  float: left;
  margin-bottom: -1px;
}
.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;
}
.edit dl.tabs dt:hover {
  background-color: #F9F9F9;
}
.edit dl.tabs dt.open {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}
.edit dl.tabs dt.tabs h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
}
.edit dl.tabs dt.tabs h3 a {
  color: #0088CC;
}
.edit dl.tabs dt.tabs h3 a:hover {
  color: #005580;
  text-decoration: none;
}
.edit dl.tabs dt.open h3 a {
  color: #000;
  text-decoration: none;
}
.edit div.current dd.tabs {
  margin: 0;
  padding: 10px;
  clear: both;
  border: 1px solid #CCC;
  background-color: #FFF;
}
.edit #helpsite-refresh {
  vertical-align: top;
}
.edit #pop-print {
  float: right;
  margin: 10px;
}
.edit code {
  white-space: pre-wrap;
}
.edit #filter-search {
  vertical-align: top;
}
.edit .editor {
  overflow: hidden;
  position: relative;
}

.moduletable_index-list {
  position: relative;
}

.index-list {
  width: inherit;
}
.index-list.affix {
  top: 40px;
  max-width: 270px;
}
@media only screen and (min-width: 621px) {
  .index-list.affix {
    max-width: 200px;
  }
}
@media only screen and (max-width: 620px) {
  .index-list.affix {
    position: static;
    top: auto;
    width: 100%;
  }
}
.index-list ol {
  display: block;
  width: 100%;
}
.index-list .active a {
  color: #000000;
  font-weight: 600;
}

.carousel {
  position: relative;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  min-height: 0;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: table;
  text-align: right;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.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: #e05221;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media only screen and (min-width: 1200px) {
  .carousel-control {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 48px;
    font-size: 60px;
    border-radius: 30px;
  }
}

.carousel-control.right {
  left: auto;
  right: 15px;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #d7b378;
  text-decoration: none;
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.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;
}

.carousel-indicators .active {
  background-color: #fff;
}

.slideshow .hero {
  height: 240px;
}
@media only screen and (max-width: 620px) {
  .slideshow .hero {
    height: 400px;
  }
}
@media only screen and (min-width: 1025px) {
  .slideshow .hero {
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .slideshow .hero {
    height: 330px;
  }
}

.carousel-caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: right;
  padding: 15px 30px;
}

.carousel-inner > .item img {
  max-height: 220px;
  line-height: 1;
  display: block;
  margin-left: -40px;
}
@media only screen and (min-width: 1025px) {
  .carousel-inner > .item img {
    max-height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .carousel-inner > .item img {
    max-height: 330px;
  }
}

.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
  color: #ffffff;
  font-family: "Open Sans", Arial, Sans-serif;
  font-weight: normal;
  font-size: 40px;
  border: none;
}
@media only screen and (min-width: 621px) {
  .carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
    font-size: 30px;
  }
}
.carousel-caption p {
  color: #ffffff;
}

.accordion {
  margin-bottom: 18px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-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;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
  font-size: 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.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;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.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);
}

.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.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;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.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);
}

.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}