@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(http://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
.material-icons {
  cursor: pointer;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
  vertical-align: -6px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.md-black {
  color: #000000;
}
.material-icons.md-dark {
  color: #323232;
}
.material-icons.md-light {
  color: #c8c8c8;
}
.material-icons.md-green {
  color: #006500;
}
.material-icons.md-red {
  color: #a3102e;
}
.material-icons.md-blue {
  color: #082245;
}
.material-icons.md-yellow {
  color: #f2d500;
}
table {
  border: none;
}
#curtain {
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.popUp {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  z-index: 1000;
}
.popUp .close {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: right;
  font-size: 14px;
  cursor: pointer;
}
.clear-float {
  clear: both;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.float-right {
  float: right;
}
.action-icon {
  background: #ccc;
  padding-right: 10px;
}
.action-icon a {
  display: block;
  text-decoration: none;
  color: #000;
}
.action-icon img {
  vertical-align: middle;
  margin-right: 5px;
}
.action-icon:hover {
  color: #0f0;
  background: #aaa;
  padding-right: 10px;
}
.btn {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  display: inline-block;
  cursor: pointer;
}
.btn.margin {
  margin: 0 10px;
}
.btn a,
.btn span,
input.btn,
button.btn {
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  padding: 6px 18px;
  text-decoration: none;
  color: #fff;
}
.btn-confirm,
.btn-confirm a,
.btn-confirm span {
  border: 1px solid #268a16;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #77d42a), color-stop(100%, #5cb811));
  background: -moz-linear-gradient(center top, #77d42a 5%, #5cb811 100%);
  background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
  background-color: #77d42a;
  text-shadow: 1px 1px 2px #050;
}
.btn-cancel,
.btn-cancel a,
.btn-cancel span {
  border: 1px solid #d02718;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f24537), color-stop(100%, #c62d1f));
  background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%);
  background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
  background-color: #f24537;
  text-shadow: 1px 1px 2px #500;
}
.btn-update,
.btn-update a,
.btn-update span {
  border: 1px solid #526A85;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #769EE8), color-stop(100%, #5774AB));
  background: -moz-linear-gradient(center top, #769EE8 5%, #5774AB 100%);
  background: -ms-linear-gradient(top, #769EE8 5%, #5774AB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#769EE8', endColorstr='#5774AB');
  background-color: #769EE8;
  text-shadow: 1px 1px 2px #3A4B5E;
}
.list th {
  text-align: left;
}
.clear-float {
  clear: both;
}
#simppeliAdminPanel {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  font-size: 14px;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
#simppeliAdminPanel .wrapper {
  width: auto;
  background: #222433;
  color: #a8aaec;
}
#simppeliAdminPanel .wrapper .siteIdentity {
  font-weight: bold;
}
#simppeliAdminPanel .wrapper span {
  padding: 0 10px;
}
#simppeliAdminPanel .wrapper .navi {
  display: inline-block;
}
#simppeliAdminPanel .wrapper .navi li {
  padding: 8px;
  cursor: pointer;
  display: inline-block;
}
#simppeliAdminPanel .wrapper .navi li i {
  font-size: 1.1em;
  vertical-align: -2px;
}
#simppeliAdminPanel .wrapper .navi li:hover {
  background: rgba(255, 255, 255, 0.1);
}
#simppeliAdminPanel .wrapper .navi #logout:hover {
  background: #963232;
  color: #fff;
}
#simppeliAdminPanel .wrapper .navi #logout:hover i {
  color: #fff;
}
#simppeliAdminPanel .wrapper #toggle {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}
#saveContent {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
#cancelContent {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 741px) {
  .only-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 740px) {
  .only-desktop {
    display: none !important;
  }
}

body {
  -webkit-animation: bugfix infinite 1s;
  /* needed for checkbox hack */ }

@-webkit-keyframes bugfix {
  from {
    padding: 0; }
  to {
    padding: 0; } }
