.menu-button label {
    cursor: pointer
}

.show-menu {
    display: none
}

.show-menu:checked ~ .nav {
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease, opacity 0s ease 0s;
    transition: transform .3s ease, opacity 0s ease 0s;
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0)
}

.show-menu:checked ~ .site-wrapper {
    overflow-x: hidden;
    -webkit-transform: translate3D(-240px, 0, 0);
    transform: translate3D(-240px, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease
}

.show-menu:checked ~ .nav-cover {
    top: 0;
    left: 0;
    right: 240px;
    bottom: 0;
    z-index: 5
}

.post-content code, .post-content pre {
    color: #000;
    background: none;
    text-shadow: 0 1px #fff;
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

.post-content pre {
    margin-bottom:1.75em;
}
.post-content pre + h2,
.post-content pre + h3,
.post-content pre + h4 {
    margin-top:1.75em;
}


.post-content code::-moz-selection, .post-content code ::-moz-selection, .post-content pre::-moz-selection, .post-content pre ::-moz-selection {
    text-shadow: none;
    background: #b3d4fc
}

.post-content code::selection, .post-content code ::selection, .post-content pre::selection, .post-content pre ::selection {
    text-shadow: none;
    background: #b3d4fc
}

@media print {
    .post-content code, .post-content pre {
        text-shadow: none
    }
}

.post-content pre {
    padding: 1em;
    margin: .5em 0;
    overflow: auto
}

.post-content :not(pre) > code, .post-content pre {
    background: #f5f7f8;
    border:none;
}

.post-content :not(pre) > code {
    padding: .1em;
    border-radius: .3em;
    white-space: normal
}

.post-content pre + p > em {
    display: block;
    font-size: 1.6rem;
    color:#888;
    text-align: center;
}

.post-content .token.cdata, .post-content .token.comment, .post-content .token.doctype, .post-content .token.prolog {
    color: #708090
}

.post-content .token.punctuation {
    color: #999
}

.post-content .namespace {
    opacity: .7
}

.post-content .token.boolean, .post-content .token.constant, .post-content .token.deleted, .post-content .token.number, .post-content .token.property, .post-content .token.symbol, .post-content .token.tag {
    color: #905
}

.post-content .token.attr-name, .post-content .token.builtin, .post-content .token.char, .post-content .token.inserted, .post-content .token.selector, .post-content .token.string {
    color: #690
}

.post-content .language-css .token.string, .post-content .style .token.string, .post-content .token.entity, .post-content .token.operator, .post-content .token.url {
    color: #a67f59;
    background: hsla(0, 0%, 100%, .5)
}

.post-content .token.atrule, .post-content .token.attr-value, .post-content .token.keyword {
    color: #07a
}

.post-content .token.function {
    color: #dd4a68
}

.post-content .token.important, .post-content .token.regex, .post-content .token.variable {
    color: #e90
}

.post-content .token.bold, .post-content .token.important {
    font-weight: 700
}

.post-content .token.italic {
    font-style: italic
}

.post-content .token.entity {
    cursor: help
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
    color: #2e2e2e;
    line-height: 1.15em;
    margin: 0 0 1em;
    /*font-family: Open Sans, "sans-serif"*/
}

dl, h1, h2, h3, h4, h5, h6, ol, p, ul {
    text-rendering: geometricPrecision
}

dl, ol, p, ul {
    -webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    -moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    -o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1;
    margin: 0 0 1.75em
}

code, tt {
    padding: 1px 3px;
    font-family: Inconsolata, "monospace", "sans-serif";
    font-size: .85em;
    white-space: pre-wrap;
    border: 1px solid #e3edf3;
    background: #f7fafb;
    border-radius: 2px
}

pre code, pre tt {
    font-size: inherit;
    white-space: pre-wrap;
    background: transparent;
    border: none;
    padding: 0
}

table td, table th {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #efefef;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #efefef;
    font-size: 1.5rem;
}
table tr:last-child td {
    border-bottom: 1px solid #ccc;
}

.nav-close:after, .nav-close:before {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 1px;
    background: #969696;
    top: 15px;
    -webkit-transition: background .15s ease;
    transition: background .15s ease
}

.newer-posts, .older-posts {
    position: absolute;
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    transition: border .3s ease;
    height:38px;
    line-height: 38px;
    margin:0 15px;
    background-color: #fbfbfb;
    border-radius: 0;
    border:1px solid #ccc;
}

.grid .post:focus .post-image img, .grid .post:hover .post-image img {
    /*-webkit-transform: scale(1.2);*/
    /*transform: scale(1.2);*/
    opacity: .7
}

.post-page{
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

.postp-post-mate{
    border-bottom:1px solid #cdcccb;
    padding:0px 0 10px 0;
    color:#bababa

}
.postp-post-mate a {
    text-decoration: none;
}

.post-page-rmenu{
    margin-top:92px;
    float: right;
    width: 23%;
}

.post-page-rmenu h4 {
    border-bottom:1px dashed #cdcccb;
    color:#3d3d3d;
    font-weight:normal;
    font-size:20px;
    padding-bottom:20px;
    margin-top:30px;
}

.post-page-rmenu .search-box{
    float: none;
    width: auto;
}
.search-box{
    border: 2px solid #6d6d6d;
    box-shadow: inset 0px 0px 3px rgba(0,0,0,0.5);
}
.search-box input {
    border: none;
    width:80%;
    height:27px;
    margin-top:-5px;
    font-size:13px;
    vertical-align: middle;
    padding:0 3px 0 14px;
    background: transparent;
}

.search-icon {
    color: #999999;
    vertical-align: text-top;
    margin: 1px 7px;
}

/*.search-box .btn-search {
    position: absolute;
    top:4px;
    right:0;
    display:inline-block;
    width:15%;
    height:22px;
    text-indent: -20000px;
    background: url(../images/btn-search.png) 0 0 no-repeat;
    cursor: pointer;
}*/

.cp-search{
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#666;
    border: 0;
    padding:2px;
    border-radius:0;
    background: none;
}

.search-results {
	position: absolute;
    width: 100%;
    height: auto;
    z-index: 100;
	top: 27px;
	padding: 2px 15px;
	text-align: left;
	opacity: 0;
    visibility: hidden;
    background: #6d6d6d;
    border: 2px solid #6d6d6d;
    font-size: 1.2rem;
}

.search-result-p {
    color: #ffffff;
    margin: 0;
}

.sr-heading {
	font-weight: 700;
	text-transform: uppercase;
}

.search-result-p:nth-child(2){
    border-top: 1px solid #ffffff;
}

.search-results a,
.search-results a:link {
	color: #ffffff;
}

.search-results a:hover,
.search-results a:visited {
	color: #d4f4fa;
}

.search-results-active .search-results {
    visibility: visible;
    opacity: 1;
}

/*#tfnewsearch{*/
/*float:right;*/
/*margin-top:20px;*/

/*}*/
.tftextinput2{
    width:77%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#666;
    border: 0;
    padding:7px;
    border-radius:0;
    background: none;
}
.tfbutton2 {
    width:30px;
    height:20px;
    margin: 0;
    padding: 5px 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: url("../images/btn_search.png")no-repeat 50% 50%;
    border:0;


}

.tfbutton2:after {
    content:"";
    width:100px;
    height:10px;
    background:#f00;
    position: absolute;
    left:0;
    top:0;
}

.enter-email{
    width: 94%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    border: 1px solid #ccc;
    padding: 7px ;
    border-radius: 0;
    background: none;
}

.btn-send-email{
    background:#fff;
    padding:5px 30px;
    display:block;
    border:2px solid #b4b4b4;
    cursor:pointer;
    font-weight: bold;
    color: #6d6d6d;
    border-radius:0;
    margin:20px 0 0 0;
    font-size: 14px;
}
.btn-send-email:hover{
    background:#b4b4b4;
    color:#fff;
}

.post-category-menu{
    list-style: none;
    padding-left:2rem;
}

.post-category-menu li{
    position: relative;
    margin:0;
    line-height:1.5em;
}
.post-category-menu li:after{
    content:"";
    width:2px;
    height:2px;
    background: #3d3d3d;
    position: absolute;
    left:-15px;
    top:15px;
}

.post-category-menu li a{
    text-decoration: none;
    font-size:14px;
    color:#9d9d76;
}

.reference-link{
    list-style: none;
    padding-left:0;
}

.reference-link li{
    margin:0;
    line-height:1.5em;
}

.reference-link li a{
    color:#00a8ff;
    font-size:14px;
}
.post-tags{
    display: inline-block;
}
.post-share{
    float:right;
}

.post-share a {
    color: #fff;
    margin-right:5px;
}

article, aside, details, figcaption, figure {
    display: block
}

figure {
    margin: 0
}

footer, header, main, nav, section, summary {
    display: block
}

audio {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

canvas, video {
    display: inline-block
}

[hidden], template {
    display: none
}

html {
    font-family: "sans-serif";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    max-height: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

html input[disabled] {
    cursor: default
}
@font-face {font-family:'NanumGothic'; src: url('../fonts/NanumGothic.eot');}
@font-face {
    font-family:'NanumGothic';
    src: url('../fonts/NanumGothic.eot');
    src: url('../fonts/NanumGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NanumGothic.woff') format('woff'),
    url('../fonts/NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    height: 100%;
    max-height: 100%;
    font-family: NanumGothic, "Apple SD Gothic Neo", Arial, "sans-serif";
    letter-spacing: .01rem;
    font-size: 1.8rem;
    line-height: 1.75em;
    color: #3a4145;
    -webkit-font-feature-settings: 'kern' 1;
    -moz-font-feature-settings: 'kern' 1;
    -o-font-feature-settings: 'kern' 1;
    text-rendering: geometricPrecision
}

body.nav-opened .site-wrapper {
    overflow-x: hidden;
    -webkit-transform: translate3D(-240px, 0, 0);
    transform: translate3D(-240px, 0, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease
}

body.nav-opened .nav-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 240px;
    bottom: 0;
    z-index: 5
}

body.nav-opened .nav {
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease, opacity 0s ease 0s;
    transition: transform .3s ease, opacity 0s ease 0s;
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0)
}

body.nav-closed .nav {
    -webkit-transform: translate3D(97px, 0, 0);
    transform: translate3D(97px, 0, 0)
}

body:not(.post-template) .post-title {
    font-size: 2.1rem;
    font-weight:normal;
    letter-spacing: normal;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    line-height:1.3;
    margin: 20px 0 15px;
}

a {
    color:#4a4a4a;
    background: transparent;
    transition: color .3s ease;
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}
.post a {
    color:#58b520;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
    font-size: 5rem;
    letter-spacing: -2px;
    text-indent: -3px
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #efefef;
    margin: 3.2em 0;
    padding: 0
}

mark {
    background: #ff0;
    color: #000;
    background-color: #fdffb6
}

code {
    font-family: "monospace", "serif";
    font-size: 1em
}

kbd {
    display: inline-block;
    margin-bottom: .4em;
    padding: 1px 8px;
    border: 1px solid #ccc;
    color: #666;
    text-shadow: #fff 0 1px 0;
    font-weight: 700;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px 0 0 #fff
}

kbd, pre {
    font-family: "monospace", "serif";
    font-size: 1em;
    font-size: .9em
}

pre {
    white-space: pre-wrap;
    box-sizing: border-box;
    margin: 0 0 1.75em;
    border: 1px solid #e3edf3;
    width: 100%;
    padding: 10px;
    font-family: Inconsolata, "monospace", "sans-serif";
    white-space: pre;
    overflow: auto;
    background: #f7fafb;
    border-radius: 3px
}

samp {
    font-family: "monospace", "serif";
    font-size: 1em
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button {
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer
}

button, input {
    line-height: normal
}

select {
    text-transform: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    margin: 1.75em 0;
    width: 100%;
    max-width: 100%;
    background-color: transparent
}

table th {
    color: #fff;
    background-color: #5d6069;
    text-align: center;
    font-weight: normal;
}

table tbody + tbody {
    border-top: 2px solid #efefef
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background-color: #f6f6f6
}

table caption + thead tr:first-child td, table caption + thead tr:first-child th, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-top: 0
}

table table table {
    background-color: #fff
}

table.plain tbody > tr:nth-child(odd) > td, table.plain tbody > tr:nth-child(odd) > th {
    background: transparent;
}

@font-face {
    font-family: casper-icons;
    src: url(../fonts/casper-icons.eot?v=1);
    src: url(../fonts/casper-icons.eot?v=1#iefix) format("embedded-opentype"), url(../fonts/casper-icons.woff?v=1) format("woff"), url(../fonts/casper-icons.ttf?v=1) format("truetype"), url(../fonts/casper-icons.svg?v=1#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: casper-icons, Open Sans, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::-moz-selection {
    background: #d6edff
}

::selection {
    background: #d6edff
}

h2 {
    font-size: 3.1rem;
    letter-spacing: -1px
}

h3 {
    font-size: 2.3rem;
    font-weight:normal;
}

h4 {
    font-size: 1.9rem;
}

h5, h6 {
    font-size: 2rem
}

ul {
    padding-left: 3rem
}

ul ol, ul ul {
    margin: 0 0 .4em;
    padding-left: 2em
}

ol {
    padding-left: 3rem
}

ol ol, ol ul {
    margin: 0 0 .4em;
    padding-left: 2em
}

dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700
}

dl dd, dl dt {
    margin-bottom: 1em
}

dl dd {
    margin-left: 200px
}

li {
    margin: .4em 0
}

li li {
    margin: 0
}

blockquote {
    box-sizing: border-box;
    margin: 1.75em 0;
    padding: 0 0 0 1.75em;
    border-left: .4em solid #4a4a4a
}

blockquote p {
    margin: .8em 0;
    font-style: italic
}

blockquote small {
    display: inline-block;
    margin: .8em 0 .8em 1.5em;
    font-size: .9em;
    color: #ccc
}

blockquote small:before {
    content: "\2014 \00A0"
}

blockquote cite {
    font-weight: 700
}

blockquote cite a {
    font-weight: 400
}

.fluid-width-video-wrapper, iframe {
    display: block;
    margin: 1.75em 0
}

.fluid-width-video-wrapper iframe {
    margin: 0
}

.clearfix {
    zoom: 1;
    clear: both
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hidden {
    text-indent: -9999px;
    visibility: hidden;
    display: none
}

.inner {
    position: relative;
    width: 80%;
    max-width: 710px;
    margin: 0 auto
}

.vertical {
    display: table-cell;
    vertical-align: middle
}

.site-wrapper {
    position: relative;
    z-index: 3;
    min-height: 100%;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease
}

.main-header {
    position: relative;
    display: table;
    width: 100%;
    height: 44px;
    margin-bottom: 47px;
    text-align: center;
    background-size: cover;
    background-color: #f8f8f8;
    /*border-bottom:2px solid #896388; /*Namoosori*/
    /*border-bottom:2px solid #8e9e31; /*Nextree*/
    border-bottom:1px solid #b7b7bf;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15) ;
}

.main-header .inner {
    width: 80%
}

/*.main-nav {*/
    /*position: relative;*/
    /*padding: 35px 40px;*/
    /*margin: 0 0 30px*/
/*}*/

.main-nav a {
    text-decoration: none;
    font-family: Open Sans, "sans-serif"
}

.main-nav.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    border: none;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, .2) 0, transparent)*/
}

.nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 240px;
    opacity: 0;
    background: #4d4d4d;
    margin-bottom: 0;
    text-align: left;
    overflow-y: auto;
    -webkit-transition: -webkit-transform .5s ease, opacity .3s ease .1s;
    transition: transform .5s ease, opacity .3s ease .1s
}
.nav .postp-search-box{
    border:2px solid #eee;
    margin-bottom:20px;
}
.nav .tftextinput2{
    width:74%;
    color:#fff;
    padding:5px 7px;
    font-size:12px;
}
.nav .search-box{
    line-height:0;
}
.nav ul {
    padding: 90px 9% 5%;
    list-style: none;
    counter-reset: a
}

.nav li {
    margin: 0;
    position: relative;

}

.nav li:before {
    width:2px;
    height:2px;
    background: #c0c0c0;
    content: '';
    position: absolute;
    top:15px;
    left:0;
}

.nav li a {
    text-decoration: none;
    line-height: 1.4;
    font-size: 1.4rem;
    display: block;
    padding: .6rem 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.nav li a:after {
    display: inline-block;
    content: " ";
    color: hsla(0, 0%, 100%, .2);
    margin-left: 5px
}

.nav .nav-current:before, .nav li.nav-current a {
    color: #fff
}

.nav .nav-current a:after {
    content: " ";
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    width: 100%;
    height: 1px
}

.nav a:link, .nav a:visited {
    color: #b8b8b8
}

.nav a:active, .nav a:focus, .nav a:hover {
    color: #fff
}

.nav-title {
    position: absolute;
    top: 45px;
    left: 30px;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff
}

.nav-close {
    position: absolute;
    top: 38px;
    right: 25px;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 10px
}

.nav-close:focus {
    outline: 0
}

.nav-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-close:hover:after, .nav-close:hover:before {
    background: #fff
}

.subscribe-button {
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    height: 38px;
    padding: 0 20px;
    color: #111 !important;
    text-align: center;
    font-size: 12px;
    font-family: Open Sans, "sans-serif";
    text-transform: uppercase;
    text-decoration: none;
    line-height: 35px;
    border-radius: 3px;
    background: #fff;
    transition: all ease .3s
}

.subscribe-button:before {
    font-size: 9px;
    margin-right: 6px
}

.scroll-down {
    display: none;
    position: absolute;
    z-index: 4;
    bottom: 45px;
    left: 50%;
    margin-left: -16px;
    width: 34px;
    height: 34px;
    font-size: 34px;
    text-align: center;
    text-decoration: none;
    color: hsla(0, 0%, 100%, .7);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: b 4s 2s infinite;
    animation: b 4s 2s infinite
}

.scroll-down:hover {
    color: #fff;
    -webkit-animation: none;
    animation: none
}

.home-template .page-title {
    -webkit-animation: a .6s;
    animation: a .6s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.home-template .page-description {
    -webkit-animation: a .9s;
    animation: a .9s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.home-template .main-header:after {
    display: block;
    content: " ";
    width: 150px;
    height: 130px;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    /*background: radial-gradient(ellipse at center, rgba(0, 0, 0, .15) 0, transparent 70%, transparent 100%)*/
}

.no-cover .scroll-down {
    display: none
}

.no-cover.main-header {
    min-height: 90px;
    max-height: 40vh;
    background: #fff;
}

.no-cover.main-header:after {
    display: none
}

.no-cover .page-title {
    color: rgba(0, 0, 0, .8)
}

.no-cover .page-description {
    color: rgba(0, 0, 0, .5)
}

.no-cover .main-nav.overlay {
    background: none
}

.no-cover.post-head.main-header {
    height: 85px;
    min-height: 0;
    margin-bottom: 0;
    background: transparent
}

.no-cover.author-head.main-header {
    height: 10vh;
    min-height: 100px;
    background: transparent
}

.archive-template .scroll-down {
    display: none
}

.archive-template .main-header {
    /*max-height: 30vh*/
}

.archive-template .main-header:after {
    display: none
}

.archive-template .extra-pagination {
    display: block
}

.archive-template .author-profile .author-meta {
    display: none
}

.blog-logo {
    /*float: left;*/
    display: inline-block;
    background: none !important;
    border: none !important;
    height:44px;
    padding:0 15px;

}

.blog-logo img {
    display: block;
    padding: 1px 0 5px;
}

.blog-logo img, .menu-button {
    box-sizing: border-box;
}

.menu-button {
    display: inline-block;
    float: right;
    /*padding: 0 15px;*/
    border-style: solid;
    border-width: 1px;
    opacity: 1;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 35px;
    white-space: nowrap;
    border-radius: 3px;
    transition: all .5s ease
}

.menu-button:before {
    font-size: 12px;
    font-weight: 700;
    margin-right: 6px;
    position: relative;
    top: 1px
}

.menu-button:hover {
    background: #fff
}

.menu-button:focus {
    outline: 0
}

.nav-closed .menu-button {
    color: #666;
    border-color: hsla(0, 0%, 100%, .6)
}

.nav-closed .menu-button:hover {
    color: #222
}

.nav-closed .no-cover .menu-button {
    border-color: #bfc8cd;
    color: #9eabb3
}

.nav-closed .no-cover .menu-button:hover {
    border-color: #555;
    color: #555
}

.page-title {
    margin: 10px 0;
    font-size: 5rem;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: Open Sans, "sans-serif";
    color: #fff
}

.page-description {
    margin: 0;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: 400;
    font-family: Merriweather, "serif";
    letter-spacing: .01rem;
    color: hsla(0, 0%, 100%, .8)
}

.post-template .post {
    position: relative;
    width: 75%;
    /*max-width: 850px;*/
    margin: 0 auto;
    padding-bottom: 4rem;
    border-bottom: 1px solid #ebf2f6;
    word-wrap: break-word;
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
    display: inline-block;
    /*float: left;*/
}

.post-template .post:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #e7eef2;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #fff;
    display: none
}

.post-template .post-header {
    margin-bottom: 3rem;
}
.post-template .post-header h1{
    text-indent: 0px;
}
.post-template .post-header__breadcrumb {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    font-size: .8em
}

.post-template .post-header__breadcrumb li {
    display: inline-block;
    font-style: italic
}

.post-template .post-header__breadcrumb li a {
    font-style: normal
}

.post-template .post-title {
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: normal;
    /*padding-bottom: 25px;
    border-bottom: 1px solid #cdcccb;*/
}

.post-template .post-meta {
    margin: 0
}

.post-template .post-date {
    padding: 0;
    margin: 0;
    border: none
}

.post-template .content {
    overflow: hidden;
    padding:0 4%;
}

.meta-info,
.meta-info a,
.meta-info a:active,
.meta-info a:link {
	color: #999999;
}

.meta-info span {
	white-space: normal;
    margin-right: 15px;
    font-size: 12px
}

.meta-info span:last-child {
	margin-right: 0px;
}

.btn-readmore {
    display:inline-block;
    cursor:pointer;
    padding-left:16px;
    color: #5d6069 !important;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: underline;
}

.btn-readmore:hover {
    text-decoration: underline;
}

.more-view{
    width:1230px;margin: 0 auto; height:30px; border:1px solid #d9d9d9; background: url("/assets/images/more_view.png") no-repeat center;
}

.post-meta {
    display: block;
    margin: 1.2rem 0 1.5rem;
    font-family: Open Sans, "sans-serif";
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #bababa;
}
.post-meta:after {
    content: '';
    display: block;
    clear:both;
}
.post-meta .write-info {
    float:right;
}

.post-meta .hit-info {
    float:left;
}
.post-meta .hit-info .hit-info-like {
    position: relative;
    padding-left:18px;
    padding-right:16px;
    font-weight: bold;
}
.post-meta .hit-info .hit-info-view {
    position: relative;
    padding-left:19px;
    padding-right:16px;
    font-weight: bold;
}
.post-meta .hit-info .hit-info-like:before,
.post-meta .hit-info .hit-info-view:before {
    content:'';
    position:absolute;
    left:0;
    top:5px;
    width:13px;
    height:9px;
}
.post-meta .hit-info .hit-info-like:before {
    background: url(../images/icon-like.png) 0 0 no-repeat ;
}
.post-meta .hit-info .hit-info-view:before {
    background: url(../images/icon-view.png) 0 0 no-repeat ;
}
.post-meta a {
    color: #575f62;
    text-decoration: none
}

.post-meta a:hover {
    text-decoration: underline
}
.post-meta * {
    font-size:1.3rem;
    color:#575f62;
}
.author-thumb {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 9px;
    border-radius: 100%
}

.user-meta {
    position: relative;
    padding: .3rem 40px 0 100px;
    min-height: 77px
}

.post-date {
    display: inline-block;
    margin-left: 8px;
    padding-left: 12px;
    text-transform: uppercase;
    font-size: 1.3rem;
    white-space: nowrap
}

.user-image {
    position: absolute;
    top: 0;
    left: 0
}

.user-name {
    display: block;
    font-weight: 700
}

.user-bio {
    display: block;
    max-width: 440px;
    font-size: 1.4rem;
    line-height: 1.5em
}

.publish-meta {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4.3rem 0 4rem;
    text-align: right
}

.publish-heading {
    display: block;
    font-weight: 700
}

.publish-date {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5em
}

.footnotes {
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.6em
}

.footnotes li {
    margin: .6rem 0
}

.footnotes p {
    margin: 0
}

.footnotes p a:last-child {
    text-decoration: none
}

.post-footer {
    position: relative;
    margin: 8rem 0 0;
    padding: 6rem 0 0;
    border-top: 1px solid #ebf2f6
}

.post-footer h4 {
    font-size: 1.8rem;
    margin: 0
}

.post-footer h4 a {
    color: #2e2e2e;
    text-decoration: none
}

.post-footer h4 a:hover {
    text-decoration: underline
}

.post-footer p {
    margin: 1rem 0;
    font-size: 1.4rem;
    line-height: 1.75em
}

.post-footer .author {
    margin-right: 180px
}

.post-footer .share {
    position: absolute;
    top: 6rem;
    right: 0;
    width: 140px
}

.post-footer .share a {
    font-size: 1.8rem;
    display: inline-block;
    margin: 1rem 1.6rem 1.6rem 0;
    color: #bbc7cc;
    text-decoration: none
}
.post-footer-share a:hover{
    color:#fff;
}
.post-footer .share .icon-twitter:hover {
    color: #55acee
}

.post-footer .share .icon-facebook:hover {
    color: #3b5998
}

.post-footer .share .icon-google-plus:hover {
    color: #dd4b39
}

.author-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1;
    font-style: italic;
    color: #9eabb3;
    margin: 1.6rem 0
}

.author-meta a {
    color: #9eabb3;
    text-decoration: none
}

.author-meta a:hover {
    color: #111
}

.author-meta span {
    display: inline-block;
    margin: 0 2rem 1rem 0;
    word-wrap: break-word
}

.author-profile {
    width: 100%;
    padding: 5.8em 15px 0;
    margin: 0 auto 1em;
    text-align: center;
    border-bottom: 1px solid #ebf2f6;
}

.author-profile .author-bio{
    margin: auto;
    max-width: 500px;
    font-size: 1.5rem;
}

.author-profile:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #e7eef2;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #fff
}

.author-profile .author-image {
    position: relative;
    left: auto;
    top: auto;
    width: 120px;
    height: 120px;
    padding: 3px;
    margin: -100px auto 0;
    box-shadow: none
}

.author-profile .author-meta {
    margin: 2rem 0;
    font-family: Merriweather, "serif";
    letter-spacing: .01rem;
    font-size: 1.7rem
}

.author-image {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    padding: 6px;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 0 1px #e7eef2
}

.author-image .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    border-radius: 100%
}

.author-title {
    margin: 1.5rem 0 1rem
}

.author-bio {
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 200;
    color: #50585d;
    letter-spacing: 0;
    text-indent: 0
}

.read-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.read-next + .site-footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    margin: 0
}

