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-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 {
  margin: 0 auto;
}

#wrapper:after, .clear, #content .entry:after, #content .commentform:after, #content .comment .comment-avatar:after, #header:after, #side #about:after, #sidr-id-social:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

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;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 767px) {
  body {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body { width: 100%; overflow-x: hidden; }
}

#wrapper {
  max-width: 95%;
  margin-top: 0.7%;
  padding-top: 0.01%;
}

.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;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

#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: 0px;
  right: 20px;
}

#back-top a {
  padding: 12px 16px 8px;
  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;
}

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

#bloggse_panorama {
  padding-top: 40px;
}

#content {
  float: left;
  width: 75%;
  margin-left: 1%;
}
@media only screen and (max-width: 768px) {
  #content {
    overflow: hidden;
    width: 100%;
    margin: 0 !important;
    float: none !important;
  }
}
#content h3 {
  line-height: 1.4em;
}
#content h3 a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #content h3 {
    font-size: 2em !important;
  }
}
#content .meta {
  margin-bottom: 1%;
}
#content .post {
  margin-top: 1%;
  overflow: hidden;
}
#content .post img {
  max-width: 100%;
}
#content .post img, #content .post figure {
  margin-bottom: 2%;
}
#content .post p {
  margin: 0 0 2%;
}
#content footer {
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.7em;
}
#content .comment {
  margin: 2% 0;
  padding: 0 0 2%;
}
#content .comment .comment-avatar {
  display: block;
  margin-bottom: 1%;
}
#content .comment .comment-header {
  font-weight: bold;
}
#content .comment .comment-body {
  padding: 1% 0;
}
#content .comment .response {
  padding: 1% 1% 0%;
}
#content .comment .response-by {
  display: block;
  padding: 0 1% 1%;
}
#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: 94% !important;
  }
}
#content .share-button {
  z-index: 100;
  width: 55px;
  display: inline-block !important;
}
#content .share-button ul {
  list-style: none;
  margin: 0;
}
#content .share-button label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
#content .share-button label span {
  text-transform: none;
  font-weight: normal;
}

#header {
  max-width: 100%;
  padding-top: 100px;
  height: 250px;
  text-align: center;
  background-size: cover;
  margin: 1% 1% 50px;
}
@media only screen and (max-width: 767px) {
  #header {
    height: 150px;
    padding-top: 50px;
  }
}
#header h1 {
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  #header h1 {
    width: 100%;
    float: none;
    padding: 0;
    font-size: 5em !important;
  }
}
#header h1 a {
  text-decoration: none !important;
}
#header h2 {
  line-height: 1.4em;
}

.no_image_header {
  padding: 40px 0 !important;
  height: inherit !important;
}
@media only screen and (max-width: 767px) {
  .no_image_header {
    height: inherit !important;
    padding: 20px 0 !important;
  }
}
.no_image_header #sidr-btn {
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .no_image_header #sidr-btn {
    margin-top: 0px;
    top: 20px;
  }
}

#side {
  float: right;
  width: 20%;
  margin-right: 1%;
}
@media only screen and (max-width: 768px) {
  #side {
    display: none;
  }
}
#side a {
  text-decoration: none;
}
#side h4 {
  font-size: 1.4em;
  padding-bottom: 4%;
}
#side #social .social-icons {
  text-align: center;
}
#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;
  padding: 3px;
}
#side #social .social-icons svg:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
#side #social .social-icons li {
  padding: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
#side #social .social-icons li a {
  padding: 0 4px;
}
#side #social .social-icons li.instagram svg {
  padding: 1px;
}
@media only screen and (max-width: 767px) {
  #side #about {
    padding: 2% 0;
  }
}
#side #about img {
  float: left;
  padding-right: 8%;
}
#side #about h5 {
  margin-bottom: 1%;
}
#side #search {
  padding: 10% 0%;
}
#side #search form {
  padding: 5px 2px 5px 10px;
  width: 95%;
}
#side #search form input {
  -webkit-appearance: none;
  background-color: transparent;
  outline: none;
  border: 0 none;
}
#side #search form input[type="submit"] {
  font-weight: bold;
  width: 15%;
  float: right;
}
#side #search form input[type="search"] {
  width: 80%;
}
#side #home h4 {
  border-bottom: none;
  font-size: 1em;
  margin: 10% 0 0;
  line-height: 1em;
  padding: 10px;
  text-align: center;
}
@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;
  }
}

.sidr {
  background-color: #333;
}

.sidr ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sidr input[type=button], .sidr input[type=submit], .sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6, .sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  background: rgba(0, 0, 0, 0.2);
}

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.3);
}

.sidr, .sidr ul li a, .sidr ul li span, .sidr input[type=button], .sidr input[type=submit], .sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h4 a, .sidr h5, .sidr h6, .sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  color: #FFF;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  box-shadow: inset 0 0 15px 3px rgba(0, 0, 0, 0.2);
}

#sidr-id-posts {
  display: none;
}

.sidr svg {
  fill: #fff;
}

#sidr-id-social li {
  border: 0 none;
  display: inline-block;
}
#sidr-id-social li a {
  padding: 0;
  height: 30px;
}
#sidr-id-social li:hover > a {
  box-shadow: none !important;
}
#sidr-id-social ul {
  text-align: center;
}

#sidr-btn {
  margin-left: 10px;
  margin-top: -90px;
  padding: 2px 3px 0;
  height: 34px;
  position: fixed;
  display: block;
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 767px) {
  #sidr-btn {
    margin-top: 0px;
    top: 20px;
  }
}
#sidr-btn 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;
}
#sidr-btn svg:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  #sidr-btn {
    display: inherit;
  }
}

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 15px;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 15px;
  line-height: 24px;
}

.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
  padding: 10px 15px 0px;
}

.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}

.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid transparent;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}

#sidr-id-about span {
  text-transform: uppercase;
}

.sidr ul li ul li:last-child {
  border-bottom: none;
}

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222222;
  -moz-box-shadow: inset 0 0 15px 3px #222222;
  box-shadow: inset 0 0 15px 3px #222222;
}

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}

.sidr form {
  margin: 0 15px;
}

.sidr label {
  font-size: 13px;
}

#sidr-id-home {
  margin-bottom: 10px;
}

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 80%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px 0 0 2px;
  border: none;
  display: inline-block;
  clear: both;
}

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

.sidr input[type=button], .sidr input[type=submit] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 2px 2px 0;
  padding: 4px;
  border: none;
  margin-left: -4px;
  width: 15%;
}
#content>div{ margin-bottom: 30px; }
