
        /* Theme Plenitude from Blogg.se */

@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');

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

body {
  font-family: "Droid Sans", sans-serif;
  line-height: 1.7em; }

h4, #content h3, #content .footer-comment a, #side #profile h4 {
  font-family: "Amatic SC", cursive;
  line-height: 1.3em; }

#wrapper:after, #header:after, #header #myimg:after, #side #profile:after, #side #posts:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden; }

#myimg div, #header, #content .entry {
  margin: 0 auto; }

#content header {
  text-align: center; }

#comment-author, #comment-email, #comment-url, textarea, #side #search input[type="search"] {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px -3px #999999;
  -moz-box-shadow: 0 2px 4px -3px #999999;
  box-shadow: 0 2px 4px -3px #999999;
  outline: none;
  background: white;
  -webkit-appearance: none; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img, embed {
  height: auto;
  max-width: 100%; }

.container, #side {
  float: left;
  min-height: 1px;
  padding: 0 10px;
  position: relative; }

.container {
  float: none;
  margin: 0 auto;
  width: 66.6667%; }

body {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  color: #666666; }

em {
  font-style: italic; }

strong, b {
  font-weight: bold; }

a {
  text-decoration: none;
  color: #666666;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

h4 {
  font-size: 22px; }

::selection {
  background: #cccccc;
  color: #FFF; }

::-moz-selection {
  background: #cccccc;
  color: #FFF; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9; }

.btn:active {
  background-color: #cccccc \9; }

.btn:first-child {
  *margin-left: 0; }

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.btn:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

#myimg div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  background-size: cover;
  width: 100%;
  height: 200px;
  background-position: center center; }
  #myimg div:last-of-type {
    border-bottom: 1px solid white; }

#header {
  display: none;
  width: 90%;
  margin-top: 10px; }
  @media only screen and (max-width: 767px) {
    #header {
      display: block; } }
  #header #myimg div {
    float: left;
    width: 33%; }
  #header #myimg .img1, #header #myimg .img2 {
    margin-right: 0.5%; }

#content {
  overflow: hidden;
  padding-bottom: 75px;
  position: relative; }
  #content ul, #content ol {
    margin-left: 50px;
    margin-top: 10px; }
  #content ul {
    list-style: disc; }
  #content ol {
    list-style: decimal; }
  #content time:not(.timeago) {
    font-size: 13px;
    display: block;
    margin-bottom: 20px; }
  #content h3 {
    font-size: 52px;
    line-height: 1.2em;
    overflow: hidden; }
  #content footer {
    margin-top: 20px; }
  #content .footer-tags {
    font-size: 12px;
    line-height: 1.5em; }
  #content .footer-categories {
    font-size: 12px;
    line-height: 1.5em; }
  #content .footer-comment {
    margin: 30px 0 10px;
    display: block;
    text-align: center; }
    #content .footer-comment a {
      font-size: 32px;
      padding: 0 10px; }
  #content .entry {
    width: 90%;
    float: none;
    padding: 60px 0px 20px;
    border-bottom: 1px solid;
    border-top: 2px solid;
    margin-bottom: 3px;
    overflow: hidden; }
    #content .entry p {
      margin: 10px 0; }
    #content .entry:first-of-type {
      border-top: 0 none;
      padding-top: 50px; }
      @media only screen and (max-width: 767px) {
        #content .entry:first-of-type {
          padding-top: 20px; } }
    #content .entry:last-of-type footer {
      margin-bottom: 20px; }
    @media only screen and (min-width: 768px) and (max-width: 1300px) {
      #content .entry {
        width: 90%; } }
    @media only screen and (min-width: 1560px) {
      #content .entry {
        width: 1005px;
        margin-left: 60px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1560px), only screen and (-moz-min-device-pixel-ratio: 2) and (min-width: 1560px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1560px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-width: 1560px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1560px), only screen and (min-resolution: 192dpi) and (min-width: 1560px), only screen and (min-resolution: 2dppx) and (min-width: 1560px) {
      #content .entry {
        margin: 3px auto !important; } }

.comment {
  margin-bottom: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc; }
  .comment:first-of-type {
    margin-top: 40px; }
  .comment:last-of-type {
    margin-bottom: 40px; }

.comment-meta {
  color: #999999;
  font-size: 13px; }
  .comment-meta time {
    display: inline-block !important; }

