html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

small {
    font-size: 11px;
}

a {
    color: #fd6d52;
    text-decoration: none;
    -webkit-transition: opacity 0.14s ease-in-out;
    -moz-transition: opacity 0.14s ease-in-out;
    -o-transition: opacity 0.14s ease-in-out;
    transition: opacity 0.14s ease-in-out;
}

a:hover {
    text-decoration: underline;
}

body {
    text-rendering: optimizeLegibility;
    font: 14px/26px Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    background: #f7f7f7;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
}

.wrapper {
    margin: 0 auto;
    padding: 0 6%;
    max-width: 800px;
}

/* ===================
    MOBILE: Header
   =================== */

.header-container {
    padding: 12% 0 18%;
    text-align: center;
    background: inherit;
    color: white;
}

.header-container > header > h1 a {
    color: inherit;
    font-size: 34px;
    line-height: 1;
}

.header-container > header > h1 a:hover {
    text-decoration: none;
}

.header-container > header > h1 img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.description {
    color: inherit;
}

/* ==============
    MOBILE: Menu
   ============== */

.menu-toggle {
  position: relative;
  top: 8px;
  left: 4px;
  padding: 0;
  font-weight: 400;
  cursor: pointer;
  -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;
}

.menu-toggle .menu-toggle-hamburger {
  float: left;
  position: relative;
  width: 27px;
  height: 18px;
  border-bottom: 4px solid #ffffff;
}

.menu-toggle .menu-toggle-hamburger:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
}

.menu-toggle .menu-toggle-hamburger:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
}

..menu-toggle:hover,
.menu-toggle.on {
  background: #d15447;
  color: #ffffff;
}

.menu-toggle:hover .menu-toggle-hamburger,
.menu-toggle.on .menu-toggle-hamburger {
  border-color: #ffffff;
}

.menu-toggle:hover .menu-toggle-hamburger:before,
.menu-toggle.on .menu-toggle-hamburger:before,
.menu-toggle:hover .menu-toggle-hamburger:after,
.menu-toggle.on .menu-toggle-hamburger:after {
  background: #ffffff;
}

.wrapper-dropdown-3.nav {
    /* Size and position */
    position: relative;
    float: left;
    top: 5px;
    left: 11px;
    margin: 0;
    padding: 0;
    height: 20px;
    text-align: left;

    /* Styles */
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-3.nav .dropdown {
  /* Size & position */
    width: 160px;
    position: absolute;
    top: 240%;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 9999;

    /* Styles */
    background: white;
    border-radius: inherit;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(50,50,50,0.3);
    -webkit-transition: all 0.12s ease-in;
    -moz-transition: all 0.12s ease-in;
    -ms-transition: all 0.12s ease-in;
    -o-transition: all 0.12s ease-in;
    transition: all 0.12s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3.nav .dropdown li span {
    margin-right: 0.8em;
}

.icon-list {
    font-size: 35px;
}

.wrapper-dropdown-3.nav .dropdown li:first-child:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -6px;
    left: 11px;
    margin: 0 0 0 0;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-3.nav .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    left: 17px;
    margin: 0 0 0 -8px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.06) transparent;    
}

.wrapper-dropdown-3 .dropdown li a {
    color: #555;
}

.wrapper-dropdown-3.nav .dropdown li a {
    display: block;
    padding: 7px 14px;
    text-decoration: none;
    border-top: 1px solid #eee;
    -webkit-transition: all 0.03s ease-out;
    -moz-transition: all 0.03s ease-out;
    -ms-transition: all 0.03s ease-out;
    -o-transition: all 0.03s ease-out;
    transition: all 0.03s ease-out;
    font-size: 14px;
}

.wrapper-dropdown-3.nav .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3.nav .dropdown li:first-of-type a {
    border: none;
    border-radius: 3px 3px 0 0;
}

.wrapper-dropdown-3.nav .dropdown li:last-of-type a {
    border-radius: 0 0 3px 3px;
}

/* Hover state */

.wrapper-dropdown-3.nav .dropdown li:hover a {
    color: #fff;
    background: #fd6d52;
}

/* Active state */