.read-next-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 50%;
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #fff;
    background: #222 no-repeat 50%;
    background-size: cover;
    overflow: hidden
}

.read-next-story:hover:before {
    background: rgba(0, 0, 0, .8);
    transition: all .2s ease
}

.read-next-story:hover .post:before {
    color: #222;
    background: #fff;
    transition: all .2s ease
}

.read-next-story:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    transition: all .5s ease
}

.read-next-story .post {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.read-next-story h2{
    font-weight:normal  ;
    font-size:2rem;
}

.read-next-story .post:before {
    content: "Read This Next";
    padding: 4px 10px 5px;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-family: Open Sans, "sans-serif";
    color: hsla(0, 0%, 100%, .8);
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 4px;
    transition: all .5s ease
}

.read-next-story.no-cover p{
    font-size:.9em;
    line-height:1.5;
}
.read-next-story h2 {
    margin-top: 1rem;
    color: #fff
}

.read-next-story p {
    margin: 0;
    color: hsla(0, 0%, 100%, .8)
}

.read-next-story.no-cover {
    background: #f6f6f6
}

.read-next-story.no-cover:before {
    display: none
}

.read-next-story.no-cover h2 {
    color: rgba(0, 0, 0, .8)
}

.read-next-story.no-cover p {
    color: rgba(0, 0, 0, .5)
}

.read-next-story.no-cover .post:before {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .2)
}

