html,
body,
div,
h1,
h2,
h3,
h4,
h5,
p,
a,
img,
ul,
ol,
li,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
.clearfix:after,
.richtextblock:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0px;
  height: 0px;
}
body,
html {
  height: 100%;
}
body {
  background-color: #fff;
  font-family: "Open Sans", arial;
}
div.layout {
  max-width: 855px;
  margin: 0 auto;
  min-height: 100%;
  background-color: black;
  position: relative;
}
div.header {
  position: relative;
  margin-bottom: 2em;
}
div.header img {
  display: block;
  width: 100%;
}
div.header a.home {
  position: absolute;
  left: 30px;
  bottom: -18px;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 4px;
  color: white;
  background-color: #888;
}
div.header a.home i {
  font-size: 28px;
}
div.content {
  padding: 30px 30px 100px 30px;
  color: #eee;
  font-size: 13px;
  line-height: 1.5em;
}
div.content h1,
div.content h2 {
  color: white;
  margin-bottom: 1em;
  font-family: "Source Sans Pro", arial;
  font-size: 2em;
  font-weight: bold;
  line-height: 110%;
}
div.content h2 {
  font-size: 1.5em;
}
div.content p {
  margin-bottom: 1em;
}
div.content a {
  color: white;
  text-decoration: none;
}
div.content a.more,
div.content a.back,
div.content a.forward {
  display: inline-block;
  background-color: #888;
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  margin-top: 8px;
}
div.content a.more:hover,
div.content a.back:hover,
div.content a.forward:hover {
  background-color: #999;
}
div.content div.image {
  margin-bottom: 1em;
  display: inline-block;
  position: relative;
}
div.content div.image img {
  vertical-align: bottom;
  margin: 0;
}
div.content div.image > div {
  display: inline-block;
}
div.content div.image.center {
  display: block;
  text-align: center;
}
div.content div.image.right {
  display: block;
  text-align: right;
}
div.content div.image.floatleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
div.content div.image.floatright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
div.content div.image div.caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px 8px;
  background-color: rgba(50, 50, 50, 0.8);
}
div.content div.image div.caption p {
  margin: 0;
  color: white;
}
div.content div.image div.caption p a {
  color: white;
  text-decoration: underline;
  font-weight: normal;
}
div.blogintro {
  margin-bottom: 1em;
  position: relative;
}
div.blogintro div.date,
div.bloglist div.date {
  font-size: 1em;
  color: #f8f8f8;
}
@media (max-width: 480px) {
  div.blogintro div.date,
  div.bloglist div.date {
    margin-top: -1.5em;
    margin-bottom: 2em;
  }
}
@media (min-width: 481px) {
  div.blogintro div.date,
  div.bloglist div.date {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
div.bloglist {
  margin-top: 4em;
}
div.bloglist > div {
  position: relative;
  margin-bottom: 4em;
}
div.bloglist > div img {
  float: left;
}
div.bloglist > div > div.introtext {
  margin-left: 260px;
}
@media (max-width: 640px) {
  div.bloglist > div img {
    width: 120px;
  }
  div.bloglist > div > div.introtext {
    margin-left: 140px;
  }
}
@media (max-width: 480px) {
  div.bloglist > div img {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  div.bloglist > div > div.introtext {
    margin-left: 0px;
  }
}
@media (max-width: 360px) {
  div.bloglist > div img {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
div.bloglist div.nav {
  height: 40px;
  position: relative;
}
div.bloglist div.nav a.back {
  position: absolute;
  right: 0px;
  top: 0px;
}
div.fotoalbum {
  text-align: right;
  margin: 2em 0;
}
div.fotoalbum div.thumbnails a {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
div.fotoalbum div.thumbnails a:nth-child(3),
div.fotoalbum div.thumbnails a:nth-child(6) {
  margin-right: 0;
}
div.fotoalbum div.thumbnails a img {
  width: 100%;
}
div.fotoalbum div.images {
  display: none;
}
div.galery_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  background-color: rgba(32, 32, 32, 0.95);
  opacity: 0;
  transition: opacity 0.5s;
}
div.galery_popup div.outer {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgba(255, 0, 255, 0);
  -webkit-user-select: none;
  user-select: none;
}
div.galery_popup div.inner {
  position: absolute;
  left: 0px;
  user-select: none;
}
div.galery_popup div.inner.animate {
  transition: all 0.5s ease-in-out;
}
div.galery_popup div.inner > div {
  width: 600px;
  height: 600px;
  margin-right: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
div.galery_popup a.close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  text-decoration: none;
  opacity: 0.7;
  width: 48px;
  height: 48px;
}
div.galery_popup a.close i {
  font-size: 48px;
}
div.galery_popup a.next,
div.galery_popup a.previous {
  position: absolute;
  top: 100px;
  color: #444;
  background-color: #eee;
  text-decoration: none;
  opacity: 0.7;
  width: 48px;
  padding: 24px 0;
}
div.galery_popup a.next i,
div.galery_popup a.previous i {
  font-size: 48px;
}
div.galery_popup a.next.disabled,
div.galery_popup a.previous.disabled {
  background-color: #888;
}
div.galery_popup a.previous {
  left: 0px;
}
div.galery_popup a.next {
  right: 0px;
}
div.footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #404040;
  padding: 15px 30px;
  text-align: center;
}
div.footer p {
  color: #ccc;
  font-size: 11px;
}
div.footer p a {
  color: #000;
  text-decoration: none;
}
div.login {
  margin-top: 2em;
}
div.login input {
  padding: 8px;
  background-color: #ccc;
  border: none;
  border-radius: 0;
}
div.login a {
  margin-left: 16px;
  display: inline-block;
  background-color: #444;
  color: #f8f8f8;
  padding: 4px 8px;
  font-size: 11px;
}
div.login a:hover {
  background-color: #666;
}
div.login div.error {
  margin-top: 1em;
  color: red;
  font-weight: bold;
}
