/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-3-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-3-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family : 'Source Sans Pro', Helvetica, Verdana, Geneva, sans-serif;
  font-size : 18px;
  text-align:left;
  line-height: 1.3em;
}

/* linkit - perus */
A {
  font-style : normal;
  text-decoration : none;
  color: #ec6605;
  line-height: 1.3em;
}

A:VISITED {
  font-style : normal;
}

A:HOVER {
  font-style : normal;
  color : #333;
  text-decoration : none;
}
/* linkit - perus */

P {
  margin-top : 0px;
  margin-bottom : 10px;
  /*font-size : 15px;*/
  line-height:140%;
  font-family: 'Source Sans Pro';
}

strong, b {
  
  font-weight: bold;  
}

IMG {
  
  max-width: 100%;
}  

/****** luettelot ******/
UL {
  margin-top : 3px;
  margin-bottom : 3px;
}

OL {
  margin-top : 3px;
  margin-bottom : 3px;
}

LI {
  
}
/****** luettelot ******/

/******* otsikot *******/
H1 {
  margin-top : 15px;
  margin-bottom : 25px;
  font-family : 'Source Sans Pro',  Geneva, Helvetica, sans-serif, Verdana;
  font-size : 45px;
  font-weight : 700;
  color : #494949;
  line-height:120%;
  text-transform: uppercase;
}

H2 {
  margin-top : 5px;
  margin-bottom : 3px;
  font-family : 'Source Sans Pro', Geneva, Helvetica, sans-serif, Verdana;
  font-size : 22px;
  font-weight : 700;
  color : #494949;
}

H3 {
  font-family : 'Source Sans Pro', Geneva, Helvetica, sans-serif, Verdana;
  font-size : 20px;
  font-weight : 700;
  color : #494949;
  margin-top : 25px;
  margin-bottom : 13px;
}

H4 {
  font-family : 'Source Sans Pro', Geneva, Helvetica, sans-serif, Verdana;
  font-size : 17px;
  font-weight : 700;
  color : #494949;
  margin-top : 8px;
  margin-bottom : 3px;
}

H5 {
  font-size : 15px;
  font-weight : 700;
  margin-top : 5px;
  margin-bottom : 3px;
}

H6 {
  font-size : 12px;
  font-weight : bold;
  margin-top : 5px;
  margin-bottom : 3px;
}
/******* otsikot *******/

table {
  max-width:100% !important;
}


/************* layout *****************/
#outer {
  max-width:1364px;
  text-align:left;
  margin:0px auto;
}

a img:hover {
  
  opacity: 0.8;
  filter:alpha(opacity=80);  
}

/*** ylabanneri ***/
#header {
  height: auto;
}

.sivuTeksti ul, .sivuTeksti ol {
  margin-left: 17px;
  margin-bottom: 10px;
    
}

hr {
  border: none;
  height: 1px;
  width: 100%;
  margin: 30px 0px;
  background: #CCC;  
}

.sivuTeksti li {
  list-style-type: square;
  /*font-size: 14px;*/
  padding-bottom: 4px;
    
}

.sivuTeksti ol li {
  list-style-type: decimal;
  
    
}

.yla {
  background: #fff;
  height: 67px;
  width: 100%;
  display: block;
  position: relative;  
}

.ideal {
  
  float: right;
    padding-bottom:15px;
}

.ideal a {
  
  color: #ccc;  
}

#banner {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  background-color:#ec6605;
  padding-top:1.0em;
  padding-bottom:1.0em;
}

.kielet {
  position: absolute;
  top:35px;
  right: 15px;  
  z-index: 20;
  /*width: 150px;*/
  text-align: right;
}

.kielet a {
  color: #606060;
  /*color: #b0b0b0;*/
  padding-right: 10px;  
  font-size: 15px;
}

.kielet a strong {
  
  color: #000;
}

.kielet a:hover {
  
  color: #ec6605;
}

.hae {
  
  position: absolute;
  top:45px;
  right: 100px;  
  z-index: 10;
  text-align: right;
}

.hinnasto {
  
  position: absolute;
  top: 20px;
  right: 20px;  
}

.some {
  
  margin-top: 50px;  
}

.haku {
  width: 200px; 
  border: 1px solid #eeeeee;
  color: #6f7172;
  /* color: #cfd1d2; */
  text-align:right;
  line-height: 1.1em; 
  padding: 8px;   
  font-size: 16px;
}

.haku:active {
  
  border: 1px solid #cfd1d2;  
}

.etsi:hover {
  
  opacity: 0.6;  
}