.read-next-story.no-cover + .read-next-story.no-cover {
    border-left: 1px solid rgba(0, 0, 100, .04)
}

.read-next-story.prev .post:before {
    content: "You Might Enjoy"
}

.gist table {
    margin: 0;
    font-size: 1.4rem
}

.gist td {
    line-height: 1.4
}

.gist .line-number {
    min-width: 25px
}

.pagination {
    position: relative;
    width: 96%;
    max-width: 1260px;
    display: inherit;
    margin: 4rem auto;
    font-family: Open Sans, "sans-serif";
    font-size: 1.3rem;
    color: #9eabb3;
    text-align: center;
}
.pagination a {
    color: #9eabb3;
    transition: all .2s ease;
}
/*
.pagination a:before {
    content:'';
    position:absolute;
    top:11px;
    left:50%;
    width:30px;
    height:30px;
    border:15px solid #b3b3b3;
    border-bottom-color:transparent;
    border-right-color:transparent;
    border-left-color:transparent;
}
.pagination a:after {
    content:'';
    position:absolute;
    top:11px;
    left:calc(50% + 6px);
    width:18px;
    height:18px;
    border:9px solid #fbfbfb;
    border-bottom-color:transparent;
    border-right-color:transparent;
    border-left-color:transparent;
}
*/
.older-posts {
    top:0;
    right: 0
}