/* needed for checkbox hack */
#nav {
  position: relative; }
  #nav ul {
    display: none;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #nav ul li a, #nav ul li span {
      display: block;
      padding: 0.5em;
      background: rgba(0, 0, 0, 0);
      color: white;
      text-decoration: none;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
      #nav ul li a:hover, #nav ul li span:hover {
        background: rgba(255, 255, 255, 0.2); }
    #nav ul li:last-of-type a {
      border-right: 0px; }
    #nav ul li ul li a {
      padding-left: 1.5em; }
    #nav ul li ul li ul li a {
      padding-left: 3.125em; }
  #nav input.trigger {
    position: absolute;
    top: -9999px;
    left: -9999px; }
    #nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
      display: block !important; }
      @media (min-width: 48em) {
        #nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
          /* older flexbox */
          display: -webkit-box;
          display: -moz-box;
          display: box;
          -webkit-box-orient: horizontal;
          -moz-box-orient: horizontal;
          box-orient: horizontal;
          /* newer flexbox */
          display: flex;
          flex-direction: row; } }
  #nav label {
    position: relative;
    display: block;
    min-height: 2em;
    padding: .45em;
    font-size: 1.1em;
    margin: 0;
    cursor: pointer;
    background: #005292;
    line-height: 2em;
    color: rgba(204, 204, 204, 0); }
  #nav label:after {
    position: absolute;
    right: 1em;
    top: .2em;
    content: "\2261";
    font-size: 1.8em;
    color: white; }
  @media (min-width: 48em) {
    #nav ul {
      /* older flexbox */
      display: -ms-flexbox;
      flex-direction: -ms-row;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      /* newer flexbox */
      display: flex;
      flex-direction: row; }
      #nav ul li {
        position: relative;
        text-align: center;
        /* older flexbox */
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        /* newer flexbox */
        flex: 1; }
        #nav ul li ul {
          display: none !important;
          background: #CC0000;
          font-size: 0.6em;
          position: absolute;
          left: 0;
          display: block;
          width: 9.38em;
          z-index: 200; }
          #nav ul li ul li {
            text-align: left; }
            #nav ul li ul li a {
              border-right: 0; }
            #nav ul li ul li ul {
              z-index: 300;
              top: 0px;
              left: 9.28em; }
              #nav ul li ul li ul li a {
                padding-left: 30px !important; }
        #nav ul li:hover > ul {
          display: block !important; }
    #nav label {
      display: none; } }

/*# sourceMappingURL=navi.css.map */

html {
  padding: 0;
  margin: 0;
  height: 100%;
}
body {
  background-color: #eee;
  /*
    background-image: url('/img/bg-stripes.png');
    background-repeat: repeat;
    */
  background-image: url('/img/hiilaripannu.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  color: #000;
  font-family: 'Roboto', Verdana, Arial, Geneva, Helvetica, sans-serif;
  height: 100%;
}
ul.menu li {
  display: inline-block;
}
ul.menu li a {
  text-decoration: none;
  display: block;
  padding: 15px;
}
.clear-float {
  clear: both;
}
.notify {
  background: #ffdf00;
  color: #000;
  border: solid 2px #000;
  padding: 7px;
}
#content {
  background: #fff;
}
#content .wrapper {
  padding: 20px;
}
#content b,
#content strong {
  font-weight: bold;
}
#content p,
#content ul {
  margin-bottom: 20px;
  line-height: 120%;
}
#content ul {
  list-style: disc;
  margin-left: 20px;
}
#content #news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#content #news a {
  text-decoration: none;
}
#content #news .item {
  width: 30%;
}
#content #news .item .headline {
  font-family: 'Roboto';
  font-size: 1.6em;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