.comment-nr {
  margin-right: 6px;
  padding: 0px 10px;
  background-color: #cccccc;
  font-size: 13px;
  margin-top: -8px;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

a.comment-header, .comment-body a {
  text-decoration: underline;
  color: #333333; }

.comment-avatar {
  float: left;
  padding: 0;
  margin-right: 24px;
  margin-top: -5px;
  border: 1px solid white; }

.response {
  border-top: 1px dashed #cccccc;
  padding: 5px 10px 0;
  margin-top: 10px; }

.response-by {
  display: block;
  padding: 0 10px;
  font-size: 12px; }

.commentform {
  margin-bottom: 20px; }
  .commentform textarea {
    display: block; }

label[for="comment-author"], label[for="comment-email"], label[for="comment-url"], label[for="comment-content"], .commentform .formbutton {
  display: block;
  margin-top: 10px; }

@media only screen and (max-width: 767px) {
  #comment-author, #comment-email, #comment-url, textarea {
    width: 100%; } }

#side {
  height: 100%;
  max-width: 450px;
  padding: 50px 60px;
  z-index: 1000;
  width: 41.6667%; }
  @media only screen and (max-width: 767px) {
    #side {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1300px) {
    #side {
      padding: 30px 20px;
      max-width: 250px; } }
  #side section {
    margin-bottom: 30px; }
  #side #search {
    text-align: center; }
    #side #search .formbutton {
      text-transform: uppercase; }
    @media only screen and (max-width: 989px) {
      #side #search {
        display: none; } }
  #side #profile h4 {
    text-transform: capitalize;
    font-size: 36px;
    margin: 15px 0; }
  #side #profile p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.5em; }
  #side #profile img {
    float: left;
    margin: 0 20px 10px 0; }
    @media only screen and (min-width: 768px) and (max-width: 1300px) {
      #side #profile img {
        float: none;
        margin: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1300px) {
    #side #profile {
      text-align: center; } }
  #side #posts a {
    display: block;
    width: 48.4%;
    height: 150px;
    background-size: cover;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    @media only screen and (min-width: 768px) and (max-width: 1300px) {
      #side #posts a {
        width: 100%;
        margin-bottom: 10px; } }
    #side #posts a:nth-of-type(7), #side #posts a:nth-of-type(8), #side #posts a:nth-of-type(9) {
      display: none; }
    #side #posts a:first-of-type, #side #posts a:nth-of-type(3), #side #posts a:nth-of-type(5) {
      margin-right: 10px; }
    #side #posts a:first-of-type, #side #posts a:nth-of-type(2), #side #posts a:nth-of-type(3) {
      margin-bottom: 10px; }
  #side #archives p {
    display: inline;
    font-weight: bold; }
  #side li:not(.tit) {
    list-style: disc;
    margin-left: 30px; }

#mobile-header {
  display: none; }
  @media only screen and (max-width: 767px) {
    #mobile-header {
      display: block; } }
  #mobile-header #navigation {
    display: none; }
  #mobile-header #responsive-menu-button {
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    margin: 0;
    padding-left: 9px;
    padding-top: 10px;
    width: 42px;
    display: block; }
    #mobile-header #responsive-menu-button svg {
      fill: white; }

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  color: white;
  -webkit-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.1); }
  .sidr .sidr-inner {
    padding: 0 0 15px; }
    .sidr .sidr-inner > p {
      margin-left: 15px;
      margin-right: 15px; }
  .sidr.left {
    left: -260px;
    right: auto; }
  .sidr p {
    margin: 0 0 12px; }
  .sidr > p {
    margin-left: 15px;
    margin-right: 15px; }
  .sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid transparent; }
    .sidr ul li {
      display: block;
      margin: 0;
      line-height: 48px;
      border-top: 1px solid transparent;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.6); }
      .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
        border-top: 1px solid transparent;
        /*line-height: 49px; */ }
      .sidr ul li:hover > a, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
        -webkit-box-shadow: inset 0 0 15px 3px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: inset 0 0 15px 3px rgba(0, 0, 0, 0.08);
        box-shadow: inset 0 0 15px 3px rgba(0, 0, 0, 0.08); }
      .sidr ul li a, .sidr ul li span {
        padding: 0 15px;
        display: block;
        text-decoration: none;
        color: white; }
      .sidr ul li span {
        margin-bottom: -12px; }
      .sidr ul li ul {
        border-bottom: none;
        border-top: none;
        margin: 0; }
        .sidr ul li ul li {
          line-height: 34px;
          font-size: 12px;
          border-bottom: none; }
          .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: 1px solid transparent;
            /*line-height: 36px;*/ }
          .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 rgba(0, 0, 0, 0.08);
            -moz-box-shadow: inset 0 0 15px 3px rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 0 15px 3px rgba(0, 0, 0, 0.08); }
          .sidr ul li ul li a, .sidr ul li ul li span {
            padding-left: 40px; }
  .sidr form {
    margin: 0 15px; }
  .sidr label {
    font-size: 13px; }
  .sidr input, .sidr textarea, .sidr select {
    width: 100%;
    padding: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0 0;
    border: none;
    background: white;
    display: block;
    clear: both; }
  .sidr .sidr-class-profile img {
    margin: 20px 20px 0; }
  .sidr .sidr-class-profile .sidr-class-name {
    position: relative;
    top: -10px;
    display: inline; }

#wrapper, body, #side, .sidr, #responsive-menu-button {
	background-image: none;
	background: rgb(0,0,0,0);
}

@media only screen and (max-width: 767px) {
	body, #wrapper { background: #f5f5f5; }
}

#content { background-color: #f5f5f5; }
body, a, .social svg { color: #7a7a7a; fill: #7a7a7a; }
.post a { color: rgba(255, 166, 0, 1); }
.post a:hover { color: rgba(0, 0, 0, 1); }
#side, #side a, .sidr ul li a, .sidr ul li span { color: #919191; fill: #919191; }

body, input, textarea {
	font-family: "Raleway", sans-serif;
	font-size: 
}

#header h1, #content h3, #content .footer-comment a, .pagination, #side h4, #side #profile h4, #content h4 {
	font-family: "Poiret One", sans-serif;
}

#header h1 { font-size: ; }
#content h3 { font-size: ; }
#side #profile h4, #side h4, h4 { font-size: 28px; }

.img1 { background-image: url(https://cdn3.cdnme.se/4383410/6-3/1_53400846ddf2b329976a882d.jpg); }
.img2 { background-image: url(https://cdn1.cdnme.se/4383410/6-3/2_5340084bddf2b31de4e624c5.jpg); }
.img3 { background-image: url(https://cdn1.cdnme.se/4383410/6-3/3_534008532a6b226823dbbcd2.jpg); }

.fb_iframe_widget iframe { top: -4px; }
#myimg div:last-of-type { border-bottom: 0 none !important; }

.social { text-align: center; }

.sidr form { margin: 0 15px 15px; }