.older-posts:hover {
    color: #889093;
    border-color: #98a0a4
}

.newer-posts {
    top:0;
    left: 0;
}

.newer-posts:hover {
    color: #889093;
    border-color: #98a0a4
}

.page-number {
    display: block;
    padding: 2px 0;
    min-width: 100px
}

.extra-pagination {
    display: none;
    border-bottom: 1px solid #ebf2f6
}

.extra-pagination:after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #e7eef2;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #fff
}

.extra-pagination .pagination {
    width: auto
}

.site-footer {
    position: relative;
    margin: 8rem 0 0;
    padding: 37px 15px 30px;
    font-family: Open Sans, "sans-serif";
    font-size: 1.4rem;
    line-height: 1.75em;
    color: #9e9e9e;
    background-color:#363636;
    text-align: center;
}
.site-footer a {
    color: #bbc7cc;
    text-decoration: none;
    font-weight: 700
}

.site-footer a:hover {
    border-bottom: 1px solid #bbc7cc;
}

.site-footer .address > strong {
    color:#c5c3c4;
    margin-right:10px;
}
.poweredby {
    float: right;
    text-align: right
}

.copyright, .poweredby {
    display: block;
}

.copyright {
    text-align: center;
}
.nav-closed .menu-button{
    display:none;
}