.wrapper-dropdown-3.active.nav .dropdown {
    opacity: 1;
    margin-top: -6px;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3.nav .dropdown,
.no-pointerevents .wrapper-dropdown-3.nav .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active.nav .dropdown,
.no-pointerevents .wrapper-dropdown-3.active.nav .dropdown {
    display: block;
}



.wrapper-dropdown-3.share {
    /* Size and position */
    position: relative;
    margin: 0;
    padding: 0;
    height: 20px;

    /* Styles */
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-3.share .dropdown {
  /* Size & position */
    width: 160px;
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin: 0 0 -6px -80px;
    padding: 0;
    z-index: 9999;

    /* Styles */
    background: white;
    border-radius: inherit;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(50,50,50,0.3);
    -webkit-transition: all 0.14s ease-in;
    -moz-transition: all 0.14s ease-in;
    -ms-transition: all 0.14s ease-in;
    -o-transition: all 0.14s ease-in;
    transition: all 0.14s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3.share .dropdown li span {
    margin-right: 0.8em;
}

.wrapper-dropdown-3.share .dropdown li:last-child a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -6px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
    z-index: 0;
}

.wrapper-dropdown-3.share .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -8px;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-3.share .dropdown li a {
    display: block;
    padding: 7px 10px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.03s ease-out;
    -moz-transition: all 0.03s ease-out;
    -ms-transition: all 0.03s ease-out;
    -o-transition: all 0.03s ease-out;
    transition: all 0.03s ease-out;
    font-size: 14px;
}

.wrapper-dropdown-3.share .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3.share .dropdown li:first-of-type a {
    border-radius: 3px 3px 0 0;
}

.wrapper-dropdown-3.share .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 3px 3px;
}

/* Hover state */

.wrapper-dropdown-3.share .dropdown li:hover a {
    color: #fff;
    background: #fd6d52;
}

/* Active state */

.wrapper-dropdown-3.active.share .dropdown {
    opacity: 1;
    margin-bottom: 0;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3.share .dropdown,
.no-pointerevents .wrapper-dropdown-3.share .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active.share .dropdown,
.no-pointerevents .wrapper-dropdown-3.active.share .dropdown {
    display: block;
}

/* ==============
    MOBILE: Basic
   ============== */

.main-container {
    margin-top: -20%;
}

.main {
    padding: 30px 0;
}

.main article {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 32px;
    border: solid 1px #eee;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 300;
    background: #fff;
}

.main article img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.post-header,
.post-footer{
    font-size: 12px;
    padding-top: 4%;
    padding-bottom: 4%;
}

.post-header {
    border-bottom: solid 1px #eee;
}

.post-footer {
    border-top: solid 1px #eee;
}

.unitedkingdom span,
.unitedstates span,
.japanese span {
    display: none;
}

.unitedkingdom span.unitedkingdom {
    display: inline;
}

.unitedstates span.unitedstates {
    display: inline;
}

.japanese span.japanese {
    display: inline;
}

.main article .post {
    padding: 7% 6%;
}

.main article .post h1 {
    margin: 0 0 1em;
}

.main article .post h1 a {
    font-size: 24px;
    color: #000;
}

.post h2 {
    font-size: 16px;
    margin-top: 36px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
}
            
.post img {
    border: solid 1px #eee;
}
            
.post ul {
    padding: 0;
}
            
.post ul li {
    list-style-position: inside;
}

.caption {
    margin-top: 1.5em;
}

.main article p + p {
    margin-top: 1.5em;
}

.quote .post > blockquote p + p {
    margin: 0.5em 0;
}

.pagination-wrap {
    width: 94%;
    margin: 0 auto;
}

#pagination {
    padding: 0;
}

.next {
    float: right;
    color: black;
}

.previous {
    float: left;
    color: black;
}

.footer-container {
    width: 94%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    color: black;
    text-align: center;
}

.footer-container footer {
    padding: 0 0 20px;
}

.footer-container footer nav a {
    color: black;
}

.author-link {
    color: #000;
}

.attribution-tags ul {
    padding: 0;
    font-size: 12px;
}

.attribution-tags ul li {
    float: left;
    margin-right: 16px;
    list-style-type: none;
    vertical-align: baseline;
}

blockquote {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    border-left: solid 4px rgba(0,0,0,0.08);
}

a.read_more {
    width: auto;
    display: inline-block;
    background: #fd6d52;
    margin: 0.3em 0 0;
    padding: 8px 18px;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
}

a.read_more:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* ===============
    MOBILE: Reblog Post
   =============== */
   
li.reblog-icon {
    margin-right: 8px!important;
    padding: 0;
}

li.reblog-parent {
    margin-right: 22px!important;
}

li.reblog-icon,
li.reblog-parent a {
    color: #000;
}
   
/* ===============
    MOBILE: Text Post
   =============== */

.main .body-text p {
    margin-top: 0;
    margin-bottom: 1.5em;
}

.main .body-text iframe {
    margin-top: 22px;
}

/* ===============
    MOBILE: Quote Post
   =============== */

blockquote.medium {
    font-size: 18px;
    font-style: italic;
}

/* ===============
    MOBILE: Link Post
   =============== */

.link .post {
    padding: 0;
}

.link-wrapper h1 {
    margin: 0;
    padding: 0;
    border: none;
}

.link-wrapper h1 a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fd6d52;
    color: #fff!important;
    display: block;
    padding: 37px 30px 38px;
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
    text-align: center;
}

