@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
b,
mark {
  font-weight: 700;
  font-style: inherit;
}

em,
i,
cite,
q,
address,
dfn,
var {
  font-style: italic;
  font-weight: inherit;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

ins {
  border-bottom: 1px solid;
}

a,
u,
ins {
  text-decoration: none;
}

del,
s {
  text-decoration: line-through;
}

pre,
code,
samp,
kbd {
  font-family: monospace;
}

small {
  font-size: 0.75em;
}

img {
  border: 0;
  font-style: italic;
}

input,
select,
option,
optgroup,
textarea {
  font: inherit;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
}

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

button {
  background: transparent;
  border: none;
}

html {
  overflow-x: hidden;
}

body {
  background: #36363e;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #7f8c8d;
  max-width: 100%;
  overflow-x: hidden;
}

body.permalink {
  display: none;
}

body.permalink .ip-header {
  display: block;
}

img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.centered-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.centered-wrap .centered-content {
  display: table-cell;
  vertical-align: middle;
}

.centered-wrap .centered-content h2::before {
  content: "#";
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
  body > * {
    display: none;
  }

  body:after {
    background: url(https://s3.amazonaws.com/katys-tumblr-assets/dist/assets/img/rotate.png) center no-repeat;
    content: "";
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 250px;
    height: 250px;
    position: absolute;
    left: 32%;
    top: 15%;
  }
}

.tumblr_controls {
  position: relative !important;
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */

*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */

h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #2c3e50;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #2c3e50;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #2c3e50;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 20px;
}

a {
  text-decoration: none;
  color: black;
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}

a:hover {
  color: #2c3e50;
}

p {
  margin-top: 18px;
}

strong {
  font-weight: 500;
}

h2 {
  font-size: 30px;
}

.icons {
  display: inline-block;
  list-style-type: none;
  line-height: 1;
  z-index: 99;
  float: right;
}

.trailer .icons {
  position: absolute;
  right: 0;
  bottom: -5px;
}

.icons li {
  float: left;
  padding: 8px 5px;
  list-style: none;
}

.icons li.like {
  margin-right: 20px;
  list-style: none;
}

.icons li.reblog {
  margin-right: 50px;
}

.icons li.like,
.like_button {
  width: 25px !important;
  height: 25px !important;
}

.icons li:hover {
  opacity: 1;
}

.icons .sharer li a {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  color: #6e6e6e;
  cursor: pointer;
}

.post-overlay-icons .icons li > a {
  color: #ffffff;
}

.icons .like_toggle,
.icons .reblog-icon svg,
.icons .social-export {
  width: 50px;
  height: 50px;
  font-size: 50px;
}

.icons li.link a {
  font-size: 19px;
}

.icons li .like_button {
  padding: 6px 0 0 0;
}

.icons li .reblog-icon {
  padding: 6px 0 0 7px;
}

.icons li.sharer {
  position: relative;
  padding-bottom: 10px;
}

.icons li.sharer .social-export {
  padding-top: 3px;
}

.icons li.sharer ul {
  position: relative;
  display: inline-block;
  margin: 0;
  list-style: none;
}

.icons li.sharer ul li a {
  width: 32px;
  height: 35px;
  padding-top: 9px;
}

.icons li.sharer ul li a.social-tweets {
  padding-top: 10px;
  font-size: 15px;
}

.icons li.sharer ul li a.social-facebook {
  font-size: 15px;
}

.icons li.sharer ul li a.social-gplus {
  font-size: 15px;
}

.icons li.sharer ul li a.social-pinterest {
  padding-top: 8px;
  font-size: 15px;
}

.icons.white li > a {
  color: #ffffff;
}

.icons.black li > a {
  color: #000000;
}

@media only screen and (max-width: 640px) {
  .icons {
    position: absolute;
    bottom: 0;
    right: 0;
    float: none;
  }

  .icons li {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .icons li {
    padding: 0 5px;
  }
}

.bottom-space {
  margin-bottom: 15px;
}

article {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 100%;
}

@media only screen and (max-width: 768px) {
  article {
    margin-bottom: 2px;
  }
}

@media only screen and (min-width: 768px) {
  article {
    width: 50%;
    padding-bottom: 50%;
  }
}

@media only screen and (min-width: 1000px) {
  article {
    width: 33.33%;
    padding-bottom: 33.33%;
  }
}

@media only screen and (min-width: 1600px) {
  article {
    width: 25%;
    padding-bottom: 25%;
  }
}

@media only screen and (min-width: 2000px) {
  article {
    width: 20%;
    padding-bottom: 20%;
  }
}

article:last-child .article-content {
  right: 0;
}

article .article-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 10px;
}

article .post-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
}

article .post-overlay.quote {
  background-color: transparent;
}

article .post-overlay-tag {
  font-size: 30px;
  text-align: center;
  color: white;
  margin-top: 45%;
  font-weight: 900;
}

article .post-overlay-tag .hash-tag {
  display: none;
}

article .post-overlay-tag .hash-tag:first-child {
  display: block;
  opacity: 0.7;
}

article .post-overlay-tag.quote {
  margin-top: 90%;
  font-size: 18px;
  color: #2c3e50;
}

article .post-overlay-date {
  font-size: 15px;
  text-align: center;
  color: white;
}

article .post-overlay-icons {
  color: white;
  display: block;
  text-align: center;
}

article.trailer .play {
  display: block;
  font-size: 16px;
  margin: 40px 0 10px;
  color: white;
  font-weight: 400;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

article.trailer .play-button {
  background: url(../img/play.svg) center no-repeat;
  -webkit-background-size: 30px;
  background-size: 30px;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

article.thenine:hover .play {
  opacity: 1;
}

article.thenine:hover .play-button {
  opacity: 1;
}

article .hide-img {
  display: none;
}

article .post-overlay .permalink-link {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 24px;
  margin-top: -12px;
  text-align: center;
  color: #ffffff;
}

.permalink-link.with-eyes {
  display: none;
}

article .post-overlay .permalink-link .social-eye {
  font-size: 80px;
  color: #ffffff;
}

article .post-overlay .permalink-link .social-instagram {
  font-size: 60px;
  display: block;
  margin-bottom: 18px;
  color: #ffffff;
}

article .post-overlay .permalink-link .view-text {
  display: block;
}

article.type_description {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #2c3e50;
}

article.type_description .centered-wrap {
  position: relative;
}

article.type_description .avatar-image {
  margin: 0 auto 18px;
  max-width: 128px;
}

article.type_description .avatar-image.circle img {
  -o-border-radius: 100%;
  border-radius: 100%;
}

article.type_description p:first-child {
  margin-top: 0;
}

article.type_text .text-post-wrap {
  height: 100%;
  text-align: center;
}

article.type_text .text-post-wrap h2 {
  color: white;
}

article.type_text .text-post-wrap ul {
  list-style-position: inside;
}

article.type_text .read-more {
  display: inline-block;
  font-size: 13px;
  margin-top: 18px;
}

article.type_text embed,
article.type_text iframe,
article.type_text object,
article.type_text video {
  max-width: 100%;
}

article.type_photo .photo-post-image {
  position: absolute;
  left: -45%;
  background-position-y: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  width: 1000px;
  height: 100%;
  -webkit-transition: width 1s;
  transition: width 1s;
  -webkit-backface-visibility: hidden;
}

@media only screen and (min-width: 769px) {
  article.type_photo:hover .photo-post-image {
    width: 900px;
    -webkit-backface-visibility: hidden;
  }
}

@media only screen and (max-width: 600px) {
  article.type_photo .photo-post-image {
    width: 600px;
  }
}

article.type_photo .post-overlay-date,
article.type_video .post-overlay-date,
article.type_audio .post-overlay-date {
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 0.8;
}

article.type_photo .post-overlay-date ul li,
article.type_video .post-overlay-date ul li,
article.type_audio .post-overlay-date ul li {
  list-style: none;
  display: inline-block;
}

article.type_photo .post-overlay-date ul li:nth-child(2),
article.type_video .post-overlay-date ul li:nth-child(2),
article.type_audio .post-overlay-date ul li:nth-child(2) {
  padding: 0 16px;
}

article.type_photo .post-overlay-date ul li.like,
article.type_video .post-overlay-date ul li.like,
article.type_audio .post-overlay-date ul li.like {
  padding-top: 2px;
  vertical-align: top;
}

article.type_quote .post-overlay-date {
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 0.8;
  z-index: 2;
}

article.type_quote .post-overlay-date ul li {
  list-style: none;
  display: inline-block;
}

article.type_quote .post-overlay-date ul li:nth-child(2) {
  padding: 0 16px;
}

article.type_quote .post-overlay-date ul li.like {
  vertical-align: top;
  padding-top: 3px;
}

article.type_quote .post-overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  article.type_quote .post-overlay {
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, transparent), color-stop(47%, rgba(0, 0, 0, 0.17)), color-stop(100%, rgba(0, 0, 0, 0.69)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.17) 47%, rgba(0, 0, 0, 0.69) 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 12+ */
    /* IE10+ */
    background: -webkit-radial-gradient(center, ellipse, transparent 0%, rgba(0, 0, 0, 0.17) 47%, rgba(0, 0, 0, 0.69) 100%);
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.17) 47%, rgba(0, 0, 0, 0.69) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b0000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
}

@media only screen and (min-width: 1200px) {
  article.type_photo .post-overlay,
  article.type_audio .post-overlay {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  article.type_photo:hover .post-overlay,
  article.type_audio:hover .post-overlay {
    opacity: 1;
  }

  article.type_quote .post-overlay .post-overlay-date,
  article.type_quote .post-overlay .post-overlay-tag {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }

  article.type_quote:hover .post-overlay .post-overlay-date,
  article.type_quote:hover .post-overlay .post-overlay-tag {
    opacity: 1;
  }

  article.type_quote:hover .post-overlay-dark {
    opacity: 1;
  }
}

article.type_photo .photoset-carousel-item img {
  display: none;
}

article.type_photo .photoset-post-image {
  display: none;
}

article.type_photo .photoset-post-image:first-child {
  display: block;
}

article.type_photo .photo-wrap.post .photo--post {
  display: block;
}

article.type_photo .photo-wrap.image .photo--image {
  display: block;
}

article.type_photo .photo-wrap.lightbox .photo--lightbox {
  display: block;
}

article.type_photo .photo-wrap.none .photo--none {
  display: block;
}

article.type_photo .photoset-wrap img {
  display: none;
}

article.type_photo .photoset-wrap img:first-child {
  display: block;
}

article.type_photo .photoset-grid.none .photoset-cell {
  pointer-events: none;
}

article.type_video .video-stage {
  background: url("http://static.tumblr.com/e6lc7yi/lRLn4v1ws/loading.svg") center center no-repeat;
}

article.type_video .video-container {
  height: 0;
  position: relative;
  overflow: hidden;
}

article.type_video .video-container embed,
article.type_video .video-container iframe,
article.type_video .video-container object,
article.type_video .video-container video {
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}

article.type_video .video-container.video-post-home {
  position: absolute;
  padding: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: auto !important;
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}

article.type_quote .article-content {
  background-color: white;
}

article.type_quote .quote {
  line-height: 1.3;
  letter-spacing: 1px;
  color: black;
  text-align: left;
}

article.type_quote .quote-author {
  position: relative;
  bottom: 80px;
  left: 70px;
  font-size: 12px;
  font-style: italic;
  color: black;
  line-height: 25px;
}

article.type_quote .quote-author a {
  color: #c8bb84;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

article.type_quote .quote-author a:hover {
  opacity: 0.8;
}

article.type_quote .quote-left {
  position: absolute;
  top: 80px;
  left: 40px;
  font-size: 60px;
  color: black;
  font-family: Georgia;
}

article.type_quote .quote-right {
  position: absolute;
  bottom: 60px;
  right: 50px;
  font-size: 60px;
  color: black;
  font-family: Georgia;
}

article.type_quote .quote-post-wrap {
  height: 100%;
  text-align: center;
  -webkit-transform: scale(1);
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

article.type_quote .quote-post-wrap .quote {
  text-align: left;
  position: relative;
  font-size: 150px;
  -webkit-transition: font-size 1s ease-in-out;
  transition: font-size 1s ease-in-out;
  -webkit-backface-visibility: hidden;
}

article.type_quote .article-content {
  overflow: initial;
}

@media only screen and (min-width: 640px) {
  article.type_quote:hover .quote-post-wrap .quote {
    font-size: 130px;
  }
}

article.type_quote .quote.short {
  font-size: 22px;
  line-height: 37px;
  text-align: center;
  padding-bottom: 80px;
}

article.type_quote .quote.medium {
  font-size: 22px;
  line-height: 37px;
}

article.type_quote .quote.small {
  font-size: 22px;
  line-height: 37px;
}

article.type_quote .quote.long {
  font-size: 22px;
  line-height: 37px;
}

article.type_quote .lb-overlay .quote-author {
  margin: 40px auto 0;
  font-size: 12px;
  text-align: center;
  font-style: italic;
  position: relative;
  left: auto;
}

article.type_answer .answer-post-wrap {
  height: 100%;
  padding: 20px;
  text-align: center;
}

article.type_answer .answer-post-wrap .answer-image {
  float: none;
  display: inline-block;
  margin: 0;
}

article.type_answer .answer-post-wrap .answer-person {
  display: block;
  float: none;
}

article.type_answer .answer-wrap {
  clear: both;
  min-height: 44px;
}

article.type_answer hr {
  clear: both;
  width: 100%;
  height: 2px;
  border: 0;
  margin: 24px 0;
  background: #f0f4f5;
}

article.type_answer .answer-person {
  float: left;
  margin-top: 22px;
  font-size: 22px;
  color: #2c3e50;
  letter-spacing: 1px;
}

article.type_answer .answer-image {
  float: left;
  margin-right: 16px;
}

article.type_answer .answer-image.circle img {
  -o-border-radius: 100%;
  border-radius: 100%;
}

article.type_answer .answer-text {
  clear: both;
  padding: 14px 0;
}

article.type_answer .answer-text p:first-child {
  margin-top: 0;
}

article.type_chat .chat-post-wrap {
  height: 100%;
  padding: 20px;
  text-align: center;
}

article.type_chat .line {
  border-top: 2px solid #f0f4f5;
  padding: 12px 0;
}

article.type_chat .line:first-of-type {
  margin-top: 28px;
}

article.type_link .link-post-wrap {
  height: 100%;
  padding: 20px;
  text-align: center;
}

article.type_link .the-link {
  display: block;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 1px;
}

article.type_link .the-link span {
  font-size: 13px;
  display: block;
  opacity: 0.7;
  font-weight: 400;
  text-transform: none;
  margin-top: 6px;
  word-break: break-all;
}

article .read_more {
  font-size: 11px;
}

article blockquote {
  padding: 5px 0 5px 12px;
  margin-top: 18px;
  border-left: 2px solid #f0f4f5;
}

article blockquote p {
  margin-top: 0 !important;
}

article blockquote img {
  width: auto;
}

article .tagged {
  clear: both;
  width: 100%;
  font-size: 11px;
}

article .group-author {
  margin-top: 40px;
  clear: both;
  width: 100%;
}

article .group-author a {
  font-size: 12px;
}

article .group-author a img {
  display: inline;
  width: auto;
  margin: 0 8px -11px 0 !important;
}

article .group-author a img.circle {
  border-radius: 100%;
}

article .post-meta {
  clear: both;
  margin-top: 10px;
  font-size: 11px;
}

article .dsq-comment-count {
  display: block;
  clear: both;
  margin-top: 6px;
  font-size: 11px;
}

article .disqus {
  clear: both;
  width: 100%;
  margin-top: 40px;
}

article .disqus img {
  width: auto;
}

article .post-notes {
  clear: both;
  width: 100%;
  margin-top: 40px;
}

article .post-notes ol {
  list-style: none;
  margin: 0;
  clear: both;
}

article .post-notes li {
  display: block;
  padding: 7px 0;
  font-size: 11px;
  line-height: 15px;
}

article .post-notes img {
  float: left;
  margin-right: 10px;
  width: auto;
}

article .post-notes.circle img {
  border-radius: 100%;
}

article .post-notes blockquote {
  margin: 10px 0 10px 30px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-transform: translateZ(0);
}

.header-wrapper.on-left {
  position: fixed !important;
  top: 0 !important;
}

header {
  height: 80px;
  text-align: center;
  background: #36363e;
  z-index: 10;
  border-top: 2px solid #c8bb84;
}

header .logo {
  width: 100%;
}

header .logo h1 {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  text-transform: none;
}

header .logo h1 a {
  color: #2c3e50;
}

header .logo h1 a:hover {
  opacity: 0.6;
}

header .logo .logo-image {
  display: inline-block;
}

header .logo .logo-image img {
  max-height: 80px;
  width: auto;
}

header .header-title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 70px;
  width: 140px;
  text-transform: uppercase;
}

header .header-title a {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  color: white;
}

header .header-title a:hover {
  color: white;
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  header .header-title {
    display: none;
  }
}

.sidebar {
  width: 400px;
  float: left;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.lines-button {
  display: inline-block;
  padding: 0.75rem 0.375rem;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0.21429rem;
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:active {
  -webkit-transition: 0;
  transition: 0;
  background: rgba(0, 0, 0, 0.1);
}

.lines {
  display: inline-block;
  width: 1.5rem;
  height: 0.21429rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.10714rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}

.lines:before,
.lines:after {
  display: inline-block;
  width: 1.5rem;
  height: 0.21429rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.10714rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.10714rem center;
  -ms-transform-origin: 0.10714rem center;
  transform-origin: 0.10714rem center;
}

.lines:before {
  top: 0.375rem;
}

.lines:after {
  top: -0.375rem;
}

.menu-toggle.x.on .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}

.menu-toggle.x.on .lines:before,
.menu-toggle.x.on .lines:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 1.5rem;
}

.menu-toggle.x.on .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.menu-toggle.x.on .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.menu-toggle.x.on .lines:focus {
  outline: 0;
}

.menu-toggle {
  position: absolute;
  top: 50%;
  left: 25px;
  cursor: pointer;
  z-index: 2;
}

.menu-toggle:hover {
  cursor: pointer;
}

.menu-toggle:focus {
  outline: 0;
}

.main-menu .menu-social {
  display: inline-block;
}

.main-menu .menu-social li {
  display: inline-block;
}

.cat-menu {
  overflow: auto;
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  position: fixed;
  text-align: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.cat-menu.on-right {
  visibility: visible;
  width: 100vw;
  height: 75vh;
  padding-top: 80px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 4;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36363e), color-stop(73%, rgba(54, 54, 62, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #36363e 0%, rgba(54, 54, 62, 0.9) 73%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#36363e), color-stop(73%, rgba(54, 54, 62, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, #36363e 0%, rgba(54, 54, 62, 0.9) 73%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36363e', endColorstr='#e6000000',GradientType=0 );
  /* IE6-9 */
}

.cat-menu.on-right .main-menu {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 100px;
}

.cat-menu ul {
  position: relative;
  width: 100%;
  list-style: none;
}

.cat-menu ul li {
  color: #beb4b4;
}

.cat-menu ul li.is-shown,
.cat-menu ul li.is-shown-all {
  display: block;
}

.cat-menu ul li + li {
  border-top: 1px solid rgba(128, 128, 128, 0.1);
}

.cat-menu ul li + li:last-child {
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}

.cat-menu ul li a {
  display: block;
  padding: 35px;
  font-size: 20px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}

.cat-menu ul li a:hover,
.cat-menu ul li a:active {
  background: rgba(128, 128, 128, 0.3);
  color: rgba(190, 180, 180, 0.8);
}

.cat-menu ul li a .post-count {
  display: block;
  margin-top: 16px;
  color: #beb4b4;
}

@media only screen and (max-width: 480px) {
  .cat-menu {
    width: 300px;
    overflow-x: hidden;
  }
}

.cat-toggle {
  position: relative;
  float: right;
  padding-right: 50px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}

.hor1 {
  width: 24px;
  height: 2px;
  background-color: #beb4b4;
  position: absolute;
  top: 7px;
  left: 3px;
}

.hor2 {
  width: 24px;
  height: 2px;
  background-color: #beb4b4;
  position: absolute;
  top: 20px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.ver1 {
  width: 2px;
  height: 28px;
  background-color: #beb4b4;
  position: absolute;
  left: 7px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.ver2 {
  width: 2px;
  height: 28px;
  background-color: #beb4b4;
  position: absolute;
  left: 18px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media only screen and (min-width: 1080px) {
  .cat-toggle.on .hor1,
  .cat-toggle.on .ver1 {
    background: transparent;
  }

  .cat-toggle.on .hor2 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .cat-toggle.on .ver2 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .cat-toggle.on .ver2 {
    top: 0;
  }

  .cat-toggle.on .hor2 {
    top: 13px;
    width: 28px;
    left: 5px;
  }
}

.tag_list li a::before {
  content: "#";
}

.cat-toggle:hover,
.cat-toggle.on {
  opacity: 1;
}

.cat-menu ul li {
  display: none;
}

.cat-menu ul li.is-shown {
  display: block;
}

.show-all {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  border: 1px solid rgba(128, 128, 128, 0.8);
  padding: 20px;
  width: 200px;
  margin: 40px auto 300px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.show-all:hover {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

footer {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  padding: 28px 24px;
  text-align: center;
  line-height: 2;
  font-size: 13px;
}

footer .scroll-top {
  display: block;
  cursor: pointer;
  padding-bottom: 16px;
  text-align: center;
  color: #2980b9;
  font-size: 18px;
  line-height: 18px;
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}

footer .scroll-top:hover {
  color: #2c3e50;
}

footer span,
footer .credit {
  display: block;
}

footer .credit {
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 2px;
}

@media only screen and (min-width: 768px) {
  footer {
    text-align: left;
  }

  footer .scroll-top {
    position: absolute;
    top: 28px;
    left: 50%;
    width: 40px;
    margin-left: -20px;
    padding: 3px 6px 6px 0;
  }

  footer span {
    float: left;
    margin-right: 18px;
  }

  footer .credit {
    float: right;
  }
}

.ip-header {
  position: fixed;
  top: 0;
  z-index: 100;
  min-height: 460px;
  width: 100%;
  height: 100%;
  background: #36363e;
  -webkit-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}

.ip-header .squares {
  height: 50px;
  width: 50px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 45%;
}

.ip-main {
  margin: 0 auto;
  width: 100%;
}

/* Animations */

/* Initial animation of header elements */

.loading .ip-logo,
.loading .ip-loader {
  opacity: 1;
}

.loading .ip-logo {
  -webkit-animation: animInitialLogo 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animInitialLogo 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

@-webkit-keyframes animInitialLogo {
  from {
    opacity: 0;
  }
}

@keyframes animInitialLogo {
  from {
    opacity: 0;
  }
}

.loading .ip-loader {
  -webkit-animation: animInitialLoader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animInitialLoader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

@-webkit-keyframes animInitialLoader {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
  }
}

@keyframes animInitialLoader {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
}

.loaded .ip-loader {
  -webkit-animation: animLoadedLoader 0.1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLoader 0.1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}

/* Header animation when loading finishes */

.loaded .ip-header {
  -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  height: 0;
  min-height: 0;
}

.loaded header {
  height: 80px;
}

.menu-toggle,
.cat-toggle,
.header-title {
  opacity: 0;
  top: 30%;
}

.loaded .menu-toggle {
  opacity: 1;
  top: 32px;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.loaded .cat-toggle {
  opacity: 1;
  top: 25px;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.loaded .header-title {
  opacity: 1;
  top: 30px;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.lb-album {
  width: 900px;
  margin: 0 auto;
}

.lb-album.video {
  width: 600px;
}

.lb-album li {
  float: left;
  position: relative;
}

.lb-album li > a,
.lb-album li > a img {
  display: block;
}

.lb-album li > a:hover span {
  opacity: 1;
  filter: alpha(opacity=99);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
  /*IE8*/
}

.lb-overlay {
  width: 0px;
  height: 0px;
  position: fixed;
  overflow-x: hidden;
  left: 0px;
  top: 0px;
  padding: 0 0 20% 0;
  z-index: 15;
}

.lb-overlay.video-post {
  padding: 0;
}

.jquery-modal.blocker {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36363e), color-stop(73%, rgba(54, 54, 62, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #36363e 0%, rgba(54, 54, 62, 0.9) 73%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#36363e), color-stop(73%, rgba(54, 54, 62, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, #36363e 0%, rgba(54, 54, 62, 0.9) 73%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36363e', endColorstr='#e6000000',GradientType=0 );
  /* IE6-9 */
}

.jquery-modal.blocker.active {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
}

.lb-overlay .quote {
  background-color: white;
  padding: 110px 100px 80px;
  max-width: 800px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}

.lb-overlay .quote .quote-left {
  left: 390px;
  top: 60px;
}

.lb-overlay .quote .quote-right {
  right: 380px;
  bottom: 80px;
}

.lb-overlay .quote .quote-author {
  bottom: -40px;
}

.lb-overlay > div {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/
  margin: 0 auto;
  -webkit-transition: opacity 0.3s linear 0.3s;
  transition: opacity 0.3s linear 0.3s;
}

.lb-overlay .lb-inner-wrapper {
  position: relative;
  max-width: 800px;
  margin: 20px auto 0;
  z-index: 30;
}

.lb-overlay .lb-outer-wrapper {
  width: 100%;
  height: 100%;
}

.lb-overlay.video-post img,
.lb-overlay.video-post .main-tag {
  display: none;
}

.type_audio .lb-overlay .lb-inner-wrapper {
  margin-bottom: -5px;
}

.type_audio .lb-overlay.video-post .main-tag {
  display: block;
}

.lb-overlay .tag-wrapper {
  background: white;
  border-top: 1px solid rgba(128, 128, 128, 0.3);
  margin-top: 50px;
}

article.type_quote .lb-overlay .tag-wrapper {
  border-top: none;
  margin-top: 0;
}

.lb-overlay .tag {
  z-index: 30;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: black;
}

.lb-overlay .tag.main-tag a:first-child {
  display: block;
  font-size: 30px;
  color: black;
  font-weight: 900;
  padding-right: 0;
  pointer-events: none;
  padding: 60px 50px 0;
}

.lb-overlay .tag.main-tag a + a {
  display: none;
}

.lb-overlay .tag.secondary-tag {
  display: inline-block;
  padding: 20px 0 20px 50px;
}

.lb-overlay .tag.secondary-tag a {
  color: #c8bb84;
  padding-right: 10px;
}

.lb-overlay .tag.secondary-tag a:first-child {
  display: none;
}

.lb-overlay .tag.secondary-tag a:last-child {
  padding-right: 0;
}

.lb-overlay .tag.secondary-tag a:hover {
  opacity: 0.8;
}

.lb-overlay .caption {
  color: black;
  background-color: white;
  max-width: 800px;
  position: relative;
  z-index: 30;
  width: 100%;
  margin-bottom: 100px;
}

.lb-overlay .caption a {
  color: #c8bb84;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.lb-overlay .caption a:hover {
  opacity: 0.7;
}

.lb-overlay .caption p {
  padding: 0 50px;
}

.lb-overlay .caption .post-overlay-date {
  color: grey;
}

.lb-overlay .caption .date {
  color: grey;
  font-size: 14px;
}

.lb-overlay .caption svg {
  fill: grey;
}

.lb-overlay .caption.trailer {
  padding: 20px 20px 60px 20px;
}

@media only screen and (min-width: 800px) {
  .lb-overlay .caption {
    width: 800px;
  }
}

a.lb-video-close {
  font-size: 24px;
  margin-bottom: 20px;
  color: black;
}

a.lb-video-close:hover {
  opacity: 0.8;
}

.lb-overlay a.lb-close {
  display: block;
}

.lb-overlay > img {
  /* height: 100%; For Opera max-height does not seem to work */
  width: 100%;
  max-width: 800px;
  position: relative;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.lb-overlay p {
  color: black;
}

.lb-overlay .close-button {
  display: none;
}

.lb-overlay {
  display: none;
}

.lb-overlay.modal.current {
  display: block;
}

.modal.current {
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}

.lb-overlay.modal.current > img {
  -webkit-animation: fadeInScale 0.3s ease-in-out;
  animation: fadeInScale 0.3s ease-in-out;
}

.lb-overlay.modal.current a.lb-close,
.lb-overlay.modal.current > div {
  opacity: 1;
  filter: alpha(opacity=99);
  /* internet explorer */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
  /*IE8*/
}

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-ms-keyframes fadeInScale {
  0% {
    -ms-transform: scale(0.6);
    opacity: 0;
  }

  100% {
    -ms-transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutScale {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
}

@-ms-keyframes fadeOutScale {
  0% {
    -ms-transform: scale(1);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(0.6);
    opacity: 0;
  }
}

@keyframes fadeOutScale {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
}

/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/

x:-o-prefocus,
.lb-overlay img {
  height: 100%;
}

@media only screen and (max-width: 799px) {
  .lb-overlay iframe {
    width: 100% !important;
    height: 425px !important;
  }

  .modal.current {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lb-overlay .quote {
    padding: 110px 40px 60px;
    margin: 0 auto;
  }

  .lb-overlay .quote .quote-left {
    left: 45%;
    top: 60px;
  }

  .lb-overlay .quote .quote-right {
    right: 45%;
    bottom: 70px;
  }

  article.type_quote .quote.long {
    font-size: 18px;
    line-height: 33px;
  }

  .lb-overlay .close-button {
    display: block;
    padding: 20px 50px;
    border: 1px solid rgba(128, 128, 128, 0.5);
    margin: 20px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 200px;
    margin: 20px auto;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

  .lb-overlay .close-button:active {
    outline: 2px solid #c8bb84;
  }

  .lb-overlay .close-button:hover {
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
  }

  .lb-overlay .tag.main-tag a:first-child {
    padding: 20px 20px 0;
  }

  .lb-overlay .tag.secondary-tag {
    padding: 20px;
  }

  .lb-overlay .caption p {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 640px) {
  .lb-overlay .tag.secondary-tag {
    padding: 20px 20px 60px;
    float: none;
  }

  .lb-overlay .tag {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .lb-overlay .tag.main-tag a:first-child {
    font-size: 25px;
  }

  .lb-overlay .caption.trailer {
    padding: 20px 20px 80px 20px;
  }
}

@media only screen and (min-width: 800px) {
  .lb-overlay iframe {
    width: 800px !important;
    height: 458px !important;
  }
}

.the-menu {
  left: 0;
  width: 400px;
  position: fixed;
  top: 0;
  height: 100vh;
  text-align: left;
  opacity: 0;
  background: #36363e;
}

.the-menu.on-left {
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .the-menu {
    width: 340px;
    overflow-x: hidden;
  }
}

.the-menu:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(44, 62, 80, 0);
  border-bottom-color: #32313a;
  border-width: 8px;
  left: 30px;
  margin-left: -8px;
}

.cat-menu:after {
  left: 54%;
}

.the-menu ul.main-menu {
  width: 100%;
  list-style: none;
  margin-top: 80px;
}

.the-menu ul.main-menu li {
  color: #beb4b4;
}

.the-menu ul.main-menu li + li {
  border-top: 1px solid rgba(128, 128, 128, 0.1);
}

.the-menu ul.main-menu li + li:last-child {
  border-bottom: 1px solid rgba(128, 128, 128, 0.1);
}

.the-menu ul.main-menu li a {
  display: block;
  padding: 30px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #beb4b4;
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}

.the-menu ul.main-menu li a:hover,
.the-menu ul.main-menu li a:active {
  background: rgba(128, 128, 128, 0.3);
  color: rgba(190, 180, 180, 0.8);
}

.the-menu ul.main-menu li .menu-social li {
  border-top: none;
  border-bottom: none;
}

.the-menu ul.main-menu li .menu-social li:first-child {
  padding-right: 30px;
}

.the-menu ul.main-menu li .menu-social:first-child {
  padding: 0 30px;
}

@media only screen and (max-width: 480px) {
  .the-menu ul.main-menu li .menu-social {
    width: 360px;
  }

  .the-menu ul.main-menu li .menu-social li:first-child {
    padding-right: 0;
  }

  .the-menu ul.main-menu li .menu-social li a {
    padding: 30px 20px;
  }
}

.the-menu ul.social-menu li {
  float: left;
  width: 16.66%;
}

.the-menu ul.social-menu li a {
  padding: 13px;
  font-size: 15px;
  border-bottom: 0;
}

.the-menu ul.social-menu li a .social-ebay {
  margin-left: -6px;
}

.the-menu ul.social-menu li a .social-gmail {
  margin-left: -3px;
  font-size: 14px;
}

.the-menu ul.social-menu li a .social-forrst {
  margin-right: -2px;
}

.the-menu ul.social-menu li a .social-vimeo {
  margin-left: -3px;
}

.the-menu ul.social-menu li a .social-twitter {
  margin-left: -1px;
}

.the-menu ul.social-menu li a .social-twitter,
.the-menu ul.social-menu li a .social-vimeo {
  font-size: 14px;
}

.no-ios article {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.post-nav {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .post-nav {
    margin-top: 0;
  }
}

.post-nav a {
  display: inline-block;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 18px;
  font-size: 14px;
  background: #ffffff;
  color: #2980b9;
}

.post-nav a:hover {
  background: #2c3e50;
  color: #ffffff;
}

section {
  position: relative;
  float: left;
  clear: both;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  padding: 10px;
  background-color: #36363e;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
}

section.on-left {
  -webkit-transform: translate(400px, 0);
  -ms-transform: translate(400px, 0);
  transform: translate(400px, 0);
}

section.on-right {
  position: fixed;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  section.on-left {
    -webkit-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    transform: translate(300px, 0);
  }

  section.on-right {
    position: relative;
    overflow-y: auto;
  }
}

.posts-holder {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.posts-holder .grid-sizer {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .posts-holder .grid-sizer {
    width: 50%;
  }
}

@media only screen and (min-width: 1220px) {
  .posts-holder .grid-sizer {
    width: 33.33%;
  }
}

@media only screen and (min-width: 1540px) {
  .posts-holder .grid-sizer {
    width: 25%;
  }
}

.type_pagination {
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
}

.type_pagination .pagination a {
  display: block;
  padding: 40px;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 1px;
}

.type_pagination .load-more .load-more-loading,
.type_pagination .load-more .load-more-end {
  display: none;
}

.type_pagination .load-more .load-more-loading {
  font-size: 12px;
}

.type_pagination #infscr-loading {
  display: block;
  margin-top: 20px;
  font-size: 15px;
}

.type_pagination #infscr-loading img {
  display: none;
}

.type_pagination.pagination_standard .load-more {
  display: none;
}

.type_pagination.pagination_load-more,
.type_pagination.pagination_load-more.next.hidden {
  display: none;
}

.type_pagination.pagination_load-more.next {
  display: block;
}

.type_pagination.pagination_load-more.next .article-content .centered-wrap {
  font-size: 15px;
  color: white;
  text-align: center;
  border: 1px solid rgba(128, 128, 128, 0.8);
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.type_pagination.pagination_load-more.next .article-content .centered-wrap:hover {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.type_pagination.pagination_load-more .article-content {
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
  color: rgba(255, 255, 255, 0.8);
}

.type_pagination.pagination_load-more .article-content:hover {
  cursor: pointer;
}

.type_pagination.pagination_load-more .pagination {
  display: none;
}

.type_pagination.pagination_infinite-scroll .article-content {
  color: #32313a;
}

.type_pagination.pagination_infinite-scroll .load-more-text,
.type_pagination.pagination_infinite-scroll .pagination {
  display: none;
}

.type_pagination.off {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.14s ease-in-out 2s;
  transition: all 0.14s ease-in-out 2s;
}

.type_pagination.hidden {
  display: none;
}

.load-more-text {
  color: white;
}

.single-post {
  text-align: center;
  display: table;
}

.single-post article {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  margin: 4px 0;
  float: none;
  display: inline-block;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .single-post article {
    width: auto;
    max-width: 1200px;
    margin: 50px auto;
  }

  .single-post article.type_photo {
    max-width: 1380px;
  }

  .single-post article.type_photoset {
    width: 100%;
  }
}

.single-post article .article-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding: 30px;
  overflow: visible;
}

.single-post article .article-content img {
  width: auto;
}

@media only screen and (min-width: 768px) {
  .single-post article .article-content {
    padding: 50px;
  }
}

.single-post article .post-meta {
  margin-top: 40px;
}

.text-wrapper,
.text-block-item {
  list-style: none;
  margin: 30px;
}

.text-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100vh;
}

.text-wrapper .header {
  font-size: 24px;
  margin: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.text-block {
  display: inline-block;
  font-family: 'Lato';
  line-height: 30px;
  text-align: left;
  margin-right: 6%;
  vertical-align: top;
  color: #beb4b4;
}

.text-block:last-child {
  margin-right: 0;
}

.text-block-header {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.text-block a {
  color: #c8bb84;
}

.text-block a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .text-block {
    margin-right: 0;
  }
}

.exhibitions .header {
  font-size: 24px;
  margin: 30px;
  width: 300px;
  margin: 0 auto 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}

.exhibitions .text-block {
  display: block;
  margin-bottom: 20px;
  text-align: left;
  color: #beb4b4;
  max-width: 400px;
  margin: 0 auto;
}

.exhibitions .text-wrapper {
  margin-top: 40px;
}

.about p {
  margin-top: 18px;
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 30px;
  color: #beb4b4;
}

@media only screen and (max-width: 768px) {
  .text-wrapper {
    display: block;
    margin: 80px auto;
    padding-bottom: 100px;
  }

  .text-block {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .about p {
    padding: 0 10px;
  }
}

.like_button.liked svg {
  fill: #d75f45;
}

.banner-bar {
  width: 100%;
  opacity: 0;
  background-color: #36363e;
  z-index: 19;
}

.banner-bar.entered {
  opacity: 1;
  -webkit-transition: opacity 0.3s, height 0.1s;
  transition: opacity 0.3s, height 0.1s;
  height: 40px;
  border-top: 1px solid black;
}

.banner-bar.exited {
  opacity: 0;
  -webkit-transition: opacity 0.3s, height 0.1s;
  transition: opacity 0.3s, height 0.1s;
  height: 0;
}

.banner-bar.on-left {
  display: none;
}

.banner-bar-inner-wrapper {
  float: right;
  height: 0;
}

.banner-bar-inner-wrapper .banner-bar-header {
  background: url(http://s3.amazonaws.com/katys-tumblr-assets/dist/assets/img/thenine.png) center no-repeat;
  width: 200px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 8px;
  border-right: 1px solid black;
  display: inline-block;
}

.banner-bar-inner-wrapper .banner-bar-play {
  background: url(../img/play.svg) center center no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 8px;
}

.banner-bar-inner-wrapper .banner-bar-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  padding-bottom: 12px;
  margin-bottom: 17px;
  width: 100px;
}

.banner-bar-inner-wrapper a:hover {
  opacity: 0.7;
}

.banner-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  margin-top: 80px;
}

.banner-wrapper .arrow-down {
  position: absolute;
  bottom: 50px;
  right: 50px;
  background: url(https://s3.amazonaws.com/katys-tumblr-assets/dist/assets/img/arrow-down.svg) center no-repeat;
  -webkit-background-size: 30px;
  background-size: 30px;
  width: 30px;
  height: 30px;
  opacity: 0.8;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.banner-wrapper .arrow-down:hover {
  opacity: 1;
  cursor: pointer;
}

.banner-wrapper a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.banner-wrapper a:hover {
  opacity: 0.7;
}

.banner-wrapper.entered.on-left,
.banner-wrapper.on-left {
  -webkit-transform: translate(420px, 0);
  -ms-transform: translate(420px, 0);
  transform: translate(420px, 0);
}

@media only screen and (max-width: 480px) {
  .banner-wrapper {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .banner-wrapper.entered.on-left,
  .banner-wrapper.on-left {
    -webkit-transform: translate(320px, 0);
    -ms-transform: translate(320px, 0);
    transform: translate(320px, 0);
  }
}

.banner {
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  background-color: #36363e;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  display: table;
  background: url(https://s3.amazonaws.com/katys-tumblr-assets/dist/assets/img/feet-1200.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner .banner-content {
  position: relative;
  max-width: 393px;
  height: 233px;
  margin: 100px auto 0;
}

.banner .banner-content .banner-text {
  background: url(https://s3.amazonaws.com/katys-tumblr-assets/dist/assets/img/thenine_head.png) center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.banner .header {
  padding-top: 130px;
  font-size: 70px;
  letter-spacing: 10px;
}

.banner .header-small {
  font-size: 10px;
  padding: 50px 0 10px;
  letter-spacing: 6px;
}

.banner .header-medium {
  font-size: 30px;
  letter-spacing: 8px;
}

.banner .play {
  margin-top: 50px;
  font-size: 12px;
  letter-spacing: 1px;
}

.banner .play-button {
  background: url(../img/play.svg) center no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .banner {
    height: 100vw;
  }

  .banner .banner-content {
    margin: 80px auto 0;
  }
}

@media only screen and (max-width: 480px) {
  .banner .header {
    font-size: 50px;
  }

  .banner .header-medium {
    font-size: 20px;
  }

  .banner .banner-content {
    max-width: 100%;
    margin: 80px 20px 0;
  }

  .banner-bar-inner-wrapper {
    float: none;
  }

  .banner-bar-inner-wrapper .banner-bar-sub {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .banner {
    height: 50vw;
  }
}

@media only screen and (min-width: 1000px) {
  .banner {
    height: 33.333vw;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .banner .banner-content {
    margin: 80px auto 0;
  }

  .banner .header {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1600px) {
  .banner {
    height: 25vw;
  }
}

@media only screen and (min-width: 2000px) {
  .banner {
    height: 20vw;
  }
}

.index.tagged .banner-wrapper {
  display: none;
}

.index.tagged section.the-posts {
  margin-top: 80px;
}

/*# sourceMappingURL=style.css.map */