/*********************************************
 *
 *
 *              S - koko
 *
 *
 ********************************************/

@media all and  (max-width: 716px) {

body { 															/* Sivuston tausta */



}


#logo {
  display: block;
  position: absolute;
  top: 0;




  left:0px; 
  right:0;
}


    .bgtable {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    bottom: 0;
    
    z-index: 0;
    }
    
  .mainbg {
  margin-top: 0px;
  padding: 10px;
  background: transparent;
    background-image:url('../images/fade2.png');
    background-repeat: repeat;  
  min-height: 320px;
  
     border-bottom: 2px solid #558240;
-moz-box-shadow: 0px 0px 10px #BFAA91;
-webkit-box-shadow: 0px 0px 10px #BFAA91;
  }
  
  
  .footerdiv {


 
  }

  .logot {
overflow: hidden;

width: 100%;
margin: 0;
min-height: 80px;



background: #ffffff;


text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #8673A0;

border-radius: 0px;
  }
  
  #navbg {
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: 190px;
  background-color: transparent;

  z-index: 1;
  }
  
.navi {
  max-height: 0;
}  
  

.navi li a {


  padding-top: 11px;
  padding-bottom: 11px;
border: 0;

  /*
  overflow: hidden;
  */

}


/* Mobipainikkeet */
#mobi {
position: absolute;
top: 120px;

  width: 100%;
   z-index: 99;
}

.menu-button, .call-button {
  float: left;
  display: block;
  padding: 1em;
  font-size: 20px;
font-family: 'Patua One', cursive;
  background: #006600;
  color: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff; 
  width: 33.33%;
  text-align: center;
  border-right: 1px solid #fff; 
  
  white-space:nowrap;
}

.menu-button a, .call-button a {
  color: #ffffff;
  text-decoration: none;
}




/* Lomakkeet */



.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:100%;

}

.tarea  { 		                  /* viestin tekstialue */
width:100%;

}

.main img {
    display: block;
    max-width: 300px;


    width: auto;
    height: auto;
}

}