#banner div.hae .zoom {
    position: absolute;
    top: 5px;
    right: -40px;
}


#menu {
  position: absolute;
  top: 25px;
  left: 21px;
  //width: 100%;
}

#menu2 {
  
  margin: 14px 0px;
  background: #08151b;
  position: relative;
  width: 100%;
  height:59px;  
  overflow: hidden;
}
/*** ylabanneri ***/

/*** sisaltoalue ***/
#contentTable {
  max-width:1364px;
  display: flex;
  flex-flow: row wrap;
  position:relative;
}

#navCell {
  border-top:1px solid #ffffff;
  /*float: left;*/
  width: 28%;
  padding: 30px 0px 20px 25px;
  text-align: left;
  background: #ffffff;
  margin-right:2%;
}

#contentCell {
  /*float:right;*/
  padding: 15px 30px 35px 50px;
  width: 70%;
  text-align: left;
  background: #ffffff;
}

#contentCell_etusivu {
  padding: 0;
  width: 100%;
  text-align: left;
  /*background: #ffffff;*/
}
/*** sisaltoalue ***/

/*** footer ***/
#footer {
  max-width:1364px;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  background: #ffffff;
  margin-top:20px;
  margin-bottom:20px;
}

#footer div.copy {
  padding: 0 20px 0 20px;
  width:60%;
  text-align:right;
  margin-top:50px;
}

#footer div.image {
  width:40%;
  padding: 20px 0px 10px 0px;
  text-align:center;
}

#footer div.image .pic {
  max-height:90px;
  width:auto;
}

#footer A {
  color : #ffffff;
  font-size : 12px;
}

#smoothmenu2 {
  
  position: absolute;
  top: 20px;
  left: 11px;
  /**width: 990px;**/
}

#smoothmenu2 li {
  
  float: left;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

#smoothmenu2 li a {
  color: #fff;  
  /*font-size: 14px;*/
  text-transform: uppercase;
  font-weight: 700;
  padding: 25px 18px 20px 12px;
  /*background: url('../fi/images/nuoli2.jpg') no-repeat right 1px;*/
}

#smoothmenu2 li a:hover {
  
  color: #ec6707;  
  text-decoration: none;
}

/*** footer ***/

/************* layout *****************/

/****** mallipohjat - perusasetukset *******/
#textColumn {
  padding:35px 0px 15px 0px;
  word-spacing:0em;
  line-height:150%;
  color : #111111;
  width:100%;
}

#picColumn {
  float: right;
  
  text-align: left;
  background: #e4e8f5;
  border: 20px solid #fff;
  margin: 20px 0px 30px 30px;
  max-width: 300px;
  -webkit-box-shadow: 13px 12px 20px #ccc;
  box-shadow: 3px 0px 10px #ccc;
}

#picColumn img {
  min-width:100%;
  height:auto;
  display: block;
}

.pics2 {
  display: block;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin-top: 20px;
  padding-top: 30px;  
}

.pics {
  float: left;
  width: 150px;
  margin: 0px 20px 20px 0px;
  height: 150px;  
  overflow: hidden;
}

.pics img {
  width: auto;  
  max-width:100%;
  max-height:100%;
  padding: 0px !important;
  margin: 0px !important;
}

.sivuOtsikko {
  float: left;
  width: 360px;
}

.sivuOtsikko h3 {
  color: #777777;
}

.sivuTeksti {
  clear: left;
  padding-top: 10px;
}

.rss_otsikko {
  display: inline;
  padding-right: 40px;
}

.picText {
  margin:5px 0px 3px 35px;
  font-family : 'Source Sans Pro', Helvetica, Verdana, Geneva, sans-serif;
  font-size : 11px;
  color: #595959;
}
/****** mallipohjat - perusasetukset *******/

/** MALLIPOHJAT - etusivu **/

#textColumn_etusivu {
  padding:0;
  word-spacing:0em;
  line-height:150%;
  display: flex;
  flex-flow: row wrap;
}

#textColumn_etusivu .sivuTeksti {
  width:59.4%;
  margin-right:0.6%;
  background: #B1D4F2;
  vertical-align: bottom;
  position:relative;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  min-height:400px;
}

#textColumn_etusivu .sivuTeksti.full-width {
  width:100%;
  margin-right:0;
  min-height:450px;
}

#textColumn_etusivu .sivuTeksti .content {
  position:absolute;
  bottom: 10%;
  left:5%;
}