@media only screen and (max-width: 900px) {
    .nav-closed .menu-button{
         display:none;
    }

    .post-page-rmenu{
        display: none;
    }

    blockquote {
        margin-left: 0
    }

    .main-header {
        box-sizing: border-box;
        height: auto;
        /*min-height: 240px;*/
        /*height: 60vh;*/
    }

    .scroll-down {
        display: none
    }

    .page-title {
        font-size: 4rem;
        letter-spacing: -1px
    }

    .page-description {
        font-size: 1.8rem;
        line-height: 1.5em
    }

    .post {
        font-size: .95em
    }

    hr {
        margin: 2.4em 0
    }

    ol, ul {
        padding-left: 2em
    }

    h1 {
        font-size: 4.5rem;
        text-indent: -2px
    }

    h2 {
        font-size: 4rem
    }

    h3 {
        font-size: 3.5rem
    }

    h4 {
        font-size: 3.1rem;
    }

    h5 {
        font-size: 2.2rem
    }

    h6 {
        font-size: 1.8rem
    }

    .author-profile {
        padding-bottom: 4rem
    }

    .author-profile .author-bio, .author-profile .author-meta span {
        font-size: 1.6rem
    }

    .no-cover.post-head.main-header {
        height: 55px;
        padding: 0
    }

    .no-cover.author-head.main-header {
        padding: 0
    }

    .read-next {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 4rem
    }

    .home-template .main-header:after, .read-next p {
        display: none
    }

    .archive-template .main-header {
        /*min-height: 180px;*/
        /*padding: 10% 0*/
    }

    .blog-logo img {
        /*padding: 4px 0*/
    }

    /*body:not(.post-template) .post-title {*/
    /*font-size: 3.2rem*/
    /*}*/

    .author-meta span {
        display: block;
        margin: 1.5rem 0
    }

    .post-header-image {
        height: 45vh
    }

    .author-head.main-header, .tag-head.main-header {
        height: 30vh
    }

    .read-next-story.no-cover + .read-next-story.no-cover {
        border-top: 1px solid rgba(0, 0, 100, .06);
        border-left: none
    }
}

