html,
body {
    height: 100%;
    color: #252525;
    background-color: #eef0f4;
    font-family: Quicksand, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}
div, header, footer  {
    display: block;
}
a {
    color: #252525;
}
a:hover {
    color: #81d742;
    text-decoration: none;
}
p {
    margin: 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;
}
h1, .h1 {
    font-size: 24px;
}
h2, .h2 {
    font-size: 22px;
}
h3, .h3 {
    font-size: 20px;
}
.wrap {
    min-height: 600px;
    height: auto;
    display: flex;
    position: relative;
}
.header-container,.main
{
    width: 100%;
    max-width: 1100px;
    /*min-width: 450px;*/
}
.header-container {
    margin: 0 auto;
    padding: 0 10px;
}
.navbar-inverse {
    background-color: #222;
    border:0;
}
.header-container .dropdown-menu {
    background-color: #363636;
}
.header-container .dropdown-menu a{
    color: #ffffff;
    padding: 10px;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 0 5px;
    overflow: hidden;
    background-color: #777;
}
.site-title {
    color: #ffffff;
    text-align: left;
}
.site-title a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    display: block;
}
.site-describe {
    display: block;
    float: left;
    font-size: 10px;
    color: #e4e4e4;
    font-style: normal;
}
.site-domain {
    display: block;
    font-size: 30px;
    float: left;
    font-weight: 100;
}
.main {
    margin: 70px auto 0 auto;
}

