::-webkit-input-placeholder {
    color: rgba(51, 51, 51, .7);
}

:-moz-placeholder {
    color: rgba(51, 51, 51, .7);
}

::-moz-placeholder {
    color: rgba(51, 51, 51, .7);
    opacity: 1
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, .7);
}

.blog-pagination {
    background-color: #fff;
    border-top: 1px solid rgba(51, 51, 51, .1);
}

.blog-pagination .prev:before, .blog-pagination .next:before, .secondary-toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: genericons;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top
}

.blog-pagination .nav-links {
    min-height: 3.2em;
    position: relative;
    text-align: center
}

.blog-pagination .current .screen-reader-text {
    position: static!important
}

.blog-pagination .page-numbers {
    display: none;
    line-height: 3.2em;
    padding: 0 .6667em
}

.blog-pagination .page-numbers.current {
    text-transform: uppercase
}

.blog-pagination .current {
    display: inline-block;
    font-weight: 700
}

.blog-pagination .prev, .blog-pagination .next {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    background-color: #333;
    color: #fff;
    display: inline-block;
    height: 48px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 48px
}

.blog-pagination .prev:before, .blog-pagination .next:before {
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    position: relative;
    width: 48px
}

.blog-pagination .prev:hover, .blog-pagination .prev:focus, .blog-pagination .next:hover, .blog-pagination .next:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, .7)
}

.blog-pagination .prev {
    left: 0
}

.blog-pagination .prev:before {
    content: "🡨";
    left: -1px
}

.blog-pagination .next {
    right: 0
}

.blog-pagination .next:before {
    content: "🡪";
    right: -1px
}

.secondary-toggle {
    background-color: transparent;
    border: none;
    width: 42px;
    height: 42px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.secondary-toggle:before {
    color: #333;
    content: "✖";
    line-height: 40px;
    width: 40px;
    font-size: 25px;
}

.secondary-toggle:hover, .secondary-toggle:focus {
    outline: 0
}

.secondary-toggle.collapsed:before {
    content: "≡";
    font-size: 40px;
}

.blog-page {
    background-color: #e9ecef;
    line-height: 1.5;
    font-size: 19px;
    color: #333;
}

.blog-page .container {
    position: relative;
}

.hentry {
    background-color: #fff;
    padding-top: 7.6923%;
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    position: relative;
}

.hentry h2 {
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin: 0 0 .9231em;
}

.hentry h3 {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-top: 2.6667em;
    margin-bottom: 1.3333em;
    /*color: #083a69;*/
}

.hentry h4 {
    font-weight: 700;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 3.2em;
    margin-bottom: 1.6em;
    /*color: #083a69;*/
}

.hentry ul, .hentry ol {
    padding-left: 40px !important;
    overflow: hidden;
}

.hentry ul {
    list-style: initial;
}

.hentry ol {
    list-style-type: decimal;
}

.hentry p {
    margin-bottom: 1.6em
}

.blog-secondary {
    display: none;
    padding: 0 7.6923%
}

.blog-secondary.collapse.in {
    background: #fff;
}

.blog-widget {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 auto 9.0909%;
    width: 100%;
    word-wrap: break-word
}

.blog-widget-title {
    color: #333;
    margin: 0 0 1.6em;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase
}

.blog-widget>:last-child {
    margin-bottom: 0
}

.blog-widget_archive a, .blog-widget_categories a, .blog-widget_recent_entries a {
    border: 0
}

.blog-widget_archive ul, .blog-widget_categories ul, .blog-widget_recent_entries ul {
    list-style: none;
    margin: 0
}

.blog-widget_archive li, .blog-widget_categories li, .blog-widget_recent_entries li {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, .1);
    padding: .7667em 0
}

.blog-widget_archive li:first-child, .blog-widget_categories li:first-child, .blog-widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0
}

.blog-widget_archive li:last-child, .blog-widget_categories li:last-child, .blog-widget_recent_entries li:last-child {
    padding-bottom: 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px
}

.blog-widget_search .search-field {
    width: 100%;
    line-height: normal;
    background-color: #f7f7f7;
    padding: 8px;
    border: 1px solid rgba(51, 51, 51, .1);
    color: rgba(51, 51, 51, .7);
}

@media screen and (min-width: 38.75em) {
    .blog-main {
        padding: 7.6923% 0;
    }
    .hentry {
        box-shadow: 0 0 1px rgba(0, 0, 0, .15);
        margin: 0 7.6923%;
        padding-left: 9.0909%;
        padding-right: 9.0909%;
    }
    .blog-secondary {
        box-shadow: 0 0 1px rgba(0, 0, 0, .15);
        margin: 7.6923% 7.6923% 0;
        padding: 7.6923% 7.6923% 0;
    }
    .blog-widget {
        margin-bottom: 11.1111%
    }
    .blog-pagination {
        border-top: 0;
        box-shadow: 0 0 1px rgba(0, 0, 0, .15);
        margin: 7.6923% 7.6923% 0;
        padding: 0
    }
    .blog-pagination .current .screen-reader-text {
        position: absolute!important
    }
    .blog-pagination .page-numbers {
        display: inline-block
    }
}