#content #frontpageProductGroups {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#content #frontpageProductGroups .item {
  width: 20%;
  text-align: center;
  text-transform: uppercase;
}
#content #frontpageProductGroups .item a {
  display: block;
  color: #fff;
  padding: 15px;
  background: #333;
  text-decoration: none;
}
#content #frontpageProductGroups .item a:hover {
  background: #000;
}
#cartNotification {
  position: fixed;
  top: 400px;
  left: 500px;
  background: #a1e7ec;
  padding: 20px;
  font-size: 1.4em;
  text-align: center;
  border: solid 1px #6fb5ba;
  border-radius: 2px;
  display: none;
  z-index: 3000;
}
#cartNotification .goToCartLink a {
  margin: 20px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px;
  background: #32b568;
  color: #fff;
  border-radius: 3px;
}
#cartNotification .close {
  text-decoration: underline;
  font-size: 0.7em;
  color: #444;
  cursor: pointer;
}
.pageWrapper {
  width: 1280px;
  margin: auto;
}
.wrapper {
  margin: auto;
}
.wrapper * {
  max-width: 100%;
}
.clear-float {
  clear: both;
}
.siteContent {
  font-size: 0.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', Verdana, Arial, Geneva, Helvetica, sans-serif;
  margin-bottom: 20px;
}
h1 {
  font-size: 2.2em;
  margin: 0 0 20px 0;
  color: #000;
  text-transform: uppercase;
}
h2 {
  font-weight: 500;
  color: #333;
  font-size: 1.8em;
  text-transform: uppercase;
}
h3 {
  font-weight: 500;
  font-size: 1.6em;
}
img.border {
  padding: 10px;
  border: solid 1px #bbb;
}
table tr th,
table tr td {
  text-align: left;
  padding: 4px;
}
table tr th {
  border-bottom: solid 1px #ddd;
}
.contentTitle {
  font-weight: normal;
  font-size: 2em;
  color: #000;
  font-family: 'Roboto', Verdana, Arial, Geneva, Helvetica, sans-serif;
  margin: 0;
  background: #eee;
}
.contentTitle span {
  display: inline-block;
  line-height: 80%;
  padding: 20px;
}
.contentTitle span #full {
  padding: 0;
}
.contentTitle.hasSubmenu {
  margin-bottom: 0;
}
.contentSubmenu {
  background: #777;
  margin-bottom: 1em;
}
.contentSubmenu ul {
  padding-top: 5px;
}
.contentSubmenu ul li {
  display: inline-block;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.contentSubmenu ul li a {
  color: #fff;
  display: block;
  padding: 7px 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}
.contentSubmenu ul li a:hover {
  background: #2a2a2a;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.contentSubmenu ul li.active {
  background: #fff;
}
.contentSubmenu ul li.active a {
  color: #000;
}
.contentSubmenu ul li.active a:hover {
  background: #fff;
}
p {
  margin-bottom: 1em;
  color: #333;
  font-size: 1.2em;
}
p:last-child,
p:last-of-type {
  margin-bottom: 0;
}
.frontpage-link {
  margin-top: 20px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.2em;
  border-radius: 2px;
  margin-bottom: 0 !important;
}
.frontpage-link a {
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 6px 8px;
}
.page-wrap {
  /*
    min-height: 100%;
    position: relative;
    */
  flex: 1 0 auto;
}
#footer {
  margin: 0 auto;
  padding: 30px 0;
  font-size: 0.8em;
  background: rgba(0, 0, 0, 0.75);
  width: 1280px;
}
#footer .wrapper {
  text-align: center;
}
#footer .contactInfo {
  color: #ddd;
}
#footer p {
  color: #ddd;
}
#footer a {
  color: #fff;
}
#article-photo {
  height: 100%;
  width: 100%;
  position: fixed;
  background-size: cover;
  z-index: -1;
  margin-top: -50px;
}
.content {
  padding: 20px;
}
.content .lista {
  width: 50% !important;
}
.content .lista tr td {
  height: 1em !important;
  white-space: nowrap !important;
}
.content .lista tr:nth-child(even) {
  background: #f5f5f5;
}
.content .lista tr:nth-child(odd) {
  background: #fff;
}
.content.article {
  padding: 0;
}
.article {
  z-index: 10;
}
.article .contentTitle {
  display: none;
}
.article .article-date {
  font-weight: normal;
  font-size: 1.6em;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 80%;
  padding: 0 40px 5px 40px;
  font-family: 'Roboto', Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.article .text-wrapper {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
}
.article h2 {
  font-weight: normal;
  font-size: 3em;
  color: #005;
  display: inline-block;
  margin: 20px;
  line-height: 80%;
  padding: 15px 20px 0 20px;
  font-family: 'Roboto', Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.article .ingress {
  font-size: 1.8em;
  text-align: left;
  margin-bottom: 20px;
  color: #005;
  font-weight: 500;
}
.article .text {
  text-align: left;
}
.article .article-header.cover {
  padding: 50px 0;
}
.article .article-header.cover h2 {
  background: rgba(166, 0, 0, 0.7);
}
.article .author-details {
  text-align: right;
  margin-top: 1em;
}
.article .author-details span {
  display: block;
}
#mobileMenu,
#naviToggle {
  display: none;
}
#header {
  background: none;
  padding: 0 20px 20px 20px;
  margin-top: 0;
  top: 0;
  z-index: 1000;
  margin-top: 20px;
}
#header .badges {
  float: right;
  padding: 10px;
}
#header .badges img {
  vertical-align: middle;
}
#header #logo {
  display: inline-block;
  vertical-align: middle;
}
#header #logo img {
  vertical-align: middle;
  height: 50px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#header #some {
  padding: 8px 0;
  text-align: right;
}
#header #some img {
  height: 24px;
  width: auto;
  vertical-align: middle;
  margin-left: 5px;
}
#header #user {
  float: right;
  font-size: 0.8em;
  text-align: right;
}
#header.fixed #logo img {
  height: 40px;
}
#header.fixed #menu nav {
  font-size: 1em;
}
#header.fixed #menu nav ul li a,
#header.fixed #menu nav ul li span {
  color: #fff;
  border: 0;
  padding: 10px 10px 5px 10px;
}
.menu-container {
  background: #fff;
  padding: 0px;
}
.menu-container nav {
  border-top: solid 2px #000;
}
#navigation {
  font-family: 'Oswald';
  font-size: 1.6em;
  text-transform: uppercase;
}
#navigation a {
  color: #000;
  padding: 15px;
}
#navigation a:hover {
  background: rgba(255, 255, 255, 0.05);
}
#navigation #locales {
  margin-right: 20px;
  font-size: 1.3em;
  float: right;
}
#navigation #locales span {
  display: inline-block;
}
#navigation #locales span a {
  text-align: center;
  display: block;
  color: #999;
  background: #333;
  font-size: 0.5em;
  font-weight: bold;
  padding: 5px 10px;
  margin-top: 18px;
  text-decoration: none;
}
#navigation #locales span a.selected {
  background: #225667;
  color: #fff;
}
.productGroups {
  background: rgba(0, 0, 0) !important;
  font-family: 'Oswald';
  text-transform: uppercase;
  padding-left: 10px !important;
}
.productGroups li a {
  color: #fff !important;
}
#archive,
#showcase {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#archive #loadMore,
#showcase #loadMore {
  text-align: center;
  margin: auto;
}
#archive .article,
#showcase .article {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#archive .article a,
#showcase .article a {
  text-decoration: none;
}
#archive .article .date,
#showcase .article .date {
  color: #000;
  margin-top: 0.5em;
}
#archive .article .headline,
#showcase .article .headline {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 1em;
}
#archive .article .ingress,
#showcase .article .ingress {
  color: #000;
  font-size: 1em;
}
#archive .photo,
#showcase .photo {
  background-size: cover;
}
#archive .major,
#showcase .major {
  width: 49%;
  margin-bottom: 20px;
}
#archive .major .photo,
#showcase .major .photo {
  height: 300px;
}
#archive .major .headline,
#showcase .major .headline {
  font-size: 1.4em;
  font-weight: bold;
}
#archive .major .ingress,
#showcase .major .ingress {
  color: #000;
  font-size: 1.2em;
}
#archive .minor,
#showcase .minor {
  width: 32%;
  margin-bottom: 20px;
}
#archive .minor .headline,
#showcase .minor .headline {
  font-size: 1.2em;
}
#archive .minor .photo,
#showcase .minor .photo {
  height: 200px;
}
#archive .mini,
#showcase .mini {
  width: 100%;
  margin-bottom: 10px;
}
#archive .mini a,
#showcase .mini a {
  display: flex;
  align-items: center;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#archive .mini a .photo,
