@charset "UTF-8";
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: "Open Sans", "Roboto", sans-serif;
  /*background-color:rgb(252, 252, 252);*/
  }

a {
  color: #3273dc;
  -webkit-transition: .3s all;
  transition: .3s all; }
  a:hover {
    color: rgba(228, 105, 61, 0.788);
    text-decoration: none; }

h2 { font-size:24px;}
h3 { font-size:20px;}
h4 { font-size:16px;}

.wrap {
  overflow: hidden; }

.main {
  margin: 120px auto 0 auto;
  max-width: 1080px;
}
.main.main--single {
    max-width: 760px;
  }
.header {
  margin-bottom: 1em;
  background-color: #fff;
  z-index: 3;
  padding-top:0;
  text-align: center; }
  .header a {
    color: #000;
    text-decoration: none; }
  .header a:hover {
    color: #3D85C6;
    text-decoration: none; }

.site-title {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: 0; }

.search {
  margin: 0 auto;
  width: 80%; }
  .search * {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .search.search-aside {
    position: absolute;
    right: 5px;
    top: 3px;
    margin: 0;
    width: 170px;
  }
  .search-aside .gsc-control-cse {
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .search-aside .gsib_a {
    padding: 5px 1px;
    color: #000;
  }
  .search-aside .gscb_a {
    font-size: 18px;
  }
  .search-aside .gsc-input {
   padding-right: 2px!important;
   font-size: 13px;
  }
  .search-aside input.gsc-input::placeholder {
   font-size: 10px;
  }
  .search-aside .gsc-search-button {
    margin-left: 0;
    border: none;
  }
  .search-aside .gsc-search-button-v2 {
    padding: 6px 15px;
  }
  .search button {
    background-color: #005E9A;
  }
  .search button:hover {
    background-color: #3D85C6;
  }
  .search.search-mobile {
    display: none;
    width: 250px;
  }
  .search-mobile .gsc-control-cse {
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .search-mobile .gsib_a {
    padding: 5px 1px;
    color: #000;
  }
  .search-mobile .gscb_a {
    font-size: 18px;
  }
  .search-mobile .gsc-input {
    padding-right: 2px!important;
    font-size: 13px;
   }
  .search-mobile input.gsc-input::placeholder {
    font-size: 10px;
   }
  .search-mobile .gsc-search-button {
    margin-left: 0;
    border: none;
  }

  .cookies {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }
  .cookies > a {
    text-decoration: none;
    color: #fff;
  }
  .cookies > a:hover {
    color: yellow;
  }
  .cookiesbutt {
    background-color: #005E9A;
    margin-left: 3px;
  }
  .cookiesbutt:hover {
    background-color: #3d85c6;
  }

.footer {
  background-color: #3D85C6;
  margin-top: 2em;
  padding: 0.3em;
  text-align: center; }
  .footer small {
    font-size: 1em; }
.author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 760px;
}
  .author > p {
    color: #fff;
    text-align: center;
    font-size: 11px;
  }

.author__image img {
  border-radius: 50%;
  width: 100%; }

.author__info {
  padding-left: 5%; }
  .author__info h3 {
    margin-top: 0; }

.author__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0; }
  .author__links li {
    height: 30px;
    margin-left: .8em;
    width: 30px; }
  .author__links a:hover img {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  .author__links img {
    -webkit-transition: .6s all;
    transition: .6s all;
    width: 100%;
  }
.articles {
  padding: 10px 5% 0 5%;
 }
.aside-link {
  /*font-size: 13px;*/
  margin: 0 0 5px;
}
.card {
  margin-bottom: 0;
  padding: 1%; }

  .card a {
    color: inherit;
    display: block;
    text-decoration: none; }
  .card a:hover {
    color: #3D85C6; }

  .card .more {
    /*text-align:center;*/
  }

  .card h3 {
    font-size:18px;
    margin-bottom: .5em;
    margin-top:0.3em;
    /*-webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    //height: 2.5em;*/
    }
  .card p {
    color: #797979;
    text-align: justify;
    -webkit-line-clamp: 7;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .card__thumb {
    display: block;
    overflow: hidden;
    padding-top: 52.65%;
    position: relative; }
    .card__thumb:hover img {
      -webkit-transform: translate(-50%, -50%) scale(1.2);
              transform: translate(-50%, -50%) scale(1.2); }
    .card__thumb img {
      left: 50%;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: .3s all;
      transition: .3s all; }

.pagination {
  font-size: larger;
  text-align: center;
  display: block;
  margin: 0.5em;
}
  .pagination__link {
    display: inline-block;
    text-decoration: none;
    background-color: #005E9A;
    padding: 4px 10px 4px 10px;
    color:white;
  }
  .pagination__link:hover {
    text-decoration: underline;
    background-color: #3d85c6;
    text-decoration: none;
    color:white;
  }
    .pagination__link--prev {
      margin-right: 10px; }
    .pagination__link--next {
      margin-left: 10px; }
  .pagination__current {
    display: inline-block; }

.post,
.post-aside,
.post-nav {
  padding: 0 25px; }

.post {
  color: #444;
  padding-top: 5px;
}
  .post__title {
    color: #fff;
    background-color: #3D85C6;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 2;
    margin: 0;
    }
  .post__date {
    color: gray;
    text-align: left;
  }
    .post__title.static{
      margin-bottom: 1em;
    }
.post-content {
  margin-bottom: 3em; }
  .post-content img {
    display: block;
    margin: 2em auto 3em;
    max-width: 100%; }
  .post-content .inline-img {
      display: inline-block;
    }
  .post-content .center-content {
      margin: 0 auto;
      width: 430px;
    }
  .post-content p {
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: justify;
    /*font-size: 1.1em*/
  }
  .post-content h2,
  .post-content h3,
  .post-content h4 {
    margin-top: 30px;
  }
  /*.post-content li {
    line-height: 1.6; }
  .post-content li + li {
    margin-top: .5em; }*/
  code {
    font-family: monospace, "Source Code Pro", Courier, Monaco;
 }
  .post-content blockquote {
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    margin: 1em;
    padding: 0 0 0 1em;
    border-left: 4px solid #bbbbbb;
  }
  .post-content blockquote a {
      /*font-size: .8em;*/
    }

.post-content table {
  border-collapse:collapse;
  text-align:center;
  margin-bottom: 1em;
}
.post-content td{
  padding:0.25em;
  border:solid 1px gray;
}
.post-content .gsc-search-box td{
  border: none;
}
.post-content tr:nth-child(even) {
  background-color: #eeeeee;
}
.post-content th {
  font-weight: bold;
  background-color:#eeeeee;
  border:solid 1px gray;
  padding:0.25em 0.5em 0.25em 0.5em;
}
.post-hr {
  border-top: 1px solid #eee;
  margin: 25px auto; }

.post-ad {
  margin: 10% auto 0;
  text-align: center; }
  .post-ad__head {
    display: block;
    /*font-size: .8em;*/ }
  .post-ad__body {
    display: inline-block; }

.post-nav ol {
  padding: 0; }

.post-nav a {
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
  /*font-size: 1em;*/
  text-decoration: none;
}

.post-nav-label {
  display: block;
  font-weight: bold; }

.post-nav-title {
  text-decoration: underline; }

.post-nav-prev {
  padding-right: 2.5%; }

.post-nav-next {
  padding-left: 2.5%;
  text-align: right; }

.post-nav-back {
  text-align: center; }

.amazlet-box {
  /*font-size: 1rem;*/
  margin: 40px 0; }

.app-data,
.appfom1 {
  margin: 40px 0; }

.appbanner {
  margin: 40px 0; }

.kaerebalink-box {
  margin: 40px 0 20px; }

.ShareInfo {
  margin: 20px 0; }

.booklink-box {
  margin: 40px 0; }

#TableOfContents > ul{
  list-style-type: none;
  padding-left: 0em;
}
#TableOfContents > ul > li > ul > li {
  padding-bottom: 1px;
}
#TableOfContents > ul > li > ul > li > ul > li {
  padding-bottom: 2px;
}
#TableOfContents li ul{
  list-style-type: none;
  border-left: 1px dashed grey;
  padding-inline-start: 20px;
}
.left-panel {
  min-width: 200px;
  max-width: 250px;
  position: fixed;
  top: 155px;
  right:calc(50vw + 355px);;
  padding-right:20px;
}
.right-panel {
  position: fixed;
  top: 155px;
  left: calc(50vw + 365px);
  max-width: 280px;
  padding-left:20px;
}
.img-link img {
  transition: .2s ease-in-out
}
.img-link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  }
#navbar-home, #navbar-content, .right-panel, .left-panel {
  transition: top 0.4s;
}
.navbar-custom {
  border: none;
  background-color:  #005E9A;
  color: #fff;
  margin-bottom: 0;
  min-height: 30px;
  border-radius: 0;
}
.navbar-collapse {
  max-width: 760px;
  margin: 0 auto;
}
.navbar-toggle.home-page {
  margin-top: 22px;
}
.navbar-toggle.content-page {
  margin-top: 8px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color:  #3d85c6;
}
.navbar-default .navbar-center {
  margin-inline-start: 80px;
}
.navbar-default .navbar-nav>li > a {
  color: #fff;
  font-weight: 600;
  height: 36px;
  padding-top: 7px
}
.navbar-default  .navbar-nav>li > a:hover {
  color: #fff;
  background-color:  #3d85c6;
  font-weight: 600;
}
.navbar-default  .navbar-nav>li > a.active {
  background-color:  #3d85c6;
}
.site-desc-bottom {
  display: none;
}
.header .mobile-title {
  display: none;
  margin: 10px;
  font-size: 30px;
}
.header .mobile-title a {
  color: #fff;
}
.header .mobile-title a:hover {
  color:  #3d85c6;
}
.navbar-custom .nav-item.active > a {
  color: #fff;
  background-color: #3D85C6;
  font-weight: 600;
}
pre {
  padding: 2px;
  margin: 0 0 10px 0;
  border-radius: 0;
  border: 1px dashed #ccc
}

