@charset "UTF-8";
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* HTML5 Reset */
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}
address {
  font-style: normal;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.resetList {
  list-style: none;
  margin: 0;
}
.bgcover {
  -moz-background-size: cover;
  background-size: cover;
}
.bgcontain {
  -moz-background-size: contain;
  background-size: contain;
}
.flexbox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@font-face {
  font-family: 'San Francisco Text';
  src: url('../fonts/SF-Regular.eot');
  src: url('../fonts/SF-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/SF-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/SF-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/SF-Regular.svg#69e8814f6ef5bc0f062c3859eec631a0') format('svg');
  font-style: normal;
  font-weight: normal;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'San Francisco Text';
  src: url('../fonts/SF-Bold.eot');
  src: url('../fonts/SF-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/SF-Bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/SF-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/SF-Bold.svg#69e8814f6ef5bc0f062c3859eec631a0') format('svg');
  font-style: normal;
  font-weight: 700;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* 
 * Sweep To Right Hover effect -> © https://github.com/IanLunn/ 
 */
.post-tags a,
.post-title a {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#primary-nav a,
.post-tags a,
.post-title a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#primary-nav a:before,
.post-tags a:before,
.post-title a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #292a32;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#primary-nav a:hover,
.post-tags a:hover,
.post-title a:hover,
#primary-nav a:focus,
.post-tags a:focus,
.post-title a:focus,
#primary-nav a:active,
.post-tags a:active,
.post-title a:active {
  color: #fff;
}
#primary-nav a:hover:before,
.post-tags a:hover:before,
.post-title a:hover:before,
#primary-nav a:focus:before,
.post-tags a:focus:before,
.post-title a:focus:before,
#primary-nav a:active:before,
.post-tags a:active:before,
.post-title a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* 
*/
html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  font: normal 14px/16px 'San Francisco Text';
  font-size: 1.4rem;
  text-align: center;
  color: #292a32;
  background-color: #fbfbfb;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  width: 100vw;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
p {
  margin: 0.5em 0;
}
ul,
ol {
  margin: 0 0 1.5em 20px;
}
ul {
  list-style: square;
}
ol {
  list-style: decimal;
}
li {
  margin: 0.3em 0;
}
a {
  text-decoration: none;
  color: #292a32;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#wrapper {
  width: 960px;
  max-width: 100vw;
  margin: 0 auto;
}
#header {
  position: fixed;
  left: 0;
  width: 100vw;
  top: 60px;
  text-align: left;
}
#header .holder {
  position: relative;
}
.holder {
  max-width: 960px;
  margin: 0 auto;
}
#osp-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
}
#osp-logo a {
  display: block;
  text-align: center;
}
#header-contents {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}
#primary-nav {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 0.9rem;
}
#primary-nav .has-children .submenu {
  display: none;
}
#primary-nav ul {
  list-style: none;
  margin: 0;
}
#primary-nav li.current {
  font-weight: 700;
}
#primary-nav a {
  display: inline-block;
  padding: 4px 2px;
  margin-left: -2px;
  color: #292a32;
}
#primary-nav a:hover {
  font-weight: 700;
}
#about {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #cecece;
  font-size: 1.2rem;
}
#footnotes {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #cecece;
  font-size: 1.1rem;
}
#footnotes small a {
  border-bottom: 1px solid #cecece;
}
#footnotes small a:hover {
  border-color: #292a32;
}
#footnotes .fb-like {
  margin-top: 5px;
}
#contents {
  position: relative;
  width: 600px;
  margin: 0 auto;
  padding: 160px 0 40px;
  text-align: left;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#page-title h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -96px;
  margin-bottom: 82px;
  text-align: center;
  color: #666;
}
#page-title h1 .tag {
  color: #292a32;
  font-weight: 700;
}
.post:not(.single) {
  margin-bottom: 60px;
}
.post-title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.post-title a {
  display: inline-block;
  padding: 2px;
  margin-left: -2px;
}
.post-title a p {
  display: inline !important;
  margin: 0 !important;
}
.post-title * + p,
.post-title .blockquote {
  text-transform: none;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.post-title * + p a,
.post-title .blockquote a {
  font-weight: bold;
  display: inline;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border-bottom: 1px solid transparent;
}
.post-title * + p a:before,
.post-title .blockquote a:before {
  display: none;
}
.post-title * + p a:hover,
.post-title .blockquote a:hover {
  color: #000;
  border-color: #292a32;
}
.post-picture {
  margin-bottom: 10px;
}
.post-picture-img {
  width: 600px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.post-footer a {
  color: #666;
}
.post-footer a:hover {
  color: #292a32;
}
.post-meta {
  color: #666;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.post-meta a {
  border-bottom: 1px solid transparent;
}
.post-meta a:hover {
  border-color: #292a32;
}
.info-sep {
  display: inline-block;
  padding: 0 3px;
  color: #999;
}
.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent no-repeat center center;
  vertical-align: middle;
  margin-top: -2px;
}
.icon.reblog {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  background-image: url('http://assets2015.onesecondplease.be/assets/img/reblog_icon.png');
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .icon.reblog {
    background-image: url("http://assets2015.onesecondplease.be/assets/img/reblog_icon@2x.png");
    background-size: 16px 16px;
  }
}
.reblog-link:hover {
  border: none;
  color: #292a32;
}
.reblog-link:hover .icon.reblog {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.tumblr-like-button {
  display: inline-block;
  vertical-align: middle;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tumblr-like-button .like_button {
  display: inline;
}
.tumblr-like-button:hover {
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform-origin: 50% 50%;
  /* Chrome, Safari, Opera */
  transform-origin: 50% 50%;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.post-tags {
  font-size: 1.2rem;
}
.post-tags ul {
  list-style: none;
  margin: 0;
  margin-left: -2px;
}
.post-tags li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.post-tags a {
  display: block;
  padding: 2px;
}
.post-tags a:hover {
  color: #fff;
}
.post-type-text .post-body {
  line-height: 1.4;
  padding: 6px 10px;
  margin-bottom: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ededed;
}
.post-type-text .post-body a {
  font-weight: 700;
}
.post-type-text .post-body a:hover {
  color: #666;
}
.post-pictures {
  width: 600px;
  max-width: 100%;
  margin-bottom: 8px;
}
.html_photoset,
iframe.photoset {
  width: 100%;
}
#media-sharer {
  display: none;
  text-align: right;
  margin-top: 20px;
}
#media-sharer .social-button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
#posts-pagination {
  font-size: 1.1rem;
  text-transform: uppercase;
  width: 100%;
  display: table;
  margin-top: 10px;
  padding-top: 10px;
}
#posts-pagination > a {
  display: table-cell;
  width: 50%;
  color: #292a32;
}
#posts-pagination > a:hover {
  color: #999;
}
#next-post-link {
  text-align: right;
}
blockquote {
  font-weight: normal;
  text-transform: none;
}
.notes {
  list-style: none;
  margin: 0;
  font-size: 1.2rem;
  color: #666;
  margin: 25px 0;
}
.notes .avatar_frame {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.notes img.avatar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.notes .action a {
  color: #292a32;
  border-bottom: 1px solid transparent;
}
.notes .action a:hover {
  border-color: #292a32;
}
#tags-list-panel {
  display: block !important;
  position: fixed;
  top: 0;
  right: -301px;
  width: 301px;
  height: 100vh;
  padding: 64px 20px 40px;
  color: #fff;
  background-color: #292a32;
  overflow: auto;
  text-align: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tags-list-panel .tags-group {
  margin-bottom: 40px;
}
#tags-list-panel .tags-group-label {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
}
#tags-list-panel .tags-group-label h1 {
  display: inline-block;
  padding-bottom: 8px;
}
#tags-list-panel .tags-links {
  font-size: 1.2rem;
  text-transform: lowercase;
}
#tags-list-panel .tags-links ul {
  list-style: none;
  margin: 0;
}
#tags-list-panel .tags-links a {
  color: #999;
}
#tags-list-panel .tags-links a:hover {
  color: #fff;
  font-weight: normal;
}
#tags-list-panel .tags-links a:before {
  content: '#';
  color: #666;
  display: inline-block;
  margin-right: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#tags-list-panel .tags-links a:hover:before {
  color: #fff;
}
#close-tags-panel {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
  color: #999;
  text-transform: uppercase;
}
#close-tags-panel:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background: no-repeat center center;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  background-image: url('http://assets2015.onesecondplease.be/assets/img/close.png');
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #close-tags-panel:after {
    background-image: url("http://assets2015.onesecondplease.be/assets/img/close@2x.png");
    background-size: 10px 10px;
  }
}
#close-tags-panel:hover {
  color: #fff;
}
#close-tags-panel:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
body,
#header,
#contents,
#tags-list-panel {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
body.tags-open {
  left: -300px;
  width: calc(100vw + 300px);
}
body.tags-open #tags-handle-link {
  padding: 2px !important;
}
body.tags-open #tags-handle-link:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  background: #292a32 no-repeat center center;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  background-image: url('http://assets2015.onesecondplease.be/assets/img/close.png');
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  body.tags-open #tags-handle-link:after {
    background-image: url("http://assets2015.onesecondplease.be/assets/img/close@2x.png");
    background-size: 10px 10px;
  }
}
body.tags-open #contents {
  left: -150px;
}
body.tags-open #tags-list-panel {
  right: -1px;
}
body.tags-open #header {
  left: -300px;
}
@-ms-viewport {
  width: device-width;
}
@media only screen and (max-width: 990px) {
  #header {
    position: relative;
    max-width: 600px;
    margin: 0 auto 20px;
    min-height: 100px;
    padding: 0 20px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #osp-logo,
  #header-contents {
    position: static;
  }
  #osp-logo {
    width: 170px;
    float: left;
  }
  #header-contents {
    height: 160px;
  }
  #primary-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
  }
  #about {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    border: none;
    color: #999;
    text-align: center;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
  }
  #about p {
    width: 320px;
    max-width: 100%;
    margin: auto;
  }
  #about br {
    display: none;
  }
  #contents {
    max-width: 100vw;
    padding: 60px 20px;
    margin: 0 auto;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .post-picture-img {
    width: 100%;
    height: auto;
  }
  #footnotes {
    display: none;
  }
}
@media only screen and (max-width: 515px) and (min-width: 451px) {
  #osp-logo {
    width: 140px;
  }
  #osp-logo img {
    width: 120px;
    height: auto;
  }
  #page-title {
    display: none;
  }
  #header-contents {
    width: calc(100% - 145px);
  }
  /*
	#primary-nav {
		font-size:1.2rem;
		line-height:1.5rem;
		width:80px;
	}
	*/
}
@media only screen and (max-width: 450px) {
  #header {
    top: 30px;
  }
  #header-contents {
    width: 100%;
    padding: 10px 0;
    /*
		border-top:1px solid #ededed;
		border-bottom:1px solid #ededed;
		*/
  }
  #primary-nav {
    width: 110px;
  }
  #contents {
    padding-top: 30px;
  }
}
