@import url(//typ.problemas.se/fonter/lib/PT-Sans/stylesheet.css);
@import url(//typ.problemas.se/fonter/lib/Garramond/stylesheet.css);
html {
  background: #433 url(../../bilder/jannr/bg.main.png) repeat -50% -50% fixed;
}
body {
  position: relative;
  color: #433;
  font-size: 16px;
}
a img {
  border: 0;
}
a:link {
  color: #c33;
  text-decoration: none;
}
a:visited {
  color: #a11;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
b {
  font-weight: inherit;
}
p {
  margin: 0 10px 10px;
  text-align: left;
  line-height: 1.6;
}
.logo {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  z-index: 5;
  position: -webkit-sticky;
  position: sticky;
  top: -72px
}
.logo svg {
  background: #d53333;
  position: absolute;
  display: block;
  padding: 100px 5px 5px 20px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.logo.sticky svg {
  padding-top: 15px;
  position: fixed;
  top: 0;
}
.logo svg path:after {
  content: " ";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 0;
  width: 0;
  border-width: 7px 15px;
  border-style: solid;
  border-color: #d53333 #d53333 #d53333 transparent;
  display: block;
}
.nitRam {
  width: 937px;
  box-sizing: border-box;
  margin: 0 auto;
  font: 16px/1.4 Garramond, georgia, serif;
  position: relative;
  padding: 0;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.nitRam:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
section {
  position: relative;
  z-index: 3;
  display: block;
  width: 646px;
  margin: 0;
  padding: 0 0 60px;
  font: 16px/1.4 Garramond, georgia, serif;
  float: left;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}
.starter {
  display: block;
  width: 100%;
}
embed,
object {
  display: block;
}
iframe {
  vertical-align: bottom;
  width: 100%;
  box-sizing: border-box;
  height: calc(100% - 12px);
}
iframe#ga_target {
  height: 0;
  width: 0;
}
/* @group forms */
input[type='text'],
input[type='search'],
textarea {
  font: 16px PTSans, sans-serif;
  padding: 0 4px;
  line-height: 32px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  outline: 0;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left 25, from(rgba(255, 255, 255, 0.5)), color-stop(4%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.5)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 1px, rgba(255, 255, 255, 0.5) 25px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
textarea {
  line-height: 1.4;
  padding: 3px 4px;
}
input[type='text']:hover,
input[type='search']:hover,
textarea:hover {
  border-color: #C9C9C9;
  background: -webkit-gradient(linear, left top, left 25, from(rgba(255, 255, 255, 0.7)), color-stop(4%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.7)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4) 1px, rgba(255, 255, 255, 0.7) 25px);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
input[type='text']:focus,
input[type='search']:focus,
textarea:focus {
  border-color: #C9C9C9;
  background: -webkit-gradient(linear, left top, left 25, from(rgba(255, 255, 255, 0.8)), color-stop(4%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.8)));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5) 1px, rgba(255, 255, 255, 0.8) 25px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}
button,
button.dsq-button {
  font-family: PTSans, sans-serif;
  font-size: 16px;
  line-height: 32px;
  background: #c33;
  background: -webkit-gradient(linear, left top, left 25, from(rgba(204, 51, 51, 0.8)), color-stop(4%, rgba(204, 51, 51, 0.5)), to(rgba(204, 51, 51, 0.8)));
  background: -moz-linear-gradient(top, rgba(204, 51, 51, 0.8), rgba(204, 51, 51, 0.5) 1px, rgba(204, 51, 51, 0.8) 25px);
  color: #fff;
  float: right;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  border: solid 1px rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0 4px;
  min-width: 32px;
}
button:hover,
button.dsq-button:hover {
  background: #c33;
  background: -webkit-gradient(linear, left top, left 25, from(#cc3333), color-stop(4%, rgba(204, 51, 51, 0.7)), to(#cc3333));
  background: -moz-linear-gradient(top, #cc3333, rgba(204, 51, 51, 0.7) 1px, #cc3333 25px);
}
form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  padding-bottom: 10px;
}
input[type='search'] {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  margin-right: 4px;
}
/* @end */
/* @end */
/* @group article */
article {
  display: block;
  position: relative;
  padding: 10px 0 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5) inset;
}
article + article {
  border-top: 1px dashed #bbb;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
article h1,
article .h1 p {
  font: normal 30px/1.1 Garramond, georgia, serif;
  margin: 6px 35px 10px 17px;
  color: #754;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  text-align: left;
  text-rendering: optimizeLegibility;
}
article p {
  margin: 0 20px 10px;
}
article p a {
  font-family: Garramond, georgia, serif;
}
article h2 {
  font: normal 20px/1.1 Garramond, georgia, serif;
  margin: 10px 25px 3px 7px;
  color: #754;
}
/* @group date */
a.date {
  width: 54px;
  background: #fff;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #cba;
  text-align: center;
  position: absolute;
  top: -3px;
  right: -10px;
  margin: 0;
  line-height: 1;
  padding: 1px;
  z-index: 200;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  color: #333;
  text-decoration: none;
  font: normal 28px/1 PTSans, sans-serif;
  display: none;
}
a.date time {
  border: 1px solid #dcc;
  padding: 2px;
  display: block;
}
a.date .text,
a.date .year {
  font: 13px/1 PTSansNarrow, sans-serif;
  display: block;
  padding: 0;
  margin: 0;
}
a.date a {
  color: #444;
}
a.date a a:hover {
  text-decoration: none;
}
a.date img {
  display: block;
  margin: 0 auto;
}
.Sun,
a.Sun {
  color: #c33;
}
/* @end */
/* @group tags */
.time,
.tags {
  padding: 0 20px;
  line-height: 32px;
  margin: 1px 0 0;
  font: 13px/1.4 PTSans, sans-serif;
  background: transparent;
  background: rgba(67, 50, 50, 0.1);
  clear: left;
}
.tags {
  overflow: hidden;
}
.tags li {
  margin: 0;
  padding: 0 10px 0 0;
  float: left;
  display: block;
}
.addThis li {
  float: none;
}
.byLine {
  float: right;
}
/* @end */
.photo,
.audio,
.post.photoset,
.panorama {
  position: relative;
  text-align: center;
  margin: 0;
}
.photo,
.panorama {
  padding: 8px;
}
.photoset .html_photoset,
.panorama img,
.photo img,
.video > div,
.audio img {
  background: #fff;
  padding: 6px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
/* @group text */
.panorama img,
.photo img,
.video img,
.audio img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
  transition: filter 1s ease;
}
.panorama img:hover,
.photo img:hover,
.video img:hover,
.audio img:hover {
  -webkit-filter: grayscale(0.5);
  -moz-filter: grayscale(0.5);
  -ms-filter: grayscale(0.5);
  filter: grayscale(0.5);
}
.entry {
  margin: 10px 0 0 0;
}
article .entry h1,
.entry .h1 p {
  margin: 6px 35px 10px 17px;
}
/* @end */
/* @group photo */
.photo .captionBox {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 22px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 15px;
}
.photo .caption {
  display: flex;
  text-align: left;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
  font: 12px/1.4 PTSans, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 20px;
  transition: opacity .5s ease;
  -webkit-transition: opacity .5s;
  opacity: 0;
  box-shadow: #000000 4px 4px 18px inset;
}
.photo .caption a {
  color: rgba(255, 255, 255, 0.8);
  font: 12px/1.4 PTSans, sans-serif;
}
.photo .caption p {
  margin: 0;
}
.photo:hover .caption {
  opacity: 1;
}
.photo img,
.panorama img {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.photo ul.tags {
  padding: 4px 20px;
  margin: 1px -10px 10px;
  text-align: left;
}
.photoHeader {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* @end */
/* @group photoset */
.photo p.photoset_caption {
  z-index: 3;
  position: relative;
  font-style: italic;
  margin: -6px 6px 12px;
  opacity: .8;
}
article .photoset .photoset_row {
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  width: 500px;
}
article .photoset .photoset_row .photoset_photo {
  display: inline-block;
  margin-left: 4px;
  vertical-align: top;
}
.photoset .html_photoset {
  display: inline-block;
}
/* @end */
/* @group video */
.video {
  margin: 0 10px 6px;
}
.video > div {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 56%;
  height: 0;
}
.video > div.instaVideo,
article [data-href*="instagr"] .video > div {
  padding-bottom: 112%;
}
/* @end */
/* @group audio */
.audio img {
  float: left;
  width: 150px;
  margin: 0 12px 12px 10px;
}
.audio_player {
  margin: 10px 20px 0;
}
/* @end */
/* @group link */
article .link .description {
  margin: -18px 0 0;
  padding: 0 0 20px;
}
article .link p {
  margin: 0;
  padding: 0;
}
.link,
#disqus_thread {
  padding: 0 30px 0 30px;
  margin: -10px 0 -1px;
  display: block;
}
.link:after {
  content: "»";
  font: italic 110px/1.2 Garramond, georgia, serif;
  position: absolute;
  top: -36px;
  right: 40px;
  color: rgba(67, 50, 50, 0.2);
}
.link:hover {
  background-color: rgba(51, 0, 0, 0.05);
  text-decoration: none;
}
.link:hover:after {
  color: rgba(156, 34, 34, 0.8);
}
.link:hover h1 {
  text-decoration: underline;
}
.link h1 {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
  font: normal 20px/1.3 Garramond, georgia, serif;
  text-align: left;
  text-transform: none;
  margin: 2px 50px 3px 10px;
  color: #c33;
}
.link p {
  color: #433;
}
/* @end */
/* @group quote */
.quote:before {
  content: "»";
  font: italic 110px/1.2 Garramond, georgia, serif;
  position: absolute;
  top: -26px;
  left: 20px;
  color: rgba(67, 50, 50, 0.2);
}
.quote:after {
  content: "«";
  font: italic 110px/1.2 Garramond, georgia, serif;
  position: absolute;
  top: -26px;
  right: 20px;
  color: rgba(67, 50, 50, 0.2);
}
article .quote h1 {
  font: italic 24px/1.2 Garramond, georgia, serif;
  text-transform: none;
  margin: 0px 85px 10px;
  padding: 10px 0 0;
  min-height: 35px;
  text-align: center;
  text-rendering: optimizeLegibility;
}
.quote .caption {
  margin: 0 85px 10px;
  text-align: right;
}
/* TODO:

.quote {
	display:table-cell;
}
.quote:before {
	display:table-cell;
    content: "»";
	font: italic 110px/1.2  Garramond, georgia, serif;
	color:rgba(67,50,50,0.2);
}
.quote:after {
	display:table-cell;
    content: "«";
	font: italic 110px/1.2  Garramond, georgia, serif;
	color:rgba(67,50,50,0.2);
}
	
*/
/* @end */
/* @group conversation */
.conversation {
  margin: 10px -10px 20px;
  padding: 0;
}
.conversation li {
  margin: 0;
  padding: 2px 20px;
}
.conversation li:nth-child(odd) {
  background: rgba(67, 50, 50, 0.05);
  margin-top: 1px;
}
/* @end */
/* @end */
/* @group aside */
aside {
  position: relative;
  z-index: 2;
  display: block;
  width: 290px;
  float: right;
  padding: 20px 0;
  font: 14px/1.4 PTSans, sans-serif;
  background: transparent url(../../bilder/jannr/bg.coffee.png) no-repeat 100px 220px;
}
aside h1 {
  font: normal 16px/1.3 Garramond, georgia, serif;
  margin: 4px 50px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #644;
  text-rendering: optimizeLegibility;
}
aside h2 {
  font: normal 14px/1.3 Garramond, georgia, serif;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #644;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  text-rendering: optimizeLegibility;
}
aside h3 {
  font: normal 12px/1.3 Garramond, georgia, serif;
  margin: 4px 50px 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #644;
}
aside p {
  margin: 0 20px 10px;
}
aside img.spanAll {
  margin: 0 0 10px;
  display: block;
  width: 100%;
}
aside .headline {
  text-align: center;
  padding: 5px 0 21px;
}
aside .description {
  margin: 0;
  padding: 0 20px;
  border-bottom: 1px dashed #aaa;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
p.search {
  padding: 10px 20px;
  margin: 10px 0 0;
  text-align: center;
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.search * {
  vertical-align: middle;
}
.rss {
  margin: 0 ;
  padding: 10px 20px;
  border-bottom: 1px dashed #aaa;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.rss p {
  text-align: right;
  margin: 0;
  padding: 0;
}
.rss img {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.share,
div.notes {
  border-top: 1px dashed #aaa;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
}
ul#likes {
  margin: 0;
  padding: 0;
}
ul#likes li {
  margin: 0;
  padding: 10px 20px 0 20px;
  border-top: 1px dashed #aaa;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
/* @group social */
aside .social {
  margin: 0;
  padding: 10px 0 10px 20px;
  overflow: hidden;
  border-bottom: 1px dashed #aaa;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
article .social {
  display: inline-block;
}
aside ul.social li {
  float: left;
  margin: 0 4px 3px 0;
  padding: 0;
  border: 0;
}
aside ul.social li img {
  display: block;
  margin: 0;
}
a.social {
  padding: 2px 0 2px 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
/*
a.social.instagram {
	background: url(http://stil.problemas.se/bilder/lib/picas/social.svg) no-repeat -249px -470px;
	background-size:492px 533px
}
*/
a.social.instagram {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/instagram_16.png);
}
a.social.youtube {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/youtube_16.png);
}
a.social.flickr {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/flickr_16.png);
}
a.social.twitter {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/twitter_16.png);
}
a.social.facebook {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/facebook_16.png);
}
a.social.tumblr {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/tumblr_16.png);
}
a.social.digg {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/digg_16.png);
}
a.social.google {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/google_16.png);
}
a.social.friendfeed {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/friendfeed_16.png);
}
a.social.gowalla {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/gowalla_16.png);
}
a.social.lastfm {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/lastfm_16.png);
}
a.social.linkedin {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/linkedin_16.png);
}
a.social.delicious {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/delicious_16.png);
}
a.social.apple {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/apple_16.png);
}
a.social.vimeo {
  background-image: url(http://stil.problemas.se/bilder/lib/social.icons/vimeo_16.png);
}

a[href^='https://t.umblr.com/redirect'] {
	display: none;
}
/* @end */
/* @group nav */
nav ul {
  margin: 0;
  padding: 0;
}
nav.tweets ul {
  border-top: 1px dashed #aaa;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
nav ul li {
  margin: 0;
  padding: 0 20px;
  border-bottom: 1px dashed #aaa;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
nav ul li li {
  padding: 0;
}
nav#twitter_div ul li li {
  padding: 4px 20px;
}
nav ul li li a {
  display: block;
  padding: 4px 20px;
}
nav#twitter_div ul li li a {
  padding: 0;
  color: #CC3333;
}
nav ul li li a:hover {
  background: rgba(51, 0, 0, 0.05);
  text-decoration: none;
}
nav ul li ul#twitter_update_list li a {
  display: inline;
}
nav ul li a img {
  float: right;
  clear: right;
  margin: -3px 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.3);
  opacity: .5;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
