body {
    text-rendering: optimizeLegibility;
    margin: 0;
    width: 100%;
    height: 100%
}
body a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.single-caption a,
.single-caption p,
.tile-title.photo p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: .2rem;
    margin-bottom: .2rem
}
h1 {
    font-size: 3.2rem
}
h2 {
    font-size: 2.4rem
}
h3 {
    font-size: 1.9rem
}
h4 {
    font-size: 1.5rem
}
h5 {
    font-size: 1.3rem
}
h6 {
    font-size: 1.1rem
}
a,
blockquote,
em,
i,
p,
cite em p {
    font-size: 1.6rem
}
.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.square {
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
}
blockquote {
    font-style: italic
}
.prof-website a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.prof-website i {
    font-size: 1.5rem;
    margin-right: .3rem
}
.tile-text-wrapper {
    text-align: center;
    word-wrap: break-word
}
.tile-text-wrapper blockquote,
.tile-text-wrapper p,
.tile-title.photo p {
    margin: 0
}
.tile-text-wrapper p,
.tile-text-wrapper.photo p a {
    font-size: 2rem
}
.creation,
.tile-text-wrapper a.tile-read-more.photo,
.tile-text-wrapper a.tile-read-more.text {
    text-decoration: underline
}
.post-notes,
.post-notes a {
    font-size: 1.3rem
}
.social-feed.twtr p {
    padding: 10px 0
}
.tile-text-wrapper h2:hover,
.tile-text-wrapper h3:hover,
.tile-text-wrapper h4:hover,
.tile-title.photo p:hover,
body a:hover,
tile-text-wrapper h1:hover {
    opacity: .5
}
.tile-text-wrapper.audio,
.tile-text-wrapper.audio a,
.tile-text-wrapper.photo,
.tile-text-wrapper.photo a,
.tile-text-wrapper.text,
.tile-text-wrapper.text a,
body a {
    text-decoration: none
}
.tile-text-wrapper h2,
.tile-text-wrapper h3,
.tile-text-wrapper h4,
.tile-title.photo p,
tile-text-wrapper h1 {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.tile-title.photo p:hover,
.tile-title.text h2:hover {
    opacity: .5
}
.prof-avatar {
    text-align: center;
    margin-top: 20px
}
.menu-message {
    width: 80%;
    margin: 20px auto;
    text-align: center
}
#menu-items {
    list-style: none;
    text-align: center;
    padding-left: 0
}
#menu-items li {
    padding-bottom: 15px
}
#menu-items li a {
    font-size: 1.6rem
}
.menu-divider {
    width: 70%;
    margin: 30px auto
}
#search-input {
    height: 30px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 200;
    border: 0;
    border-bottom: 2px solid #000;
    background-color: transparent
}
.nav-search {
    position: relative
}
#search-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}
#search-box i {
    position: absolute;
    color: #444;
    font-size: 1.3rem;
    bottom: 10px;
    right: 20px
}
.header-container {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}
.header-underlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.header-pos {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    position: fixed;
    opacity: .8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.profile {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    -ms-transform: translateY(-50%) translate3d(0, 0, 0);
    -moz-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
    display: table
}
.portrait {
    height: 150px;
    width: 150px;
    position: relative;
    display: table-cell;
    vertical-align: middle
}
.logo {
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 150px;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%
}
.profile-text-wrapper {
    position: relative;
    width: auto;
    height: 350px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    left: 20px;
    padding-left: 20px
}
.prof-title {
    margin: 0
}
.prof-description {
    margin-top: .5rem;
    margin-bottom: 0;
    display: block;
    font-size: 2.2rem
}
.prof-website {
    margin-right: 1rem;
    margin-top: .5rem
}
.social-wrapper {
    height: 40px;
    width: 80%;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1
}
ul.social-networks {
    margin: 0;
    padding: 0
}
.social-networks li {
    display: inline-block;
    margin: 0 5px 0 0
}
.social-networks li:last-child {
    margin: 0
}
.social-networks i {
    display: block;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    background-size: auto 40px;
    height: 40px;
    width: 40px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}
.social-networks i:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}
.rss-ico {
    background-position: 440px
}
.facebook-ico {
    background-position: 640px
}
.twitter-ico {
    background-position: 400px
}
.googleplus-ico {
    background-position: 600px
}
.instagram-ico {
    background-position: 560px
}
.vk-ico {
    background-position: 320px
}
.youtube-ico {
    background-position: 120px
}
.vimeo-ico {
    background-position: 360px
}
.flickr-ico {
    background-position: 240px
}
.soundcloud-ico {
    background-position: 200px
}
.linkedin-ico {
    background-position: 520px
}
.pinterest-ico {
    background-position: 480px
}
.spotify-ico {
    background-position: 280px
}
.dribble-ico {
    background-position: 680px
}
.deviantart-ico {
    background-position: 160px
}
.stumbleupon-ico {
    background-position: 80px
}
.behance-ico {
    background-position: 0
}
.vine-ico {
    background-position: 40px
}
.tile-grid {
    width: 100%;
    overflow: hidden;
    position: relative
}
.social-feed,
.tile-post {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.tile-wrapper {
    height: auto;
    width: 100%!important;
    margin: 0!important;
    position: relative
}
.tile-link {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    opacity: initial
}
.tile-link:hover {
    opacity: initial
}
.tile-background {
    width: 100%;
    height: auto;
    background-position: center 49.9%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .9;
}
.tile-background:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: .6;
}
.tile-link.audio {
    position: initial
}
.tile-link.audio,
.tile-link.text:hover {
    opacity: 1
}
.tile-wrapper.photo {
    background-color: #000
}
.tile-video-wrapper {
    display: block;
    margin-bottom: -5px
}
.tile-video-wrapper iframe {
    width: 100%;
    height: 55vw
}
.tile-video-wrapper #youtube_iframe {
    height: 50vw
}
.tile-video-wrapper iframe.instagram-media {
    height: calc(50vw + 70px)!important;
    margin: auto!important;

}
.social-feed.twtr,
.tile-background.audio,
.tile-background.text,
.tile-text-wrapper.text {
    opacity: 1
}
.tile-text-wrapper.photo.photoset {
    width: 18%;
    text-align: left;
    margin-left: initial
}
.tile-text-wrapper.photo.video {
    margin-left: initial;
    text-align: left;
    top: initial;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    bottom: 100px
}
.tile-background.pano {
    width: 100%;
    height: auto;
    background-position: left
}
.tile-content img {
    width: 100%;
    height: auto;
    display: initial
}
.tile-text-wrapper.photo {
    position: absolute;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}
