@import url(_libraries/animate.css);
@import url(_libraries/fontawesome.css);
/*
  Simple Grid
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - http://dallasbass.com
*/
[class*='grid'],
[class*='col-'],
[class*='mobile-'],
.grid:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*='col-'] {
  float: left;
  min-height: 1px;
  padding-right: 20px;
  /* column-space */
}

[class*='col-'] [class*='col-']:last-child {
  padding-right: 0;
}

.grid {
  width: 100%;
  max-width: 1140px;
  min-width: 480px;
  /* when using padded grid on ipad in portrait mode, width should be viewport-width - padding = (768 - 20) = 748. actually, it should be even smaller to allow for padding of grid containing element */
  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  /* grid-space to left */
  padding-right: 0;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}

.push-right {
  float: right;
}

/* Content Columns */
.col-1-1 {
  width: 100%;
}

.col-2-3, .col-8-12 {
  width: 66.66%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

/* Pushing blocks */
.push-2-3, .push-8-12 {
  margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
  margin-left: 50%;
}

.push-1-3, .push-4-12 {
  margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
  margin-left: 25%;
}

.push-1-5 {
  margin-left: 20%;
}

.push-1-6, .push-2-12 {
  margin-left: 16.667%;
}

.push-1-7 {
  margin-left: 14.28%;
}

.push-1-8 {
  margin-left: 12.5%;
}

.push-1-9 {
  margin-left: 11.1%;
}

.push-1-10 {
  margin-left: 10%;
}

.push-1-11 {
  margin-left: 9.09%;
}

.push-1-12 {
  margin-left: 8.33%;
}

@media handheld, only screen and (max-width: 500px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    /* grid-space to left */
    padding-right: 10px;
    /* grid-space to right: (grid-space-left - column-space) e.g. 20px-10px=10px */
  }
  [class*='col-'] {
    width: auto;
    float: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 10px;
    /* column-space */
  }
  [class*='col-'] [class*='col-'] {
    padding-right: 0;
  }
  /* Mobile Layout */
  [class*='mobile-col-'] {
    float: left;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 10px;
    /* column-space */
    padding-bottom: 0;
  }
  .mobile-col-1-1 {
    width: 100%;
  }
  .mobile-col-2-3, .mobile-col-8-12 {
    width: 66.66%;
  }
  .mobile-col-1-2, .mobile-col-6-12 {
    width: 50%;
  }
  .mobile-col-1-3, .mobile-col-4-12 {
    width: 33.33%;
  }
  .mobile-col-1-4, .mobile-col-3-12 {
    width: 25%;
  }
  .mobile-col-1-5 {
    width: 20%;
  }
  .mobile-col-1-6, .mobile-col-2-12 {
    width: 16.667%;
  }
  .mobile-col-1-7 {
    width: 14.28%;
  }
  .mobile-col-1-8 {
    width: 12.5%;
  }
  .mobile-col-1-9 {
    width: 11.1%;
  }
  .mobile-col-1-10 {
    width: 10%;
  }
  .mobile-col-1-11 {
    width: 9.09%;
  }
  .mobile-col-1-12 {
    width: 8.33%;
  }
  /* Layout Columns */
  .mobile-col-11-12 {
    width: 91.66%;
  }
  .mobile-col-10-12 {
    width: 83.333%;
  }
  .mobile-col-9-12 {
    width: 75%;
  }
  .mobile-col-5-12 {
    width: 41.66%;
  }
  .mobile-col-7-12 {
    width: 58.33%;
  }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0;
  }
}

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
}

.wrap {
  padding: 120px 10px;
  z-index: 0;
}

.inner-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#logo {
  display: inline-block;
  padding: 0 50px;
  position: relative;
  z-index: 0;
}

#logo #logo-line {
  height: 6px;
  width: 100%;
  background: #333;
}

a {
  color: #ffd600;
  font-weight: 400;
  text-decoration: underline;
}

a:visited {
  color: #b3a24d;
}

img {
  max-width: 100%;
}