.link-wrapper h1 a:hover {
    opacity: 0.6;
    text-decoration: none;
}

.link-wrapper .link-title {
    display: inline-block;
    line-height: 38px;
}

.link-wrapper .link-title:after {
    display: inline;
    padding-left: 4px;
    vertical-align: -3px;
    color: #fff;
    font-family: 'kznrmur-icons', 'Blank';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e60d';
    font-size: 26px;
}

.link-wrapper .link-host {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 0.5em 0 0;
    opacity: 0.7;
}

/* ===============
    Mobile: Audio Post
   =============== */

.audio_container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.soundcloud_audio_player {
    width: 100%;
}

.tumblr-video,
.tumblr_audio_player {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ===============
    Mobile: Chat Post
   =============== */

.conversation {
    list-style: none;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.conversation li {
    padding: 0.5em 0;
}

.conversation li:first-child {
    padding-top: 0;
    border-top: none;
}

.conversation li:last-child {
    padding-bottom: 0;
}

.conversation .label {
    font-weight: bold;
    margin-right: 5px;
}

/* ===============
    Mobile: Video Post
   =============== */

.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;
}

/* ===============
    Mobile: Answer Post
   =============== */

.note-item-answerer {
    margin-top: 6%;
}

.asker-avatar-wrapper {
    float: left;
    width: auto;
    max-width: 14%;
    height: auto;
}

.answerer-avatar-wrapper {
    float: right;
    width: auto;
    max-width: 14%;
    height: auto;
}

.asker-avatar,
.answerer-avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
     
.asker-question-wrapper {
    position: relative;
    width: 68%;
    float: right;
    padding: 0 5% 5%;
    margin-bottom: 10px;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
 
.asker-question-wrapper:after {
    content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 17px solid #eee;
    border-bottom: 10px solid transparent;
    top: 8px;
    left: -15px;
}

.answerer-answer-wrapper {
    position: relative;
    width: 68%;
    float: left;
    padding: 0 5% 5%;
    margin-bottom: 10px;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
 
.answerer-answer-wrapper:after {
    content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-left: 17px solid #eee;
    border-bottom: 10px solid transparent;
    top: 8px;
    right: -15px;
}
     
.asker,
.answerer {
    margin: 5% 0!important;
}

.asker-question,
.answerer-answer {
    margin: 5% 0 0!important;
}

.asker a,
.answerer a {
    font-size: 14px;
    color: #000;
}

.replies {
    margin-top: 1.5em;
    padding-top: 0.5em;
    border-top: solid 1px #eee;
}

/* ===============
    MOBILE: Notes
   =============== */
   
.note-count {
    float:left;
    font-weight: bold;
    line-height: 1.6;
}

.note-count a,
a.reblog-link {
    color: #000;
}

.more_notes_link {
    margin-top: 20px;
    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;
}

.notes .avatar {
    margin-right: 12px;
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* ===============
    MOBILE: Comment
   =============== */

.comments {
    margin-top: 5%;
    border-top: solid 1px #eee;
}

.comments label {
    margin: 5% 0;
}

/* ===============
    MOBILE: Post Share Icons
   =============== */
   
.post_share_icon {
    float: right;
}

.post_share_icon {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post_share_icon > li {
    float: left;
    list-style-type: none;
    margin-left: 19px;
}

.post_share_icon > li:first-child {
    margin: -1px 0 0;
}

.icon-export {
    font-size: 22px;
}

.post_share_icon .like_button,
.post_share_icon .reblog_button {
    opacity: 0.3;
}

.post_share_icon .icon-export {
    opacity: 0.333;
}

.post_share_icon .icon-export:hover,
.post_share_icon .like_button:hover,
.post_share_icon .reblog_button:hover {
    opacity: 1;
}

.like_button {
    height: 18px;
    margin: 0;
    padding: 0;
}

/* ===============
    MOBILE: Social Links
   =============== */
   
header .social-links {
    margin: 1.5em 0 0;
    padding: 0;
}

header .social-links li {
    display: inline-block;
    list-style-type: none;
    margin-right: 18px;
}

header .social-links li a {
    color: #fff;
    font-size: 16px;
}

header .social-links li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

footer .social-links {
    padding: 0;
}

footer .social-links li {
    display: inline-block;
    list-style-type: none;
    margin-right: 18px;
}

footer .social-links li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.social-links li:last-child {
    margin-right: 0;
}

/* ===============
    MOBILE: Label
   =============== */

#page-label {
    width: 88%;
    margin: 0 auto 12px;
    padding: 32px 3%;
    border: solid 1px #eee;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

/* ==============
    MOBILE: Hidden
   ============== */

#search,
#label {
    display: none;
    border: none;
}

/* ===============
    IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-device-width: 480px) {
    .video .video-wrapper {
        height: auto;
        padding-bottom: 0;
    }
    
    .video .video-wrapper iframe {
        position: relative;
    }
}
@media screen and (max-device-width: 568px) {
    .video .video-wrapper iframe {
        height: auto !important;
        min-height: 0;
    }

    .video .video-wrapper iframe[src^="//instagram"] {
        min-height: 385px;
    }

    .video .video-wrapper a {
        max-height: 300px;
    }

    .video .video-wrapper a div {
        background-size: 50px 50px;
    }
}

@media only screen and (min-width: 480px) {

/* ============
    MOBILE SIDEWAY: Main
   ============ */

    .main-container {
        margin-top: -16%;
    }
    
    .post-header,
    .post-footer {
        padding: 3% 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    header nav ul li {
        display: inline;
    }

    .oldie header nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 500px) {
    .tumblr_audio_player {
        width: 100%;
    }
    
    .asker-question-wrapper:after,
    .answerer-answer-wrapper:after {
        top: 18px;
    }
    
    .search {
        position: absolute;
        top: 12px;
        left: 64px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    
/* ============
    TABLET: Main
   ============ */
   
    .main-container {
        margin-top: -14%;
    }
    
    .main article {
        margin-bottom: 52px;
    }
    
    .main article .post h1 {
        margin-bottom: 1.5em;
    }
    
    .main article.chat .post h1 {
        margin: 0 0 1.5em;
    }
    
    .main article .post {
        padding-top: 5.666%;
        padding-bottom: 5.666%;
    }
    
    .caption {
        margin-top: 2em;
    }
    
    .post-header,
    .post-footer {
        padding: 2% 0;
    }
    
    .footer-container footer {
        max-width: 754px;
    }
    
    .asker-question-wrapper:after,
    .answerer-answer-wrapper:after {
        top: 28px;
    }

/* ===============
    PC: Search
   =============== */
    #search {
        display: inline;
        width: 100%;
        height: 60px;
    }

    .search-submit {
        display: none;
    }

    #label {
        display: inline;
        z-index: 1;
    }

    #label label {
        color: #000;
        cursor: pointer;
    }

    #input {
        margin-top: -60px;
        -webkit-transition: margin-top 0.3s;
        -moz-transition: margin-top 0.3s;
        -ms-transition: margin-top 0.3s;
        -o-transition: margin-top 0.3s;
        transition: margin-top 0.3s;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 0;
        overflow: hidden;
    }

    #input input {
        display: block;
        margin-top: -60px;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 16px;
        border: none;
        background-color: #000;
        color: #fff;
        font-size: 20px;
        -webkit-backface-visibility: none;
        -moz-backface-visibility: none;
        -ms-backface-visibility: none;
        backface-visibility: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #input input:focus {
        outline: none;
    }

    #input.focus {
        margin-top: 0;
        -webkit-transition: margin-top 0.3s;
        -moz-transition: margin-top 0.3s;
        -ms-transition: margin-top 0.3s;
        -o-transition: margin-top 0.3s;
        transition: margin-top 0.3s;
    }
    
    #search input:focus {
        outline: 0;
        color: #666;
        opacity: 1;
    }

    ::-webkit-input-placeholder {
        color: #666;
        opacity: 0.6;
    }

    :-moz-placeholder {
        color: #666;
        opacity: 0.6;
    }

    ::-moz-placeholder {
        color: #666;
       opacity: 0.6;
    }

    :-ms-input-placeholder {
        color: #666;
        opacity: 0.6;
    }
}

@media only screen and (min-width: 1440px) {

/* ============
    PC DISPLAY: Main
   ============ */

    .main-container {
        margin-top: -10%;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}