nav ul li a:hover img {
  opacity: 1;
}
nav ul.social li img {
  opacity: 1;
  border: 0;
}
nav a {
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
nav a:link,
nav a:visited {
  color: #433;
}
nav a em {
  font-style: normal;
  color: #c33;
}
nav > ul > li {
  border: 0;
  margin: 0;
  padding: 0;
}
nav#insertJannrNav > ul ul {
  border-top: 1px dashed #aaa;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
/* @end */
/* @end */
/* @group paginator */
.paginator {
  text-align: center;
  font: bold 12px/1.4 PTSans, sans-serif;
  margin: 0 0;
  padding: 10px 100px;
  border-top: 1px dashed #aaa;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.paginator a,
.paginator .current_page {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 2px solid #754;
	border-radius: 50%;
	color: #754;
	margin: 0 1px;
}
.paginator a:hover {
	text-decoration: none;
	background: rgba(119, 85, 68, .4)
}

.paginator .current_page {
	background: #754;
	color: white;
}
.paginator .arrows {
	font-size: 1.4em;
	margin: 0 -64px;
}
/* @end */
/* @group footer */
footer {
  position: absolute;
  bottom: 0;
  display: block;
  clear: both;
  padding: 20px;
  font: 12px/1.4 PTSans, sans-serif;
  color: white;
  background: transparent;
  background: rgba(67, 50, 50, 0.7);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 646px;
}
footer a {
  color: #f88 !important;
}
.photoset .photo {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  width: 100%;
}
.photoset .photo img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.layout-12 .photo:nth-child(n+2),
.layout-122 .photo:nth-child(n+2),
.layout-1222 .photo:nth-child(n+2),
.layout-12222 .photo:nth-child(n+2),
.layout-121 .photo:nth-child(n+2):nth-child(-n+3),
.layout-1211 .photo:nth-child(n+2):nth-child(-n+3),
.layout-12111 .photo:nth-child(n+2):nth-child(-n+3),
.layout-121111 .photo:nth-child(n+2):nth-child(-n+3),
.layout-1211111 .photo:nth-child(n+2):nth-child(-n+3),
.layout-12111111 .photo:nth-child(n+2):nth-child(-n+3),
.layout-121111111 .photo:nth-child(n+2):nth-child(-n+3),
.layout-1212 .photo:nth-child(3n+2),
.layout-1212 .photo:nth-child(3n+3),
.layout-12121 .photo:nth-child(3n+2),
.layout-12121 .photo:nth-child(3n+3),
.layout-121212 .photo:nth-child(3n+2),
.layout-121212 .photo:nth-child(3n+3),
.layout-1212121 .photo:nth-child(3n+2),
.layout-1212121 .photo:nth-child(3n+3),
.layout-212 .photo:nth-child(3n+1),
.layout-212 .photo:nth-child(3n+2),
.layout-2121 .photo:nth-child(3n+1),
.layout-2121 .photo:nth-child(3n+2),
.layout-21212 .photo:nth-child(3n+1),
.layout-21212 .photo:nth-child(3n+2),
.layout-212121 .photo:nth-child(3n+1),
.layout-212121 .photo:nth-child(3n+2),
.layout-121213 .photo:nth-child(3n+2),
.layout-121213 .photo:nth-child(3n+3),
.layout-121231 .photo:nth-child(3n+2):nth-child(-n+6),
.layout-121231 .photo:nth-child(3n+3):nth-child(-n+6),
.layout-1221 .photo:nth-child(n+2):nth-child(-n+5),
.layout-12211 .photo:nth-child(n+2):nth-child(-n+5),
.layout-122111 .photo:nth-child(n+2):nth-child(-n+5),
.layout-1221111 .photo:nth-child(n+2):nth-child(-n+5),
.layout-12211111 .photo:nth-child(n+2):nth-child(-n+5),
.layout-12221 .photo:nth-child(n+2):nth-child(-n+7),
.layout-122211 .photo:nth-child(n+2):nth-child(-n+7),
.layout-1222111 .photo:nth-child(n+2):nth-child(-n+7),
.layout-122221 .photo:nth-child(n+2):nth-child(-n+9),
.layout-112 .photo:nth-child(n+3),
.layout-1121 .photo:nth-child(n+3):nth-child(-n+4),
.layout-11211 .photo:nth-child(n+3):nth-child(-n+4),
.layout-112111 .photo:nth-child(n+3):nth-child(-n+4),
.layout-1121111 .photo:nth-child(n+3):nth-child(-n+4),
.layout-11211111 .photo:nth-child(n+3):nth-child(-n+4),
.layout-112111111 .photo:nth-child(n+3):nth-child(-n+4),
.layout-1122 .photo:nth-child(n+3),
.layout-11221 .photo:nth-child(n+3):nth-child(-n+6),
.layout-112211 .photo:nth-child(n+3):nth-child(-n+6),
.layout-1122111 .photo:nth-child(n+3):nth-child(-n+6),
.layout-11221111 .photo:nth-child(n+3):nth-child(-n+6),
.layout-11222 .photo:nth-child(n+3),
.layout-112221 .photo:nth-child(n+3):nth-child(-n+8),
.layout-1122211 .photo:nth-child(n+3):nth-child(-n+8),
.layout-112222 .photo:nth-child(n+3),
.layout-1112 .photo:nth-child(n+4),
.layout-11121 .photo:nth-child(n+4):nth-child(-n+5),
.layout-111211 .photo:nth-child(n+4):nth-child(-n+5),
.layout-1112111 .photo:nth-child(n+4):nth-child(-n+5),
.layout-11121111 .photo:nth-child(n+4):nth-child(-n+5),
.layout-111211111 .photo:nth-child(n+4):nth-child(-n+5),
.layout-11122 .photo:nth-child(n+4),
.layout-111221 .photo:nth-child(n+4):nth-child(-n+7),
.layout-1112211 .photo:nth-child(n+4):nth-child(-n+7),
.layout-11122111 .photo:nth-child(n+4):nth-child(-n+7),
.layout-111222 .photo:nth-child(n+4),
.layout-1112221 .photo:nth-child(n+4):nth-child(-n+9),
.layout-11112 .photo:nth-child(n+5),
.layout-111121 .photo:nth-child(n+5):nth-child(-n+6),
.layout-1111211 .photo:nth-child(n+5):nth-child(-n+6),
.layout-11112111 .photo:nth-child(n+5):nth-child(-n+6),
.layout-111121111 .photo:nth-child(n+5):nth-child(-n+6),
.layout-111122 .photo:nth-child(n+5),
.layout-1111221 .photo:nth-child(n+5):nth-child(-n+8),
.layout-11112211 .photo:nth-child(n+5):nth-child(-n+8),
.layout-1111222 .photo:nth-child(n+5),
.layout-111112 .photo:nth-child(n+6),
.layout-1111121 .photo:nth-child(n+5):nth-child(-n+7),
.layout-11111211 .photo:nth-child(n+5):nth-child(-n+7),
.layout-111112111 .photo:nth-child(n+5):nth-child(-n+7),
.layout-1111122 .photo:nth-child(n+6),
.layout-11111221 .photo:nth-child(n+6):nth-child(-n+9),
.layout-1111112 .photo:nth-child(n+7),
.layout-11111121 .photo:nth-child(n+5):nth-child(-n+8),
.layout-111111211 .photo:nth-child(n+5):nth-child(-n+8),
.layout-11111122 .photo:nth-child(n+7),
.layout-11111112 .photo:nth-child(n+8),
.layout-111111121 .photo:nth-child(n+8):nth-child(-n+9),
.layout-111111112 .photo:nth-child(n+9),
.layout-2 .photo,
.layout-21 .photo:nth-child(-n+2),
.layout-211 .photo:nth-child(-n+2),
.layout-2111 .photo:nth-child(-n+2),
.layout-21111 .photo:nth-child(-n+2),
.layout-211111 .photo:nth-child(-n+2),
.layout-2111111 .photo:nth-child(-n+2),
.layout-21111111 .photo:nth-child(-n+2),
.layout-211111111 .photo:nth-child(-n+2),
.layout-22 .photo,
.layout-221 .photo:nth-child(-n+4),
.layout-2211 .photo:nth-child(-n+4),
.layout-22111 .photo:nth-child(-n+4),
.layout-221111 .photo:nth-child(-n+4),
.layout-2211111 .photo:nth-child(-n+4),
.layout-22111111 .photo:nth-child(-n+4),
.layout-222 .photo,
.layout-2221 .photo:nth-child(-n+6),
.layout-22211 .photo:nth-child(-n+6),
.layout-222111 .photo:nth-child(-n+6),
.layout-2221111 .photo:nth-child(-n+6),
.layout-2222 .photo,
.layout-22221 .photo:nth-child(-n+8),
.layout-222211 .photo:nth-child(-n+8),
.layout-22222 .photo {
  width: 50%;
  float: left;
}
.layout-3 .photo,
.layout-121213 .photo:nth-child(n+8),
.layout-121231 .photo:nth-child(n+7):nth-child(-n+9) {
  width: 33.3%;
  float: left;
}
.layout-12 .photo:nth-child(3n+2),
.layout-121 .photo:nth-child(3n+2),
.layout-1212 .photo:nth-child(3n+2),
.layout-12121 .photo:nth-child(3n+2),
.layout-121212 .photo:nth-child(3n+2),
.layout-1212121 .photo:nth-child(3n+2),
.layout-212 .photo:nth-child(3n+1),
.layout-2121 .photo:nth-child(3n+1),
.layout-21212 .photo:nth-child(3n+1),
.layout-212121 .photo:nth-child(3n+1),
.layout-121213 .photo:nth-child(-n+7):nth-child(3n+2),
.layout-121231 .photo:nth-child(-n+7):nth-child(3n+2) {
  clear: left;
}
/* @end */
@media (max-width: 937px) {
  .nitRam {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
  footer {
    box-sizing: border-box;
    width: 100%;
  }
  section {
    width: 70% ;
    box-sizing: border-box;
  }
  aside {
    box-sizing: border-box;
    width: 30%;
  }
  .photoset .html_photoset,
  .panorama img,
  .photo img,
  .video > div,
  .audio img {
    -webkit-filter: grayscale(0);
  }
}
@media (max-width: 600px) {
  .logo svg {
    padding: 15px 5px 5px 20px;
  }
  article h1,
  .h1 p {
    font-size: 18px;
  }
  .nitRam {
    width: auto;
    padding: 0 10px;
    overflow: hidden;
    background: transparent;
  }
  aside {
    width: auto;
    float: none;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 6px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  }
  #description p {
    margin: 12px;
  }
  aside nav,
  .rss,
  .starter,
  #insertJannrSocial {
    display: none;
  }
  section {
    width: auto !important;
    float: none;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
  }
  a.date {
    right: -5px;
    margin: 0;
    line-height: 1;
    padding: 1px;
    z-index: 200;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    color: #333;
    text-decoration: none;
    font: normal 28px/1 PTSans, sans-serif;
    /*	font: 24px/1 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
		*/
    display: none;
  }
  img,
  iframe,
  .photoset {
    max-width: 100%;
  }
  .audio img {
    float: none;
    width: 150px;
    margin: 0 auto;
  }
  .video embed,
  .video object,
  .video iframe,
  .video video {
    width: 100%;
  }
  .logo {
    left: 0;
  }
  .logo svg {
    left: 5px;
  }
}