.tile-text-wrapper.text {
    text-align: center;
    top: 50%;
    padding: 125px 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}
.tile-text-wrapper.text.quote h2 {
    letter-spacing: initial;
    text-transform: none
}
.tile-chat {
    display: block;
    list-style-type: none;
    padding-left: 0
}
.tile-chat p {
    font-size: 1.6rem
}
.tile-chat .even {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.tile-text-wrapper.audio {
    position: relative;
    padding: 50px 0;
    text-align: center
}
.tile-text-wrapper.audio .spotify_audio_player {
    height: 100px
}
.answerer-wrapper,
.asker-wrapper,
.tile-audio-cap,
.tile-content {
    display: block
}
#tweets a {
    text-decoration: none;
    display: block
}
.twitter-follow {
    padding: 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #eee;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-top: 15px
}
.tile-text-wrapper.text.twtr .twitter-follow {
    color: #000
}
.twitter-follow i {
    color: #0090b9;
    padding-right: 5px
}
#instagram {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 100.5%
}
.tile-instagram-wrapper {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #000
}
#instagram li {
    list-style: none;
    float: left;
    display: block;
    width: 20.03864574%;
    height: 50.5%;
    margin: -.02%;
    overflow: hidden
}
#instagram li:before {
    content: "";
    background-image: url(../EJMnhhduw/insta-ico.png);
    position: absolute;
    display: block;
    height: 15px;
    width: 15px;
    margin-top: 5px;
    margin-left: 5px;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    background-size: 15px 15px;
    z-index: 1
}
#instagram img {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
#instagram img:hover {
    opacity: .5;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}
