/*********************************************
 *
 *
 *              S - koko
 *
 *
 ********************************************/

@media all and  (max-width: 750px) {


body {

  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: auto; 
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}


    .toppic {
    background-color: transparent;
 
    }
    
    #logoname {
    right: 5%;
    }


.bgtable {



top: 0px;

width: 100%;
background-color: transparent;
z-index: 1;

border: 1px solid #3D0603;



}

.outer {
display: table;

}


.content {
padding: 1em;
display: table-header-group;
}
.content_text {
padding: 1em;
}



#etusivu .sidebar {
display: table-footer-group;
}

.footerdiv {
padding-bottom: 10px;
}


.bottomlinks {
padding-bottom: 10px;
text-align: left;
float: none;
}



.bottomlinks .outlinks {
float: none;
}


.sidebar {
border-bottom: 0px;
}

/* Ylänavi */

.toplinks {

right: 5%;
}
/* Navigointi */

#navbg {
width: 100%;
z-index: 99;
position: absolute;
}

.navi li {
position: relative;


}

.navi li a {
background-color: #FC3030;
background-image: url();
border: 1px solid #000000;
}
.navi li a#active{
background-color: #4E7848;

border: 1px solid #000000;
}
.navi .nuoli {
position: absolute;
z-index: 999;
top: 0;
right: 0;
width: 50px;
height: 50px;
display: inline-block;
text-align: center; 
}

.navi .nuoli:hover {
cursor: pointer; 
}

.navi .nuoli .navicon {
position: relative;
top: 1em;
font-size: 15px;
color: #001277; 
}




/* Alavalikko */

.subnavi {
display: none;
height: 0px;
}


.navi li ul {
width: 100%; 
}

.navi li ul li {
font-size: 100%;
position: relative;
overflow: hidden; 
margin: 0px;
}

.navi li ul.navi-show li {
overflow: visible; 
}

.navi li ul li a {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 25px;
font-size: 15px;
color: #ffffff;
display: block;
background-color: #629B3F; 

}

.navi li ul li a:hover {
color: #ffffff;
background-color: #87B7E1;
}

.navi ul li ul li a {
background-color: #5197D3; 
}

.navi ul li ul li ul li a {
background-color: #87B7E1; 
}


  /* Mobipainikkeet */
  #mobi {

  width: 100%;
  }
  
  .menu-button, .call-button {
  float: left;
  display: block;
  padding: 8px;
font-family: "Gudea",sans-serif;
  background-color: transparent;
  text-transform: uppercase;

background-repeat:  repeat-x;
background-position: center center;

font-weight: normal;
text-decoration: none;
font-size: 20px;
  color: #ffffff;
  cursor: pointer;
background-image: url('../images/divbg3.png');
background-repeat: repeat;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
  border: 2px solid #000000;
  width: 33%;
  text-align: center;
  
  
  white-space:nowrap;
  }
  
  .menu-button a, .call-button a {
  color: #ffffff;
  text-decoration: none;
  }


}