@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url("http://static.blogg.se/themes/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("http://static.blogg.se/themes/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("http://static.blogg.se/themes/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("http://static.blogg.se/themes/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("http://static.blogg.se/themes/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa-home, .fa-chevron-down, .fa-chevron-up, #content .facebook-count:before, #content .twitter-count:before, #content .fa-chevron-right, #content .fa-comment, #content .likebtn .likebtn__btn:before, #sidr-btn a span, #nav .social-icons a, #nav #search .fa-search {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#sidr-btn a span {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-search:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

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, main, menu, nav, section, summary {
  display: block;
}

#content .article-wrap .entry, #content .entry-wrap, #content .comment-wrap .comment, #content .commentform, #header, #header .h-container, .header, #nav, #nav .nav-container {
  margin: 0 auto;
}

#wrapper:after, .clear, #content:after, #content .article-wrap:after, #content h3:after, #content .entry:after, #content .comment-wrap:after, #content .comment:after, #content .comment .comment-avatar:after, #content .commentform:after, #header:after, .header:after, #nav:after, #nav .nav-container:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

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

#content .article-wrap .entry,
#content .entry-wrap,
#content .comment,
#content .commentform,
.nav-container,
#header .h-container {
  max-width: 96%;
}

a {
  text-decoration: none;
}

input[type="text"], textarea, input[type="search"], input[type="submit"], button {
  -webkit-appearance: 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;
  }
}

.fa-home {
  margin-right: 5px;
}

.fa-chevron-down {
  vertical-align: baseline;
}

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: 5px;
  right: 5px;
  border-radius: 5px;
}

#back-top a {
  padding: 7px 8px 9px;
  opacity: 0.8;
  display: block;
  line-height: 1em;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  -webkit-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 img {
  max-width: 100%;
}
#content header {
  padding-top: 5%;
}
#content .comment-count {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#content .comment-count:hover {
  opacity: 0.8;
}
#content .comment-count .fa-comment {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  padding: 9px 0 7px;
  line-height: 19px;
}
#content .comment-count .likebtn__count {
  margin-top: 4px;
  float: right;
}
#content .comment-count .likebtn__count:before {
  border-color: transparent #a5b1bd transparent transparent;
  left: -14px;
  right: auto;
}
#content .comment-count .likebtn__count:after {
  border-color: transparent #fff transparent transparent;
  left: -12px;
  right: auto;
}
#content .facebook-count, #content .twitter-count {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 22px;
  border-radius: 50%;
  padding: 9px 0 7px;
  text-align: center;
  line-height: 26px;
}
#content .facebook-count:hover, #content .twitter-count:hover {
  opacity: 0.8;
}
#content .twitter-count {
  margin: 0 10px;
}
#content .facebook-count:before {
  content: "";
  font-size: 16px;
}
#content .twitter-count:before {
  content: "";
  font-size: 17px;
}
#content .tag-count {
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: -10px;
}
#content .meta {
  margin-top: 3%;
  text-align: center;
  padding-bottom: 2%;
}
#content .fa-chevron-right {
  margin-left: 5px;
}
#content .date-count {
  display: block;
  letter-spacing: 0.5px;
  margin-bottom: 3%;
}
#content .category-count {
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#content h3 {
  line-height: 1.3em;
  overflow: hidden;
  font-weight: normal;
  margin: 1.2% 0 0.8%;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  #content h3 {
    font-size: 2em !important;
  }
}
#content .like-container {
  height: 38px;
}
#content .likebtn {
  margin-top: -1px;
  margin-right: 0px;
  height: 38px;
}
#content .likebtn:hover {
  opacity: 0.8;
}
#content .likebtn .likebtn__count {
  margin-top: 5px;
}
#content .likebtn .likebtn__btn {
  visibility: hidden;
  padding: 0;
  margin: 0;
  height: 38px;
  width: 38px;
}
#content .likebtn .likebtn__btn:before {
  border-radius: 50%;
  visibility: visible;
  height: 38px;
  width: 38px;
  border: 0 none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  box-shadow: none;
  text-shadow: none;
  font-size: 14px;
  content: "";
  display: block;
  opacity: 1;
  line-height: 38px;
}
#content .likebtn .likebtn__btn:before:hover {
  box-shadow: none;
  background: transparent;
}
#content .post {
  overflow: hidden;
}
#content .post a {
  text-decoration: underline;
}
#content .post img {
  max-width: 100%;
}
#content .post p {
  padding: 5px 0;
}
#content .comment {
  padding: 2% 0;
}
#content .comment .comment-avatar {
  float: left;
  height: 60px;
  width: 60px;
  background-size: cover;
  border-radius: 50%;
  display: block;
  margin-right: 1.5%;
}
#content .comment .comment-meta {
  display: block;
  letter-spacing: 0.5px;
}
#content .comment .comment-header {
  display: block;
  letter-spacing: 2px;
  font-size: 1.25em;
}
#content .comment .comment-body {
  padding-top: 0.5%;
}
#content .comment .response-from {
  display: none;
}
#content .comment .response {
  margin: 2% 0 0 8%;
  padding: 2% 2% 0;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