.single-page {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    margin-bottom: -80px
}
.single-wrapper {
    width: 50%;
    display: block;
    position: relative;
    margin: 100px auto 130px;
    padding: 30px 50px 50px
}
.single-title {
    margin-bottom: 0
}
.single-date {
    margin-top: 0
}
.single-content {
    width: 100%;
    margin-bottom: 20px
}
.single-content img {
    width: 100%;
    -moz-cursor: pointer;
    -webkit-cursor: pointer;
    cursor: pointer
}
.single-content a,
.single-content blockquote,
.single-content em,
.single-content i,
.single-content p,
.single-content ul>li {
    font-size: 2rem
}
.single-caption a,
.single-caption p {
    font-size: 1.6rem
}
.single-wrapper blockquote {
    margin-top: 0
}
.author {
    height: 40px
}
.author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px
}
.post-by {
    margin: 10px 0 0 10px;
    float: left
}
.post-by a {
    font-size: 1.3rem
}
.single-quote {
    text-align: center
}
.single-chat li {
    list-style: none
}
.single-video-wrapper iframe {
    width: 100%;
    height: 30.25vw
}
.single-audio-wrapper .bandcamp_audio_player {
    width: 100%;
    height: auto
}
.single-audio-wrapper .soundcloud_audio_player,
.single-audio-wrapper .spotify_audio_player {
    width: 100%;
    height: 50vw
}
.sharing-wrapper {
    height: 22px;
    margin-top: 25px
}
ul.social-sharing {
    padding: 0
}
.social-sharing li {
    display: inline-block
}
.social-sharing li:hover {
    opacity: .5
}
.social-sharing i {
    background-image: url(../EJgni52vv/social-sharing-2.png);
    display: block;
    -webkit-background-size: auto 22px;
    -moz-background-size: auto 22px;
    background-size: auto 22px;
    height: 22px;
    width: 22px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}