.footer {
    width: 100%;
    background-color: #363636;
}
.footer .container{
    width: 100%;
    max-width: 1100px;
    /*min-width: 450px;*/
    padding: 15px 10px;
    text-align: left;
}
.breadcrumb {
    background-color: #ffffff;
    padding: 10px;
}
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "\f0da";
    padding: 0 5px;
    font: normal normal normal 14px/1 FontAwesome
}
.breadcrumb > li {
    display: initial;
}
.main-container,
.right{
    height: auto;
    float: left;
}
.right {
    width: 30%;
    padding-left: 10px;
}
.main-container{
    width: 70%;
    padding-right: 10px;
}
.content-block {
    background-color: #fff;
    border-radius:5px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.content-block header,.content-header {
    height: auto;
    border-bottom: #e0e0e0 solid 1px;
    padding: 10px;
}
.label-area ul {
    list-style-type: none;
    padding: 10px;
}
.label-area li {
    background-color: #eef0f4;
    display: inline-block;
    list-style: none;
    border: #ccc 1px solid;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 2px;

}
.label-area li:hover {
    background-color: #81d742;
}
.label-area li a {
    color: #333333;
    text-decoration: none;
}
.label-area li a:hover {
    color: #ffffff;
    text-decoration: none;
}
.label-size-0 {
    font-size: 10px;
}
.label-size-1 {
    font-size: 12px;
}
.label-size-2 {
    font-size: 14px;
}
.label-size-3 {
    font-size: 16px;
}
.label-size-4 {
    font-size: 18px;
}
.label-size-5 {
    font-size: 20px;
}
.info-area {
    padding: 0 20px 20px 20px;
}
.list-area ul {
    height: auto;
    padding: 5px 10px;
}
.list-area li {
    list-style: none;
    padding: 5px 0;
}
.list-area li:before {
    color: #4c4c4c;
    content: "\f0da";
    margin-right: 8px;
    font: normal normal normal 14px/1 FontAwesome
}
.list-area li a:hover {
    color: #81d742;
}
.content-header h1 {
    text-align: center;
    margin: 30px auto;
}
.content-header a,.content-header span {
    color: #252525;
    font-size: 13px;
    margin: 10px 20px 10px 0;
}
.content-header h4 a {
    color: #333333;
    font-size: 22px;
    padding: 15px 0;
    text-decoration: none;
}
.content-header a:hover,.content-header h4 a:hover {
    color: #81d742;
}
.category:before {
    color: #252525;
    content: "\f07b";
    margin-right: 8px;
    font: normal normal normal 14px/1 FontAwesome
}
.datetime:before {
    color: #252525;
    content: "\f017";
    margin-right: 8px;
    font: normal normal normal 14px/1 FontAwesome
}
.datetime:after {
    clear: both;
}
.content-body {
    width: 100%;
    height: auto;
    min-height: 50px;
    padding: 10px;
    line-height: 1.8;
}
.content-body a {
    color: #81d742;
}
.content-body a:hover {
    color: #252525;
}
.content-body h1,.content-body h2,.content-body h3,.content-body h4 {
    font-weight: bold;
}
.about-me {
    text-align: center;
}
.about-me img{
    border-radius: 100px;
    width: 200px;
    margin: 10px auto 10px auto;
}
.about-me strong {
    display: block;
}
.about-me div {
    text-align: left;
}
.content-body pre {
    border: 0;
}
.content-body img {
    max-width: 100%;
}
.content-body blockquote {
    background: #eef0f4;
    border-left: #dddfe4 10px solid;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-weight: 100;
    font-size: 15px;
}
.content-body blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
.content-body blockquote p {
    display: inline;
}
.content-body code:not([class]) {
    padding: 4px 5px;
    border-radius: 5px;
    margin: 2px;
}
.content-body table {
    border-collapse: collapse;
    border-spacing: 0;
    /*display: block;*/
    width: 100%;
    overflow: auto;
}
.content-body thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.content-body table tr {
    background-color: #ddd;
    border-top: 1px solid #ccc;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.content-body table th {
    font-weight: 700;
    background-color: #eff3f5;
}
.content-body tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.content-body table td, .content-body table th {
    padding: 6px 13px;
    border: 1px solid #dddfe4;
    line-height: inherit;
    display: table-cell;
    vertical-align: inherit;
}
.content-body table td {
    background-color: #fff;
}
.content-footer {
    padding: 10px;
    font-size: 1em;
}
.content-footer .tag-list {
    width: 100%;
}
.content-footer ,.content-footer a{
    color: #252525;
}
.tag-list {
    color: #252525;
}
.tag-list a {
    font-size: 0.825em;
    padding: 5px 10px;
    border: #ccc 1px solid;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: none;
    border-radius: 4px;
    background-color: #eef0f4;
    color: #252525;
}
.tag-list a:hover {
    color: #f9f9f9;
    background-color: #81d742;
}
.link-area {
    padding: 10px;
}
.link-area .row {
    min-height: 40px;
    padding: 10px;
}
.info-click a {
    display: block;
    padding: 8px;
    margin: 0 auto;
    background-color: #eef0f4;
    width: 120px;
    text-align: center;
    border-radius: 5px;
}
.info-click a:after {
    content: "\f06e";
    margin-left: 15px;
    font: normal normal normal 14px/1 FontAwesome
}
.info-click a:hover {
    background-color: #81d742;
    text-decoration: none;
}
.pagination-row {
    text-align: center;
}
.pagination-area a,.pagination-area span {
    display: inline-block;
    padding: 2px 10px;
    border: #4c4c4c 1px solid;
    border-radius: 3px;
    font-size: 13px;
    margin: 10px 10px 10px 0;
}
.pagination-area a {
    color: #333333;
}
.pagination-area a:hover {
    background-color: #81d742;
}
.pagination-area span {
    border: #272822 solid 1px;
    background-color: #272822;
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {
    .main{
        width: 100%;
    }
    .container {
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 980px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 860px) {
    .site-title {
        width: 220px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .main-container,
    .right{
        width: 100%;
        padding: 0;
        height: auto;
    }
    .main-container{
        height: auto;
    }
}
@media only screen and (max-width: 640px) {
    .main-container,
    .right{
        width: 100%;
        padding: 0;
        height: auto;
    }
    .main-container{
        height: auto;
    }
    .info-area {
        padding: 0;
    }
    .content-block {
        padding: 0;
    }
}
.footer,footer a {
    color: #ffffff;
}