html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

#wrapper, #menu:after {
  margin: 0 auto;
}

#wrapper:after, .container:after, .clear, #content .entry:after, #content .commentform:after, #content .comment .comment-avatar:after, #header:after, #side section:after, #side #archives ul:after, #side #posts li:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

#wrapper {
  width: 1590px;
  max-width: 100%;
}

body {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: 1.7em;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  background-color: #EFEFEF;
}
@media only screen and (max-width: 767px) {
  body {
    margin-top: 0;
  }
}

a {
  text-decoration: none;
}

.half {
  display: none;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .half {
    display: inherit;
  }
}

.full {
  display: inherit;
  width: 63%;
  padding-left: 5%;
}
@media only screen and (max-width: 767px) {
  .full {
    display: none;
  }
}

.morebutton {
  text-align: center;
}
.morebutton a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 5%;
  padding: 1% 5%;
  text-transform: uppercase;
}

.container {
  padding: 0 5%;
}
@media only screen and (max-width: 1025px) {
  .container {
    padding: 0 2%;
  }
}

em, i {
  font-style: italic !important;
}

strong, b {
  font-weight: bold !important;
}

#content ol {
  list-style: decimal;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#content ul {
  list-style: disc;
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#back-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
}

#back-top a {
  width: 50px;
  height: 38px;
  padding-top: 12px;
  font-size: 24px;
  display: block;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #back-top a {
    padding-top: 16px;
    height: 33px;
    font-weight: normal;
  }
}

#back-top a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

#bloggse_panorama {
  padding-top: 40px;
}

#content {
  margin-top: 4%;
  width: 70%;
  float: left;
}

@media only screen and (max-width: 767px) {
  #content {
    float: none;
    width: 100%;
  }
}

#content h3 {
  font-weight: 100;
  line-height: 1.1em;
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  #content h3 {
    font-size: 2.5em !important;
  }
}

#content .panel {
  display: none;
}

#content .panel .commentform {
  font-size: 1.1em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-align: left;
  padding: 0;
  margin-bottom: 1%;
  border-bottom: 0 none !important;
}

#content .panel .commentform #comment-author, #content .panel .commentform #comment-email, #content .panel .commentform #comment-url, #content .panel .commentform #comment-content {
  width: 100%;
}

#content .slide a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 1% 0;
  padding: 1% 5%;
  text-transform: uppercase;
  font-size: 1.1em;
}
#content .post {
  overflow: hidden;
}
#content .post a {
  text-decoration: underline;
}
#content .post img {
  max-width: 100%;
}
#content .post img, #content .post figure {
  margin-bottom: 20px;
}
#content .post p {
  margin: 0 0 20px;
}
#content footer {
  padding: 3% 0 0;
  text-align: center;
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.7em;
  margin-bottom: 2%;
}
#content footer time {
  display: block;
}
#content .social {
  margin-top: 10px;
}
#content .social a {
  margin-right: 5px;
}
#content .comment {
  padding: 2% 0%;
  margin-bottom: 3%;
}
#content .comment .comment-avatar {
  float: right;
  margin: 0px 0px 10px 10px;
}
#content .comment a.comment-header {
  text-decoration: underline;
}
#content .comment .comment-header {
  font-weight: bold;
}
#content .comment .comment-nr {
  padding: 0 10px;
}
#content .comment .comment-body {
  padding: 1% 2% 0px 2%;
}
#content .comment .response {
  margin: 1% 2% 0;
  padding: 1% 1% 0;
}
#content .comment .response-by {
  display: block;
  margin: 0 2% 0;
  padding: 0 1% 1%;
}
#content .commentform {
  padding: 2%;
}
#content .commentform label[for="comment-email"], #content .commentform label[for="comment-author"], #content .commentform label[for="comment-url"], #content .commentform label[for="comment-content"] {
  display: block;
  margin-top: 10px;
}
#content .commentform textarea {
  display: block;
  margin-bottom: 10px;
}
#content .commentform .formbutton {
  cursor: pointer;
  padding: 4px 10px;
  text-transform: uppercase;
  border: 0 none;
}
#content .commentform input, #content .commentform textarea {
  border: 0 none;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #content .commentform #comment-author, #content .commentform #comment-email, #content .commentform #comment-url, #content .commentform #comment-content {
    width: 97%;
  }
}

#menu {
  padding: 1% 5%;
  text-align: center;
}
@media only screen and (max-width: 1025px) {
  #menu {
    padding: 1% 2%;
  }
}
#menu li {
  display: inline;
  padding: 0 1%;
}
#menu a {
  font-weight: bold;
  font-weight: 600;
}

