﻿/*** Yleiset määritykset ***/
/***************************/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background-color: #FFFFFF;
  color: #fff; }

h1, h2, h3, h4, h5 {
  font-family: 'Noa', Arial, sans-serif; }

h5 {
  margin: 0 0 7px;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
  font-family: 'Noa-Bold', Arial, sans-serif; }

p {
  margin: 0; }

.talknow-sisalto {
  padding: 25px 15px; }

.talknow-lomake:after {
  content: "";
  clear: both;
  display: table; }

input[type="text"] {
  border-radius: 0;
  background-color: #012559;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
  padding: 9px 8px;
  float: left;
  width: 50%;
  text-align: center; }

.painike, a.painike {
  background-color: #8cc63f;
  border: 2px solid #fff;
  color: #012559;
  display: block;
  font-weight: 600;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 110ms ease-out 0s;
  -o-transition: all 110ms ease-out 0s;
  -webkit-transition: all 110ms ease-out 0s;
  transition: all 110ms ease-out 0s;
  float: right;
  width: 45%; }

.painike:hover, a.painike:hover {
  background-color: #63a920; }

.talknow-kiitos {
  display: none;
  text-align: center; }

@media (max-width: 430px) {
  input[type="text"], .painike, a.painike {
    float: none;
    width: 100%;
    margin-bottom: 5px; }
 }

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