@media screen and (min-width: 46.25em) {
    .blog-page {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471
    }
    .hentry h2 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.2;
        margin-bottom: 1.2em
    }
    .hentry h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.1667;
        margin-top: 2.3333em;
        margin-bottom: 1.1667em
    }
    .hentry h4 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4;
        margin-top: 2.8em;
        margin-bottom: 1.4em
    }
    .blog-widget {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5
    }
    .blog-widget p, .blog-widget address, .blog-widget hr, .blog-widget ul, .blog-widget ol, .blog-widget dl, .blog-widget dd, .blog-widget table {
        margin-bottom: 1.5em
    }
    .blog-widget li>ul, .blog-widget li>ol {
        margin-bottom: 0
    }
    .blog-widget-title {
        margin: 0 0 1.5em
    }
    .blog-widget_archive li, .blog-widget_categories li, .blog-widget_recent_entries li {
        padding: .9643em 0
    }
    .blog-pagination .nav-links {
        min-height: 3.2941em
    }
    .blog-pagination .page-numbers {
        line-height: 3.2941em;
        padding: 0 .8235em
    }
    .blog-pagination .prev, .blog-pagination .next {
        height: 56px;
        padding: 0;
        width: 56px
    }
    .blog-pagination .prev:before, .blog-pagination .next:before {
        height: 56px;
        line-height: 56px;
        width: 56px
    }
}

@media screen and (min-width: 55em) {
    .blog-page {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.6842
    }
    .hentry h2 {
        font-size: 39px;
        font-size: 3.9rem;
        line-height: 1.2308;
        margin-bottom: 1.2308em
    }
    .hentry h3 {
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 1.1852;
        margin-top: 2.3704em;
        margin-bottom: 1.1852em
    }
    .hentry h4 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.4545;
        margin-top: 2.9091em;
        margin-bottom: 1.4545em
    }
    .blog-widget {
        font-size: 16px;
        font-size: 1.6rem
    }
    .blog-widget_archive li, .blog-widget_categories li, .blog-widget_recent_entries li {
        padding: .7188em 0
    }
    .blog-pagination .nav-links {
        min-height: 3.3684em
    }
    .blog-pagination .page-numbers {
        line-height: 3.3684em;
        padding: 0 .8421em
    }
    .blog-pagination .prev, .blog-pagination .next {
        height: 64px;
        padding: 0;
        width: 64px
    }
    .blog-pagination .prev:before, .blog-pagination .next:before {
        height: 64px;
        line-height: 64px;
        width: 64px
    }
}

@media screen and (min-width: 59.6875em) {
    .blog-page {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6
    }
    .blog-page .container:before {
        background-color: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, .15);
        content: "";
        display: block;
        height: 100%;
        min-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 29.4118%;
        z-index: 0
    }
    .blog-page.full-width .container:before {
        box-shadow: 0;
        width: 0
    }
    .blog-sidebar {
        float: left;
        margin-right: -100%;
        max-width: 413px;
        position: relative;
        width: 28.8%;
    }
    .blog-content {
        display: block;
        float: left;
        margin-left: 29.4118%;
        width: 70.5882%;
    }
    .full-width .blog-content {
        display: block;
        float: left;
        margin-left: 0;
        width: 92%;
    }
    .blog-main {
        padding: 0 0 8.3333%;
    }
    .hentry {
        padding-top: 8.3333%;
        padding-bottom: 8.3333%;
        padding-left: 10%;
        padding-right: 10%;
        margin: 8.3333% 0 0 8.3333%;
    }
    .hentry_heading {
        padding-top: 0;
        padding-bottom: 0;
    }
    .hentry_heading h3 {
        padding-top: 1.1852em;
        padding-bottom: 1.1852em;
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .hentry_heading.prevnext {
        padding-bottom: 3%
    }
    .hentry_heading.prevnext h3 {
        padding-bottom: 0;
    }
    .hentry_heading.prevnext h2 {
        margin-bottom: 3%;
    }
    .hentry_heading.prevnext:nth-of-type(3) {
        margin-top: 0
    }
    .hentry h2 {
        font-size: 31px;
        font-size: 3.1rem;
        line-height: 1.1613;
        margin-bottom: 1.1613em;
    }
    .hentry h3 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.3636;
        margin-top: 2.1818em;
        margin-bottom: 1.0909em
    }
    .hentry h4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3333;
        margin-top: 2.6667em;
        margin-bottom: 1.3333em
    }
    .blog-secondary {
        box-shadow: none;
        display: block;
        margin: 20% 0;
        padding: 0;
    }
    .blog-widget {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0 0 20%;
        padding: 0 20%
    }
    .blog-widget_archive li, .blog-widget_categories li, .blog-widget_recent_entries li {
        padding: .4583em 0
    }
    .blog-pagination {
        margin: 8.333% 0 0 8.333%
    }
    .blog-pagination .nav-links {
        min-height: 3.2em
    }
    .blog-pagination .page-numbers {
        line-height: 3.2em;
        padding: 0 .8em
    }
    .blog-pagination .prev, .blog-pagination .next {
        height: 48px;
        padding: 0;
        width: 48px
    }
    .blog-pagination .prev:before, .blog-pagination .next:before {
        height: 48px;
        line-height: 48px;
        width: 48px
    }
    .secondary-toggle {
        display: none
    }
}

