:root {
  --gray: #828282;
  --white-smoke: #ededed;
  --dark-slate-gray: #4a4a4a;
  --light-gray: #d4d8d9;
  --dark-gray: #adafb3;
  --sandy-brown: #dba94b;
  --white-smoke-2: #f2f2f2;
  --dark-gray-2: #969799;
  --gainsboro: #dedede;
  --medium-turquoise: #2eb6d1;
  --light-sea-green: #28a4bd;
  --silver: #c2c2c2;
  --dark-slate-gray-2: #292929;
  --dark-orange: #ec8502;
  --olive-drab: #74b90c;
  --dark-slate-gray-3: #313030;
  --dark-slate-gray-4: #383636;
  --black: #111010;
  --olive-drab-2: #5b9406;
  --black-2: #1b0909;
  --black-3: #332b0d;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  height: auto;
}

h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 44px;
  display: block;
}

h2 {
  color: #4a4a4a;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  float: none;
  color: #4a4a4a;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

h5 {
  float: none;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 3px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #828282;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #74b90c;
  border-radius: 7px;
  margin-top: 12px;
  padding: 15px 35px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .7s;
  display: inline-block;
  box-shadow: 0 2px #02967e;
}

.button:hover {
  background-color: #ec8502;
  box-shadow: 0 2px #696969;
}

.button.hero-button {
  float: none;
  box-shadow: none;
  text-transform: none;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 7px;
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  transition: all .5s, color .5s;
  display: inline-block;
}

.button.hero-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #fff3;
  border-color: #fff;
}

.button.hero-button.right {
  box-shadow: none;
  margin-top: 0;
}

.button.hero-button.ppage {
  box-shadow: none;
  margin-top: 30px;
}

.button.right {
  box-shadow: none;
  background-color: #dba94b;
}

.button.right:hover {
  box-shadow: none;
}

.hero-section {
  text-align: center;
  background-image: url('../images/kiitos.jpg');
  background-position: 50% -26%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  transition: all .5s;
  position: static;
}