.navbar-collapse {
  display: block;
}
.toc-post-top {
  display: none;
  padding: 10px 10px 0 15px;
}
.mobile-banner {
  display: none;
}
.mobile-banner img {
  max-width: 100%;
  margin: 0 auto;
}
@media(max-width: 1130px) {
  .main.main--single {
    max-width: 670px;
  }
  .left-panel {
    max-width: 215px;
    right:calc(50vw + 290px);;
  }
  .right-panel {
    left:calc(50vw + 315px);;
  }
}
@media(max-width: 992px) {
  .left-panel, .right-panel {
    display: none;
  }
  .toc-post-top {
    display: block;
  }
  .mobile-banner {
    display: block;
  }
.navbar-default .navbar-center {
    margin-inline-start: 0;
  }
  .nav>li>a {
    padding: 10px 14px;
  }
  .cookies {
    font-size: 12px;
  }
}
@media(max-width: 768px) {
  .main {
    margin-top: 70px;
  }
  h2 {
    font-size: 20px;
  }
 .site-title, .site-desc, .head-title {
   display: none;
  }
 .navbar-collapse {
   display: none;
  }
 .header .mobile-title, .site-desc-bottom {
   display: block;
  }
 .post {
   margin: 0;
   padding: 0;
  }
 .post__date {
   padding: 0.6em 0.8em;
  }
 .post-content {
   margin: 2em;
  }
 .disqus-container {
   padding: 0.8em 1.2em;
 }
 .search.search-mobile {
   display: block;
 }
 .search.search-aside {
   display: none;
 }
 .cookies {
   font-size: 12px;
 }
}
/*.introsite {
   color:white;
   font-size:larger;
   padding:1em 2em 1em 2em;
   background-color:#005E9A;
   clear:both;
   margin-left:3em;
   margin-right:3em;
}*/

#disqus-container {
   margin-top:2em;
}
#disqus-button {
  width: 100%;
}
#disqus-comments {
  display: none;
}
#disqus-comments,
#disqus-comments iframe {
  max-height: 65vh !important;
  overflow-y: auto;
}