#showcase .mini a .photo {
  width: 180px;
  height: 90px;
  margin-right: 20px;
}
#archive .mini a .teaser,
#showcase .mini a .teaser {
  margin-top: 15px;
}
#archive .mini a .teaser div,
#showcase .mini a .teaser div {
  font-size: 1.3em;
  display: inline-block;
}
#archive .mini a:hover,
#showcase .mini a:hover {
  background: #f5f5f5;
  font-weight: bold;
}
.simppeliContent p {
  line-height: 140%;
  letter-spacing: 0.5px;
  color: #444;
}
#kuvat {
  width: 100%;
}
#kuvat h2 {
  display: none;
}
#kuvat .wrapper {
  max-width: none;
  width: 100%;
}
.button {
  text-transform: uppercase;
  display: inline-block;
}
.button span,
.button a {
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
  background-size: cover;
  color: #fff;
  font-size: 1em;
  display: block;
  border-radius: 2px;
}
.button.red span,
.button.red a {
  color: #fff;
}
.flash_message {
  margin-bottom: 20px;
}
.flash_message span {
  display: block;
  padding: 10px;
  background: #329632;
  color: #fff;
  font-weight: 500;
}
.list td {
  border-bottom: dashed 1px #ddd;
  padding: 5px 5px;
}
.list tr:last-of-type td {
  border: none;
}
#breadcrumbs {
  background: #ddd;
  margin: 0;
  padding: 15px 20px;
  color: #444;
}
#breadcrumbs i {
  vertical-align: -7px;
}
#breadcrumbs a {
  color: #000;
}
#productGroupNavi {
  font-size: 1em;
  font-family: 'Oswald';
}
#productGroupNavi ul {
  background: #000;
  padding-left: 10px;
}
#productGroupNavi ul li {
  position: relative;
  display: inline-block;
}
#productGroupNavi ul li ul {
  display: none;
  background: #0c2b3e;
  min-width: 260px;
  z-index: 2000;
}
#productGroupNavi ul li ul li {
  width: 100%;
}
#productGroupNavi ul li ul li a {
  padding: 9px 12px !important;
}
#productGroupNavi ul li ul li a:hover {
  background: #15405f;
}
#productGroupNavi ul li a {
  padding: 12px 7px;
  display: block;
  color: #fff;
  text-decoration: none;
}
#productGroupNavi ul li:hover > ul {
  display: block;
  position: absolute;
}
#productListing a {
  color: #fff;
  text-decoration: none;
}
#productPage {
  display: flex;
}
#productPage #image {
  border: solid 1px #ddd;
}
#productPage .leftCol {
  width: 40%;
}
#productPage .rightCol {
  margin-left: 30px;
  width: 60%;
}
#productPage #info {
  text-align: left;
}
#productPage #price {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 2em;
  display: inline-block;
  border: solid 2px #000;
}
#productPage #price .vatInfo {
  font-size: 0.4em;
  margin-top: 5px;
  color: #444;
}
#productPage #quantitySelector {
  background: #eee;
  display: inline-block;
  margin-top: 20px;
  font-size: 1.4em;
}
#productPage #quantitySelector span {
  display: inline-block;
  padding: 10px 0;
}
#productPage #quantitySelector .add,
#productPage #quantitySelector .substract {
  padding: 10px 15px;
  cursor: pointer;
}
#productPage #quantitySelector .add {
  background: #a1d490;
}
#productPage #quantitySelector .substract {
  background: #de6050;
}
#productPage .separator {
  clear: both;
}
#productPage #accessories {
  padding-top: 20px;
  border-top: solid 1px #ccc;
}
#productPage #accessories strong {
  text-transform: uppercase;
  font-weight: bold;
}
#productPage #accessories label {
  padding: 5px 0;
  display: inline-block;
  width: 200px;
}
#productPage #accessories i {
  vertical-align: -5px;
}
#productPage #addToCart {
  cursor: pointer;
  float: right;
  margin-top: 20px;
  background: #a1d490;
  display: inline-block;
  font-size: 1.6em;
  padding: 20px;
}
#cartItemList {
  width: 100%;
  font-size: 1.4em;
  border-collapse: separate;
}
#cartItemList th {
  padding: 10px;
  background: #f5f5f5;
  border: solid 5px #f5f5f5;
}
#cartItemList td {
  border: solid 5px #fff;
  padding: 10px;
  vertical-align: middle;
}
#cartItemList .cartTotal,
#cartItemList .deliveryMethod {
  border-top: dashed 2px #aaa;
  text-align: right;
  font-size: 1.6em;
}
#cartItemList .deliveryMethod {
  font-size: 1.2em;
}
#cartItemList .image {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: 150%;
}
#cartItemList select {
  margin: 0;
  border: none;
  background: #ffe600;
  font-family: Raleway;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  padding: 2px;
  direction: rtl;
}
#cartItemList select option {
  text-align: right;
}
#cartItemList select#deliveryMethodSelect {
  direction: ltr;
  background: #dde7ff;
}
#cartItemList .quantity input {
  color: #fff;
  margin: 0;
  border: none;
  background: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  padding: 2px;
  text-align: center;
  width: 40px;
}
#cartItemList .quantity .changeQty {
  cursor: pointer;
}
.messageToShop {
  margin-top: 20px;
  margin-bottom: 20px;
}
.messageToShop textarea {
  margin: 20px 0;
  padding: 20px;
  width: 50%;
  height: 150px;
}
.messageToShop .message {
  width: 50%;
  display: block;
  background: #feffe6;
  padding: 20px;
  border: dashed 1px #979885;
}
.indicator {
  display: none;
  float: right;
  margin: 25px 10px;
  color: #777;
}
.indicator img {
  vertical-align: middle;
  margin-bottom: 2px;
}
.btn {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
.btn a {
  display: inline-block;
  text-decoration: none;
  padding: 15px;
}
.btn.wide {
  display: block;
}
.btn.wide a {
  display: block;
}
.btn.green {
  background: #A1D490;
}
.btn.green a {
  color: #000;
}
.btn.green :hover {
  background: #A6F28D;
}
.btn.yellow {
  background: #E3DEA6;
}
.btn.yellow a {
  color: #000;
}
.btn.yellow :hover {
  background: #F7F2B2;
}
.btn.red {
  background: #ae5a4c;
}
.btn.red a {
  color: #fff;
}
.btn.red :hover {
  background: #e37463;
}
.btn.half {
  width: 50%;
}
.btn.half a {
  display: block;
}
.btn.full {
  display: inline-block;
  width: auto;
}
.btn.small {
  font-size: 1em;
}
.btn.small a {
  padding: 8px;
}
.btn.tiny {
  font-size: 0.6em;
}
.btn.tiny a {
  padding: 8px;
}
.submit {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  border: none;
  font-family: 'Roboto';
  padding: 10px;
  background: #A1D490;
  color: #030;
  cursor: pointer;
}
fieldset {
  width: auto;
  background: #fff;
  padding: 0;
  margin: 0 0 20px 0;
}
fieldset legend {
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #888;
  border-bottom: solid 1px #aaa;
}
fieldset input,
fieldset textarea {
  font-family: 'Roboto';
  font-size: 1.2em;
}
fieldset .frm-row {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  margin-bottom: 10px;
}
fieldset .frm-row:last-of-type {
  margin: 0;
}
fieldset .frm-row .frm {
  vertical-align: top;
  display: inline-block;
}
fieldset .frm-row .frm input,
fieldset .frm-row .frm textarea {
  border: none;
  background: #eee;
  padding: 10px;
}
fieldset .frm-row .frm input[type=file],
fieldset .frm-row .frm textarea[type=file] {
  background: #fff;
  padding: 0;
  margin-top: 10px;
}
fieldset .frm-row .frm textarea {
  height: 100px;
}
fieldset .frm-row .frm label {
  display: block;
}
fieldset .frm-row .frm .submit {
  width: auto;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  border: none;
  font-family: 'Roboto';
  padding: 10px 20px;
  background: #A1D490;
  color: #030;
  cursor: pointer;
}
fieldset .frm-1_6 {
  width: 15%;
}
fieldset .frm-1_6 input,
fieldset .frm-1_6 textarea {
  width: 86.5%;
}
fieldset .frm-2_6 {
  width: 32%;
}
fieldset .frm-2_6 input,
fieldset .frm-2_6 textarea {
  width: 93.5%;
}
fieldset .frm-3_6 {
  width: 49%;
}
fieldset .frm-3_6 input,
fieldset .frm-3_6 textarea {
  width: 94%;
}
fieldset .frm-4_6 {
  width: 65%;
}
fieldset .frm-4_6 input,
fieldset .frm-4_6 textarea {
  width: 95%;
}
fieldset .frm-5_6 {
  width: 83%;
}
fieldset .frm-5_6 input,
fieldset .frm-5_6 textarea {
  width: 97.6%;
}
fieldset .frm-6_6 {
  width: 100%;
}
fieldset .frm-6_6 input,
fieldset .frm-6_6 textarea {
  width: 98%;
}
fieldset .checkbox input,
fieldset .checkbox label {
  display: inline !important;
  width: auto;
}
fieldset .frm-stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
fieldset ul {
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 0.8em;
  font-weight: bold;
  color: #C24A4A;
}
.bx-wrapper {
  display: block;
  height: 350px !important;
  clear: both;
  margin-bottom: 30px !important;
}
.bx-wrapper div {
  height: 100% !important;
}
.bx-wrapper .productInfo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.bx-wrapper .productInfo .description {
  background-size: contain;
  color: #fff;
  font-size: 2em;
  padding: 15px;
  display: block;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.bx-wrapper .productInfo a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
}
#contentShowcase {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
#contentShowcase .item {
  width: 32%;
  height: 170px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 5px #888;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 20px;
}
#contentShowcase .item .link {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-size: contain;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: solid 1px #888;
}
#contentShowcase .item .link a {
  font-family: BenchNine;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 15px 15px 12px 15px;
  font-size: 1.3em;
}
.bigButton {
  color: #fff;
  text-transform: uppercase;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center center;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  font-family: 'Oswald';
}
.flash_message {
  z-index: 9999;
  font-size: 1.4em;
  position: relative;
  display: block;
  padding: 20px;
  margin: 0;
}
.flash_message.success {
  background: rgba(50, 200, 50, 0.9);
}
nav ul li {
  z-index: 1000 !important;
}
.discount {
  position: absolute;
  background: #25f;
  padding: 5px 8px;
  right: -10px;
  top: -10px;
  transform: rotate(10deg);
  font-size: 1.6em;
}
.price {
  font-size: 1.2em;
  font-weight: bold;
}
.originalPrice {
  text-decoration: line-through;
  display: block;
  font-size: 0.7em;
}
#discount {
  background: #25f;
  padding: 5px 8px;
  float: right;
  font-size: 3em;
  color: #fff;
  text-align: right;
}
#discount .endDate {
  font-size: 0.4em;
}
#originalPrice {
  text-decoration: line-through;
  color: #a00;
  display: inline-block;
  font-size: 1.5em;
  margin-left: 20px;
}
#cartItems .itemRow {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #444;
  align-items: flex-start;
  justify-content: space-between;
}
#cartItems .itemRow .itemImage {
  text-align: center;
}
#cartItems .itemRow .itemCol {
  flex-direction: column;
  min-width: 200px;
}
#cartItems .itemRow .itemDescription {
  flex-grow: 1;
}
#cartItems .itemRow .itemDescription .itemName {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
}
#cartItems .itemRow .itemProperties {
  text-align: right;
}
#cartItems .itemRow .itemProperties .itemActions {
  margin-bottom: 20px;
}
#cartItems .itemRow .itemProperties .itemActions input {
  width: 30px;
  height: 22px;
  text-align: center;
}
#cartItems .itemRow .itemProperties .itemTotalPrice {
  font-size: 2em;
}
#deliveryMethod,
#deliveryTotal,
#cartTotal {
  font-size: 1.2em;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1300px) {
  * {
    max-width: 100% !important;
  }
  .wrapper,
  .pageWrapper,
  #footer {
    width: 960px;
  }
  .wrapper *,
  .pageWrapper *,
  #footer * {
    max-width: 960px !important;
  }
  fieldset {
    max-width: 100%;
  }
  #kuvat {
    width: 100%;
    max-width: none !important;
  }
  #kuvat .wrapper {
    max-width: none !important;
    width: 100%;
  }
  #kuvat .wrapper * {
    max-width: none !important;
  }
  #header #logo img {
    height: 60px;
  }
  #header #menu nav ul li a {
    padding: 10px 10px 5px 10px;
  }
  #productGroupNavi {
    font-size: 80%;
  }
  #productGroupNavi ul {
    padding-left: 10px;
  }
  #productGroupNavi ul li a {
    padding: 10px 3px;
  }
}
@media only screen and (max-width: 970px) {
  * {
    max-width: 100% !important;
  }
  .wrapper,
  .pageWrapper,
  #footer {
    width: 720px;
  }
  .wrapper *,
  .pageWrapper *,
  #footer * {
    max-width: 720px !important;
  }
  #header #logo img,
  #header.fixed #logo img {
    height: 50px;
  }
  #header #menu nav,
  #header.fixed #menu nav {
    margin-left: 70px;
  }
  #navigation {
    font-size: 1.2em;
  }
  #navigation a {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  * {
    max-width: 100% !important;
  }
  .wrapper {
    display: block;
    width: auto;
    padding: 20px;
  }
  .wrapper * {
    max-width: 100% !important;
  }
  table {
    width: 100% !important;
  }
  #header {
    position: static;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
  }
  #header #menu {
    display: none;
  }
  #header .logowrap {
    padding-top: 20px;
    text-align: center;
  }
  #header .logowrap #logo {
    position: static;
    display: inline-block;
    margin: 0;
  }
  #header .logowrap #logo img {
    height: 80px;
    width: auto;
  }
  #header #some {
    text-align: center;
    padding: 10px;
  }
  #header #some .wrapper {
    padding: 0;
  }
  #header #some .wrapper img {
    height: 40px;
    margin: 0 10px;
  }
  #welcome .wrapper {
    margin: 100px 0;
  }
  #welcome .wrapper .btn {
    font-size: 0.8em;
    margin-top: 40px;
  }
  #kuvat .wrapper {
    padding: 0;
  }
  #simppeliAdminPanel {
    display: none;
  }
  .siteContent {
    margin: 0 !important;
  }
  .siteContent img {
    height: auto !important;
  }
  #navigation {
    font-size: 1.2em;
  }
  #navigation a {
    padding: 10px;
  }
  #naviToggle {
    display: none;
    background: rgba(0, 108, 30, 0.7);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1001;
    padding: 2px;
  }
  #naviToggle i {
    color: #fff;
  }
  #mobileMenuWrapper {
    position: absolute;
    width: 100%;
  }
  #navigation #mobile {
    background: #fff;
  }
  #navigation #mobile span {
    color: #000;
  }
  #mobileMenu {
    display: block;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    background: #006c1e;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    overflow-y: auto;
  }
  #mobileMenu .logo {
    text-align: center;
    margin-top: 20px;
  }
  #mobileMenu a,
  #mobileMenu span {
    color: #fff;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-size: 2em;
    text-align: center;
  }
  #mobileMenu ul,
  #mobileMenu ul li {
    display: block;
  }
  #mobileMenu ul > li > ul {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    font-size: 0.6em;
  }
  #simppeliContent {
    font-size: 0.8em;
    overflow: hidden;
  }
  #simppeliContent img {
    width: auto !important;
    height: auto !important;
  }
  #simppeliContent .list.collapsible tr {
    display: block;
    margin-bottom: 20px;
  }
  #simppeliContent .list.collapsible tr td {
    display: block;
    border: none;
  }
  #footer p {
    font-size: 1.2em;
  }
  #tabs .wrapper {
    padding: 0;
  }
  #archive,
  #showcase {
    display: block;
  }
  #archive .article,
  #showcase .article {
    display: block;
    width: auto;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
  }
  #archive .major .photo,
  #showcase .major .photo {
    height: 200px;
  }
  #archive .minor .photo,
  #showcase .minor .photo {
    height: 150px;
  }
  #archive .mini .photo,
  #showcase .mini .photo {
    display: none;
  }
  #archive .mini a .teaser,
  #showcase .mini a .teaser {
    margin: 0;
  }
  #archive .mini a .teaser .date,
  #showcase .mini a .teaser .date {
    margin: 0;
  }
  #article-photo {
    margin: 0;
    top: 0;
  }
  .article {
    padding: 0;
    font-size: 0.8em;
  }
  .article .article-header.cover {
    padding: 20px;
  }
  .article h2 {
    margin: 0 0 10px 0;
    font-size: 1.8em;
    line-height: 120%;
    font-weight: bold;
  }
  .article .text-wrapper {
    padding: 20px;
    font-size: 0.8em;
  }
  section {
    background: #fff;
    margin-top: 0;
  }
  #welcome .wrapper {
    font-size: 2em;
  }
  .contentSubmenu {
    background: #2a2a2a;
    margin-bottom: 1em;
  }
  .contentSubmenu ul {
    margin: -20px 0;
  }
  .contentSubmenu ul li {
    display: block;
    padding: 0 20px;
    margin: 0 -20px;
  }
  .contentSubmenu ul li a {
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
  }
  .contentSubmenu ul li a:hover {
    background: #2a2a2a;
  }
  .contentSubmenu ul li.active {
    background: #ddd;
  }
  .contentSubmenu ul li.active a {
    color: #000;
  }
  .contentSubmenu ul li.active a:before {
    font-size: 0.7em;
    content: '\25BA';
    vertical-align: 20%;
    margin-right: 5px;
  }
  #productListing a .product {
    width: 150px;
    height: 200px;
  }
  #productPage {
    display: block;
  }
  #productPage .leftCol,
  #productPage .rightCol {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
  #productPage .rightCol {
    margin-bottom: 10px;
  }
  #productPage #quantitySelector {
    clear: both;
    margin: 0;
  }
  #productPage #addToCart {
    margin: 0;
    padding: 10px;
  }
  #productPage #price {
    width: auto;
    display: block;
  }
  #productPage #info {
    clear: both;
  }
  #cartItems .itemRow {
    display: block;
  }
  #cartItems .itemRow .itemCol {
    display: block;
  }
  #cartItems .itemRow .itemDescription {
    margin-top: 10px;
  }
  #cartItems .itemRow .itemDescription .itemName {
    font-size: 1em;
  }
  #cartItems .itemRow .itemProperties {
    text-align: right;
  }
  #cartItems .itemRow .itemProperties .itemActions {
    margin-bottom: 20px;
  }
  #cartItems .itemRow .itemProperties .itemActions input {
    width: 30px;
    height: 22px;
    text-align: center;
  }
  #cartItems .itemRow .itemProperties .itemTotalPrice {
    font-size: 2em;
  }
  .messageToShop {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .messageToShop textarea {
    margin: 10px 0;
    padding: 20px;
    width: 90%;
    height: 100px;
  }
  .messageToShop .message {
    width: auto;
  }
  #continue {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #clearCart {
    display: none;
  }
  fieldset .frm-row {
    margin-bottom: 0;
  }
  fieldset .frm {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  #navigation {
    font-size: 0.9em;
  }
  #navigation a {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 500px) {
  fieldset .frm-row {
    margin-bottom: 0;
  }
  fieldset .frm {
    width: 100%;
    display: block;
  }
  fieldset input {
    width: 100% !important;
    box-sizing: border-box;
  }
}
.folderbar {
  margin-bottom: 10px;
}
.folderbar .folder {
  display: inline-block;
  padding: 6px 8px;
  background: #ddd;
  border-radius: 1px;
  border: solid 1px #bbb;
  color: #444;
}
#documentList {
  width: 100%;
  font-size: 1.1em;
  background: #f5f5f5;
  border: solid 1px #ddd;
}
#documentList td,
#documentList th {
  border-bottom: dotted 1px #ccc;
}
#documentList th {
  padding: 6px 4px;
  background: #444;
  color: #eee;
  text-align: left;
}
#documentList td {
  padding: 4px;
  vertical-align: center;
}
#documentList td.fileicon {
  width: 25px;
}
#documentList td.mimetype {
  width: 150px;
}
#documentList td.filedate {
  white-space: nowrap;
  width: 150px;
}
#documentList td.filesize {
  white-space: nowrap;
  width: 75px;
  text-align: right;
}
#documentList td.actions {
  width: 50px;
  text-align: right;
}
/*# sourceMappingURL=stp.css.map */