#textColumn_etusivu .sivuTeksti .content h1, #textColumn_etusivu .sivuTeksti .content h2 {
   font-family : 'Source Sans Pro', Helvetica, Verdana, Geneva, sans-serif;
}

#textColumn_etusivu .sivuTeksti .content h1 {
  font-size:54px;
  line-height:1.0em;
  font-weight:700;
  color:#fff;
  text-shadow: 1px 1px 3px #111;
  margin-top: 10px;
    margin-bottom: 20px;
}

#textColumn_etusivu .sivuTeksti .content h2 {
  font-size:26px;
  font-weight:700;
}

#textColumn_etusivu .ajankohtaista {
  width:39%;
  margin-left:0.8%;
  background: #fff;
  padding:2% 3% 2% 4%;
}

#textColumn_etusivu .ajankohtaista h3 {
  margin-top: 15px;
    margin-bottom: 5px;
}
#textColumn_etusivu .ajankohtaista p {
  font-size:16px;
}
/** MALLIPOHJAT - etusivu **/

/************* nostot *****************/

.kuvakaruselli {
  
  width: 990px;
  height: 366px;
  overflow: hidden;
  position: relative;  
  background: #fff;
}

.valkea {
  
  color: #fff;  
}

.slideshow_kehys {
  
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
    
}

.slideshow_kehys h3 a {
  
  font-size: 18px;
  text-transform: uppercase;
  color: #000;  
}

.slideshow_teksti {
  
  position: absolute;
  z-index: 20;
  top: 20px ;
  left: 30px;
}

.slideshow_teksti h2 {
  font-size: 50px;
  color: #ec6707;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 10px;
}

.slideshow_teksti h2 span {
  font-size: 50px;
  color: #000;
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style:italic;
  
}

.slideshow_teksti p {
  font-size: 20px;
  
}

.slideshow_teksti a {
  font-family: 'Archivo Black';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5em;
  
}

.alanosto {
  margin-top:1.5%;
  display: flex;
    flex-flow: row wrap;
  /* margin:30px 0px 30px 0px; */
}

.nosto {
  width: 18.85%;
  margin-left:0.7%;
  margin-right:0.7%;
}

.nosto.case-width-100 {
  width:100%;
  margin-left:0;
  margin-right:0;
}

.nosto.case-width-80 {
  width:79.9%;
}

.nosto.case-width-60 {
  width:59.35%;
}

.nosto.case-width-40 {
  width:39.2%;
}

.nosto:first-child {
   margin-left: 0;
}

.nosto:last-child {
   margin-right: 0;
}

.nosto h3 {
  font-family: 'Source Sans Pro';
  font-weight:700;
  font-size: 20px;
  color:#fff;
  background-color:#08151B;
  line-height: 1.2em;
  margin: 0;
  padding:1.0em 0;
  text-align:center;
}

.padding {
  padding: 0;  
}

.nosto .kuva {
  margin:0;
  height: 200px;
  width: auto;
  overflow: hidden;
  background-color: #fff;
  text-align:center;
}
.nosto .kuva img {
  max-height: 200px;
  width: auto;  
}

.nosto:first-child {
   margin-left: 0;
}

.nosto:last-child {
   margin-right: 0;
}

.nosto_RSS {
  margin:10px 10px; 
}

.nosto_RSS_element {
  margin:10px 0px 15px 0px;
}

.sivuTeksti table {
  
  width: 100%;
  /*border: 1px solid #ccc;*/
}  

.sivuTeksti table td {
  
  padding: 10px;
  /*border-bottom: #ccc 1px solid;  
  border-right: #ccc 1px solid;*/  
}

/************* nostot *****************/

/************* liitetiedostot *****************/
.attachmentFiles {
  margin:20px 0px 30px;
  clear: both;
  padding: 3%;
  width: 100%;
  background: #f7f7f7;
}

.attachmentFiles a{
  display:block;
  /*font-size: 15px;*/
  margin:0px 0px 5px 0px;
}
/************* liitetiedostot *****************/

/************* pystynavigointi ****************/
/* taso1 */
#nav1 {
  
}

#nav1 A {
  display:block;
  padding:0px 5px 5px 10px;
  color : #000000;
  font-family: 'Source Sans Pro';
  font-size : 10px;
}

#nav1 .sel {
  font-weight : bold;
}
/* taso1 */

/* taso2 */
#nav2 {
  margin:10px 10px 15px 10px;
}

#nav2 A {
  font-family: 'Source Sans Pro';
  display:block;
  padding:0px 5px 15px 0px;
  color : #000;
  font-size : 15px;
  font-weight : 700;
}

