body {
  color: #444;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 0.95em;
}
a  { color:#666; cursor: pointer; }
a:hover { color:#3B5AA6; }
a:active { color:#36A9E1; }
/* Don't underline links */
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
img { border: 0; }
.justify { text-align: justify; }

#wrapper { text-align:center; }
#photo-list { display:none; }

#logo {
  position: fixed;
  top: 0;
  left: 0;
}
#logo img {
  width: 200px;
  height: 104px;
}

#menu {
  position: fixed;
  top: 100px;
  left: 0px;
  z-index: 10;
}
#menu div {
  margin-bottom: 4px;
  text-align: left;
}
#menu a {
  padding: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
#menu a:hover {
  background: rgba(200,200,200,0.6);
}
#submenu {
   display: none;
   margin-left: 20px;
   font-size: 0.8em;;
}

#current-photo img {
  display: block;
  margin-left: 200px;
  width: auto;
  z-index: -1;
  position: relative;
}

body.mobile #current-photo img {
  margin-left: 0px;
}

#article {
  position: fixed;
  top: 7%;
  left: 58%;
  background: rgba(0,0,0,0.7);
  padding: 5px;
  width: 25%;
  color: #c0c0c0;
}
body.mobile #article {
  top: 0;
}
#article.left {
  left: auto;
  right: 58%;
}

#footer {
  position: fixed;
  bottom: 0;
  background: rgba(22,22,22,0.7);
  width: 100%;
  text-align: left;
  font-size: 0.8em;
}
#footer a {
  color: #eee;
}
#footer .right {
  float: right;
}
#footer .right img {
  height: 20px;
}

#arrows {
  position: fixed;
  top: 400px;
  right: 0px;
  z-index: 99;
  color: white;
  width: 40px;
  cursor: pointer;
  display: none;
}
#arrows > div {
  height: 30px;
}
#arrow-up {
  background: url('../img/arrow-up.png') #777;
  border-bottom: 1px solid black;
}
#arrow-down {
  background: url('../img/arrow-down.png') #777;
}

#progress {
  position: fixed;
  top: 0;
  right: 0;
}

#contact {
  text-align: left;
  margin-top: 30px;
  margin-left: 220px;
}
@media (max-width: 550px) {
  #contact {
    margin-top: 250px;
    margin-left: 10px;
  }
  #logo, #menu {
    position: absolute;
  }
}
#contact-form {
  margin-top: 50px;
  border-top: 1px dashed gray;
  padding-top: 10px;
}
#contact-form h2 {
  font-size: 1em;
  font-weight: bold;
}
#contact-form > div {
  clear: left;
  padding-top: 10px;
}
#contact-form > div > div {
  float: left;
}
#contact-form > div > div.label {
  width: 160px;
}
#contact-form-message .error-msg {
  color: #C44;
}
#contact-form-message .success-msg {
  color: #0f0;
}
#video-player {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22,22,22,0.5);
  z-index: 9001;
}
#video-player > div {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background-color: black;
  z-index: 9002;
  padding-top: 25px;
  border: 2px solid #555;
  overflow: visible;
}
#video-player .close {
  font-size: 20px;
  z-index: 9003;
  float: right;
  position: relative;
  top: -25px;
  right: 10px;
}
#langs img {
  height: 12px;
  width: auto;
}