h2 {
  margin: 0px 0px 56px 0px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  font-family: 'Work Sans', sans-serif;
  position: relative;
  z-index: 0;
}

h2:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 3px;
  left: 50%;
  margin-left: -50px;
  background: #ffd600;
  bottom: -8px;
}

h3 {
  text-transform: uppercase;
  margin: 20px 0px 0px 0px;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}

p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 100;
  font-size: 15px;
  color: #7a7a7a;
}

.top-section {
  z-index: 2 !important;
  background: #ffd600;
  overflow: hidden;
  text-align: center;
  padding: 80px 0px 110px 0px;
  position: relative;
  z-index: 2;
}

.top-section .top-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.top-section h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 46px;
  line-height: 59px;
  font-weight: 600;
  color: #fff;
}

.top-section h1 span {
  color: #333;
}

.top-section p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

#nav.fixed {
  background: #545454;
  position: fixed;
  bottom: auto;
  top: 0;
}

#nav {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  font-size: 0;
}

#nav, #nav ul, #nav li, #nav a {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav a {
  cursor: pointer !important;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 15px;
  margin: 0 2px;
  word-spacing: 5px;
  line-height: 23px;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}

#nav a:hover {
  background: rgba(255, 255, 255, 0.15);
}

#nav a.current {
  background: rgba(255, 214, 0, 0.9);
}

.fa-icons {
  font-size: 59px;
  color: #ffd600;
}

#footer {
  border-top: 6px solid #ffd600;
  padding-top: 65px;
  padding-bottom: 65px;
  background: #353535;
  color: #fff;
}

#footer .inner-wrap {
  text-align: left;
}

#footer a {
  color: #ffd600;
  text-decoration: none;
}

#footer a:visited {
  color: #ffd600;
}

#footer a:hover {
  text-decoration: underline;
}

#footer h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

#footer label, #footer input, #footer textarea {
  display: inline-block;
}

#footer label {
  width: 37px;
  margin-bottom: 4px;
  vertical-align: top;
}

#footer input {
  width: 100%;
}

#footer input, #footer .textarea-wrap {
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  background: #fff;
  padding: 5px 0;
  margin: 0 0 3px 0;
  text-indent: 8px;
}

#footer .textarea-wrap {
  padding: 5px 8px;
}

#footer .textarea-wrap textarea {
  display: block;
  resize: vertical;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0px;
}

#footer .submit {
  cursor: pointer !important;
  margin-top: 0px;
  display: inline-block;
  width: 80px;
  background: #ffd600;
  border: 1px solid transparent;
  color: #111;
  padding: 5px 20px;
}

#footer .submit:hover {
  background: #ff8b40;
}

#footer .submit:active {
  padding-top: 2px;
}

#footer .luokitus {
  width: 100%;
  max-width: 100px;
  float: right;
}

#galleria .fa-icons {
  margin-bottom: 40px;
}

#image_container {
  font-size: 0px;
}

#image_container img {
  -webkit-filter: grayscale(10%);
          filter: grayscale(10%);
  opacity: 0.7;
  margin: 2px;
}

#image_container img:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.divider {
  width: 100%;
  height: 1px;
  background: #dedede;
  margin: 50px 0px;
}

.divider.zero-top-margin {
  margin-top: 0px;
}

.divider.zero-bottom-margin {
  margin-bottom: 0px;
}

#trusted img {
  display: inline-block;
  vertical-align: top;
  max-height: 100px;
  margin: 20px;
}

::-moz-selection {
  background: #ffe666;
  color: #fff;
}

::selection {
  background: #ffe666;
  color: #fff;
}

.hover-animate:hover .hover-animate-target {
  color: #ff8b40;
}

#referenssit ul, #referenssit li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 30px;
  width: 100%;
}

.darker-bg {
  background: #fbfbfb;
}

@media only screen and (max-width: 500px) {
  #footer .inner-wrap {
    text-align: center;
  }
  #footer .inner-wrap img {
    float: none;
  }
}
/*# sourceMappingURL=style.css.map */