#nav2 .sel {
  color:#000;
  text-decoration: none;
}
/* taso2 */

/* taso3 */
#nav3 {
  margin:0px 0px 15px 0px;
}

#nav3 A {
  display:block;
  padding:0px 0px 8px 20px;
  background: url('../fi/images/nav_nuoli2.jpg') no-repeat left 3px;
  color : #666;
  font-family: 'Source Sans Pro';
  font-size : 14px;
  
  font-weight : normal;
}

#nav3 A:hover {
  
  color: #acacac;
}  

#nav3 .sel {
  font-weight : normal;
  color: #ec6605;
  background: url('../fi/images/nav_nuoli1.jpg') no-repeat left 3px;
}
#nav3 .sel:hover {
  
  color: #ec6605;
}

/* taso3 */

/* taso4 */
#nav4 {
  padding:0px 0px 5px 20px;
}

#nav4 A {
  display:block;
  padding:0px 5px 5px 0px;
  color : #000000;
  font-size : 12px;
  background-image:none;
}

#nav4 .sel {
  font-weight : bold;
  background-image:none;
}
/* taso4 */

/* taso5 */
#nav5 {
  
}

#nav5 A {
  
}

#nav5 .sel {
  
}
/* taso5 */

/* taso6 */
#nav6 {
  
}

#nav6 A {
  
}

#nav6 .sel {
  
}
/* taso6 */
/* pystynavigointi */

/********** sekalaista **********/
.pic {
 
}

/* sekalaista */

/* copyright -teksti  */
.copy p
{
  color:#000;
  font-size: 17px;
 
}

/********** sekalaista **********/

/********** lomakkeet *********/
FORM {
  margin-top : 2px;
  margin-bottom : 3px;
}

INPUT {
  font-size : 11px;
  font-family : 'Source Sans Pro', Helvetica, Verdana, Geneva, sans-serif;
}

input.submit {
  font-size : 10px;
  font-family : 'Source Sans Pro', Helvetica, Verdana, Geneva, sans-serif;
  background : #939393;
  color:  #ffffff;
  font-weight : bold;
  border : 1px solid #010101;
  padding : 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

TEXTAREA {
  font-size : 11px;
  font-family : 'Source Sans Pro', Helvetica, Verdana, Geneva, sans-serif;
}

SELECT {
  font-family : 'Source Sans Pro', Helvetica, Verdana, Geneva, sans-serif;
  font-size : 11px;
}
/********** lomakkeet *********/

/********* vaakanavigointi jos ei kayteta smoothmenua **************/
#navHorizon1 {
  
}

#navHorizon1 A {
  
}

#navHorizon1 .sel {
  font-weight : bold;
}
/********* vaakanavigointi jos ei kayteta smoothmenua **************/

/****** mouseover ******/
.over {
  
}

.out {
  
}

.click {
  
}
/****** mouseover ******/

/** MOBIILI MENU **/
.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
  background:#fff;
}
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link+a {
    border-top: 1px solid #f6f6f6;
}
.hc-offcanvas-nav .nav-content>.nav-close:first-child a {
  background: #fff;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.hc-offcanvas-nav .nav-content>.nav-close a {
    color: #000;
  font-weight:700;
  font-size:16px;
}
.hc-offcanvas-nav .nav-close-button span {
  background:#ec6605;
  border: 1px solid #ec6605;
}

.hc-offcanvas-nav .nav-close-button span::before, .hc-offcanvas-nav .nav-close-button span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}

.hc-offcanvas-nav .nav-next span {
  background:#ec6605;
  border: 1px solid #ec6605;
}
.hc-offcanvas-nav .nav-next span:hover, .hc-offcanvas-nav .nav-back span:hover, .hc-offcanvas-nav .nav-close-button span:hover {
  background:#dc5605;
  border: 1px solid #dc5605;
}
.hc-offcanvas-nav .nav-item-link {
  color:#000;
  border-bottom: 1px solid #f6f6f6;
  font-weight:700;
  font-family:'Source Sans Pro';
  font-size:16px;
}
.hc-offcanvas-nav .nav-back a {
    background: #fff;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.hc-offcanvas-nav .nav-back a {
  color:#000;
}
.hc-offcanvas-nav .nav-back span {
  background:#ec6605;
  border: 1px solid #ec6605;
}

.hc-offcanvas-nav .nav-next span::before, .hc-offcanvas-nav .nav-back span::before {
  color:#000;
  border-top: 4px solid #fff;
    border-left: 4px solid #fff;
}
.hc-offcanvas-nav a.nav-next {
    border-left: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}
