/*********************************************
 *
 *
 *              S - koko
 *
 *
 ********************************************/

@media all and  (max-width: 716px) {

body { 															/* Sivuston tausta */

  background-position: right top;


}

.bg {
display: none;
}

.toppic {

text-align: center top;

}

.toppic2 {
height: 250px;


}


.slogan {
font-family: 'Satisfy', cursive;
position: absolute;
bottom: 0;
right: 0;
padding: 10px;

font-size: 20px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}





    .bgtable {
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    bottom: 0;
    
    z-index: 0;
    }

  .mainbg {
  margin-top: 80px;
  padding: 10px;
 

  min-height: 320px;
  }
  
  
  .footerdiv {

  width: 100%;
  line-height: 20px;
  font-size: 13px;
  font-family: arial, sans-serif;


  color: #000000;
background-color: transparent;

  border-bottom: 2px solid #977FB4;
  
  padding: 15px;
 
  }

  .logot {
display: none;


  }
  
  #navbg {
  width: 100%;
  position: absolute;
  top: 0;
  padding-top:280px;
  background-color: transparent;


  z-index: 1;
  }
  
.navi {
  max-height: 0;
}  
  

.navi li a {


  padding-top: 11px;
  padding-bottom: 11px;
border: 0;
border-bottom: 1px solid #000;
  /*
  overflow: hidden;
  */
  
}
.navi li a#active {
  color: #e9b81b;
  font-weight: bold;
  background-color: #982005;
  border: 1px solid #000;
  border-bottom: 1px solid #000;

}


/* Mobipainikkeet */
#mobi {
position: absolute;
top: 210px;

  width: 100%;
   z-index: 99;
}

.menu-button, .call-button {
  float: left;
  display: block;
  padding: 1em;

  background-color: #333;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000; 
  width: 50%;
  text-align: center;
  border-right: 1px solid #000000; 
  
  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: 100%;


    width: auto;
    height: auto;
}

}