@media only screen and (max-width: 900px) {
    .main-header {
        margin-bottom: 15px;
        height: 44px;
    }
    .post-template .post{
        width:100%;
        max-width: none;
    }
}
@media only screen and (max-width: 500px) {
    .main-header {
        margin-bottom: 15px;
        height: 44px;
    }

    /*.no-cover.main-header {*/
        /*height: 30vh*/
    /*}*/

    .no-cover .main-nav.overlay {
        background: none
    }

    .no-cover .main-nav.overlay .menu-button {
        border: none
    }

    .main-nav {
        /*padding: 5px;*/
        margin-bottom: 2rem
    }

    .main-nav.overlay .menu-button {
        border-color: transparent
    }

    .main-nav.overlay a:hover {
        color: #fff;
        border-color: transparent;
        background: transparent
    }

    .menu-button {
        padding: 0 5px;
        border-radius: 0;
        border-width: 0;
        color: #2e2e2e;
        background: transparent
    }

    .menu-button:hover {
        color: #2e2e2e;
        border-color: transparent;
        background: none
    }

    body.nav-opened .menu-button {
        background: none;
        border: transparent
    }

    body:not(.post-template) .post-title {
        font-size: 2.5rem
    }

    .nav-title {
        top: 25px
    }

    .nav-close {
        position: absolute;
        top: 18px
    }

    .inner, .pagination {
        width: auto;
        margin: 2rem auto
    }

    .post {
        width: auto;
        padding-bottom: 2rem;
        line-height: 1.65em
    }

    .post-date {
        display: none
    }

    .post-template .post-header {
        margin-bottom: 1rem
    }

    .post-template .post-date {
        display: inline-block
    }

    /*.post-template .site-footer {*/
        /*margin-top: 0*/
    /*}*/

    hr {
        margin: 1.75em 0
    }

    dl, ol, p, ul {
        font-size: .95em;
        margin: 0 0 2.5rem
    }

    .page-title {
        font-size: 3rem
    }

    .page-description {
        font-size: 1.6rem
    }
    h1, h2, h3, h4 {
        line-height: 1.4em;
    }
    h1 {
        font-size: 2.3rem;
        letter-spacing: -1px
    }

    /*h1, h2 {
        margin: 0 0 .3em
    }*/

    h2 {
        font-size: 2.5rem;
        letter-spacing: 0
    }

    h3 {
        font-size: 2rem
    }

    h3, h4 {
        margin: 0 0 .3em
    }

    h4 {
        font-size: 1.8rem;
    }

    h5, h6 {
        margin: 0 0 .3em;
        font-size: 1.8rem
    }
    .post-template .post-header h1 {
        font-size: 2.3rem;
        font-weight: bold;
    }
    .post-meta {
        font-size: 1.3rem;
        margin-top: 1rem;
    }

    .post-footer {
        padding: 5rem 0 3rem;
        text-align: center
    }

    .post-footer .author {
        margin: 0 0 2rem;
        padding: 0 0 1.6rem;
        border-bottom: 1px dashed #ebf2f6
    }

    .post-footer .share {
        position: static;
        width: auto
    }

    .post-footer .share a {
        margin: 1.4rem .8rem 0
    }

    .newer-posts, .older-posts {
        position: static;
        margin: 10px 0;
    }

    .page-number {
        display: block
    }

    .site-footer {
        margin-top: 3rem;
    }

    .author-profile {
        padding-bottom: 2rem
    }

    .author-profile .author-image {
        margin-top: -70px
    }

    .author-profile .author-meta span {
        font-size: 1.4rem
    }

    .read-next {
        margin-top: 2rem;
        margin-bottom: -37px
    }

    .read-next .post {
        width: 100%
    }

    .archive-template .main-header {
        /*max-height: 20vh;*/
        /*min-height: 160px;*/
        /*padding: 10% 0*/
    }

    .archive-template .main-header .page-description {
        display: none
    }

    .nav ul {
        padding: 60px 9% 5%
    }

    .post-content img {
        padding: 0;
        width: calc(100% - 32px);
        min-width: 0;
        max-width: 112%
    }

    .author-meta li {
        float: none;
        margin: 0;
        line-height: 1.75em
    }

    .author-meta li:before {
        display: none
    }

    .post-head.main-header {
        height: 30vh
    }

    .author-head.main-header, .tag-head.main-header {
        height: 20vh
    }
    .post-template .content{
        width:100%;
        /*min-width: 300px;*/
    }
    .post-page-rmenu{
        width:96%;
        float:left;
        padding:2%;
    }
}

