/* Minification failed. Returning unminified contents.
(972,1): run-time error CSS1019: Unexpected token, found '}'
(1179,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1180,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* Navi
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.logo {
    width: 200px;
    height: auto;
    float: left;
}

.top-navi {
    float: right;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.top-navi li {
    margin-bottom: 0;
}

.top-navi-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    /*letter-spacing: .2rem;*/
    margin-right: 15px;
    text-decoration: none;
    color: #222;
}

.last-link {
    margin-right: 0;
}

.top-navi-link:active {
    color: #222; 
}

.top-navi-link:visited {
    color: #222; 
}

.top-navi-link:hover {
    color: #222; 
    text-decoration:underline;
}

.top-navi-link.button {
    margin-bottom: 0;
    margin-top: 0;
}

.top-navi-mobile {
    display: inline-block;
}

.top-navi-desktop {
    display: none;
}

.top-navi-not-full {
    display: inline-block;
}

.top-navi-full {
    display: none;
}

.container.top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    width: 90%;
}

.top-container::after {
    display: none;
}

.extra-top-banner {
    text-align: center;
}

.black-friday-banner {
    background-color: #000;
    color: #e0e0e0;
    font-size: 12px;
}

.extra-top-banner > .banner-contents {
    padding: 1rem 0 1rem 0;
}

.black-friday-link,
.black-friday-link:visited {
    color: #e0e0e0;
    position: relative;
    transition: color ease-in-out 500ms;
}

.black-friday-link:hover, 
.black-friday-link:active {
    color: #fff;
}

.black-friday-link:focus-within, 
.black-friday-link:focus, 
.black-friday-link:focus-visible {
    color: #fff;
    text-decoration: initial;
}

.black-friday-link-label {
    font-weight: bold;
}

.underline-anim {
    text-decoration: none;
}

.underline-anim:focus-within,
.underline-anim:focus,
.underline-anim:focus-visible {
    text-decoration: initial;
}

.underline-anim::after {
    width: 100%;
    content: '';
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform ease-in-out 500ms, background-color ease-in-out 500ms;
}

.underline-anim:hover::after {
    background-color: #e0e0e0;
    transform: scaleX(1);
    transform-origin: left;
}


#MobileMenu {
  position: fixed; 
  display: none; 
  width: 100%; 
  height: 100%; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgba(130,187,40,0.9); */
  background-color: rgba(0,0,0,0.9); 
  z-index: 2; 
  cursor: pointer; 
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
}

.mobile-menu-item {
    float: left;
    display: block;
    width: 100%;
    padding: 1rem;
}

.mobile-menu-item-right {
    float: right;
    display: block;
    width: 100%;
    padding: 1rem;    
}

.mobile-menu-link {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 30px;
    text-decoration: none;
    color: #fff;
}

.mobile-menu-link:active {
    color: #fff;
}

.mobile-menu-link:visited {
    color: #fff;
}

.mobile-menu-link:hover {
    color:  #33C3F0; 
    text-decoration:underline;
}


.only-full {
    display: none;
}

.not-full {
    display: inline-block;
}

/* Hero 
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.full-hero {
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    position: relative;
}

.full-hero-2 {
    background-size: cover;
    padding-top: 11rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    position: relative;
}

.thin-hero {
    background-size: cover;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    position: relative;
}

.hero-block {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 2rem;
}


/* Ad
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.ad {
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align: center;
    position: relative;
}

.ad q {
    font-style: italic;
}

/* Newsletter
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.newsletter {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    position: relative;
}


.newsletter input[type="submit"] {
    color: white;
    border: 1px solid white;
    margin-bottom: 0;
    width: 300px;
}

.newsletter input[type="text"] {
    color: black;
    margin-bottom: 0;
    width: 300px;
}

.newsletter form {
    margin-bottom: 0;
}

/* Text styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.text-section {
   margin-top: 6rem;
   margin-bottom: 6rem;
}

.plain-text {

}

.text-dark {
    color: #222;
}

.text-white {
    color: white;
}

.text-green {
    color: #82BB28;
}

.text-blue {
    color: #0C9AC1;
}

.text-orange {
    color: #e2930b;
}

.text-red {
    color: tomato;
}

.text-center {
    text-align: center;
}

/* Buttons
-------------------------------------------------- */

