/* Reset CSS */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong,b,mark {
    font-weight: 700;
    font-style: inherit;
}
em,i,cite,q,address,dfn,var {
    font-style: italic;
    font-weight: inherit;
}
abbr[title],dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
ins {
    border-bottom: 1px solid;
}
a,u,ins {
    text-decoration: none;
}
del,s {
    text-decoration: line-through;
}
pre,code,samp,kbd {
    font-family: monospace;
}
small {
    font-size: 0.75em;
}
img {
    border: 0;
    font-style: italic;
}
input,select,option,optgroup,textarea {
    font: inherit;
}
* {
    margin: 0;
    padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}
audio[controls],canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 0;
}

/* Basic Style */
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    text-rendering: optimizeLegibility;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    display: block;
    max-width: 100%;
    height: auto;
}
object,
embed {
    max-width: 100%;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.photoset-cell {
    outline: 0;
}
html {
    overflow-x: hidden;
}
body {
    margin: 0 auto;
    background: #ffffff;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    color: #333333;
}
@media only screen and (max-width: 768px) {
    body {
        width: 100%;
    }
}
h1,h2,h3,h4,h5 {
    font-weight: 400;
    color: #333333;
    line-height: 1;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 24px;
    line-height: 28px;
}
h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 26px 0 22px;
}
h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 22px 0 22px;
}
a {
    text-decoration: none;
    -webkit-transition: color 0.14s ease-in-out;
    -moz-transition: color 0.14s ease-in-out;
    -o-transition: color 0.14s ease-in-out;
    transition: color 0.14s ease-in-out;
}
p {
    margin-top: 18px;
}
.centered-wrap {
    display: table;
    width: 100%;
    height: 100%;
}
.centered-wrap .centered-content {
    display: table-cell;
    vertical-align: middle;
}
#header-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 22px;
    position: relative;
    z-index: 99999;
}
@media only screen and (min-width: 768px) {
    #header-wrap {
        padding: 0 32px;
    }
}
header {
    padding: 20px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.menutype_vertical_header header {
   padding-bottom: 22px;
}
@media only screen and (min-width: 768px) {
    header {
        padding: 76px 0;
    }
    .menutype_vertical_header header {
        padding: 76px 0 36px;
    }
}
h1.blogtitle {
    display: inline-block;
    font-size: 18px;
    float: left;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-left: 0;
    font-weight: bold;
}
.menutype_horizontal_header header h1.blogtitle {
    float: none;
    margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
    h1.blogtitle {
        font-size: 18px;
    }
    .menutype_horizontal_header header h1.blogtitle {
        float: left!important;
        margin-bottom: 0;
    }
}
h1.blogtitle a {
    color: #333333;
}
h1.blogtitle a:hover {
    opacity: 0.6;
}
.menutype_dropdown {
    position: absolute;
    top: -7px;
    right: -2px;
    width: 54px;
    height: 66px;
    text-align: center;
    z-index: 999999;
}
.menutype_horizontal .menu-toggle,
.menutype_vertical .menu-toggle {
    display: none;
}
@media only screen and (min-width: 768px) {
    .menutype_dropdown {
        top: 49px;
        right: 15px;
        cursor: pointer!important;
        padding: 0 0 32px;
    }
}
.menutype_dropdown .menu-toggle {
    position: absolute;
    top: 0;
    left: 0;
    height: 68px;
    padding: 22px 0;
    cursor: pointer;
    font-size: 32px;
    -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;
}
@media only screen and (min-width: 1024px) {
    .menutype_dropdown .menu-toggle {
        pointer-events: none;
    }
}
.menutype_dropdown .menu-toggle:hover,
.menutype_dropdown .menu-toggle.on {
    color: #ffffff;
}
.menutype_dropdown nav {
    position: absolute;
    top: 78px;
    width: 308px;
    right: 7px;
    text-align: left;
    padding: 4px;
    display: none;
}
@media only screen and (min-width: 1024px) {
    .menutype_dropdown nav {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.14s ease-in-out 0.1s;
        -moz-transition: all 0.14s ease-in-out 0.1s;
        -o-transition: all 0.14s ease-in-out 0.1s;
        transition: all 0.14s ease-in-out 0.1s;
    }
}
.menutype_dropdown nav.on {
    display: block;
}
@media only screen and (min-width: 1024px) {
    .menutype_dropdown nav.on {
        visibility: visible;
        opacity: 1;
        margin-top: -12px;
        -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;
    }
}
.menutype_dropdown nav.on {
    display: block;
        visibility: visible;
        opacity: 1;
        margin-top: -12px;
        -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;
}
.menutype_dropdown nav:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.menutype_dropdown nav:after {
    border-color: rgba(44, 62, 80, 0);
    border-bottom-color: #333333;
    border-width: 9px;
    right: 23px;
    margin-left: -9px;
    margin-bottom: -1px;
}
.menutype_dropdown nav ul {
    position: relative;
    width: 100%;
    list-style: none;
}
.menutype_vertical nav {
    float: right;
}
.menutype_horizontal nav {
    clear: both;
}
@media only screen and (min-width: 768px) {
    .menutype_horizontal nav {
        float: right;
        clear: none;
    }
}
.menutype_vertical nav {
    text-align: right;
}
.menutype_dropdown nav ul li {
    display: block;
}
.menutype_horizontal nav ul li {
    display: inline-block;
    margin-right: 32px;
    margin-bottom: 10px;
}
.menutype_horizontal nav ul li:last-child {
    display: inline-block;
    margin-right: 0;
}
@media only screen and (min-width: 768px) {
    .menutype_horizontal nav ul li:last-child {
        display: inline-block;
    }
}
.menutype_vertical nav ul li {
    list-style-type: none;
    margin-bottom: 4px;
}
.menutype_vertical nav ul li:last-child {
    list-style-type: none;
    margin-bottom: 0;
}
.menutype_dropdown nav ul li a {
    display: block;
    padding: 13px 15px;
    font-size: 12px;
    color: #ffffff;
    -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;
}
.menutype_dropdown nav ul li a:hover {
    color: #ffffff;
}
.menutype_dropdown nav form {
    clear: both;
}
.menutype_dropdown nav input {
    display: block;
    width: 100%;
    padding: 13px 15px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border: 0;
    background: #26292b;
    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;
}
.menutype_dropdown nav input:focus {
    outline: 0;
    background: #d15447;
    color: #ffffff;
}
.menutype_dropdown ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.6;
}
.menutype_dropdown :-moz-placeholder {
    color: #ffffff;
    opacity: 0.6;
}
.menutype_dropdown ::-moz-placeholder {
    color: #ffffff;
    opacity: 0.6;
}
.menutype_dropdown :-ms-input-placeholder {
    color: #ffffff;
    opacity: 0.6;
}
.menutype_dropdown #sb-search {
    display: none;
}
.menutype_horizontal #dropdown-search {
    margin: 0;
    padding: 0;
}
.menutype_vertical #dropdown-search {
    margin: 6px 0 0;
    padding: 0;
}
.menutype_horizontal nav input,
.menutype_vertical nav input {
    display: block;
    width: 100%;
    padding: 2px 0;
    border: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    -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;
}
.menutype_horizontal nav input:focus,
.menutype_vertical nav input:focus {
    outline: 0;
}
.menutype_horizontal ::-webkit-input-placeholder {
    opacity: 0.7;
}
.menutype_vertical ::-webkit-input-placeholder {
    text-align: right;
    opacity: 0.7;
}
.menutype_horizontal :-moz-placeholder,
.menutype_vertical :-moz-placeholder {
    opacity: 0.7;
}
.menutype_horizontal ::-moz-placeholder,
.menutype_vertical ::-moz-placeholder {
    opacity: 0.7;
}
.menutype_horizontal :-ms-input-placeholder,
.menutype_vertical :-ms-input-placeholder {
    opacity: 0.7;
}
.menutype_horizontal #sb-search,
.menutype_vertical #sb-search{
    display: none;
}
#footer-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    padding: 0 22px;
    position: relative;
    z-index: 99999;
}
@media only screen and (min-width: 768px) {
    #footer-wrap {
        padding: 0 32px;
    }
}
footer {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding: 6px 0 0;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    footer {
        padding: 6px 0 0;
    }
}
@media only screen and (min-width: 1024px) {
    footer {
        text-align: left;
    }
}
footer .footer-wrap {
    float: left;
    clear: both;
    width: 100%;
    padding: 20px 0 30px;
    margin-top: 40px;
    border-top-style: solid;
    border-top-width: 1px;
}
@media only screen and (min-width: 768px) {
    footer .footer-wrap {
        padding: 40px 0;
    }
}
footer .footer-border {
    position: relative;
    clear: both;
    width: 100%;
    font-size: 13px;
    margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
    footer .footer-border {
        float: left;
        width: auto;
        clear: none;
        margin-top: 0;
    }
}
footer .footer-border span {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    footer .footer-border span {
        margin-right: 10px;
    }
}
@media only screen and (min-width: 1024px) {
    footer .type_pagination {
        float: right;
        height: 40px;
    }
    footer .type_pagination_load {
        float: none;
    }
}
footer .type_pagination .pagination {
    width: 100%;
}
footer .type_pagination .pagination a {
    display: inline-block;
    cursor: pointer;
    padding: 21px 16px;
    margin: 0 3px 6px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
    footer .type_pagination .pagination a {
        margin: 0 0 6px;
    }
}
footer .type_pagination .pagination .icon-arrow-left:before,
footer .type_pagination .pagination .icon-arrow-right:before {
    font-size: 17px;
}
footer .type_pagination .pagination a:hover {
    color: #ffffff;
}
footer .type_pagination .pagination a.prev {
    float: left;
}
footer .type_pagination .pagination a.next {
    float: right;
}
footer .type_pagination .pagination .pager-prev li,
footer .type_pagination .pagination .pager-next li {
    display: inline-block;
    vertical-align: middle;
}
footer .type_pagination .pagination .pager-prev li:first-child {
    margin-right: 12px;
}
footer .type_pagination .pagination .pager-prev li:last-child {
    margin-right: 8px;
}
footer .type_pagination .pagination .pager-next li:first-child {
    margin-left: 8px;
}
footer .type_pagination .pagination .pager-next li:last-child {
    margin-left: 8px;
}
footer .type_pagination .load-more,
footer .type_pagination .scroll-top {
    display: inline-block;
    cursor: pointer;
    padding: 20px 23px;
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
footer .type_pagination .load-more:hover,
footer .type_pagination .scroll-top:hover {
    color: #ffffff;
}
footer .type_pagination .load-more span,
footer .type_pagination .scroll-top span {
    display: inline-block;
}
footer .type_pagination .load-more .load-more-loading,
footer .type_pagination .scroll-top .load-more-loading,
footer .type_pagination .load-more .load-more-end,
footer .type_pagination .scroll-top .load-more-end {
    display: none;
}
@media only screen and (min-width: 768px) {
    footer .type_pagination .load-more,
    footer .type_pagination .scroll-top {
        margin-top: 0;
    }
}
footer .type_pagination .load-more {
    width: 100%;
}
footer .type_pagination .scroll-top {
    padding: 16px 16px;
    font-size: 22px;
    width: 54px;
    height: 53px;
    text-align: center;
    opacity: 0;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    footer .type_pagination .scroll-top {
        position: fixed;
        bottom: 5px;
        right: 5px;
    }
}
footer .type_pagination #infscr-loading {
    display: inline-block;
}
footer .type_pagination #infscr-loading img {

}
footer .type_pagination.pagination_standard .load-more {
    display: none;
}
footer .type_pagination.pagination_load-more .pagination {
    display: none;
}
footer .type_pagination.pagination_infinite-scroll .pagination {
    display: none;
}
footer .type_pagination.pagination_infinite-scroll .load-more {

}
footer .type_pagination.off .load-more {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.14s ease-in-out 2s;
    -moz-transition: all 0.14s ease-in-out 2s;
    -o-transition: all 0.14s ease-in-out 2s;
    transition: all 0.14s ease-in-out 2s;
}
footer .type_pagination.hidden .load-more {
    display: none;
}
footer .post-nav {
    margin-top: 10px;
}
footer .post-nav a {
    display: inline-block;
    margin: 0;
    width: 54px;
    height: 53px;
    text-align: center;
    color: #ffffff;
    padding-top: 16px;
    font-size: 28px;
}
footer .post-nav a:hover {
    color: #ffffff;
}
@media only screen and (min-width: 1024px) {
    footer .post-nav .prev {
        position: fixed;
        top: 45%;
        right: 26px;
        margin: 0;
    }
    footer .post-nav .next {
        position: fixed;
        top: 45%;
        left: 26px;
        margin: 0;
    }
}
footer .credit {
    font-size: 11px;
    margin-top: 4px;
}
.social-menu {
    position: relative;
    width: 100%;
    list-style: none;
    margin: 12px 0 0 0;
}
.social-menu.circle li a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.social-menu li {
    margin: 10px 2px 0;
    display: inline-block;
    text-align: center;
}
.social-menu li a {
    display: block;
    height: 30px;
    padding-top: 6px;
    margin-right: 16px;
    font-size: 14px;
    color: #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -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;
}
.social-menu li a:hover {
    color: #ffffff;
}
.social-menu li a .social-gmail {
    margin-left: -3px;
    font-size: 12px;
}
.social-menu li a .social-vimeo {
    margin-left: -3px;
}
.social-menu li a .social-tweets,
.social-menu li a .social-facebook {
    margin-left: -1px;
}
.social-menu li a .social-tweets,
.social-menu li a .social-vimeo {
    font-size: 12px;
}
section {
    width: 100%;
    max-width: 998px;
    margin: 0 auto;
    position: relative;
    clear: both;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    section {
        padding: 0;
    }
}
.posts-holder {
    position: relative;
    margin: 0 auto;
}
.posts-holder .grid-sizer {
    width: 100%;
}
.posts-grid article,
.posts-grid .grid-sizer {
    width: 100%;
}
.posts-grid article.type_photo img,
.posts-grid .pickup.type_photo img {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .posts-grid article,
    .posts-grid .grid-sizer {
        width: 49.9%;
    }
    .posts-grid article.pickup,
    .posts-grid .grid-sizer.pickup {
        width: 100%;
    }
    .posts-grid article.pickup.type_photo img,
    .posts-grid .grid-sizer.pickup.type_photo img {
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .posts-grid article,
    .posts-grid .grid-sizer {
        width: 33.33%;
    }
    .posts-grid article.pickup,
    .posts-grid .grid-sizer.pickup {
        width: 66.56%;
    }
}
article {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 6px 3px 0;
}
article .article-content {
    position: relative;
    padding: 30px 20px 24px;
    word-break: break-word;
}
@media only screen and (min-width: 768px) {
    article .article-content {
        padding: 30px 30px 24px;
    }
}
article .article-content .icons {
    clear: both;
    margin: 18px 0 0 0;
    list-style-type: none;
    height: 28px;
    line-height: 20px;
}
article .article-content .icons li {
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    border: solid 1px #f1f1f1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
article .article-content .icons li:last-child {
    margin-right: 0;
}
article .article-content .icons li > a,
article .article-content .icons li .like_button,
article .article-content .icons li .reblog-icon {
    float: left;
    width: 28px;
    height: 28px;
    padding-top: 6px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    -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;
    opacity: 0.3;
    cursor: pointer;
}
article .article-content .icons li > a:hover,
article .article-content .icons li .like_button:hover,
article .article-content .icons li .reblog-icon:hover {
    opacity: 1;
}
article .article-content .icons li .like_button {
    padding: 6px 0 6px 0px;
}
article .article-content .icons li .reblog-icon {
    padding: 6px 0 0 7px;
}
article .article-content .icons.white li > a,
article .article-content .icons.white li .like_button,
article .article-content .icons.white li .reblog-icon {
    color: #ffffff;
}
article.type_text embed,
article.type_text iframe,
article.type_text object,
article.type_text video {
    max-width: 100%;
}
article.type_video .video-container {
    height: 0;
    padding-top: 25px;
    padding-bottom: 67.5%;
    position: relative;
    overflow: hidden;
}
article.type_video .video-container embed,
article.type_video .video-container iframe,
article.type_video .video-container object,
article.type_video .video-container video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    position: absolute;
}
article.type_video.widescreen .video-container {
    padding-bottom: 56.25%;
}
article.type_video.vimeo .video-container {
    padding-top: 0;
}
article.type_quote .quote {
    line-height: 1.3;
    font-style: italic;
    color: #26292b;
}
article.type_quote .quote.short {
    font-size: 28px;
    letter-spacing: -1px;
}
article.type_quote .quote.medium {
    font-size: 22px;
}
article.type_quote .quote.long {
    font-size: 17px;
}
article.type_quote .quote-author {
    margin-top: 20px;
}
article.type_link .the-link {
    display: block;
    padding: 80px 30px;
    color: #ffffff;
    -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;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}
article.type_link .the-link span {
    font-size: 14px;
    display: block;
    opacity: 0.6;
    font-weight: 400;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
article.type_link .the-link:hover {
    color: #ffffff;
}
article.type_chat h2 {
    margin-bottom: 22px;
}
article.type_chat .line {
    border-top: 1px solid #f1f1f1;
    padding: 12px 0;
}
article.type_answer .answer-wrap {
    clear: both;
    min-height: 44px;
}
article.type_answer hr {
    clear: both;
    width: 100%;
    height: 2px;
    border: 0;
    margin: 24px 0;
    background: #ecf0f1;
}
article.type_answer .answer-person {
    float: left;
    margin-top: 10px;
}
article.type_answer .answer-image {
    float: left;
    margin-right: 12px;
    width: 44px;
}
article.type_answer .answer-image.circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
article.type_answer .answer-person {
    font-weight: 400;
}
article.type_answer .answer-text {
    clear: both;
    padding-top: 14px;
}
article.type_answer .answer-text p:first-child {
    margin-top: 0;
}
article.type_audio embed {
    height: auto;
}
article.type_audio iframe {
    max-width: 100%;
}
article.type_audio .tumblr_audio_player,
article.type_audio .soundcloud_audio_player {
    max-width: 100%;
}
.tumblr_audio_player {
    width: 100%!important;
}
@media only screen and (min-width: 768px) {
    article.type_audio .tumblr_audio_player,
    article.type_audio .soundcloud_audio_player {
        width: 100%;
    }
}
article a {
    font-weight: 400;
}
article h1 {
    font-size: 16px;
    font-weight: 700;
}
article h2 a {
    font-weight: 400;
}
article h2 a:hover {
}
article .caption {
    margin-top: 20px;
}
article .read_more {
    font-size: 11px;
}
article ol,
article ul {
    margin: 10px 0 0 20px;
}
article blockquote {
    padding: 5px 0 5px 12px;
    margin-top: 18px;
    border-left: 2px solid #ecf0f1;
}
article blockquote p {
    margin-top: 0 !important;
}
article blockquote img {
    width: auto;
}
article .tagged {
    font-size: 11px;
}
article .group-author {
    margin-top: 40px;
    padding-bottom: 24px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    clear: both;
    width: 100%;
}
article .group-author a {
    font-size: 12px;
}
article .group-author a img {
    display: inline;
    width: auto;
    margin: 0 12px -11px 0 !important;
}
article .group-author a img.circle {
    border-radius: 100%;
}
article .group-author-image {
    width: 34px;
    float: left;
    margin-top: -6px;
    margin-right: 16px;
}
article .post-meta_a {
    margin-top: 18px;
    margin-left: 0;
}
article .post-meta_a li {
    display: inline-block;
    margin-right: 6px;
    list-style-type: none;
}
article .post-meta_b,
article .post-meta_b_home {
    margin-top: 18px;
    font-size: 11px;
    margin-left: 0;
}
article .post-meta_b li {
    display: inline-block;
    margin-right: 14px;
    list-style-type: none;
}
article .post-meta_b li:first-child {
    margin-right: 20px;
}
article .post-meta_b_home li {
    display: inline-block;
    margin-right: 9px;
    list-style-type: none;
}
article .post-meta_b_home li:last-child {
    margin-right: 0;
}
article .dsq-comment-count {
    display: block;
    clear: both;
    margin-top: 6px;
    font-size: 11px;
}
article .disqus {
    clear: both;
    width: 100%;
    margin-top: 40px;
}
article .disqus img {
    width: auto;
}
article .post-notes {
    clear: both;
    width: 100%;
    margin-top: 40px;
}
article .post-notes ol {
    list-style: none;
    margin: 0;
    clear: both;
}
article .post-notes li {
    display: block;
    padding: 7px 0;
    font-size: 11px;
    line-height: 15px;
}
article .post-notes img {
    float: left;
    margin-right: 10px;
    width: auto;
}
article .post-notes.circle img {
    border-radius: 100%;
}
article .post-notes blockquote {
    margin: 10px 0 10px 30px;
}
article.nostretch .article-content img {
    width: 100%;
    max-width:;
    margin: 0 auto;
}
.permalink header {
    display: block;
}
@media only screen and (min-width: 768px) {
    .permalink section {
        padding: 0;
    }
    .permalink .posts-holder {
        text-align: center;
    }
    .permalink article {
        max-width: 660px;
        padding: 6px 3px 0;
    }
    .permalink article {
        display: inline-block;
        float: none;
        width: auto;
        margin: 0 auto;
        min-width: 660px;
        max-width: 860px;
        font-size: 13px;
        line-height: 25px;
        text-align: left;
    }
    .permalink article.type_photo {
        max-width: 1000px;
    }
    .permalink article.type_video {
        width: 100%;
    }
    .permalink article h2 {
        font-size: 32px;
        line-height: 38px;
        margin-top: 22px;
        margin-bottom: 32px;
    }
    .permalink article .article-content {
        padding: 30px 30px 70px;
    }
    .permalink article .article-content .icons {
        margin-top: 30px;
    }
    .permalink article .article-content .icons .permalink {
        margin-top: -1px;
    }
    .permalink article .article-content .post-meta_b {
        font-weight: 700;
    }
    .permalink article.type_quote .quote.short {
        font-size: 38px;
    }
    .permalink article.type_quote .quote.medium {
        font-size: 28px;
    }
    .permalink article.type_quote .quote.long {
        font-size: 22px;
    }
    .permalink article.type_quote,
    .permalink article.type_chat {
        margin-top: 22px;
    }
    .permalink article.type_quote .quote-author {
        margin-top: 34px;
    }
    .permalink article.type_answer .answer-wrap {
        min-height: 64px;
    }
    .permalink article.type_answer .answer-person {
        margin-top: 18px;
    }
    .permalink article.type_answer .answer-image {
        width: 64px;
        margin-right: 20px;
    }
    .permalink article.type_audio .tumblr_audio_player,
    .permalink article.type_audio .soundcloud_audio_player {
        width: 100%;
    }
    .permalink article .caption {
        margin-top: 40px;
    }
}