@-webkit-keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes b {
    0%, 10%, 25%, 40%, 50% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    20% {
        -webkit-transform: translateY(-10px) rotate(-90deg);
        transform: translateY(-10px) rotate(-90deg)
    }
    30% {
        -webkit-transform: translateY(-5px) rotate(-90deg);
        transform: translateY(-5px) rotate(-90deg)
    }
}

@keyframes b {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg)
    }
    40% {
        -webkit-transform: translateY(-10px) rotate(-90deg);
        transform: translateY(-10px) rotate(-90deg)
    }
    60% {
        -webkit-transform: translateY(-5px) rotate(-90deg);
        transform: translateY(-5px) rotate(-90deg)
    }
}

.fixed {
    position: fixed;
    top:5px;
    z-index: 10;
    overflow-y: auto;
}

.wrapper {
    width: 95%;
    margin: 0 auto;
}

.grid {
    margin: 1.5em 0;
    padding: 0;
    font-size: .85em
}

.grid .post {
    background: #fff;
    margin-bottom: 1em;
    margin-left: 1%;
    /*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .18);*/
    padding:0 8px;
}

.grid .post .post-image {
    display: block;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.grid .post .post-image img {
    transition: all ease-out 1s;
    opacity: 1;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.grid .post-excerpt a {
    color: #ed0677;
}

.grid .post .post-header {
    padding: 0 6%;
}
.grid .post .post-excerpt {
    padding: 0 6% 6%;
}
.main-item-wrap {
    padding:0;
    border: 1px solid #d3d3db;
    background-color: #f7f8fc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .13);
}

@media only screen and (max-width: 700px) {
    .grid{
        margin:3.5em 0;
        margin-left:-2%;
    }
    .grid .post {
        width: 100%;
        margin: 1%;
    }
    .search-box{
        width: 100%;
        float: right;
        position: relative;
        height: 30px;
        border: 2px solid #707070;
        background-color: #fff;
        box-shadow: inset 0 2px 0 #d9d9d9;
    }
    .main-search-template .search-box-all .search-box{
        width:95%;
        margin:2%;
        float: none;
        margin:0 auto;

    }
    .blog-logo{
        float: none !important;

    }
    .search-icon{
        position: absolute;
        left:1%;
        top:12%;
    }
    .search-box input{
        position: absolute;
        left:10%;
        top:21%;
    }
}

@media only screen and (min-width: 700px) {
    .grid .post {
        width: 47%;
    }
    .search-box{
        width: 250px;
        float: right;
        position: relative;
        height: 30px;
        border: 2px solid #6d6d6d;
        background-color: #fff;
        box-shadow: inset 0 2px 0 #d9d9d9;
    }
    .sidebar .search-box{
        position: relative;
        height: 30px;
        border: 2px solid #6d6d6d;
        background-color: #fff;
        box-shadow: inset 0 2px 0 #d9d9d9;
    }
    .main-search-template .search-box-all{
        width:auto;
        float: right;
        padding:6px 15px;
    }
}
@media only screen and (min-width: 900px) {
    .grid .post {;
        width: 31.8%;
    }
    .post-page-rmenu .fixed {
        padding-right: 4%;
    }
    .main-search-template .search-box-all{
        width:auto;
        float: right;
        padding:6px 15px;
    }
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px
    }
    .grid .post {;
        width: 32.2%;
    }
    .post-page-rmenu {
        width: 250px;
    }
    .post-page-rmenu .fixed {
        width: 250px;
        padding-right: 0;
    }
    .main-header .main-nav {
        width:1240px;
        padding:0 10px;
        margin:0 auto;
    }
    .main-search-template .search-box-all{
        width:auto;
        float: right;
        padding:6px 15px;
    }
}

svg:not(:root) {
    overflow: hidden
}

.share a{
    color:#fff;
    margin-right:15px;
}

.icon-ghost:before {
    content: "\f600"
}

.icon-feed:before {
    content: "\f601"
}

.icon-twitter:before {
    content: "";
    width:29px;
    height:29px;
    display: inline-block;
    background: url("../images/share_twitter.png") no-repeat ;
    font-size: 1.1em
}

.icon-google-plus:before {
    content: "";
    width:29px;
    height:29px;
    display: inline-block;
    background: url("../images/share_google.png") no-repeat ;
    font-size: 1.1em
}

.icon-facebook:before {
    content: "";
    width:29px;
    height:29px;
    display: inline-block;
    background: url("../images/share_facebook.png") no-repeat ;
    font-size: 1.1em
}
.icon-print:before {
    content: "";
    width:29px;
    height:29px;
    display: inline-block;
    background: url("../images/share_print.png") no-repeat ;
    font-size: 1.1em
}
.icon-email:before {
    content: "";
    width:29px;
    height:29px;
    display: inline-block;
    background: url("../images/share_mail.png") no-repeat ;
    font-size: 1.1em
}

.icon-arrow-left:before {
    content: "\f605"
}

.icon-stats:before {
    content: "\f606"
}

.icon-location:before {
    content: "\f607";
    margin-left: -3px
}

.icon-link:before {
    content: "\f608"
}

.icon-menu:before {
    content: "\f609"
}

.nav-opened .menu-button {
    padding: 0 12px;
    background: #111;
    border-color: #111;
    color: #fff;
    -webkit-transform: translate3D(94px, 0, 0);
    transform: translate3D(94px, 0, 0);
    transition: all .3s ease
}

.nav-opened .menu-button .word {
    opacity: 0;
    transition: all .3s ease
}

.post-title a {
    color:#2b2c30;
    text-decoration: none
}

.post-excerpt p {
    margin: 0;
    font-size: .9em;
    line-height: 1.7em;
    word-wrap: break-word;
}
.post-excerpt p .post-excerpt-text {
    color: #5f5f69;
    text-decoration: none;
}
.post-excerpt p:hover {
    cursor: pointer;
}
.post-excerpt p:hover .post-excerpt-text {
    color:#313138;
    text-decoration: none;
}
.post-content img {
    display: block;
    max-width: 100%;
    height: auto;
    padding: .6em 0 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.post-content .image {
    text-align: center;
    margin-bottom: 1.75em;
}
.post-content .image span {
    display:block;
    text-align: center;
    font-style: italic;
    margin-top: .4em;
    color:#555;
    font-size: .8em;
}

.post-header-image {
    /*height: 65vh;*/
    /*min-height: 180px*/
    width:100%;
    height:auto;
    border:1px solid #e8e8e8;
}

/*.post-head.main-header {*/
/*height: 65vh;*/
/*min-height: 180px*/
/*}*/

.author-head.main-header, .tag-head.main-header {
    height: 40vh;
    min-height: 180px
}

.content .embedPastebin {
    margin-bottom: 1.75em
}

.side-content .search-box {
    float:inherit;
    display:block;
}
.blind,
table caption,
legend {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    font-size: 0;
    line-height: 0;
}
.search-box-all{
    width:100%;
    margin:auto;
    display: inline-block;

}
.post-image{
    text-align: center;
    margin-bottom:25px;
}
/* tag cloud */

.tag-cloud-list{
    list-style: none;
    padding-left: 5px;
    line-height: 1.5em;
    font-size: 12px;
}
.tag-cloud-list li{
    display: inline-block;
    margin:2px 2px;
    border: 1px solid #eee;
    background: #f9f9f9;
    padding:2px 9px;
    border-radius: 5px;
    text-decoration: none;
}

.tag-cloud-list li:hover{
    background: #eee;
}

.post-content figure {
    margin:0 0 1.75em;
}
.post-content figure figcaption {
    display:block;
    text-align: center;
    font-style: italic;
    color:#888;
    font-size:1.6rem;
    margin-top:10px;
}
.btn-login {
    float:right;
}
.btn-login > button {
    height:24px;
    margin-top:10px;
    padding:4px 5px 4px 23px;
    border:none;
    font-family: dotum, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    background: url(../images/icon-lock.png) 5px 3px no-repeat transparent;
}