.button.button-green,
button.button-green,
input[type="submit"].button-green,
input[type="reset"].button-green,
input[type="button"].button-green {
  color: #FFF;
  background-color: #82BB28;
  border-color: #82BB28; }
.button.button-green:hover,
button.button-green:hover,
input[type="submit"].button-green:hover,
input[type="reset"].button-green:hover,
input[type="button"].button-green:hover,
.button.button-green:focus,
button.button-green:focus,
input[type="submit"].button-green:focus,
input[type="reset"].button-green:focus,
input[type="button"].button-green:focus {
  color: #FFF;
  background-color: #6DA613;
  border-color: #6DA613; }


.button.button-white,
button.button-white,
input[type="submit"].button-white,
input[type="reset"].button-white,
input[type="button"].button-white {
  color: #222;
  background-color: #FFF;
  border-color: #FFF; }
.button.button-white:hover,
button.button-white:hover,
input[type="submit"].button-white:hover,
input[type="reset"].button-white:hover,
input[type="button"].button-white:hover,
.button.button-white:focus,
button.button-white:focus,
input[type="submit"].button-white:focus,
input[type="reset"].button-white:focus,
input[type="button"].button-white:focus {
  color: #222;
  background-color: #FFF;
  border-color: #FFF; }

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.categories {
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
}

.category {
    border-radius: 4px;
    margin-bottom: 2rem;
}

div.category:hover {
    cursor:pointer;
}

.category-header {
    padding: 0.5rem;
}

.category-content {
    border-radius: 4px;
    padding: 1rem;
}

.category-footer {
    padding: 0.5rem;
}

.category-footer h2,
.category-footer h3,
.category-footer h4,
.category-footer h5,
.category-footer h6,
.category-footer p {
    margin: 0;
}

/* Products 
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.products {
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
}

.products h2 {
    font-weight: bold;
}

.product {
    border-radius: 4px;
    margin-bottom: 2rem;
}

.product-header {
    padding: 0.5rem;
}

.product-content {
    border-radius: 4px;
    padding: 1rem;
}

.product-footer {
    padding: 0.5rem;
}

.product-footer h2,
.product-footer h3,
.product-footer h4,
.product-footer h5,
.product-footer h6,
.product-footer p {
    margin: 0;
}

/* Footer 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer {
    color: white;
    background-color: #343A40;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.footer-header {
    color: #868E96;
}

.footer h6 {
    margin-bottom: 0;
}

.footer A:link {color:#fff;text-decoration:none}
.footer A:visited {color:#fff;text-decoration:none}
.footer A:active {color:#fff;text-decoration:none}
.footer A:hover {color:#1EAEDB;text-decoration:underline}

.madeinfinland {
	padding:6rem 0px;
	background-color:#fff ;
	text-align:center;
}

.footer .button {
    min-width: 100%;
}


/* Info
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.info-button {
    color: #33C3F0;
}

.info-hidden {
    display: none;
}

.info-visible {
  background: #EEE;
  border-radius: 4px;
  padding: 1rem;
  /*height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem;*/ 
}


/* Blocks
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hidden {
    display: none;
}

.block,
div.block {
    display: block;
}

.only-phone-block {
    display: block;
}

.only-phone-tr {
    display: table-row;
}

.bigger-than-phone-block {
    display: none;
}

.bigger-than-phone-inline-block {
    display: none;
}

.bigger-than-phone-tr {
    display: none;
}

.big-button-block {
    padding-bottom: 6rem;
    text-align: center;
    position: relative;
}

.big-button {    
    font-size: 15px;
    text-transform: uppercase;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.errors {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align:center;
    background-color: #f00;
    color: #fff;
}

input[type="text"].error-field,
input[type="email"].error-field,
input[type="checkbox"].error-field,
select.error-field,
label.error-field,
div.error-field {
    border: 3px dashed #f00;
}

.purchase-form {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.purchase-form-submit {
    text-align:center;
    padding: 3rem 0rem;
}

.purchase-form-invoice:link {color:#222;text-decoration:none}
.purchase-form-invoice:visited {color:#222;text-decoration:none}
.purchase-form-invoice:active {color:#222;text-decoration:none}
.purchase-form-invoice:hover {color:#1EAEDB;text-decoration:underline}

.black-friday-purchase-section.purchase-form {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #000;
    color: #fff;
}

.black-friday-purchase-section.purchase-form input:not(:focus),
.black-friday-purchase-section.purchase-form select:not(:focus) {
    border-color: #666;
}

.black-friday-purchase-section.purchase-form input:hover:not(:focus),
.black-friday-purchase-section.purchase-form select:hover:not(:focus) {
    border-color: #888;
}

.agreement {
    background: #EEE;
    border-radius: 4px;
    padding: 1rem;
}

.agreement-text {
    white-space: pre-wrap;
}

.centered-container {
    text-align: center;
}

.black-friday-purchase-section.purchase-form input,
.black-friday-purchase-section.purchase-form select,
.black-friday-purchase-section.purchase-form .agreement {
    background: #222;
}

.black-friday-purchase-section.purchase-form .button-primary {
    color: #000;
}

.download {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.download-form {    
    margin-bottom: 2rem;
}

.download-started {
    padding: 2rem;
    border: 1px solid #ddd;
    background-color: #EEE;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.g-recaptcha-container {
    margin-bottom: 2rem;
    width: fit-content;
}

.g-recaptcha {
    width: fit-content;
}

/* Instructions
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.instructions {
    padding: 2rem;
    border: 1px solid #E2930B;
    border-radius: 4px;    
}

.instructions h1,
.instructions h2,
.instructions h3,
.instructions h4,
.instructions h5,
.instructions h6 {
    color: #E2930B;
}

/* Prices
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.prices {
    padding: 2rem;
    border: 1px solid #82BB28;
    border-radius: 4px;    
}

.prices h1,
.prices h2,
.prices h3,
.prices h4,
.prices h5,
.prices h6,
.prices th {
    color: #82BB28;
}


/* Pictures
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.pictures {
    padding-top: 6rem;
    padding-bottom: 6rem;
    text-align:center;
    color: #fff;
    background-color: #82BB28;
}

.pictures .button {
    color: white;
    border: 1px solid white;
    margin-bottom: 0;
}

.pictures-more {
    
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 6rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.lightbox img {
    width: 100%;
    height: auto;
}


/* Backgrounds
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bg-smoke {
    background-image: url('/Content/images/bg-etusivu-2-bw.jpg');
}

.bg-color-dark {
    background-color: #222;
}

.bg-color-lightgray {
    background-color: #EEE;
}

.bg-color-green {
    background-color: #82BB28;
}

.bg-color-blue {
    background-color: #0C9AC1;
}

.bg-color-orange {
    background-color: #E2930B;
}

.bg-color-white {
    background-color: #fff;
}

.bg-etusivu {
    background-image: url('/Content/images/bg-etusivu-2.jpg');
}

.bg-pilvipalvelu {
    background-image: url('/Content/images/bg-pilvipalvelu-2-compressed.jpg');
}

.bg-ohjelmistot {
    background-image: url('/Content/images/bg-ohjelmistot.jpg');
}

.bg-lisapalvelut{
    background-image: url('/Content/images/bg-lisapalvelut-2.jpg');
}

.bg-tilaus {
    background-image: url('/Content/images/bg-tilaus.jpg');
}

.bg-tilaus.bg-tilaus-black-friday {
    position: relative;
}

.bg-tilaus.bg-tilaus-black-friday::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.67;
    z-index: 1;
}

.bg-tilaus.bg-tilaus-black-friday > .black-friday-tilaus-container {
    position: relative;
    z-index: 2;
}

.bg-yhteydenotto {
    background-image: url('/Content/images/Asiakaspalvelu-3.jpg');
}

.border-dark {
    border: 5px solid #222;
}

.border-green {
    border: 5px solid #82BB28;
}

.border-blue {
    border: 5px solid #0C9AC1;
}

.border-orange {
    border: 5px solid #E2930B;
}


/* Registration
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.account-creation {
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.account-result {
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/* Spinner
–––––––––––––––––––––––––––––––––––––––––––––––––– */


#Spinner {
	margin:0 auto;
	max-width:100%;
	display:block;
	}
	
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #000;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}




/* Override
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button i {
    margin-right: 5px;
    font-size: 13px;
}




/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../Content/images/etusivu-tausta.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}


/* ------ */

.container {
  max-width: 800px; } /* käytössä */

.value-prop {
    margin-top: 1rem;
    /* omat lisäykset */
    margin-bottom: 1rem;
}
 
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; 
  /* omat lisäykset */
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center; }
} 
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0; 

} 


