html, body {
    width: 100%;
    height: 100%;
}
body {
	font-family: Helvetica Neue, '游ゴシック','游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity .2s ease;
    font-size: 16px;
    
    background: #f1f1f1;
}
#container {
    background: #fff;
}

a:link, a:visited {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
a:hover {
  text-decoration: line-through!important;
}
a:active {
  text-decoration: line-through!important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

blockquote {
    border-left: solid 5px #000;
    margin: auto 0;
    padding: 0 0 0 18px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
	width: 100%;
	position: absolute;
	z-index: 99999999;
	text-align: center;
	margin: 0;
	padding: 0;
}
header h1 {
    max-width: 40%;
	font-size: 40px;
	letter-spacing: -3px;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
	font-family: Helvetica;
}
header h1 a {
	padding: 0;
}
header h1,
header a {
	color: #fff!important;
}
header.text h1,
header.text a,
header.quote h1,
header.quote a,
header.answer h1,
header.answer a,
header.link h1,
header.link a,
header.chat h1,
header.chat a,
header.search-page h1,
header.search-page a {
	color: #000!important;
}
header .description {
    width: 280px;
    color: #fff;
    font-size: 14px;
    margin: 10px auto 0;
}
nav.header.screen ul {
    position: absolute;
    top: 9px;
    left: 22px;
    margin: 0;
	padding: 0;
}
nav.header.screen ul li {
    display: inline-block;
    margin: 0 4px 0 0;
	padding: 0;
}
nav.header.screen ul li a {
    font-size: 13px;
}
.search-screen input {
    margin: 0 auto;
    padding: 0 0 8px;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 13px;
    color: #fff;
    -webkit-transition: background 0.14s ease-in-out;
    -moz-transition: background 0.14s ease-in-out;
    -o-transition: background 0.14s ease-in-out;
    transition: background 0.14s ease-in-out;
    font-family: Helvetica Neue, '游ゴシック','游ゴシック体','Yu Gothic',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
}
header.text .search-screen input,
header.quote .search-screen input,
header.answer .search-screen input,
header.link .search-screen input,
header.chat .search-screen input,
header.search-page .search-screen input {
    color: #000;
}
.search-screen input:focus {
    outline: 0;
    border-bottom: solid 1px #fff;
    color: #fff;
}
header.text .search-screen input:focus,
header.quote .search-screen input:focus,
header.answer .search-screen input:focus,
header.link .search-screen input:focus,
header.chat .search-screen input:focus,
header.search-page .search-screen input:focus {
    outline: 0;
    border-bottom: solid 1px #000;
    color: inherit;
}
::-webkit-input-placeholder {
    color: inherit;
}
:-moz-placeholder {
    color: inherit;
}
::moz-placeholder {
    color: inherit;
}
:-ms-input-placeholder {
    color: inherit;
}

/* ==========================================================================
   Slider
   ========================================================================== */

.flexslider, .flexslider-archive, .stretch-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/* Control Nav */
.flex-control-nav {
width: 100%; 
position: absolute; 
bottom: 0; 
text-align: center; 
z-index: 99999;
margin: 0;
padding: 17px 0;
}
.flex-control-nav ul {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flex-control-nav li {
	position: relative;
	display: inline-block;
	margin: 0 6px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.flex-control-nav li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;	
	border-radius: 50%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.flex-control-nav li a:focus {
	outline: none;
}
.flex-control-paging li a {
	overflow: hidden;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px white;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.flex-control-paging li a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;	
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.flex-control-paging li a:hover,
.flex-control-paging li a:focus {
	opacity: 0.7;
}
.flex-control-paging li a.flex-active::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.arrow-icon {
    font-size: 30px;
}


.flex-direction-nav {
  position: absolute;
  z-index: 999;
  top: 50%;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -23px;
}

.flex-direction-nav li {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
}

.flex-direction-nav li a {
    padding: 8px 4px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    opacity: .6;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}
.flex-direction-nav li a:hover {
    opacity: 1;
    text-decoration: none!important;
}

.flex-direction-nav li a.background--light {
  color: #222;
  border-color: #222;
}

.flex-direction-nav li:first-child {
  left: 0;
}

.flex-direction-nav li:last-child {
  right: 0;
-moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
}

.slides, .stretch {
    height: 100%;
}
.slides, .stretch {
    background-color: #000!important;
    margin: 0;
    padding: 0;
    list-style: none;
}
.slides li,
.stretch div {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
}
.slides li {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.3s ease-out;
}
.slides li.flex-active-slide {
    opacity: .9!important;
}
.slides li a.zoom,
.stretch div a.zoom {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}
.slides li,
.stretch div {
    position: relative;
}

/* ==========================================================================
   Cover
   ========================================================================== */

.first {
    width: 100%;
    height: 85%;
    position: relative;
}
.first.video {
    width: 100%;
    height: auto;
    position: relative;
}
.first.audio {
    width: 100%;
    height: 85%;
    position: relative;
}
.first.video .flex-direction-nav,
.archive.video .flex-direction-nav {
    display: none;
}
.first .photo-caption {
    width: 36%;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 22px;
    color: #fff;
    font-size: 12px;
}
.first .view-more a {
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 16px;
    z-index: 99999;
    width: 120px;
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    background: rgba(255,255,255, .2);
    border: solid 2px #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;	
	border-radius: 2px;
}
.first .view-more a:hover {
    background: blue;
    border-color: blue;
    text-decoration: none!important;
}

/* Permalink Page */
.second {
    background: #fff;
}
.second .caption-wrapper {
    width: 78%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    
}
.second .caption {
    width: 74%;
    float: left;
}
.second .caption p {
    margin-top: 0;
    line-height: 1.8;
}
.caption-inner {
    margin-bottom: 47px;
}

.second .share-wrapper {
    width: 14%;
    float: right;
    display: block;
    margin-top: 3px;
    margin-bottom: 8px;
}
.second .share {
    float: right;
    margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 1.4;
}
.tumblr.open a,
.reblog-like-button {
    display: none;
}
.reblog-like-button p {
    float: left;
    margin: 0 6px 0 0;
    padding: 0;
}
.tumblr.open .reblog-like-button {
    display: block;
}
.second .share li:first-child {
    font-weight: bold;
}
.second .meta {
    clear: both;
    font-size: 13px;
    font-style: italic;
    padding: 0;
    margin: 0;
    line-height: 1.8;
	list-style: none;
}
.second .meta li {
    display: inline-block;
    margin-right: 18px;
}

/* Common Style */
.unitedkingdom time,
.unitedstates time,
.japanese time {
    display: none;
}
.unitedkingdom .uk {
    display: inline;
}
.unitedstates .us {
    display: inline;
}
.japanese .jp {
    display: inline;
}

/* ==========================================================================
   Archive
   ========================================================================== */

#container.indexpage {
    padding: 26px 0 40px;
}
#container.permalinkpage {
    padding: 60px 0 40px;
}

.archive-wrapper {
    width: 78%;
    margin: 0 auto;
    max-width: 980px;
    overflow: hidden;
}
.nav-tabs {
    margin: 30px 0 0;
    padding: 0;
    border-top: solid 1px #ddd;
    list-style: none;
}
.nav-tabs li {
    display: inline-block;
    margin: 0 22px 0 0;
    padding: 0;
    font-size: 14px;
}
.nav-tabs li a {
    display: block;
    margin-top: -1px;
    padding: 16px 0;
    text-transform: capitalize;
}
.nav-tabs li a {
    color: #000;
}
.nav-tabs li.active a {
    color: #000;
    text-decoration: line-through!important;
}
.nav-tabs li:first-of-type a {
    color: #000;
    font-weight: bold;
    border-top: solid 1px #333;
}
.nav-tabs li.latest a {
    text-decoration: none!important;
}
.archive.text,
.archive.answer,
.archive.chat {
    position: relative;
    width: 100%;
    height: 270px;
    padding: 50px 0 8px;
    border-bottom: solid 1px #e6e6e6;
    overflow: hidden;
}
.archive.photo,
.archive.video,
.archive.audio {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0 0;
    border-bottom: solid 1px #e6e6e6;
    overflow: hidden;
}
.archive.photo.has-caption,
.archive.video.has-caption,
.archive.audio.has-caption {
    position: relative;
    width: 100%;
    height: 270px;
    padding: 50px 0 8px;
    border-bottom: solid 1px #e6e6e6;
    overflow: hidden;
}
.archive.quote,
.archive.link {
    position: relative;
    width: 100%;
    height: auto;
    padding: 70px 0 90px;
    border-bottom: solid 1px #e6e6e6;
    overflow: hidden;
}
.archive:first-of-type {
    display: none;
}

.archive.photo .thumbnail-wrapper {
    position: relative;
    z-index: 9;
    overflow: hidden;
    width: 100%;
    height: 620px;
    margin-bottom: 60px;
}
.archive.video .thumbnail-wrapper {
    position: relative;
    z-index: 9;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.archive.audio .thumbnail-wrapper {
    position: relative;
    z-index: 9;
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
}
.archive.photo.has-caption .thumbnail-wrapper,
.archive.video.has-caption .thumbnail-wrapper,
.archive.audio.has-caption .thumbnail-wrapper {
    position: relative;
    z-index: 9;
    overflow: hidden;
    width: 30%;
    height: 80%;
    float: left;
}
.thumbnail-wrapper .flex-control-nav {
    display: none;
}
.thumbnail-wrapper .flex-direction-nav {
  position: absolute;
  z-index: 999;
  top: 50%;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -15px;
}
.thumbnail-wrapper .flex-direction-nav li a {
    font-size: 26px;
    opacity: 0;
}
.thumbnail {
    /*display: none;*/
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity 200ms ease-in, -webkit-transform 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 200ms ease-in, transform 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.thumbnail:first-of-type {
    display: block;
}
.thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}
.bigger-link {
    height: 100%;
}
.bigger-link.bl-hover a {
    text-decoration: none!important;
}
.bigger-link.photo.bl-hover a {
    text-decoration: none!important;
}
.bigger-link.bl-hover .thumbnail-wrapper .flex-direction-nav li a {
    opacity: .6;
}
.bigger-link.bl-hover .thumbnail-wrapper .flex-direction-nav li a:hover {
    opacity: 1;
}
.archive .caption-wrapper {
    width: 100%;
    overflow: hidden;
    display: none;
}
.archive.photo.has-caption .caption-wrapper,
.archive.video.has-caption .caption-wrapper,
.archive.audio.has-caption .caption-wrapper,
.archive.text .caption-wrapper,
.archive.answer .caption-wrapper,
.archive.link .caption-wrapper {
    width: 64%;
    height: 100%;
    float: right;
    overflow: hidden;
    display: block;
}
.archive.text.indexpage .title-wrapper,
.archive.answer.indexpage .title-wrapper,
.archive.link.indexpage .title-wrapper {
    width: 30%;
    float: left;
    overflow: hidden;
}
.archive.text.indexpage .title-wrapper h1,
.archive.quote.indexpage .title-wrapper h1,
.archive.answer.indexpage .title-wrapper h1 {
    margin: 0;
}
.archive.link.indexpage .title-wrapper h1 {
    margin: 0 0 20px;
}
.archive.quote.indexpage .title-wrapper {
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
}
.first.text,
.first.quote,
.first.answer,
.first.link,
.first.chat {
    padding: 150px 0 20px;
    height: auto;
    background: #fff;
}
.first.text.indexpage,
.first.quote.indexpage,
.first.answer.indexpage,
.first.link.indexpage,
.first.chat.indexpage {
    padding: 0;
    height: 80%;
    background: #000;
    overflow: hidden;
    color: #fff;
    border-bottom: solid 1px #bbb;
}
.first.quote.indexpage,
.first.answer.indexpage,
.first.link.indexpage {
    height: auto;
}
.first.text .title-wrapper,
.first.quote .title-wrapper,
.first.answer .title-wrapper,
.first.link .title-wrapper,
.first.chat .title-wrapper {
    width: 78%;
    max-width: 980px;
    margin: 0 auto;
}
.first.text h1,
.first.quote h1,
.first.answer h1,
.first.link h1,
.first.chat h1 {
    padding: 0;
    margin: 0;
    line-height: 1.4;
    font-size: 78px;
}
.first.text h1,
.first.text h1 a,
.first.quote h1,
.first.answer h1 a,
.first.link h1 a,
.first.chat h1 a,
.first.text h1 span,
.first.quote h1 span {
    text-decoration: underline;
}
.first.answer h1 div.asker {
    margin-top: 18px;
    margin-left: 8px;
    font-size: 50px;
}
.first.answer h1 a.asker {
    text-decoration: none;
}
.first.text.indexpage h1,
.first.chat.indexpage h1 {
    margin: 20% auto 50px;
}
.first.quote.indexpage h1,
.first.answer.indexpage h1 {
    margin: 15% auto;
}
.first.link.indexpage h1 {
    margin: 15% auto 0;
}
.first.link.indexpage .host {
    margin: 0 auto 15%;
}
.first.chat.indexpage h1 {
    margin: 20% auto 0;
}
.first.text.indexpage .title-wrapper p {
    font-size: 30px;
}
.chat-title {
    background: #000;
    color: #fff;
}
.first.chat.indexpage .chat-title {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.chat-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat-wrapper li {
    text-decoration: underline;
}
.archive .date {
    font-size: 14px;
    font-style: italic;
    margin: 6px 0 0;
}
.archive .caption {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 90px;
}
.gradient {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(255,255,255, 1) 50px, rgba(255,255,255, 0) 100%);
}
.archive.quote .gradient,
.archive.link .gradient {
    display: none;
}
.sq-image {
	display: none!important;
}

.author {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 9px;
    right: 10px;
}
.author li {
    display: inline-block;
    margin-left: 1px;
    font-size: 11px;
    vertical-align: middle;
}
.avatar {
    width: 16px;
    height: 16px;
    overflow: hidden;
    border: solid 1px #ccc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;	
    border-radius: 50%;
    margin: 0;
    background: #fff;
}
.avatar img {
    
}
.read-more a {
    display: block;
    padding: 0;
    margin-left: 15px;
    font-weight: bold;
}

.read_more_container {
    display: none;
}

/* ==========================================================================
   Permalink Page
   ========================================================================== */
   
.permalinkpage-meta {
    width: 78%;
    max-width: 980px;
    padding: 0 0 40px;
    border-bottom: solid 1px #eee;
    margin: 0 auto;
    background: #fff;
}

.note-count {
    float:left;
    font-weight: bold;
    line-height: 1.6;
}

.note-count a,
a.reblog-link {
    color: #000;
}

.more_notes_link {
    margin-top: 40px;
    padding: 14px 20px;
    border: solid 1px #eee;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.notes-wrapper {
    border-top: solid 1px #eee;
    margin-top: 3%;
}

.notes-wrapper label {
    margin: 5% 0;
}

.notes {
    padding: 0;
}

.notes li {
    list-style-type: none;
    margin-bottom: 12px;
    font-size: 12px;
    
}
.notes li img {
    width: 22px;
    height: 22px;
}

.notes .avatar {
    margin-right: 12px;
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#comments {
    border-top: solid 1px #eee;
    margin-top: 3%;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
    width: 78%;
    max-width: 980px;
    clear: both;
    margin: 37px auto 0;
    font-size: 14px;
    text-align: center;
}
.pagination span,
.pagination a {
    display: inline-block;
    margin: 0 6px 0;
}
.current_page {
    text-decoration: line-through!important;
}

/* Permalink Page */
.prev-permalinkpost,
.next-permalinkpost {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.prev-permalinkpost {
    float: right;
}
.next-permalinkpost {
    float: left;
}
.next-permalinkpost .icon-arrow-left2 {
-moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}


/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer-wrapper {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 29px 0 49px;
    border-top: solid 1px #ddd;
    background: #f1f1f1;
}

footer {
    width: 78%;
    margin: 0 auto;
    max-width: 980px;
    line-height: 1.6;
    text-align: center
}

footer .description {
    font-size: 14px;
    margin: 4px 0 22px;
}

footer nav {
    font-size: 12px;
    color: #666;
}
footer nav ul.menu {
	padding: 0;
	margin: 0 0 3px;
	list-style: none;
}
footer nav ul li {
    display: inline-block;
    margin-right: 6px;
}
footer nav ul li:last-child {
    margin-right: 0;
}

.credit {
    color: #999;
}
.credit small {
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
}

#toTop {
    position: absolute;
    bottom: 8px;
    right: 8px;
    padding: 6px 10px;
    background: rgba(0,0,0, .07);
    font-size: 14px;
    cursor: pointer;
    color: #888;
}

#tumblr_lightbox, #tumblr_lightbox_center_image {
    cursor: zoom-out;
}


.menu-toggle, nav.touch, .meta li.touch {
    display: none;
}

/* ===============
    Audio and Video Setting
   =============== */
.audio_container {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}
.soundcloud_audio_player {
    width: 100%;
    margin: 0 auto 0;
    height: 100%;
}
.tumblr-video,
.tumblr_audio_player {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.video .post {
    padding: 0;
}

.video .video-wrapper {
    background: #111;
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    text-align: center; /* for non-standard embeds to center align */
}

.video .video-wrapper.tumblr-video,
.video .video-wrapper.video-embed {
    padding-bottom: 0;
    height: auto;
}

.video .video-wrapper.video-embed {
    background: transparent;
}

body:not(.touch) .video-wrapper:not(.video-embed) iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video .video-wrapper a {
    height: auto;
    max-height: 400px;
    width: 100% !important;
}

@media screen and (max-width: 800px) {
    .archive.text,
    .archive.answer,
    .archive.chat {
        height: 160px;
        padding: 30px 0 8px;
    }
    .archive.photo,
    .archive.video,
    .archive.audio {
        padding: 30px 0 0;
    }
    .archive.photo.has-caption,
    .archive.video.has-caption,
    .archive.audio.has-caption {
        height: 160px;
        padding: 30px 0 8px;
    }
    .archive.quote,
    .archive.link {
        padding: 40px 0 50px;
    }
    .archive.text h1,
    .archive.photo h1,
    .archive.video h1,
    .archive.audio h1,
    .archive.chat h1,
    .archive.quote h1,
    .archive.answer h1,
    .archive.link h1 {
        font-size: 22px;
    }
    .gradient {
        height: 60px;
    }
    .archive.photo .thumbnail-wrapper,
    .archive.audio .thumbnail-wrapper {
        height: 386px;
    }
    .archive.photo.has-caption .thumbnail-wrapper,
    .archive.audio.has-caption .thumbnail-wrapper {
        height: 126px;
    }
    
    .menu-toggle, nav.touch {
        display: block;
    }
    nav.screen {
        display: none!important;
    }
    .menu-toggle {
      position: absolute;
      top: 5px;
      left: 6px;
      z-index: 999999999999;
    }
    
    * {
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition:    all 0.15s ease-in-out;
      -o-transition:      all 0.15s ease-in-out;
      transition:         all 0.15s ease-in-out;
    }
    .menu-toggle {
      width: 30px;
      height: 20px;
      padding: 8px 6px;
      display:block;
    }
    .menu-toggle span {
      width:30px;
      height:2px;
      display:block;
      background:#fff;
      margin:0 0 6px 0;
    }
    header.text .menu-toggle span,
    header.quote .menu-toggle span,
    header.answer .menu-toggle span,
    header.link .menu-toggle span,
    header.chat .menu-toggle span {
      background: #000;
    }
    header.text .menu-toggle.open span,
    header.quote .menu-toggle.open span,
    header.answer .menu-toggle.open span,
    header.link .menu-toggle.open span,
    header.chat .menu-toggle.open span {
      background: #fff;
    }
    .menu-toggle.open span:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform:    rotate(45deg);
      -o-transform:      rotate(45deg);
      transform:         rotate(45deg);
      margin: 10px 0 0 0;
    }
    .menu-toggle.open span:nth-of-type(2) {
      opacity:0;
    }
    .menu-toggle.open span:nth-of-type(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform:    rotate(-45deg);
      -o-transform:      rotate(-45deg);
      transform:         rotate(-45deg);
      margin: -10px 0 0 0;
    }
    nav.header {
        position: absolute;
        top: 0;
        width: 100%;
        right: 0;
        background: blue;
        text-align: center;
        padding: 38px 0 10px;
        display: none;
        z-index: 999999;
    }
    nav.header.on {
        display: block;
    }
    nav.header ul {
        position: relative;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav.header ul li {
        display: block;
    }
    nav.header ul li:last-child {
        margin-bottom: 20px;
    }
    nav.header ul li a {
        display: block;
        padding: 10px 0;
        font-size: 22px;
        color: #ffffff!important;
        -webkit-transition: all 0.14s ease-in-out;
        -moz-transition: all 0.14s ease-in-out;
        -o-transition: all 0.14s ease-in-out;
        transition: all 0.14s ease-in-out;
    }
    nav.header ul li a:hover {
        text-decoration: line-through!important;
    }
    nav.header form {
        clear: both;
    }
    nav.header input {
        display: block;
        width: 88%;
        margin: 0 auto;
        padding: 13px 4%;
        font-size: 18px;
        font-weight: 400;
        border: 0;
        background: rgba(0,0,0,.3);
        color: #ffffff;
        -webkit-transition: background 0.14s ease-in-out;
        -moz-transition: background 0.14s ease-in-out;
        -o-transition: background 0.14s ease-in-out;
        transition: background 0.14s ease-in-out;
    }
    nav.header input:focus {
        outline: 0;
        background: rgba(0,0,0,.6);
        color: #ffffff;
    }
    ::-webkit-input-placeholder {
        color: #ffffff;
        opacity: 0.6;
    }
    :-moz-placeholder {
        color: #ffffff;
        opacity: 0.6;
    }
    ::-moz-placeholder {
        color: #ffffff;
        opacity: 0.6;
    }
    :-ms-input-placeholder {
        color: #ffffff;
        opacity: 0.6;
    }
}

@media screen and (max-width: 480px) {
    #container.indexpage {
        padding: 26px 0 33px;
    }
    #container.permalinkpage {
        padding: 26px 0 33px;
    }
    .second .caption-wrapper,
    .archive-wrapper,
    .archive.answer.indexpage .title-wrapper,
    .second .share-wrapper,
    .permalinkpage-meta,
    .pagination,
    footer {
        width: 88%;
    }
    
    .archive.text.indexpage .title-wrapper {
        width: 100%;
    }
    
    .flex-control-nav {
        display: none;
    }
    .view-more a {
        left: 50%;
        margin-left: -60px;
    }
    .first .photo-caption {
        display: none;
    }
    .second .caption-wrapper {
        padding: 0;
    }
    .second .caption {
        width: 100%;
        float: none;
    }
    .caption-inner {
        margin-bottom: 24px;
    }
    .second .share-wrapper {
        float: none;
        display: block;
    }
    .second .share {
        float: none;
        margin: 26px 0 0;
    	padding: 0;
    	list-style: none;
    	font-size: 16px;
    	line-height: 1.4;
    }
    .second .share li {
        display: inline-block;
        margin-right: 4px;
    }
    
    .archive-wrapper {
        margin: 0 auto;
    }
    
    .nav-tabs {
        margin: 9px 0;   
    }
    .nav-tabs li a {
        padding: 16px 0 0;
    }
    
    .archive.text,
    .archive.answer {
        height: 300px;
        padding: 16px 0 0;
        overflow: hidden;
    }
    .archive.photo,
    .archive.audio {
        height: 270px;
        padding: 16px 0 0;
        overflow: hidden;
    }
    .archive.video {
        padding: 16px 0 0;
    }
    .archive.photo.has-caption,
    .archive.video.has-caption,
    .archive.audio.has-caption {
        height: 347px;
        padding: 16px 0 0;
        overflow: hidden;
    }
    .archive.photo .thumbnail-wrapper,
    .archive.audio .thumbnail-wrapper {
        height: 226px;
        margin-bottom: 30px;
    }
    .archive.video .thumbnail-wrapper {
        margin-bottom: 40px;
    }
    .archive.photo.has-caption .thumbnail-wrapper,
    .archive.audio.has-caption .thumbnail-wrapper {
        width: 100%;
        height: 200px;
        margin-bottom: 0;
    }
    .archive.video.has-caption .thumbnail-wrapper {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }
    .archive.quote,
    .archive.answer,
    .archive.link,
    .archive.chat {
        padding: 40px 0 60px;
    }
    .archive.quote.indexpage .title-wrapper,
    .archive.answer.indexpage .title-wrapper,
    .archive.link.indexpage .title-wrapper {
        width: 88%;
        margin: 0 auto;
    }
    .thumbnail-wrapper .flex-direction-nav li a {
        font-size: 26px;
        opacity: .6;
    }
    .thumbnail-wrapper .flex-direction-nav li a:hover {
        opacity: 1;
    }
    .archive .caption-wrapper {
        width: 100%;
        overflow: hidden;
    }
    .archive.photo.has-caption .caption-wrapper,
    .archive.video.has-caption .caption-wrapper,
    .archive.audio.has-caption .caption-wrapper,
    .archive.text .caption-wrapper,
    .archive.answer .caption-wrapper,
    .archive.link .caption-wrapper {
        width: 100%;
        float: none;
    }
    .archive.text h1,
    .archive.photo h1,
    .archive.video h1,
    .archive.audio h1,
    .archive.chat h1,
    .archive.quote h1,
    .archive.answer h1,
    .archive.link h1 {
        font-size: 22px;
    }
    .first.text,
    .first.quote,
    .first.answer,
    .first.link,
    .first.chat {
        padding: 100px 0 10px;
    }
    .first.text h1,
    .first.quote h1,
    .first.answer h1,
    .first.link h1,
    .first.chat h1 {
        font-size: 26px;
    }
    .first.text.indexpage h1,
    .first.chat.indexpage h1 {
        margin: 30% 0 30px;
    }
    .first.quote.indexpage h1,
    .first.answer.indexpage h1 {
        margin: 35% auto;
    }
    .first.link.indexpage h1 {
        margin: 35% auto 0;
    }
    .first.link.indexpage .host {
        margin: 0 auto 35%;
    }
    .first.text .title-wrapper,
    .first.quote .title-wrapper,
    .first.answer .title-wrapper,
    .first.link .title-wrapper,
    .first.chat .title-wrapper {
        width: 88%;
    }
    .first.text.indexpage .title-wrapper p {
        font-size: 18px;
    }
    .first.answer h1 div.asker {
        font-size: 18px;
    }

    .tumblr a {
        display: none;
    }
    .reblog-like-button {
        display: block;
    }
    .second .meta {
        clear: both;
        font-size: 12px;
        font-style: italic;
        margin: 0;
        padding: 0;
    	list-style: none;
    	text-align: left;
    }

    .pagination {
        margin: 30px auto 0;
    }
    .prev-permalinkpost .icon-arrow-left2,
    .next-permalinkpost .icon-arrow-left2 {
        display: none;
    }
}