@media screen and (min-width: 68.75em) {
    .blog-page {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471
    }
    .hentry h2 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.2;
        margin-bottom: 1.2em;
    }
    .hentry h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.1667;
        margin-top: 2.3333em;
        margin-bottom: 1.1667em
    }
    .hentry h4 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4;
        margin-top: 2.8em;
        margin-bottom: 1.4em
    }
    .blog-widget {
        font-size: 14px;
        font-size: 1.4rem
    }
    .blog-widget_archive li, .blog-widget_categories li, .blog-widget_recent_entries li {
        padding: .4643em 0
    }
    .blog-pagination .nav-links {
        min-height: 3.2941em
    }
    .blog-pagination .page-numbers {
        line-height: 3.2941em;
        padding: 0 .8235em
    }
    .blog-pagination .prev, .blog-pagination .next {
        height: 56px;
        padding: 0;
        width: 56px
    }
    .blog-pagination .prev:before, .blog-pagination .next:before {
        height: 56px;
        line-height: 56px;
        width: 56px
    }
}

@media screen and (min-width: 77.5em) {
    .blog-page {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.6842;
    }
    .hentry h2 {
        font-size: 39px;
        font-size: 3.9rem;
        line-height: 1.2308;
        margin-bottom: 1.2308em;
    }
    .hentry h3 {
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 1.1852;
        margin-top: 2.3704em;
        margin-bottom: 1.1852em
    }
    .hentry h4 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.4545;
        margin-top: 2.9091em;
        margin-bottom: 1.4545em
    }
    .blog-widget {
        font-size: 16px;
        font-size: 1.6rem
    }
    .blog-widget_archive li, .blog-widget_categories li, .blog-widget_recent_entries li {
        padding: .4688em 0
    }
    .blog-pagination .nav-links {
        min-height: 3.3684em
    }
    .blog-pagination .page-numbers {
        line-height: 3.3684em;
        padding: 0 .8421em
    }
    .blog-pagination .prev, .blog-pagination .next {
        height: 64px;
        padding: 0;
        width: 64px
    }
    .blog-pagination .prev:before, .blog-pagination .next:before {
        height: 64px;
        line-height: 64px;
        width: 64px
    }
}

@media print {
    .blog-sidebar {
        position: relative!important
    }
    .hentry {
        padding: 0
    }
    .blog-pagination, .secondary-toggle {
        display: none;
    }
}

.entry-footer {
    background-color: #f7f7f7;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 3.8461% 7.6923%;
}

.entry-footer a {
    margin-right: 15px;
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover, .entry-footer a:focus {
    color: #333;
}

.hentry.entry-footer {
    margin-top: 0;
}

.entry-footer span.posted-on time.updated {
    margin-right: 15px;
}

/* FB comment hack */

.fb_iframe_widget_fluid span, iframe.fb_ltr {
    width: 100% !important;
}

.fb-comments iframe {
    width: 100% !important;
}

@media screen and (max-width: 59.6875em) {
    .hentry.hentry_heading.prevnext {
        margin-top: 0;
        padding: 3.8461% 7.6923%;
    }
    .hentry.hentry_heading.prevnext>h3 {
        margin-top: 0;
    }
    .hentry.entry-footer {
        margin-top: -5%;
        margin-bottom: 8%;
    }
}

iframe {
    max-width: 100%!important
}

.blog-content>a {
    max-width: 100%;
}

img.right {
    float: right
}

img.left {
    float: left
}

img.right+p {
    clear: both
}

/* for image2 block */

@media screen and (min-width: 59.6875em) {
    div.left>a>img, div.left>img {
        float: left;
        width: 66%;
        padding: 36px 20px 0 0
    }
    div.right>a>img, div.right>img {
        float: right;
        width: 66%;
        padding: 36px 0 0 20px
    }
}

div.center {
    text-align: center
}

div.right {
    text-align: right
}

div.justify {
    text-align: justify
}

span.underline {
    text-decoration: underline
}