#header {
  padding: 4% 5% 0;
}
@media only screen and (max-width: 767px) {
  #header {
    text-align: center;
  }
}
@media only screen and (max-width: 1025px) {
  #header {
    padding: 2% 2% 0;
  }
}
#header .clear {
  padding: 2% 0 0;
}
#header h1 {
  font-weight: 300;
  line-height: 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #header h1 {
    width: 100%;
    float: none;
    padding: 0;
    font-size: 2.5em !important;
  }
}
#header h2 {
  line-height: 1.4em;
  padding: 0% 0% 2%;
  text-align: center;
}

.header1, .header2, .header3 {
  float: left;
  width: 31.3333%;
  padding-top: 23%;
  background-size: cover;
}
@media only screen and (max-width: 1025px) {
  .header1, .header2, .header3 {
    width: 32%;
  }
}

.header1, .header2 {
  margin-right: 3%;
}
@media only screen and (max-width: 1025px) {
  .header1, .header2 {
    margin-right: 2%;
  }
}

.no_image_header1, .no_image_header2, .no_image_header3 {
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
}

#side {
  float: right;
  width: 26%;
}
@media only screen and (max-width: 767px) {
  #side {
    border-left: 0 none !important;
    float: none;
    width: 100%;
  }
}
#side section {
  padding: 5% 0 5% 8%;
}
@media only screen and (max-width: 767px) {
  #side #social {
    float: left;
    padding: 0 1% 2%;
    width: 47%;
  }
}
#side #social .social-icons {
  float: right;
}
@media only screen and (max-width: 767px) {
  #side #social .social-icons {
    float: left;
  }
}
#side #social .social-icons svg {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#side #social .social-icons svg:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#side #social .social-icons li {
  padding: 0;
  float: left;
}
#side #social .social-icons li a {
  padding: 0 3px;
}
#side #social h4 {
  margin-top: 3px;
}
#side h4 {
  font-weight: bold;
  font-weight: 600;
  font-size: 1.1em;
}
#side #search h4, #side #social h4 {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 767px) {
  #side #search, #side #social {
    border-bottom: none 0 !important;
  }
}
#side #posts h4, #side #archives h4, #side #links h4 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #side #links {
    float: none;
    padding: 2% 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #side #about {
    padding: 2% 0;
  }
}
#side #about img {
  float: left;
  padding-right: 8%;
}
#side #about p {
  font-size: 0.9em;
  line-height: 1.4em;
}
#side #about p:first-of-type {
  margin-bottom: 10px;
}
#side #about h5 {
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  #side #search {
    float: right;
    padding: 0 1% 2%;
    width: 47%;
  }
}
#side #search h4 {
  margin-top: 4px;
}
#side #search form {
  float: right;
  padding: 5px 2px 5px 10px;
}
#side #search form input {
  -webkit-appearance: none;
  background-color: transparent;
  outline: none;
  border: 0 none;
}
@media only screen and (max-width: 479px) {
  #side #search form input {
    width: 70%;
  }
}
#side #search form input[type="submit"] {
  font-weight: bold;
}
@media only screen and (max-width: 479px) {
  #side #search form input[type="submit"] {
    width: 19%;
  }
}
@media only screen and (max-width: 479px) {
  #side #search form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #side #archives {
    float: none;
    padding: 2% 0;
    width: 100%;
  }
}
#side #archives li {
  float: right;
  padding-right: 3px;
}
#side #archives .year {
  font-weight: bold;
  float: left;
}
#side #archives ul {
  margin-bottom: 2%;
  padding: 1% 4%;
}
@media only screen and (max-width: 767px) {
  #side #archives ul {
    margin-bottom: 1%;
  }
}
@media only screen and (max-width: 767px) {
  #side #home {
    padding: 0 0% 2%;
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  #side #posts {
    display: none;
  }
}
#side #posts li {
  margin-bottom: 5%;
  line-height: 1.1em;
}
#side #posts .post-image {
  float: left;
  width: 21%;
  padding-top: 21%;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-right: 6%;
}
#side #posts .post-title {
  display: block;
  padding-top: 3%;
}
#side #posts .post-cat {
  padding-top: 2%;
  font-size: 0.8em;
  text-transform: uppercase;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#side #posts li {
  display: block;
  width: 100%;
}
#content>article, #content>div {
    margin-bottom: 40px;
}