.facebook-share {
    background-position: 68px
}
.twitter-share {
    background-position: 45px
}
.googleplus-share {
    background-position: 3px
}
.pinterest-share {
    background-position: 23px
}
.t-share .like_button {
    padding-right: 5px
}
.post-tags {
    margin: 10px 0;
    padding: 0;
    clear: left
}
.post-tags li,
.post-tags p {
    display: inline-block;
    margin-right: 5px
}
.post-tags a,
.post-tags p {
    font-size: 1.3rem
}
.post-notes {
    height: auto;
    width: 100%
}
ol.notes {
    padding: 0;
    margin: 25px 0;
    list-style-type: none
}
ol.notes li.note {
    padding: 5px 0 0
}
ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
ol.notes li.note blockquote {
    border-color: #eee;
    padding: 4px 10px;
    margin: 10px 0 0 25px
}
ol.notes li.note blockquote a {
    text-decoration: none
}
.bottom-footer {
    clear: both;
    height: 80px;
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 1
}
.bottom-footer p {
    font-size: 1.4rem
}
.copyright,
.footer-message {
    float: left;
    margin-top: 33px;
    margin-left: 20px
}
.creation {
    float: right;
    display: block;
    margin-top: 33px;
    margin-right: 20px;
    font-size: 1.4rem
}
.back-to-top {
    position: absolute;
    margin-top: 20px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 30px
}
.back-to-top a {
    font-size: 3rem;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.back-to-top a:hover {
    opacity: .5;
    text-decoration: none
}
.back-to-top .fa-angle-up {
    font-size: 4rem
}
.pagi-bar {
    height: 50px;
    width: 80%;
    clear: both;
    position: relative;
    display: table;
    text-align: center;
    margin: 20px auto;
    background-color: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.pagi-bar,
.perma-pagi-bar {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.btn-pagi {
    height: 100%;
    width: 100%
}
.btn-pagi a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 13px;
    font-weight: 500
}
.btn-pagi h2 {
    display: inline;
    font-size: 1.8rem
}
.perma-pagi-bar {
    height: 50px;
    width: 100%;
    clear: both;
    position: relative;
    text-align: center;
    margin-top: 50px
}
.btn-perma-pagi {
    display: inline-block;
    padding: 10px 15px 5px;
    position: relative
}
.btn-perma-pagi a {
    text-decoration: none
}
.btn-perma-pagi a:hover {
    opacity: .7
}
.btn-perma-pagi h2 {
    display: inline;
    font-size: 1.8rem
}
.btn-perma-pagi i {
    padding: 10px
}
#infscr-loading img {
    padding-top: 10px;
    padding-bottom: 5px;
    width: 25px
}
#infscr-loading {
    text-align: center;
    clear: both;
    font-size: 1.6rem
}
.tile-background img {
    width: 100%;
    height: auto;
    opacity: 0;
    position: initial;
    display: block;
    margin-top: -5px;
    margin-bottom: -2px
}
.tile-background.photoset,
.tile-background.video,
.tile-text-wrapper.audio,
.tile-text-wrapper.text {
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none
}
.tile-background.photoset {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}
.tile-background.audio:hover {
    opacity: 1
}
.tumblr_video_container {
    width: 100%!important;
    height: auto!important
}
.single.answerer-avatar,
.single.asker-avatar,
.tile-text-wrapper.text .answerer-avatar,
.tile-text-wrapper.text .asker-avatar {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}
.answerer a,
.asker a {
    display: inline-block
}
.answerer,
.answerer a,
.asker,
.asker a,
.single.answerer,
.single.answerer .answerer,
.single.asker,
.single.asker .asker {
    font-size: 2.4rem
}
.asker-avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px
}
.tile-content p,
p.tile-content {
    font-size: 1.6rem
}
.tile-content ul, .tile-content ol {
    list-style-position: inside;
}
.tile-content ul li, .tile-content ol li {
    font-size: 1.6rem;
    margin-left: -50px;
}
.ask-divide {
    height: 1px;
    width: 100px;
    border-top: 1px solid #eee;
    margin: 20px auto;
    display: block
}
.single-content.ask {
    text-align: center
}
.tile-background .full-width-photoset {
    display: block;
    opacity: 1;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 5px
}
.bandcamp_audio_player {
    width: 50%;
    height: 58vw;
    margin-left: auto;
    margin-right: auto
}
.soundcloud_audio_player,
.spotify_audio_player {
    width: 50%;
    height: 50vw
}
.tile-audio-cap a {
    font-size: 2rem
}
.pagi-bar-wrapper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}
meta.foundation-version {
    font-family: "/5.5.1/"
}
meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0
}
meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0
}
meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em
}
meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
    width: 40.063em
}
meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em
}
meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
    width: 64.063em
}
meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em
}
meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
    width: 90.063em
}
meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em
}
meta.foundation-data-attribute-namespace {
    font-family: false
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a:hover {
    cursor: pointer
}
.left {
    float: left!important
}
.right {
    float: right!important
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.hide {
    display: none
}
.invisible {
    visibility: hidden
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
select {
    width: 100%
}
.text-left {
    text-align: left!important
}
.text-right {
    text-align: right!important
}
.text-center {
    text-align: center!important
}
.text-justify {
    text-align: justify!important
}
@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left!important
    }
    .small-only-text-right {
        text-align: right!important
    }
    .small-only-text-center {
        text-align: center!important
    }
    .small-only-text-justify {
        text-align: justify!important
    }
}
@media only screen {
    .small-text-left {
        text-align: left!important
    }
    .small-text-right {
        text-align: right!important
    }
    .small-text-center {
        text-align: center!important
    }
    .small-text-justify {
        text-align: justify!important
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left!important
    }
    .medium-only-text-right {
        text-align: right!important
    }
    .medium-only-text-center {
        text-align: center!important
    }
    .medium-only-text-justify {
        text-align: justify!important
    }
}
@media only screen and (min-width: 40.063em) {
    .medium-text-left {
        text-align: left!important
    }
    .medium-text-right {
        text-align: right!important
    }
    .medium-text-center {
        text-align: center!important
    }
    .medium-text-justify {
        text-align: justify!important
    }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left!important
    }
    .large-only-text-right {
        text-align: right!important
    }
    .large-only-text-center {
        text-align: center!important
    }
    .large-only-text-justify {
        text-align: justify!important
    }
}
@media only screen and (min-width: 64.063em) {
    .large-text-left {
        text-align: left!important
    }
    .large-text-right {
        text-align: right!important
    }
    .large-text-center {
        text-align: center!important
    }
    .large-text-justify {
        text-align: justify!important
    }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left!important
    }
    .xlarge-only-text-right {
        text-align: right!important
    }
    .xlarge-only-text-center {
        text-align: center!important
    }
    .xlarge-only-text-justify {
        text-align: justify!important
    }
}
@media only screen and (min-width: 90.063em) {
    .xlarge-text-left {
        text-align: left!important
    }
    .xlarge-text-right {
        text-align: right!important
    }
    .xlarge-text-center {
        text-align: center!important
    }
    .xlarge-text-justify {
        text-align: justify!important
    }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left!important
    }
    .xxlarge-only-text-right {
        text-align: right!important
    }
    .xxlarge-only-text-center {
        text-align: center!important
    }
    .xxlarge-only-text-justify {
        text-align: justify!important
    }
}
@media only screen and (min-width: 120.063em) {
    .xxlarge-text-left {
        text-align: left!important
    }
    .xxlarge-text-right {
        text-align: right!important
    }
    .xxlarge-text-center {
        text-align: center!important
    }
    .xxlarge-text-justify {
        text-align: justify!important
    }
}
.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden
}
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-right {
    min-height: 100%;
    -webkit-overflow-scrolling: touch
}
.inner-wrap {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease
}
.inner-wrap:after,
.inner-wrap:before {
    content: " ";
    display: table
}
.inner-wrap:after {
    clear: both
}
.tab-bar {
    -webkit-backface-visibility: hidden;
    background: #333;
    color: #FFF;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
    color: #FFF;
    font-weight: 700;
    line-height: 2.8125rem;
    margin: 0
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
    font-size: 1.125rem
}
.left-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    border-right: solid 1px #1a1a1a;
    left: 0
}
.right-small {
    width: 2.8125rem;
    height: 2.8125rem;
    position: absolute;
    top: 0;
    border-left: solid 1px #1a1a1a;
    right: 0
}
.tab-bar-section {
    padding: 0 .625rem;
    position: absolute;
    text-align: center;
    height: 2.8125rem;
    top: 0
}
@media only screen and (min-width: 40.063em) {
    .tab-bar-section.left {
        text-align: left
    }
    .tab-bar-section.right {
        text-align: right
    }
}
.tab-bar-section.left {
    left: 0;
    right: 2.8125rem
}
.tab-bar-section.right {
    left: 2.8125rem;
    right: 0
}
.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem
}
.tab-bar .menu-icon {
    text-indent: 2.1875rem;
    width: 2.8125rem;
    height: 2.8125rem;
    display: block;
    padding: 0;
    color: #FFF;
    position: relative;
    transform: translate3d(0, 0, 0)
}
.tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -.5rem;
    left: .90625rem;
    box-shadow: 0 0 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
    width: 1rem
}
.tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3
}
.left-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 28.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    background: #333;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0
}
.left-off-canvas-menu * {
    -webkit-backface-visibility: hidden
}
.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    background: #333;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0
}
.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden
}
ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}
ul.off-canvas-list li label {
    display: block;
    padding: .3rem .9375rem;
    color: #999;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 700;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0
}
ul.off-canvas-list li a {
    display: block;
    padding: .66667rem;
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease
}
ul.off-canvas-list li a:hover {
    background: #242424
}
.move-right>.inner-wrap {
    -webkit-transform: translate3d(28.625rem, 0, 0);
    -moz-transform: translate3d(28.625rem, 0, 0);
    -ms-transform: translate3d(28.625rem, 0, 0);
    -o-transform: translate3d(28.625rem, 0, 0);
    transform: translate3d(28.625rem, 0, 0)
}
.move-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent
}
@media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, .05)
    }
}
.move-left>.inner-wrap {
    -ms-transform: translate(-15.625rem, 0);
    -webkit-transform: translate3d(-15.625rem, 0, 0);
    -moz-transform: translate3d(-15.625rem, 0, 0);
    -ms-transform: translate3d(-15.625rem, 0, 0);
    -o-transform: translate3d(-15.625rem, 0, 0);
    transform: translate3d(-15.625rem, 0, 0)
}
.move-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent
}
@media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, .05)
    }
}
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003
}
.offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent
}
@media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
        background: rgba(255, 255, 255, .05)
    }
}
.offcanvas-overlap-left .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003
}
.offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent
}
@media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, .05)
    }
}
.offcanvas-overlap-right .left-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003
}
.offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent
}
@media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, .05)
    }
}
.no-csstransforms .left-off-canvas-menu {
    left: -15.625rem
}
.no-csstransforms .right-off-canvas-menu {
    right: -15.625rem
}
.no-csstransforms .move-left>.inner-wrap {
    right: 15.625rem
}
.no-csstransforms .move-right>.inner-wrap {
    left: 15.625rem
}
.left-submenu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #333;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease
}
.left-submenu * {
    -webkit-backface-visibility: hidden
}
.left-submenu .back>a {
    padding: .3rem .9375rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0
}
.left-submenu .back>a:hover {
    background: #303030;
    border-top: 1px solid #5e5e5e;
    border-bottom: none
}
.left-submenu .back>a:before {
    content: "\AB";
    margin-right: .5rem;
    display: inline
}
.left-submenu.move-right,
.left-submenu.offcanvas-overlap,
.left-submenu.offcanvas-overlap-right {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.right-submenu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #333;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease
}
.right-submenu * {
    -webkit-backface-visibility: hidden
}
.right-submenu .back>a {
    padding: .3rem .9375rem;
    color: #999;
    text-transform: uppercase;
    font-weight: 700;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0
}
.right-submenu .back>a:hover {
    background: #303030;
    border-top: 1px solid #5e5e5e;
    border-bottom: none
}
.right-submenu .back>a:after {
    content: "\BB";
    margin-left: .5rem;
    display: inline
}
.right-submenu.move-left,
.right-submenu.offcanvas-overlap,
.right-submenu.offcanvas-overlap-left {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
    content: "\BB";
    margin-left: .5rem;
    display: inline
}
.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before {
    content: "\AB";
    margin-right: .5rem;
    display: inline
}
.left-off-canvas-toggle {
    z-index: 1;
    position: relative
}
.left-off-canvas-toggle i {
    margin: 10px;
    padding: 10px 11px;
    position: absolute;
    font-size: 1.6rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.move-left .exit-off-canvas,
.move-right .exit-off-canvas {
    box-shadow: none
}
.social-feed.instagram {
    width: 100%;
    height: 0;
    padding-bottom: 40%
}
.t-share-buttons {
    margin-left: auto;
    margin-right: auto;
    padding: 0
}
.t-share-buttons li {
    display: inline-block;
    padding: 5px
}
.like_button {
    transition: opacity .2s ease-in-out
}
.like_button:hover {
    opacity: .5
}
@media only screen and (max-width: 1220px) {
    .social-feed.instagram {
        width: 100%;
        height: 0;
        padding-bottom: 40%
    }
    .bandcamp_audio_player {
        height: 62vw
    }
    .tile-background {
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        background-size: auto 100%
    }
    .tile-background img {
        width: 200%;
        height: 100%
    }
    .tile-background .full-width-photoset {
        width: 48%
    }
    .tile-text-wrapper.text h2 {
        font-size: 2rem
    }
    .tile-text-wrapper.text blockquote h2 {
        font-size: 1.8rem
    }
    .tile-text-wrapper p,
    .tile-text-wrapper.photo p a {
        font-size: initial
    }
    .answerer,
    .answerer a,
    .asker,
    .asker a,
    .single.answerer,
    .single.answerer .answerer,
    .single.asker,
    .single.asker .asker {
        font-size: 2rem
    }
}
@media only screen and (max-width: 1024px) {
    #drop-menu i,
    #instagram img,
    .back-to-top a,
    .prof-website a,
    .social-networks i,
    .social-sharing i,
    .tile-background,
    .tile-background.pano,
    .tile-title.photo p,
    .tile-title.text h2,
    body a {
        -webkit-transition: none!important;
        -moz-transition: none!important;
        transition: none!important
    }
    #instagram img,
    #instagram img:hover,
    .pagi-bar,
    .single-wrapper,
    .social-networks i:hover,
    .social-wrapper,
    .tile-background.pano:hover,
    .tile-background:hover,
    .tile-post,
    .tile-text-wrapper.audio,
    .tile-text-wrapper.text,
    .tile-wrapper,
    footer.bottom-footer {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        -moz-transform: none!important;
        transform: none!important
    }
}
@media only screen and (max-width: 768px) {
    .menu {
        margin-top: 13px
    }
    .header-container {
        height: 500px
    }
    .header-pos,
    .header-underlay {
        position: absolute
    }
    .social-networks i {
        -webkit-background-size: auto 30px;
        -moz-background-size: auto 30px;
        background-size: auto 30px;
        height: 30px;
        width: 30px
    }
    .social-wrapper {
        width: 65%
    }
    .rss-ico {
        background-position: 330px
    }
    .facebook-ico {
        background-position: 480px
    }
    .twitter-ico {
        background-position: 300px
    }
    .googleplus-ico {
        background-position: 450px
    }
    .instagram-ico {
        background-position: 420px
    }
    .vk-ico {
        background-position: 240px
    }
    .youtube-ico {
        background-position: 90px
    }
    .vimeo-ico {
        background-position: 270px
    }
    .flickr-ico {
        background-position: 180px
    }
    .soundcloud-ico {
        background-position: 150px
    }
    .linkedin-ico {
        background-position: 390px
    }
    .pinterest-ico {
        background-position: 360px
    }
    .spotify-ico {
        background-position: 210px
    }
    .dribble-ico {
        background-position: 510px
    }
    .deviantart-ico {
        background-position: 120px
    }
    .stumbleupon-ico {
        background-position: 60px
    }
    .behance-ico {
        background-position: 0
    }
    .vine-ico {
        background-position: 30px
    }
    .bandcamp_audio_player {
        height: 68vw
    }
    .tile-text-wrapper a.tile-read-more.photo,
    .tile-text-wrapper a.tile-read-more.text {
        font-size: 1.5rem
    }
    .tile-text-wrapper.photo.video {
        display: none
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
    #tumblr_controls,
    .prof-description {
        display: none
    }
    .header-container {
        height: 450px;
        padding-bottom: 0
    }
    .profile {
        width: 100%;
        height: auto
    }
    .profile-text-wrapper {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        top: 10px;
        text-align: center
    }
    .portrait {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative
    }
    footer.bottom-footer {
        height: 150px
    }
    .footer-message {
        padding: 40px 0 0
    }
    .copyright,
    .creation {
        padding: 10px 0 0
    }
    .copyright,
    .creation,
    .footer-message {
        float: none;
        text-align: center;
        margin: 0
    }
    .back-to-top {
        margin-top: 0;
        top: 0
    }
    .single-page {
        margin-bottom: -120px
    }
    .single-wrapper {
        width: 70%;
        padding: 30px
    }
    #disqus_thread {
        margin-top: 50px;
        clear: both
    }
    #instagram li:before {
        height: 10px;
        width: 10px;
        -webkit-background-size: 10px 10px;
        -moz-background-size: 10px 10px;
        background-size: 10px 10px
    }
    .tile-text-wrapper.text blockquote h2 {
        font-size: 1.6rem
    }
    .answerer,
    .answerer a,
    .asker,
    .asker a,
    .single.answerer,
    .single.answerer .answerer,
    .single.asker,
    .single.asker .asker,
    .tile-text-wrapper.text h2 {
        font-size: 1.8rem
    }
    .tile-text-wrapper a.tile-read-more.photo,
    .tile-text-wrapper a.tile-read-more.text,
    .tile-text-wrapper p,
    .tile-text-wrapper.photo p a {
        font-size: 1.4rem
    }
    .single.answerer-avatar,
    .single.asker-avatar,
    .tile-text-wrapper.text .answerer-avatar,
    .tile-text-wrapper.text .asker-avatar {
        width: 30px;
        height: 30px
    }
    h1 {
        font-size: 2.2rem
    }
    h2 {
        font-size: 1.9rem
    }
    h3 {
        font-size: 1.7rem
    }
    .tile-text-wrapper.photo {
        width: 95%
    }
    .social-feed.twtr p {
        padding: 0
    }
}