body {
  background: #fff;
  padding:0;
  margin:0;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

img {
  width: 100%;
  height: auto;
}

.title {
  font-weight: bold;
}

.text p {
 text-indent: 1em;
}

@media screen and (min-width: 860px) {

#container {
  margin:0 auto;
  width:860px;
  position: relative; 
  padding: 30px 0 30px 30px;
}

#header {
 position:relative; 
 right:30px;
 z-index: 1;
}

#header a {
 position:relative; 
}

#header h1 {
  line-height: 100%;
  font-size: 75%;
 text-align:right;
}

#header h2 {
  line-height: 100%;
  font-size: 120%;
 text-align:center;
 color: #666;
}

#header p {
  line-height: 100%;
  font-size: 90%;
  margin: 2em 0;
  text-align:right;
  color: #666;
}

.picture {
 position: relative; 
 float:left;
 padding:0;
 margin-right:30px;
 margin-bottom:30px;
 width:400px;
 height:225px;
 z-index: 2;
}

.picture a {
display: block;
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;
}

.border_radius {
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}

.pictureover {
 position: absolute; 
 bottom:0;
 left:;0;
 padding:0;
 width:400px;
 height:225px;
 z-index: 2;
 background: -moz-linear-gradient(bottom, #000, transparent 35%);
 background: -webkit-linear-gradient(bottom, #000, transparent 35%);
 background: linear-gradient(to top, #000, transparent 35%);
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}

.picture h3 {
 position: absolute; 
 margin: 0;
 bottom:1.5em;
 left: 0.8em;
 font-size: 1em;
 font-weight: normal;
 color:#fff;
 z-index: 3;
}

.picture h4 {
 position: absolute; 
 margin: 0;
 bottom: 0.5em;
 right: 0.5em;
 font-size: 0.75em;
 font-weight: normal;
 color:#fff;
 z-index: 3;
}

.side {
 float:right;
 padding:0;
 width:320px;
 margin-bottom:10px;
}

.text {
 padding:10px 0 0 0;
 width:100%;
}

#footer {
 position:relative; 
}


}



@media screen and (max-width: 859px) {

#container {
 margin:0 auto;
 width:94%;
 padding: 3%;
 position:relative; 
}

#header {
 position:relative; 
 padding:3%;
 width:94%;
 z-index: 1;
}

#header h1 {
  line-height: 100%;
  font-size: 75%;
  color: #666;
 text-align:right;
}

#header h2 {
  line-height: 100%;
  font-size: 120%;
  margin: 2em 0 0 0;
  text-align:center;
  color: #666;
}

#header p {
  line-height: 100%;
  font-size: 90%;
  margin: 2em 0 0 0;
  text-align:right;
  color: #666;
}

#header a {
  text-decoration: none;
  color: #666;
}

.picture {
 position: relative; 
 padding:3%;
 width:94%;
 z-index: 2;
}

.picture a {
display: block;
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;
}

.border_radius {
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}

.pictureover {
 position: absolute; 
 bottom:3%;
 width:94%;
 height:94%;
 background: -moz-linear-gradient(bottom, #000, transparent 35%);
 background: -webkit-linear-gradient(bottom, #000, transparent 35%);
 background: linear-gradient(to top, #000, transparent 35%);
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}

.picture_eiwa {
 position: absolute; 
 bottom:3%;
 width:94%;
 height:40%;
 background: -moz-linear-gradient(bottom, #6e132f, transparent);
 background: -webkit-linear-gradient(bottom, #6e132f, transparent);
 background: linear-gradient(to top, #6e132f, transparent);
 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}

.picture h3 {
 position: absolute; 
 margin: 0;
 bottom:2em;
 left:0.85em;
 font-size: 0.85em;
 font-weight: normal;
 color:#fff;
 z-index: 3;
}

.picture h4 {
 position: absolute; 
 margin: 0;
 bottom: 0.75em;
 right: 0.75em;
 font-size: 0.75em;
 font-weight: normal;
 color:#fff;
 z-index: 3;
}

.side {
 padding:3%;
 width:94%;
}

.text {
 padding:3%;
 width:94%;
}

#footer {
 position:relative; 
 padding:3%;
 width:94%;
}


}






ul {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none;
  margin-bottom: 1em;
}

nav {
  margin-bottom: 100px;
}

li ul li {
font-size: 90%;
margin: 0 0 0.3em 1em;
padding: 0;
}


a {
  text-decoration: none;
  color: #333;
}

#bt {
  position:fixed; top:20px; left:20px;
  z-index: 3;
}

#logo {
  position:fixed; bottom:15px; right:15px;

 z-index: 3;
}

#menu {
  position: fixed;
  top: 0;
  right: -300px;
  overflow: scroll;
  width: 260px;
  height: 100%;
  padding: 20px;
  transition: left .7s, right .7s;
  background-color: #f7f7f7;
  opacity: 0.95;
  z-index: 3;
}

.toggle {
  cursor: pointer;
}

#open {
  display: none;
}

#open:checked + #menu {
  right: 0;
}