#content .comment .response-by {
  display: block;
  margin: 0 0 0 8%;
  padding: 4px 2% 1.8%;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
#content .form-wrap {
  margin-bottom: -22px;
}
#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 label {
  padding: 0 0.5%;
}
#content .commentform textarea {
  display: block;
  margin: 0 0.5% 10px !important;
}
#content .commentform .formbutton {
  cursor: pointer;
  padding: 4px 20px;
  border-radius: 14px;
}
#content .commentform input, #content .commentform textarea {
  padding: 10px;
}
#content .commentform #comment-author, #content .commentform #comment-email, #content .commentform #comment-url, #content .commentform #comment-content {
  margin: 0 0.5%;
}
@media only screen and (max-width: 767px) {
  #content .commentform #comment-author, #content .commentform #comment-email, #content .commentform #comment-url, #content .commentform #comment-content {
    width: 96%;
    max-width: 100% !important;
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  #content .commentform #comment-author, #content .commentform #comment-email, #content .commentform #comment-url, #content .commentform #comment-content {
    width: 94%;
  }
}

#header {
  padding-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #header {
    padding-top: 30px;
  }
}
#header .h-container {
  max-width: 96%;
}
#header .h-container h1 {
  margin: 2% 0 1%;
}
#header .h-container h1 a {
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  #header .h-container h1 a {
    font-size: 4em !important;
  }
}
#header .h-container h2 {
  margin-bottom: 3%;
}

.header {
  max-width: 100%;
  margin-top: -20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .header {
    margin-top: -30px;
  }
}

.no_image_header {
  height: 0px !important;
  margin: 0px;
}

#sidr-btn {
  z-index: 9999;
  margin-left: 5px;
  padding-top: 5px;
  display: none;
  position: absolute;
  top: 0px;
}
@media only screen and (max-width: 1000px) {
  #sidr-btn {
    display: inherit;
  }
}
#sidr-btn a {
  padding: 1px 10px 0;
  z-index: 9999;
  position: fixed;
  height: 24px;
  vertical-align: middle;
  font-size: 14px;
  opacity: 0.8;
}
#sidr-btn a span {
  font-size: 14px;
}

@media only screen and (max-width: 1000px) {
  #sidr-id-search button {
    display: none !important;
  }
}

#sidr-id-search {
  margin-top: 10px;
}

.sidr-class-navheading {
  text-transform: uppercase;
}

#sidr-id-about {
  padding: 10px;
  line-height: 1.7em;
}
#sidr-id-about a, #sidr-id-about span {
  padding: 0 !important;
}
#sidr-id-about span {
  margin-bottom: -15px;
  text-transform: uppercase;
}

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  background: #333;
  color: #fff;
  box-shadow: inset 0 0 5px 5px #222;
}

.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-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

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

.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;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d;
}

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
}

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

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

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

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

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

.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 {
  box-shadow: inset 0 0 15px 3px #222;
}

.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 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: 100%;
  font-size: 13px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 0 10px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}

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

.sidr input[type=button], .sidr input[type=submit] {
  color: #333;
  background: #fff;
}

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

#nav {
  z-index: 9999;
  height: 40px;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  #nav {
    display: none;
  }
}
#nav .navheading {
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
}
#nav .navheading:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#nav .social-icons {
  float: right;
}
#nav .social-icons a {
  padding-top: 14px;
  margin: 0 !important;
  width: 10px;
  height: 26px;
  vertical-align: middle;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#nav .social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#nav #about {
  padding: 10px;
}
#nav #about a {
  padding: 0;
  margin: 0;
}
#nav #about span {
  text-transform: uppercase;
  font-weight: bold;
}
#nav #search {
  padding: 10px;
}
#nav #search form {
  text-align: center;
}
#nav #search input[type="search"] {
  width: 90px;
  border-radius: 0px;
  outline: none;
  padding: 4px 5px;
  border: 0 none;
}
#nav #search button {
  border: 0 none;
  margin: 0;
  outline: 0;
  cursor: pointer;
  vertical-align: top;
  margin-top: 0px;
}
#nav #search .fa-search {
  padding: 5px 10px 3px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: bold;
}
#nav ul {
  position: relative;
  list-style-type: none;
  float: left;
  z-index: 9999;
}
#nav ul.sub-menu {
  display: none;
}
#nav ul li {
  text-align: left;
  display: inline-block;
  position: relative;
  font-size: 0.95em;
}
#nav li.dropdown > a {
  background-position: right 20px;
  background-repeat: no-repeat;
}
#nav li ul {
  position: absolute;
  left: 0;
  top: 40px;
  width: 200px;
  padding: 0;
}
#nav li li {
  position: relative;
  margin: 0;
  display: block;
}
#nav li li.dropdown > a {
  background-position: right 16px;
  background-repeat: no-repeat;
}
#nav li li a {
  margin: 0 10px;
  padding: 0;
}
#nav li li ul {
  position: absolute;
  top: 0;
  left: 200px;
  margin: 0;
  padding: 0;
}
#nav li li:last-child a {
  border-bottom: none;
}
#nav a {
  line-height: 32px;
  padding: 0 12px;
  margin: 0 12px;
  text-decoration: none;
  display: block;
}