@media (min-width: 360px) {
    .black-friday-banner {
        font-size: 14px;
    }
}

/* Larger than phone */
@media (min-width: 550px) {
  /*.header {
    margin-top: 18rem; }  
  .value-props {
    margin-top: 9rem;
    margin-bottom: 7rem; }  
  .value-img {
    margin-bottom: 1rem; }  
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .docs-section {
    padding: 6rem 0; }
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px; }
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none; }*/

  /* Omat */

  
  .full-hero {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .full-hero-2 {
    padding-top: 15rem;
    padding-bottom: 1rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  /*.full-hero {
    padding-left: 6rem;
    padding-right: 6rem;
  }*/

  .only-phone-block {
      display: none;
  }
  .only-phone-tr {
      display: none;
  }
  .bigger-than-phone-block {
      display: block;
  }
  .bigger-than-phone-tr {
      display: table-row;
  }

  .download-form {    
    margin-bottom: 0rem;
  }

  .download-started {    
    margin-bottom: 0rem;
  }

  .product-content {
    border-radius: 4px;
    padding: 1rem;

    min-height: 320px;
    height: auto;
  }

  .black-friday-banner {
      font-size: 18px;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  /*.navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }*/
  /* Re-overiding the width 100% declaration to match size of % based container */
  /*.has-docked-nav .navbar > .container {
    width: 80%; }*/



    .top-navi-mobile {
        display: none;
    }

   .top-navi-desktop {
        display: inline-block;
   }


  .full-hero {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .full-hero-2 {
    padding-top: 32rem;
    padding-bottom: 6rem;
  }
  

/* Bottom right text */
.text-block {
  
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}


}


/* Bigger than 1000 */
@media (min-width: 1000px) {
    
    .top-navi-not-full {
        display: none;
    }

    .top-navi-full {
        display: inline-block;
    }
  
}


blackfriday {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}


.bg-color-green a {
    color: #188baf;
}

/* Fix to cookie consent menu CSS */
.termsfeed-com---pc-dialog .cc-cp-body-tabs {
    min-width: auto;
    width: auto;
}