.hc-offcanvas-nav .nav-highlight {
    background: #f3f3f3;
}
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #f9f9f9;
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:not(:last-child) {
    border-bottom: none;
  margin-bottom:1.0em;
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover, .hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover, .hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav .nav-back a:hover {
    background: #f9f9f9;
}
/** MOBIILI MENU **/

@media only screen and (max-width: 1150px) {
  #smoothmenu2 li a {
    font-size:15px;
  }
  #contentCell {
    padding: 15px 15px 35px 25px;
  }
}

@media only screen and (min-width: 960px) {
  nav#main-nav {
    display:none;
  }
}

@media only screen and (max-width: 960px) {
  
  table td {
    display:block;
    max-width:100% !important;
  }
  
  #header {
    height: auto;
  }
  
  .hc-nav-trigger {
    left:60px;
    text-transform:uppercase;
    font-weight:700;
    color:#000;
  }
  
  .hc-nav-trigger span {
    left:-40px;
    font-size:20px;
  }
  
  .kielet {
    top: 20px;
  }
  
  .kielet a {
    color: #b0b0b0;
    padding-right: 0px;
  margin-right: 10px;
    font-size: 18px;
  }
  
  #header #menu, #header #menu2 {
    display:none;
  }
  
  #banner {
    background-color:#ec6605;
    padding-top:1.5em;
    padding-bottom:0;
    height:auto;
    margin-bottom:0;
  }
  #banner img {
    padding-bottom:1.0em;
  }
  #banner div.hae {
    position:relative;
    top:0;
    right:0;
    width:100%;
    background: #08151b;
    padding:0.5em 4%;
    text-align: left;
    margin-top:0;
    border-top:2px solid #fff;
  }
  
  #banner div.hae .haku {
    width: 85%;
    border: 1px solid #eeeeee;
    color: #cfd1d2;
    text-align: left;
    line-height: 1.1em;
    padding: 0.5em;
    font-size: 16px;
  }
  
  #banner div.hae .zoom {
    position:absolute;
    top:12px;
    left:85%;
  }
  
  #navCell {
    display:none;
  }
  #contentCell {
    /*float:none;*/
    padding: 0px 20px 30px 20px !important;
    width: 100%;
  }
  
  H1 {
    margin-top: 15px;
    margin-bottom: 45px;
    font-size: 33px;
    font-weight: 700;
    color: #494949;
    line-height: 120%;
    text-transform: none;
  }
  
  #picColumn {
    float: none;
    text-align: left;
    background: #e4e8f5;
    border: 20px solid #fff;
    margin: 20px auto 30px auto;
    max-width: 350px;
    -webkit-box-shadow: 13px 12px 20px #ccc;
    box-shadow: 3px 0px 10px #ccc;
  }
  
  /** MALLIPOHJAT - etusivu **/
  
  
  #contentCell_etusivu {
    position:relative;
    padding-bottom:500px;
  }
  
  #contentCell_etusivu.full-width {
    position:relative;
    padding-bottom:0;
  }
  
  #textColumn_etusivu .sivuTeksti {
    width:100%;
    margin-right:0;
    padding:56% 3% 6% 4%;
  }
  
  #textColumn_etusivu .sivuTeksti .content {
    position:static;
  }
  
  #textColumn_etusivu .sivuTeksti .content h1 {
    font-size:40px;
    line-height:1.0em;
    font-weight:700;
    color:#fff;
    text-shadow: 0px 3px 6px #666;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  #textColumn_etusivu .sivuTeksti .content h2 {
    font-size:22px;
    font-weight:700;
  }
  
  #textColumn_etusivu .ajankohtaista {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    margin-left:0;
    min-height:450px;
  }
  /** MALLIPOHJAT - etusivu **/
  
  /* nosto -etusivu */
  .nosto {
    width: 90% !important;
    margin-top:5%;
    margin-left:5%;
    margin-right:5%;
    vertical-align:middle;
  }
  .nosto:first-child {
     margin-left: 5%;
  }
  .nosto:last-child {
     margin-right: 5%;
  }
  
  .nosto .kuva {
    position: relative;
  }
  
  .nosto .kuva img {
    
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  
  }
  /* nosto -etusivu */
  
  #footer div.copy {
    /*padding: 4px 20px 1px 20px;*/
    width:100%;
    text-align:center;
  }

  #footer div.image {
    width:100%;
    padding: 15px 0px 25px 0px;
    text-align:center;
  }
  
}