.hero-section.ppage {
  background-image: url('../images/idea.jpg');
  background-position: 0 -76px;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar {
  z-index: 9998;
  background-color: #fff;
  border-bottom: 1px solid #ffffff2e;
  width: 100%;
  padding-top: 0;
  padding-bottom: 1px;
  position: relative;
  overflow: visible;
}

.upper {
  color: #f2f2f2a6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.upper.title {
  color: #dba94b;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 36px;
  font-weight: 300;
}

.section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section.priority {
  background-color: #f7f7f7;
  background-image: none;
  padding-top: 0;
  padding-bottom: 67px;
}

.section.oliver {
  background-color: #0000;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-small-line {
  text-align: center;
  background-color: #00c2a2;
  width: 20%;
  height: 3px;
  margin: 15px auto;
  display: block;
  position: relative;
}

.hero-small-line.header {
  width: 100px;
  margin-top: 40px;
  margin-bottom: 0;
}

.numbers {
  color: #dba94b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.white-tittle {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 40px;
  font-weight: 300;
}

.white-tittle.fact {
  color: #4a4a4a;
  font-family: Raleway, sans-serif;
  font-size: 80px;
  font-weight: 100;
  transition: all .5s;
}

.menu-button {
  display: block;
}

.div-block {
  margin: auto 420px 60px;
}

.overall-column {
  text-align: center;
  padding-left: 20px;
  padding-right: 0;
}

.browser {
  float: none;
  border: 1px solid #adafb3;
  border-radius: 22px;
  width: 100px;
  height: 100px;
  transition: border-color 1s, box-shadow 1s;
}

.browser:hover {
  border-color: #00c2a2;
  transition: none;
  box-shadow: 0 0 2px 1px #adafb378;
}

.browser.compatibility {
  background-color: #dedede;
  border: 0 #dba94b;
  border-radius: 0;
  width: 35px;
  height: 35px;
  margin: 20px 5px;
  transition: background-color .5s;
}

.browser.compatibility:hover {
  box-shadow: none;
  background-color: #1a1d2ef7;
  transition: none;
}

.browser.compatibility.icon {
  float: none;
  background-image: linear-gradient(#f7f7f7, #f5f2f2);
  border-color: #0000;
  border-radius: 23px;
  width: 120px;
  height: 120px;
  margin-top: 25px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  transition-property: all;
}

.browser.compatibility.icon:hover {
  box-shadow: none;
  background-color: #0000;
  background-image: linear-gradient(#f0f0f0, #e3e3e3);
  border-style: none;
}

.browser.testimonials-image-block {
  float: left;
  text-align: center;
  border-radius: 0;
  width: 90px;
  height: 90px;
  margin-top: 8px;
  margin-bottom: 70px;
  margin-right: 20px;
}

.icon-image {
  float: none;
  display: block;
}

.socil-icon {
  opacity: .5;
  width: 40px;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  transition: opacity .7s;
}

.socil-icon:hover {
  opacity: .6;
}

.socil-icon.safari {
  margin-top: 31px;
}

.testimonials-tittle {
  float: left;
  color: #00c2a2;
  text-align: center;
  text-transform: none;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 300;
}

.testimonials-text {
  float: none;
  color: #000;
  text-align: center;
  text-transform: none;
  margin: 30px 40px 20px;
  font-family: Raleway, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
}

.footer {
  background-color: #292929;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright {
  float: none;
  opacity: 1;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.nav-link {
  opacity: .9;
  color: #1b0909;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 9px;
  margin-bottom: -3px;
  padding: 12px 12px 46px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  background-color: #74b90c;
  border-radius: 0;
  text-decoration: none;
  transition-property: none;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
  background-color: #74b90c;
  border-radius: 0;
  margin-bottom: -3px;
  padding-bottom: 46px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
}

.nav-link.w--current:hover {
  color: #fff;
  border-radius: 0;
  text-decoration: none;
}

.nav-link.scroll, .icon-menu {
  color: #fff;
}

.icon-menu:hover {
  color: #dba94b;
}

.navbar-scroll {
  box-shadow: none;
  background-color: #000000c7;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: fixed;
}

.testimonilas-clients {
  background-color: #f5f5f5;
  padding-top: 110px;
  padding-bottom: 110px;
}

.hero-headline {
  float: none;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin: -25px 0 10px;
  padding-top: 22px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 41px;
}

.hero-headline._2 {
  padding-top: 18px;
}

.nav-menu {
  padding-right: 39px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.nav-menu._2 {
  float: right;
  text-align: right;
  width: auto;
  margin-top: 0;
  display: inline-block;
}

.nav-menu._3 {
  margin-top: 5px;
}

.text-hero {
  text-align: center;
  margin-top: 0;
  padding-bottom: 35px;
  transition: all .5s;
}

.text-hero.second {
  padding-bottom: 9px;
}

.about-text {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.about-text._2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-left: 150px;
  margin-right: 150px;
  font-weight: 400;
}

.about-text.tittle {
  color: #ec8502;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom-style: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

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

.about-text.tittle.center.date {
  color: #000;
  text-transform: none;
  padding-bottom: 13px;
}

.about-text._3 {
  color: #828282;
  text-align: left;
  letter-spacing: 0;
  margin-top: 30px;
  padding-bottom: 13px;
  font-family: Raleway, sans-serif;
  line-height: 23px;
}

.about-text._3.center {
  color: #828282;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}

.about-text._3.tarjouskappale {
  padding-left: 20px;
  padding-right: 31px;
}

.about-text._3.tablet-specks {
  padding-left: 58px;
  display: none;
}

.about-text.right {
  text-align: left;
}

.about-text.sev {
  color: #4a4a4a;
  margin-left: 79px;
}

.about-text.sev.optimointi {
  margin-left: 0;
  padding-bottom: 20px;
}

.dark-tittle {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 44px;
}

.dark-tittle.white {
  color: #fff;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 22px 20px;
  font-size: 50px;
  font-weight: 800;
  display: inline-block;
}

.dark-tittle.white.header {
  border-width: 2px;
  border-radius: 10px;
  padding: 3px 12px;
  font-size: 23px;
}

.dark-tittle.white.left {
  margin-top: 5px;
  padding: 0;
  font-size: 25px;
  font-weight: 300;
  display: block;
}

.dark-tittle.light {
  text-transform: uppercase;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 28px;
  font-weight: 300;
}

.dark-tittle.light.paketti {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 53px;
  font-weight: 300;
  line-height: 69px;
  display: inline-block;
}

.dark-tittle.light.tablet {
  color: #ec8502;
  margin-top: 0;
}

.dark-tittle.light._7 {
  margin-bottom: -2px;
}

.dark-tittle.light.contact {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.dark-tittle.center {
  color: #383636;
  text-align: center;
  text-transform: uppercase;
  border: 1px dashed #ffffff7d;
  border-radius: 0;
  margin-bottom: 30px;
  margin-left: 200px;
  margin-right: 200px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 300;
  display: block;
}

.dark-tittle.center.odottelu {
  margin-left: 100px;
  margin-right: 100px;
}

.dark-tittle.center.ehdot {
  margin-bottom: 7px;
}

.dark-tittle.maksu {
  letter-spacing: -1px;
}

.dark-tittle.tarjous-title {
  padding-left: 17px;
}

.icon-service {
  float: left;
  background-color: #ec8502;
  border-radius: 50px;
  width: 60px;
  min-width: 0;
  height: 60px;
  margin-left: 0;
  margin-right: 20px;
  padding: 20px;
  display: block;
}

.icon-service:hover {
  background-color: #dba94b;
}

.icon-service.vihrea {
  background-color: #74b90c;
}

.icon-service.ref {
  background-image: url('../images/tomi_rantanen.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-service.ref2 {
  background-image: url('../images/jorma.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-info.contact {
  background-color: #f6f6f6;
  padding-top: 0;
  padding-bottom: 100px;
  transition: all .5s;
}

.contact-map-fprm {
  transition: background-color .5s;
  position: relative;
}

.left-arrow {
  opacity: .4;
  margin-right: auto;
  transition: all .5s;
  display: none;
}

.left-arrow:hover {
  opacity: 1;
}

.right-arrow {
  opacity: .4;
  margin-left: auto;
  transition: all .5s;
  display: none;
}

.right-arrow:hover {
  opacity: 1;
}

.hero-container {
  text-align: center;
  height: 348px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .5s;
  display: block;
  position: static;
  top: auto;
}

.browser-div {
  text-align: center;
  border-top: 1px #ffffff7d;
  border-bottom: 1px #ffffff7d;
  margin-top: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .5s;
  display: block;
}

.browser-div.in-footer {
  text-align: left;
  margin-top: 8px;
  display: none;
}

.browser-div.team-sec {
  text-align: center;
}

.submit-button {
  opacity: 1;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #5b9406;
  border-radius: 5px;
  width: auto;
  padding: 20px 35px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .5s;
}

.submit-button:hover {
  opacity: 1;
  background-color: #1a1d2ef7;
}

.text-field {
  color: #828282;
  text-align: left;
  text-transform: none;
  background-color: #ededed;
  border-color: #c2c2c2 #f6f6f6 #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .5s;
}

.text-field:hover {
  color: #828282;
}

.text-field.name {
  float: left;
  color: #828282;
  text-align: left;
  background-color: #ededed;
  border-color: #c2c2c2 #f6f6f6 #fff;
  border-left-style: solid;
  border-right-style: solid;
  border-radius: 5px;
  width: 49%;
  font-size: 14px;
}

.text-field.mail {
  float: right;
  color: #828282;
  background-color: #ededed;
  border-color: #c2c2c2 #f6f6f6 #fff;
  border-left-style: solid;
  border-right-style: solid;
  border-radius: 5px;
  width: 49%;
  margin-bottom: 15px;
}

.text-area {
  color: #828282;
  text-align: left;
  text-transform: none;
  background-color: #ededed;
  border-color: #c2c2c2 #f6f6f6 #fff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-radius: 5px;
  min-height: 175px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .5s;
}

.success-message {
  background-color: #0000;
  border: 3px dashed #dba94b;
  border-radius: 5px;
}

.inner-tittle {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 100;
}

.service {
  padding-top: 0;
  padding-bottom: 38px;
}

.brand {
  margin-top: 60px;
  margin-bottom: 60px;
  display: inline-block;
}

.brand.w--current {
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

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

.brand-scroll.w--current {
  float: left;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.brand-scroll.top {
  float: none;
}

.brand-scroll.second {
  float: none;
  margin-top: 8px;
  display: block;
}

.brand-scroll.second.w--current {
  margin-top: 10px;
}

.logo {
  color: #fff;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 34px;
  font-weight: 300;
}

.logo.white {
  color: #fff;
  text-align: center;
  padding-top: 0;
  font-weight: 800;
  display: block;
}

.hero-text {
  float: none;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 88px;
  display: block;
}

.hero-text.kiitossivu {
  margin-top: 35px;
  padding-left: 0;
}

.slider {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 49%;
  height: 100%;
  margin-right: 10px;
}

.slider.hero {
  background-color: #0000;
  border-top: 8px solid #74b90c;
  border-radius: 0;
  width: auto;
  height: 100%;
  margin-right: auto;
}

.slider.screen {
  width: 33.3%;
  margin-right: 0;
}

.slide-1 {
  float: none;
  display: inline-block;
  position: relative;
}

.slide-nav {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  display: block;
}

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

.section-container.referenssit {
  padding-top: 53px;
}

.container {
  text-align: center;
}

.container.tablet {
  padding-top: 32px;
}

.clients {
  background-color: #292929;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.client-slider {
  background-color: #0000;
  height: auto;
}

.slide-responsive {
  text-align: center;
  width: 20%;
}

.screenshoots {
  padding-top: 120px;
  padding-bottom: 120px;
  transition: all .5s;
}

._2 {
  float: none;
  color: #4a4a4a;
  text-align: center;
  width: 49%;
  margin-top: 0;
  font-size: 16px;
}

.image-middle {
  margin-top: 0;
}

.right-tittle {
  color: #4a4a4a;
  text-align: left;
  font-size: 15px;
  display: block;
}

.div-fact {
  text-align: center;
  border-right: 1px dashed #c2c2c2cc;
  width: 24.6%;
  margin-left: 0;
  margin-right: 3px;
  padding: 50px 10px 45px;
  display: inline-block;
}

.screenshoots-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 70px;
}

.arrow, .slive-nav {
  display: none;
}

.open-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.arrow-mapp {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: inline-block;
}

.map {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.open {
  opacity: .5;
  text-align: center;
  letter-spacing: 3px;
  background-color: #dba94b;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
  position: static;
}

.open:hover {
  opacity: 1;
  transition: none;
}

.form-row {
  margin-top: 70px;
}

.info-text {
  color: #4a4a4a;
  text-align: left;
  margin-bottom: 20px;
  line-height: 20px;
}

.social-icons {
  color: #fff;
  border-bottom-style: none;
  border-bottom-width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  transition: all .5s;
  display: inline-block;
}

.social-icons:hover {
  background-color: #74b90c;
  padding: 5px;
}

.social-text {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  line-height: 7px;
  transition: all .5s;
  display: inline-block;
}

.social-text:hover {
  opacity: 1;
}

.number {
  color: #4a4a4a;
  text-align: left;
  border: 1px solid #000;
  padding: 15px 20px 20px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.number.text {
  color: #74b90c;
  border: 8px #adafb333;
  border-right: 1px dashed #c2c2c2cc;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 85px;
}

.div-text {
  text-align: left;
}

.div-text.center {
  text-align: center;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}

.div-text.center.white {
  margin-bottom: 0;
}

.tittle {
  color: #96979985;
  border-bottom: 1px dashed #c2c2c2cc;
  margin-bottom: 52px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.tittle.features {
  margin-bottom: 35px;
}

.tittle.testimonials {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.tittle.ppage {
  background-color: #f6f6f6;
}

.tittle.contact-title {
  margin-bottom: 19px;
  padding-bottom: 0;
}

.div-row {
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
}

.portfolio-post {
  background-image: url('../images/nyttkuva-150.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  margin-top: 20px;
}

.portfolio-post.second {
  background-image: url('../images/hoitolalotus.jpg');
  background-size: 300px;
}

.portfolio-post.third {
  background-image: url('../images/nyttkuva-149.png');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-post.fourth {
  background-image: url('../images/paper-presentation-mockup-vol-5-627x470.jpg');
}

.portfolio-post.fifth {
  background-image: url('../images/shutterstock_167429915-compressed-600x600.jpg');
}

.portfolio-post.sixth {
  background-image: url('../images/portfolio-thumb-117-1024x1021.jpg');
}

.portfolio-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.color-box {
  background-color: #b88220cf;
  width: 100%;
  height: 100%;
  padding: 140px 20px 20px;
}

.color-box.forth {
  background-color: #5bb1d4e6;
}

.color-box.second {
  background-color: #000000b3;
}

.color-box.sixth {
  background-color: #d47d5be6;
  padding-top: 140px;
}

.color-box.third {
  background-color: #141d36b3;
}

.color-box.fivfth {
  background-color: #5b8fd4e6;
}

.portfolio-tittle {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: static;
}

.sub-tittle {
  color: #dba94b;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
}

.sub-tittle.portfolio {
  color: #fff;
  margin-top: 10px;
}

.facts {
  background-color: #f7f7f7;
  padding-bottom: 100px;
}

.facts.bar {
  padding-bottom: 35px;
}

.portfolio-section {
  margin-bottom: 30px;
}

.portfolio-section.related {
  margin-top: 70px;
}

.list-iteam {
  border-bottom: 1px dashed #c2c2c2cc;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 30px;
}

.list-iteam.lat {
  border-bottom-width: 0;
  margin-bottom: 0;
}

.team {
  background-color: #f7f7f7;
  padding-bottom: 13px;
}

.div-team {
  background-image: url('../images/shutterstock_130103273.min_.jpg');
  background-position: 50%;
  background-size: cover;
  width: 220px;
  height: 300px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.div-team.third {
  background-image: none;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  position: relative;
}

.team-tittle {
  color: #4a4a4a;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.color-box-team {
  background-color: #000000b8;
  width: 100%;
  height: 100%;
  padding: 10px 10px 30px;
  position: absolute;
}

.div-tittle {
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.tetimonials {
  padding-bottom: 70px;
}

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

.textbar {
  background-color: #dba94b;
  border-top-style: none;
  padding-top: 70px;
  padding-bottom: 70px;
}

.textbar.over-footer {
  background-color: #5b9406;
  padding-top: 30px;
  padding-bottom: 30px;
}

.color {
  color: #dba94b;
}

.copyright-div {
  margin-top: 20px;
}

.logo-footer {
  text-align: center;
  display: block;
}

.black-box {
  background-color: #4a4a4a78;
  margin-right: 5px;
  padding-left: 5px;
  transition: all .5s;
}

.black-box:hover {
  background-color: #4a4a4a;
}

.skills-column {
  background-image: url('../images/img2.png');
  background-size: cover;
  height: 328px;
  padding-top: 20px;
  padding-left: 66px;
  padding-right: 66px;
}

.skills-column.mac {
  background-image: none;
  height: auto;
  padding-left: 10px;
  padding-right: 0;
}

.skllls-div {
  width: 100%;
  display: block;
}

.skills-div-block {
  background-color: #dba94b;
  width: 100%;
  height: 6px;
  padding-left: 0;
  display: inline-block;
}

.skills-line {
  background-color: #4a4a4a;
  width: 70%;
  height: 100%;
}

.skills-line.second {
  width: 80%;
}

.skills-line.third {
  width: 90%;
}

.skills-line.fourth {
  width: 65%;
}

.skills-1 {
  width: 90%;
  margin-left: 25px;
  margin-right: 25px;
  display: block;
}

.percentual {
  float: right;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.ttitle-skills {
  float: left;
  text-transform: none;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.testimonilas-slide {
  background-color: #0000;
  height: 350px;
}

.slide {
  text-align: center;
  width: 33.3%;
  display: inline-block;
}

.mask {
  margin-left: 65px;
  margin-right: 65px;
}

.photo-div {
  text-align: center;
  background-image: url('../images/okay22-min.jpg');
  background-position: 50%;
  background-size: 125px;
  border: 2px solid #96979933;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  padding-top: 0;
  display: inline-block;
}

.photo-div.second {
  background-image: url('../images/staff6.jpg');
}

.photo-div.third {
  background-image: url('../images/shutterstoack_130103273.min_.jpg');
  background-position: 50% 7%;
  background-size: 147px;
}

.photo-div.fourth {
  background-image: url('../images/shutterstock_95201956.min-1.jpg');
}

.photo-div.fith {
  background-image: url('../images/man.png');
  background-position: 50% 32%;
}

.name {
  color: #dba94b;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.success-text {
  color: #4a4a4a;
  font-family: Raleway, sans-serif;
}

.error-message {
  background-color: #0000;
  border: 3px dashed #c2c2c2;
  border-radius: 5px;
  margin-top: 30px;
}

.error-text {
  color: #4a4a4a;
  font-family: Raleway, sans-serif;
}

.textbar-text {
  color: #fff;
  border: 1px dashed #fff;
  padding: 22px 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 43px;
}

.tittle-post {
  color: #5b9406;
  text-shadow: 1px 1px #4a4a4a;
  margin-bottom: 50px;
  padding-top: 47px;
  font-family: Raleway, sans-serif;
  font-size: 45px;
}

.tittle-post.mobiili {
  text-transform: uppercase;
  font-weight: 300;
  line-height: 44px;
}

.simple-menu {
  background-color: #0000;
  border-bottom: 1px solid #ffffff24;
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-slider {
  border-top: 2px solid #74b90c;
  height: 401px;
}

.slider-1 {
  background-image: url('../images/banner1.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slider-1.slide2 {
  background-image: url('../images/3.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.slider-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 72px;
}

.slider-heading.banner1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 70px;
}

.paaotsikko {
  color: #74b90c;
  padding-bottom: 37px;
  font-size: 46px;
  font-weight: 200;
}

.paaotsikko.h1 {
  color: #292929;
  font-size: 40px;
  font-weight: 300;
}

.image-tekniikka {
  padding-top: 19px;
}

.hinta {
  color: #74b90c;
  font-weight: 400;
  line-height: 0;
}

.alv {
  font-size: 12px;
  line-height: 35px;
}

.tarjous {
  text-transform: none;
  margin-bottom: 10px;
  padding-top: 24px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.hinta-alv {
  color: #000;
  text-align: center;
  margin-top: -6px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  display: block;
}

.kuukausimaksu {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.tarjous-heading {
  color: #000;
  text-align: left;
  padding-top: 19px;
  padding-left: 22px;
  font-family: Lato, sans-serif;
  font-size: 27px;
}

.koira-haudattuna {
  color: #000;
  font-size: 17px;
}

.tablet-tekniikka {
  text-align: left;
  font-size: 19px;
}

.lomake {
  color: #74b90c;
  text-align: left;
  margin-bottom: 9px;
  font-family: Lato, sans-serif;
}

.lomake-numero {
  color: #000;
}

.pikkulomake {
  color: #383636;
  background-color: #fff;
  padding: 12px;
  position: relative;
  top: 0;
  left: 0;
}

.laheta-nappi {
  background-color: #74b90c;
}

.pikku-form {
  margin-right: 0;
  display: block;
}

.ota-yhteytta-box {
  z-index: 9999;
  color: #0098ff;
  width: 320px;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.sulje {
  color: #fff;
  background-color: #ec8502;
  margin-bottom: 10px;
  padding: 3px 5px;
  text-decoration: none;
}

.teaser-button {
  z-index: 999999;
  background-color: #ec8502;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 0;
  padding-right: 33px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.order1 {
  color: #fff;
  background-color: #ec8502;
}

.order2 {
  background-color: #ec8502;
}

.order-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 36px;
}

.order-h5 {
  color: #313030;
  text-align: center;
  padding-top: 19px;
  font-size: 21px;
}

.right-mark {
  text-align: left;
  margin-left: 220px;
  padding-top: 13px;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
}

.right-mark.oikea {
  margin-left: 45px;
}

.palvelintila {
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 178px;
  padding-top: 24px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}

.palvelintila.oikealla {
  margin-left: 0;
  margin-right: 142px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.palvelintila.oikealla.mailibox {
  margin-left: -23px;
  margin-right: 230px;
}

.palvelintila.maili {
  margin-left: 228px;
}

.order-hinta {
  color: #74b90c;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 18px;
  font-family: Lato, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 44px;
}

.order-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #ec8502;
  border-radius: 9px;
  margin-top: 18px;
  margin-left: 120px;
  margin-right: 120px;
  padding: 5px 30px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 300;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.order-button:hover {
  background-color: #74b90c;
}

.nappi1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.basic-form {
  background-color: #00000024;
  padding-bottom: 35px;
  padding-left: 122px;
  padding-right: 128px;
  display: block;
}

.form-text {
  color: #383636;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.form-info {
  color: #111010;
  padding-bottom: 6px;
}

.premium-form-wrapper {
  display: none;
}

.tillaa-container {
  margin-top: -37px;
}

.basic-form-wrapper {
  display: none;
}

.big-title-form {
  color: #74b90c;
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.form-label {
  color: #313030;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.form-title {
  color: #74b90c;
  margin-bottom: 0;
  padding-bottom: 13px;
  font-size: 23px;
}

.form-image {
  padding-top: 24px;
}

.hinnat {
  color: #74b90c;
}

.alv-form {
  color: #313030;
  margin-top: 0;
  padding-left: 25px;
  font-size: 11px;
}

.select-mail {
  background-color: #828282;
  width: 137px;
  margin-right: 0;
}

.additional-mails {
  color: #313030;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.tilaa-button {
  color: #fff;
  background-color: #ec8502;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tilaa-button:hover {
  background-color: #74b90c;
}

.askarruttaako {
  text-transform: none;
  padding-top: 11px;
  padding-bottom: 9px;
  font-size: 16px;
  line-height: 17px;
}

.soita-0407688088 {
  color: #74b90c;
  text-decoration: none;
}

.ei-koske-text {
  font-size: 13px;
}

.premium-form {
  background-color: #00000024;
  padding-bottom: 35px;
  padding-left: 122px;
  padding-right: 128px;
  display: block;
}

.kiitos-kappale {
  color: #383636;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
}

.order-list {
  color: #5b9406;
  text-align: left;
  padding-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.order-list.sopimusehdot {
  font-size: 13px;
}

.slider2 {
  background-image: url('../images/banner2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.lue-lisaa {
  float: left;
  background-color: #74b90c;
  border-radius: 3px;
  margin-top: 14px;
  margin-left: 0;
}

.tabletti-heading {
  color: #111010;
  font-size: 50px;
}

.tabletti-heading.etusivu {
  text-align: center;
  margin-top: 47px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.arial-span {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.container-3 {
  display: block;
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

html.w-mod-js [data-ix="upper"] {
  opacity: 0;
  transform: translate(0, 20px)scale(.95);
}

html.w-mod-js [data-ix="hero-headline"], html.w-mod-js [data-ix="hero-headline-2"], html.w-mod-js [data-ix="hero-button"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="hero-line"], html.w-mod-js [data-ix="button-hero-button"], html.w-mod-js [data-ix="hero-arrow-link-block-2"], html.w-mod-js [data-ix="hero-arrow-link-block-3"] {
  opacity: 0;
  transform: translate(0, 20px)scale(.95);
}

html.w-mod-js [data-ix="service-show"] {
  opacity: 0;
  display: block;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="service-show-2"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="service-show-3"] {
  opacity: 0;
  display: block;
  transform: translate(100px);
}

html.w-mod-js [data-ix="navbar"] {
  opacity: 0;
  transform: translate(0, 22px)scale(.95);
}

html.w-mod-js [data-ix="testimonilas-show"] {
  opacity: 0;
  transform: translate(0, 20px)scale(.7);
}

html.w-mod-js [data-ix="fact-show"], html.w-mod-js [data-ix="fact-show-2"], html.w-mod-js [data-ix="fact-show-3"], html.w-mod-js [data-ix="fact-show-4"], html.w-mod-js [data-ix="fact-show-5"], html.w-mod-js [data-ix="fact-show-6"] {
  opacity: 0;
  display: block;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="phone"] {
  opacity: 0;
  transform: translate(0, -75px);
}

html.w-mod-js [data-ix="phone-2"], html.w-mod-js [data-ix="phone-3"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="service-show-4"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="testimonilas-show-2"] {
  opacity: 0;
  transform: translate(0, 20px)scale(.7);
}

html.w-mod-js [data-ix="hero-headline-3"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="show-portfolio-hover"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move-down"], html.w-mod-js [data-ix="move-down-2"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="show-team-hover"] {
  opacity: 0;
}

html.w-mod-js [data-ix="display-none-one-load"] {
  height: 0;
}

html.w-mod-js [data-ix="grow-skills-level"], html.w-mod-js [data-ix="grow-skills-level-2"], html.w-mod-js [data-ix="grow-skills-level-3"], html.w-mod-js [data-ix="grow-skills-level-4"] {
  width: 0;
}

html.w-mod-js [data-ix="hide-contact-on-load"] {
  display: none;
  transform: translate(-320px);
}

@media screen and (max-width: 991px) {
  body {
    height: auto;
  }

  h1 {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 74px;
  }

  h3, h4 {
    text-align: left;
  }

  p {
    margin-bottom: 0;
    font-size: 14px;
  }

  .button {
    margin-bottom: 20px;
  }

  .button.hero-button {
    box-shadow: none;
    margin-bottom: 0;
  }

  .button.hero-button.right {
    box-shadow: none;
    text-align: center;
  }

  .hero-section {
    background-position: 50%, 50%;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    padding-bottom: 0;
  }

  .hero-section.ppage {
    background-image: linear-gradient(#332b0d59, #332b0d59), url('../images/idea.jpg');
    background-position: 0 0, -52px 68px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .navbar {
    color: #2eb6d1;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.priority {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .section.oliver {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-small-line {
    text-align: center;
    margin-left: auto;
  }

  .hero-small-line.header {
    text-align: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .numbers {
    margin-top: auto;
    font-size: 18px;
  }

  .white-tittle {
    margin-bottom: 0;
    font-size: 30px;
  }

  .white-tittle.fact {
    margin-bottom: 30px;
    font-size: 70px;
  }

  .menu-button {
    background-color: #0000;
    border-radius: 0;
    margin-right: 0;
    padding: 14px;
    transition: all .5s;
  }

  .menu-button:hover {
    background-color: #0000;
    transition: none;
  }

  .menu-button.w--open {
    float: right;
    text-align: left;
    background-color: #ffffff17;
    height: auto;
    padding-left: 18px;
    top: 0;
    left: 0;
  }

  .div-block {
    margin-left: auto;
    margin-right: auto;
  }

  .overall-column {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .socil-icon {
    margin-top: 37px;
  }

  .testimonials-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .copyright {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    transition-property: all;
  }

  .nav-link:hover {
    background-color: #dba94b33;
  }

  .nav-link.w--current {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .nav-link.w--current:hover {
    background-color: #0000;
    display: inline-block;
  }

  .icon-menu {
    opacity: 1;
    color: #fff;
    text-align: center;
    font-size: 30px;
    display: block;
  }

  .icon-menu.lines {
    color: #2eb6d1;
    transition: all .5s;
  }

  .icon-menu.lines:hover {
    color: #28a4bd;
  }

  .navbar-scroll {
    box-shadow: none;
    display: block;
  }

  .hero-headline {
    text-align: left;
    text-shadow: none;
    margin-top: -5px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 93px 0 2px;
    font-size: 37px;
    line-height: 48px;
  }

  .nav-menu {
    background-color: #000000d9;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu._2 {
    float: none;
    text-align: center;
    background-color: #171717cc;
    display: block;
  }

  .text-hero {
    margin-left: 100px;
    margin-right: 100px;
  }

  .text-hero.second {
    margin-left: 0;
    margin-right: 0;
  }

  .about-text {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about-text.tittle {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
  }

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

  .about-text._3 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .about-text.right {
    text-align: left;
    margin-bottom: 0;
  }

  .dark-tittle {
    margin-right: 0;
    font-size: 35px;
    line-height: 39px;
  }

  .dark-tittle.white {
    border-color: #969799;
  }

  .dark-tittle.white.header {
    margin-left: 10px;
    padding: 5px 13px;
  }

  .dark-tittle.white.left {
    text-align: center;
    margin-bottom: 20px;
  }

  .dark-tittle.light {
    padding-left: 50px;
  }

  .dark-tittle.center {
    text-align: center;
    border-color: #fff;
    margin-left: 170px;
    margin-right: 170px;
    font-size: 35px;
  }

  .icon-service {
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 20px;
    display: inline-block;
  }

  .contact-map-fprm {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .hero-container {
    margin-top: 70px;
    margin-bottom: 6px;
  }

  .browser-div {
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .browser-div.in-footer {
    text-align: center;
  }

  .browser-div.team-sec {
    margin-top: 150px;
  }

  .text-area {
    color: #4a4a4a;
    min-height: 232px;
  }

  .success-message {
    background-color: #dba94b;
    border-radius: 5px;
  }

  .inner-tittle {
    text-align: center;
    margin-bottom: 50px;
    font-size: 23px;
    line-height: 46px;
  }

  .service {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 25px;
  }

  .brand.w--current {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .brand-scroll.w--current {
    float: none;
  }

  .logo {
    color: #28a4bd;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo.white {
    float: none;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 800;
  }

  .hero-text {
    text-align: center;
    margin-top: 78px;
    margin-left: 37px;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .hero-text.kiitossivu {
    margin-left: 0;
  }

  .hero-text.slide1 {
    margin-top: 82px;
  }

  .slider.screen {
    width: 33.3%;
    margin-right: 0;
  }

  .slide-responsive {
    width: 33%;
  }

  .image-middle {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .right-tittle {
    text-align: left;
  }

  .div-fact {
    width: 24.5%;
  }

  .open {
    position: relative;
  }

  .info-text {
    color: #4a4a4a;
  }

  .tittle-info {
    text-align: left;
  }

  .social-text {
    padding-top: 0;
  }

  .div-text.center {
    margin-left: 0;
    margin-right: 0;
  }

  .tittle {
    margin-bottom: 70px;
    padding-top: 35px;
  }

  .tittle.testimonials {
    border-bottom-style: none;
  }

  .div-row {
    padding-left: 70px;
  }

  .facts {
    padding-top: 0;
  }

  .facts.bar {
    padding-top: 35px;
  }

  .list-iteam {
    margin-top: 25px;
    margin-bottom: 9px;
  }

  .list-iteam.lat {
    margin-bottom: 20px;
  }

  .div-team {
    width: 230px;
    height: 300px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-team.third {
    margin-left: 5px;
    margin-right: 5px;
  }

  .tetimonials {
    padding-bottom: 50px;
  }

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

  .skills-column.mac {
    height: auto;
    padding-left: 10px;
    padding-right: 0;
  }

  .skllls-div {
    width: 100%;
  }

  .skills-1 {
    width: 90%;
  }

  .testimonilas-slide {
    height: 320px;
  }

  .slide {
    width: 50%;
  }

  .menu-button-1 {
    background-color: #0006;
    padding: 15px;
    transition: all .5s;
  }

  .menu-button-1:hover, .menu-button-1.w--open {
    background-color: #0009;
  }

  .icon {
    color: #74b90c;
  }

  .success-text {
    color: #fff;
  }

  .tittle-post {
    margin-top: -95px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tittle-post.mobiili {
    color: #fff;
    margin-top: -45px;
  }

  .simple-m {
    background-color: #000000d9;
  }

  .slider-1 {
    background-position: -176px 0;
  }

  .slider-1.slide2 {
    background-position: -152px 0;
  }

  .slider-heading {
    text-shadow: 1px 1px #000;
    padding-right: 0;
  }

  .paaotsikko {
    line-height: 52px;
  }

  .paaotsikko.h1 {
    font-size: 36px;
    line-height: 54px;
  }

  .pikku-form {
    margin-right: 0;
  }

  .right-mark {
    margin-left: 139px;
  }

  .right-mark.oikea {
    margin-left: 44px;
  }

  .palvelintila {
    margin-left: 122px;
  }

  .palvelintila.oikealla {
    margin-right: 78px;
  }

  .order-hinta {
    line-height: 60px;
  }

  .order-button {
    margin-left: 100px;
    margin-right: 100px;
  }

  .tillaa-container {
    margin-top: -71px;
  }

  .lue-lisaa {
    margin: 20px 360px 0 0;
    padding-top: 9px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 24px;
  }

  h4 {
    text-align: center;
  }

  p {
    margin-bottom: auto;
  }

  .button.hero-button {
    float: none;
    box-shadow: none;
  }

  .button.hero-button.right {
    box-shadow: none;
    text-align: center;
  }

  .hero-section.ppage {
    background-position: -15px 127px;
  }

  .navbar {
    padding-bottom: 20px;
  }

  .hero-small-line {
    margin-left: 250px;
    margin-right: 250px;
  }

  .hero-small-line.header {
    margin-left: auto;
    margin-right: auto;
  }

  .numbers {
    margin-top: auto;
  }

  .white-tittle {
    margin-bottom: 0;
  }

  .menu-button {
    margin-right: 10px;
  }

  .browser.compatibility.icon {
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .socil-icon {
    margin-top: 30px;
  }

  .socil-icon.safari {
    margin-top: 26px;
  }

  .testimonials-text {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 30px;
    line-height: 35px;
  }

  .copyright {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link {
    color: #fff;
    border-radius: 5px;
    display: block;
  }

  .nav-link:hover {
    background-color: #ffffff17;
  }

  .nav-link.w--current {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .nav-link.w--current:hover {
    background-color: #ffffff17;
    border-radius: 5px;
    padding-left: 12px;
    display: block;
  }

  .hero-headline {
    text-align: left;
    text-shadow: none;
    margin: 4px 12px 20px 15px;
    padding-right: 54px;
    font-size: 39px;
  }

  .hero-headline.puhelin {
    font-size: 49px;
  }

  .nav-menu {
    background-color: #000000d9;
    top: 101px;
  }

  .nav-menu._2 {
    float: none;
    text-align: center;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 20px;
    display: block;
    top: 14px;
  }

  .testimonilas {
    margin-top: 30px;
  }

  .text-hero {
    margin-left: 70px;
    margin-right: 70px;
  }

  .about-text {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

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

  .about-text.tittle {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .about-text._3 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .about-text._3.tablet-specks {
    text-align: left;
  }

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

  .about-text.sev {
    margin-right: 79px;
  }

  .about-text.sev.optimointi {
    margin-right: 0;
  }

  .dark-tittle {
    text-align: center;
    margin: 0 100px 20px;
    font-size: 30px;
  }

  .dark-tittle.white.left {
    text-align: center;
  }

  .dark-tittle.light {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .dark-tittle.center {
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    font-size: 30px;
    display: block;
  }

  .icon-service {
    float: none;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .section-info.contact {
    padding-bottom: 110px;
  }

  .contact-map-fprm {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    margin-bottom: 4px;
  }

  .hero-container.kiitos-sivu {
    padding-right: 0;
  }

  .browser-div {
    margin-top: 250px;
  }

  .browser-div.team-sec {
    margin-top: 240px;
  }

  .text-area {
    color: #828282;
  }

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

  .brand.w--current {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    position: relative;
  }

  .brand-scroll.w--current {
    margin-left: 0;
    display: inline-block;
  }

  .logo.white {
    padding-left: 0;
  }

  .hero-text {
    float: none;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0;
    padding-left: 6px;
    padding-right: 178px;
  }

  .hero-text.kiitossivu {
    margin-top: -70px;
  }

  .hero-text.slide1 {
    margin-top: 13px;
  }

  .hero-text.idea {
    margin-left: 0;
    padding-right: 0;
  }

  .slider.screen {
    width: 33.3%;
    margin-right: 0;
  }

  .image-middle {
    margin-bottom: 0;
  }

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

  .div-fact {
    border-right-style: none;
    width: 100%;
    margin-bottom: 3px;
    margin-right: 0;
  }

  .form-row {
    margin-top: 30px;
  }

  .social-icons {
    width: 80px;
  }

  .social-text {
    font-size: 13px;
    line-height: 15px;
  }

  .number.text {
    border-bottom: 1px dashed #c2c2c2cc;
    border-right-style: none;
    padding-bottom: 30px;
  }

  .div-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-text.center {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
  }

  .tittle {
    margin-bottom: 30px;
  }

  .tittle.features {
    margin-bottom: 110px;
  }

  .facts {
    padding-top: 0;
  }

  .portfolio-section.related {
    margin-bottom: 9px;
  }

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

  .div-team.third {
    width: auto;
  }

  .div-tittle {
    margin-bottom: 30px;
  }

  .image-team {
    overflow: hidden;
  }

  .skills-column.mac {
    padding-right: 0;
  }

  .skllls-div {
    width: 100%;
  }

  .skills-1 {
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide {
    width: 100%;
  }

  .menu-button-1 {
    margin-right: 20px;
  }

  .tittle-post.mobiili {
    margin-top: 27px;
  }

  .slider-1 {
    background-image: url('../images/banner1_2.jpg');
    background-position: 62%;
    background-size: cover;
    background-attachment: scroll;
  }

  .slider-1.slide2 {
    background-position: 55% 0;
    background-size: cover;
  }

  .slider-heading {
    text-shadow: 1px 2px 1px #000;
    margin-top: -19px;
    margin-left: 15px;
    font-size: 49px;
    line-height: 58px;
  }

  .paaotsikko {
    line-height: 51px;
  }

  .pikku-form {
    margin-right: 20px;
  }

  .right-mark {
    margin-left: 98px;
  }

  .palvelintila {
    margin-left: 73px;
  }

  .palvelintila.oikealla {
    margin-right: 27px;
  }

  .palvelintila.oikealla.mailibox {
    margin-right: 36px;
  }

  .palvelintila.maili {
    margin-left: 75px;
  }

  .order-hinta {
    line-height: 60px;
  }

  .order-button {
    margin-left: 50px;
    margin-right: 50px;
  }

  .nappi1 {
    padding-left: 21px;
    padding-right: 0;
  }

  .tillaa-container {
    margin-top: -67px;
  }

  .lue-lisaa {
    margin-top: 0;
    margin-left: 0;
    margin-right: 250px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 48px;
  }

  h2 {
    margin-bottom: 50px;
  }

  h4 {
    text-align: center;
  }

  .button.hero-button.right {
    box-shadow: none;
  }

  .hero-section {
    background-position: 57% 102%;
    background-repeat: no-repeat;
    background-size: auto 547px;
  }

  .hero-section.ppage {
    background-image: linear-gradient(#332b0d59, #332b0d59), url('../images/idea.jpg');
    background-position: 0 0, -15px 127px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .upper {
    margin-bottom: auto;
    font-size: 16px;
  }

  .upper.title {
    margin-top: 0;
    font-size: 27px;
  }

  .hero-small-line {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-small-line.header {
    margin-top: 20px;
  }

  .white-tittle {
    margin-bottom: 0;
    font-size: 22px;
  }

  .menu-button {
    padding: 14px;
  }

  .browser.compatibility.icon {
    border-radius: 15px;
    width: 65px;
    height: 65px;
    margin: 20px 5px 0;
  }

  .socil-icon {
    width: 26px;
    margin-top: 20px;
  }

  .socil-icon.safari {
    margin-top: 17px;
  }

  .testimonials-text {
    margin-left: 0;
    margin-right: 0;
  }

  .copyright {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link {
    color: #fff;
  }

  .hero-headline {
    text-shadow: 1px 1px 6px #000;
    margin-top: -1px;
    margin-bottom: 1px;
    margin-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 33px;
    line-height: 35px;
  }

  .nav-menu {
    background-color: #000000d9;
  }

  .nav-menu._2 {
    display: block;
  }

  .text-hero {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-text {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about-text._2 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .about-text.tittle {
    margin-bottom: auto;
  }

  .about-text.tittle.center {
    margin-top: 11px;
  }

  .about-text._3.center {
    margin-bottom: 12px;
  }

  .dark-tittle {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 33px;
  }

  .dark-tittle.center {
    float: none;
    border-left-style: none;
    border-right-style: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
  }

  .icon-service {
    float: none;
    margin: 5px 0 15px;
    display: inline-block;
  }

  .menu-row {
    text-align: left;
  }

  .contact-map-fprm {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    margin-bottom: 10px;
  }

  .browser-div {
    margin-top: 100px;
  }

  .browser-div.team-sec {
    margin-top: 105px;
  }

  .text-area {
    color: #828282;
  }

  .inner-tittle {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 23px;
  }

  .brand.w--current {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .hero-text {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 118px;
  }

  .hero-text.kiitossivu {
    margin-top: -66px;
  }

  .hero-text.banner2 {
    padding-top: 48px;
  }

  .hero-text.idea {
    margin-top: -35px;
    margin-bottom: 0;
  }

  .slider.screen {
    margin-right: 0;
  }

  .slide-responsive {
    width: 100%;
  }

  .image-middle {
    margin-bottom: 0;
  }

  .social-icons {
    width: 60px;
  }

  .tittle-info {
    margin-top: 20px;
  }

  .social-text {
    font-size: 12px;
  }

  .div-text.center {
    margin-bottom: 1px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .tittle {
    margin-bottom: 20px;
  }

  .tittle.features {
    margin-bottom: 80px;
  }

  .div-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .color-box.sixth {
    background-color: #d47d5be6;
  }

  .color-box.fivfth {
    background-color: #5b8fd4e6;
  }

  .facts {
    padding-top: 0;
  }

  .portfolio-section.related {
    margin-top: 26px;
  }

  .list-iteam {
    margin-bottom: 10px;
  }

  .team {
    padding-bottom: 110px;
  }

  .skills-column.mac {
    padding-left: 0;
    padding-right: 0;
  }

  .skllls-div {
    padding-top: 12px;
    display: block;
  }

  .skills-1 {
    width: 93%;
  }

  .testimonilas-slide {
    height: 300px;
  }

  .mask {
    margin-left: 20px;
    margin-right: 20px;
  }

  .textbar-text {
    font-size: 30px;
  }

  .slider-1 {
    background-position: -526px 0;
  }

  .slider-1.slide2 {
    background-position: 61% 0;
    background-size: cover;
  }

  .slider-heading {
    text-shadow: 1px 0 3px #000;
    border: 0 #000;
    margin-top: -2px;
    margin-left: 15px;
    font-size: 33px;
    line-height: 39px;
  }

  .slider-heading.banner1 {
    margin-top: 19px;
    font-size: 42px;
    line-height: 45px;
  }

  .paaotsikko {
    line-height: 53px;
  }

  .paaotsikko.h1 {
    font-size: 29px;
  }

  .order-h5 {
    margin-left: -10px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    display: block;
  }

  .order-h5.mailbox {
    margin-left: -5px;
  }

  .right-mark {
    margin-left: 23px;
    margin-right: 0;
  }

  .right-mark.oikea {
    margin-left: 0;
    padding-left: 1px;
    padding-right: 0;
  }

  .palvelintila {
    margin-left: 11px;
    font-size: 25px;
  }

  .palvelintila.oikealla.mailibox {
    margin-right: 33px;
  }

  .palvelintila.maili {
    margin-left: 27px;
  }

  .order-hinta {
    font-size: 50px;
  }

  .order-button {
    margin-left: 0;
    margin-right: 18px;
  }

  .basic-form {
    padding-left: 17px;
    padding-right: 10px;
  }

  .premium-form-wrapper {
    display: none;
  }

  .tillaa-container {
    margin-top: -16px;
  }

  .premium-form {
    padding-left: 17px;
    padding-right: 10px;
    display: block;
  }

  .lue-lisaa {
    text-align: left;
    margin-top: 11px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabletti-heading {
    font-size: 40px;
    line-height: 64px;
    display: block;
    position: static;
    overflow: visible;
  }

  .tabletti-heading.etusivu {
    font-size: 35px;
  }

  .div-block-2 {
    text-align: center;
    display: inline-block;
  }

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

  .column {
    text-align: center;
    display: block;
  }
}


