/**
 * Reset some basic elements
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0; }

/**
 * Basic styling
 */
body {
  font: 400 12px/1.4 Verdana, sans-serif;
  background: #CBC4AF;
  color: #808080;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  height: 100vh; }
  @media screen and (max-width: 745px) {
    body {
      font-size: 100%;
      overflow-x: hidden; } }
  @media screen and (max-width: 540px) {
    body {
      font-size: 100%;
      overflow-x: hidden; } }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 10.5px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
  color: #666; }

h1 {
  font-size: 180%;
  font-weight: normal;
  margin-bottom: 13px;
  min-height: 1.3em;
  background: url(../images/line.jpg) no-repeat left bottom;
  line-height: 1.1em;
  padding-bottom: 3px; }

h2 {
  font-size: 120%;
  color: #808080;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  margin: 1.6em 0 0.2em 0; }

h3 {
  font-size: 110%;
  margin: 1.5em 0 0.2em 0;
  color: #808080;
  font-weight: bold;
  font-family: Verdana, sans-serif; }

h4 {
  font-size: 105%; }

h5 {
  font-size: 100%; }

h6 {
  font-size: 90%; }

hr {
  margin: 20px 0;
  border-bottom: 1px solid #CBC4AF;
  color: #CBC4AF; }

/**
 * Links
 */
a {
  color: #7a7152;
  text-decoration: none;
  transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -webkit-transition: color .25s ease-in-out; }
  a:visited {
    color: #7a7152; }
  a:hover {
    color: #a4945f;
    text-decoration: none; }

/**
 * Blockquotes
 */
blockquote {
  color: #808080;
  border-left: 4px solid #ADB4AD;
  padding-left: 15px;
  font-size: 12px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #ADB4AD;
  border-radius: 3px;
  background-color: #ADB4AD;
  color: #111; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(735px - (30px * 2));
  max-width: calc(735px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 745px) {
    .wrapper {
      max-width: -webkit-calc(735px - (30px));
      max-width: calc(735px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, form:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #808080; }

.container {
  position: relative;
  margin: 30px auto 50px;
  width: 735px;
  border-top: 12px #fff solid;
  border-bottom: 12px #fff solid;
  border-left: 10px #fff solid;
  border-right: 10px #fff solid;
  background: #1A2F19; }
  @media screen and (max-width: 745px) {
    .container {
      width: 100%;
      border: none;
      margin: 0;
      min-height: 100vh; }
      .container:after {
        display: none; } }

.container:after {
  content: ' ';
  position: absolute;
  top: -17px;
  left: -15px;
  right: -15px;
  bottom: -17px;
  background: #b2a98b;
  border: 1px #fff solid;
  z-index: -1; }

.container:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 4px #dadada solid; }
  @media screen and (max-width: 745px) {
    .container:before {
      border: none; } }

.main-footer {
  font-size: 90%;
  background: #CBC4AF;
  color: #7a7152;
  text-align: center;
  margin: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -38px; }
  @media screen and (max-width: 540px) {
    .main-footer {
      position: relative;
      padding: 10px 0;
      bottom: 0; } }

#toggle {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

label[for="toggle"] {
  box-sizing: border-box;
  display: none; }
  @media screen and (max-width: 540px) {
    label[for="toggle"] {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      background: #1A2F19;
      color: #fff;
      width: 100%;
      z-index: 3;
      text-align: center;
      color: #fff;
      font-weight: 300;
      line-height: 1.2em;
      text-transform: uppercase;
      height: 60px;
      font-size: 14px;
      letter-spacing: 1px;
      padding: 20px 50px;
      width: 100%; } }
  label[for="toggle"]::before {
    height: 20px;
    width: 21px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2ZXJzaW9uPScxLjEnIHg9JzBweCcgeT0nMHB4JyB3aWR0aD0nMzBweCcgaGVpZ2h0PSczMHB4JyB2aWV3Qm94PScwIDAgMzAgMzAnIGVuYWJsZS1iYWNrZ3JvdW5kPSduZXcgMCAwIDMwIDMwJyB4bWw6c3BhY2U9J3ByZXNlcnZlJz48cmVjdCBmaWxsPScjRkZGJyB3aWR0aD0nMzAnIGhlaWdodD0nNicvPjxyZWN0IGZpbGw9JyNGRkYnIHk9JzI0JyB3aWR0aD0nMzAnIGhlaWdodD0nNicvPjxyZWN0IGZpbGw9JyNGRkYnIHk9JzEyJyB3aWR0aD0nMzAnIGhlaWdodD0nNicvPjwvc3ZnPg==");
    background-size: contain;
    content: " ";
    position: absolute;
    left: 20px;
    top: 20px; }

/* Make the Magic Happen */
#toggle + label, .content {
  transition: left 0.2s; }

#toggle:checked + label {
  left: 183px; }
  #toggle:checked + label::before {
    width: 20px;
    background-size: contain;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBzdHlsZT0id2lkdGg6IDMxMHB4OyBoZWlnaHQ6IDMwMHB4OyIgY2xhc3M9InN2ZyIgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIiB2aWV3Qm94PSIwIDAgMzAwLjAwMDAwMCAzMDAuMDAwMDAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCAiPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwzMDAuMDAwMDAwKSBzY2FsZSgwLjEwMDAwMCwtMC4xMDAwMDApIiBmaWxsPSIjMzQzNDM0IiBzdHJva2U9Im5vbmUiPgo8cGF0aCBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIgY2xhc3M9Im5vZGUiIGlkPSJub2RlMSIgZD0iTTI3MDAgMjk4OSBjLTI3IC04IC0xNzIgLTE0OCAtNjE3IC01OTEgLTUzMyAtNTMyIC01ODQgLTU4MCAtNjAwCi01NjcgLTEwIDggLTI2NyAyNjMgLTU3MiA1NjcgLTU4NCA1ODUgLTU5MyA1OTIgLTY4MiA1OTIgLTExMSAwIC0yMTggLTEwNgotMjE5IC0yMTYgMCAtOTIgNyAtMTAxIDU5MyAtNjg3IDMwNCAtMzAzIDU1OCAtNTYwIDU2NiAtNTcwIDEzIC0xNiAtMzYgLTY4Ci01NjYgLTYwMCAtNTM2IC01MzggLTU4MSAtNTg2IC01OTMgLTYyOSAtMzggLTE0MiA0OCAtMjc1IDE4NiAtMjg2IDExMSAtOSA5MQotMjYgNzIzIDYwNSAzMTYgMzE1IDU3OCA1NzMgNTgzIDU3MyA1IDAgMjU2IC0yNDcgNTU4IC01NDggMzM5IC0zNDAgNTYyIC01NTUKNTg1IC01NjYgNzUgLTM2IDE4MSAtMTkgMjQzIDM4IDY5IDYyIDg3IDE5MiAzOCAyNjYgLTE0IDIyIC0yNjkgMjgyIC01NjYgNTc5Ci0yOTcgMjk3IC01NDAgNTQ0IC01NDAgNTQ5IDAgNSAyNTEgMjYxIDU1OCA1NjggMzA3IDMwOCA1NzEgNTc3IDU4OCA1OTggMjYKMzYgMjkgNDcgMjkgMTE2IDAgNjcgLTQgODIgLTI4IDExOCAtNDIgNjQgLTk3IDk2IC0xNzEgOTkgLTMzIDEgLTc3IC0zIC05NgotOHoiPjwvcGF0aD4KPC9nPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwzMDAuMDAwMDAwKSBzY2FsZSgwLjEwMDAwMCwtMC4xMDAwMDApIiBmaWxsPSIjQzdDN0M3IiBzdHJva2U9Im5vbmUiPgoKCgoKPC9nPgo8L3N2Zz4="); }

#toggle:checked + label .label-title {
  display: none; }

#toggle:checked ~ .content {
  left: 183px; }

.menu-opened {
  overflow: hidden; }
  .menu-opened label[for="toggle"] {
    position: fixed; }
  .menu-opened .content {
    overflow: hidden;
    position: fixed; }
  .menu-opened .content::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ' ';
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2; }
  .menu-opened .primary-sidebar {
    display: block; }

.primary-sidebar {
  display: block;
  background: #1A2F19;
  color: #ADB4AD;
  float: left;
  width: 183px;
  min-height: 590px;
  text-align: center; }
  .primary-sidebar a,
  .primary-sidebar a:visited {
    color: #ADB4AD; }
  .primary-sidebar .site-lang {
    margin: 20px auto;
    font-size: 10px;
    letter-spacing: 1px; }
    .primary-sidebar .site-lang a,
    .primary-sidebar .site-lang a:visited {
      color: #EDEFED;
      padding: 2px;
      display: inline-block; }
    .primary-sidebar .site-lang a:hover, .primary-sidebar .site-lang a.active {
      background-color: #255a4b; }
  .primary-sidebar .contacts {
    font-size: 12px;
    margin-top: 39px;
    color: #b8c7b7; }
  @media screen and (max-width: 540px) {
    .primary-sidebar {
      display: none;
      height: 100%;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; } }

.content {
  margin-left: 183px; }
  @media screen and (max-width: 540px) {
    .content {
      margin-left: 0;
      min-height: 100%;
      min-width: 100%;
      position: relative;
      top: 0;
      bottom: 100%;
      left: 0;
      z-index: 1;
      background: #CBC4AF; } }

.site-title {
  display: block;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  padding: 18px;
  height: 160px; }
  .site-title, .site-title:visited {
    color: #EDEFED !important; }
  .site-title:hover {
    text-decoration: none; }
  .site-title small {
    font-size: 10px; }
  .site-title hr {
    width: 15px;
    margin: 10px auto;
    background-color: #ADB4AD;
    border: none;
    height: 1px; }
  .site-title .titleextend {
    font-size: 12px;
    text-transform: none;
    line-height: 0.8em;
    letter-spacing: 1px;
    color: #fff !important; }

.site-nav {
  height: 157px;
  border-bottom: 4px solid #215117; }
  .site-nav .trigger {
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-nav .trigger li {
      margin: 0 5px;
      padding: 4px 10px;
      border-bottom: 1px dotted #324831; }
    .site-nav .trigger li:nth-of-type(1) {
      border-top: 1px dotted #324831; }
    .site-nav .trigger li:last-of-type {
      border-bottom: none; }
  .site-nav .page-link {
    position: relative;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    display: block;
    padding: 0 10px;
    text-align: left;
    color: #95CE92 !important;
    line-height: 1.4;
    border: 0;
    font-size: 11px; }
    .site-nav .page-link:hover, .site-nav .page-link.active {
      background-color: #324831;
      text-decoration: none; }
    .site-nav .page-link::after {
      position: absolute;
      content: " ";
      background: url(../images/arrow.png) no-repeat top left;
      display: block;
      height: 5px;
      width: 4px;
      right: 4px;
      top: 7px; }

.banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 132px;
  margin-bottom: 30px; }

.slider {
  background-color: #666;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto; }
  .slider .photo {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    animation: round 25s infinite;
    opacity: 0; }

@keyframes round {
  25% {
    opacity: 1; }
  40% {
    opacity: 0; } }
.slider .photo:nth-child(2) {
  animation-delay: 20s; }

.slider .photo:nth-child(3) {
  animation-delay: 15s; }

.slider .photo:nth-child(4) {
  animation-delay: 10s; }

.slider .photo:nth-child(5) {
  animation-delay: 5s; }

.slider .photo:nth-child(6) {
  animation-delay: 0s; }

.time {
  float: right;
  background: #eaeaea;
  text-align: center;
  padding: 5px 10px;
  font-size: 90%; }
  .time p {
    margin: 5px 0; }

.jumbotron {
  color: #fff;
  background-color: #666;
  padding: 15px 30px; }
  .jumbotron h1 {
    font-family: Verdana, sans-serif;
    color: #fff;
    border: none;
    margin: 0;
    font-size: 140%;
    background-image: none; }
  .jumbotron h2 {
    color: #fff;
    font-size: 100%;
    margin: 0;
    font-weight: normal;
    font-family: Verdana, sans-serif; }
  .jumbotron hr {
    border: none;
    color: #444;
    height: 1px;
    background-color: #444;
    margin: 15px -30px; }
  .jumbotron p {
    font-size: 90%; }
  @media screen and (max-width: 745px) {
    .jumbotron {
      min-height: 553px; } }
  @media screen and (max-width: 540px) {
    .jumbotron {
      min-height: 426px; } }

#banner {
  margin-bottom: 30px; }

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block; }

.post, .home {
  background: #fff;
  border-right: 4px solid #dadada; }
  @media screen and (max-width: 745px) {
    .post, .home {
      border-right: none;
      min-height: 100vh; } }

form {
  padding: 20px;
  background-color: #eaeaea;
  color: #808080;
  font-size: 90%; }
  form input, form textarea {
    display: block;
    border: 1px solid #dadada;
    padding: 3px;
    color: #808080;
    width: 100%; }

.newsdate {
  color: #808080;
  font-weight: bold;
  font-size: 90%;
  margin-bottom: 1em;
  display: block; }

.btn {
  color: #fff;
  border: 1px solid #808080;
  padding: 3px 20px;
  background-color: #808080; }

.success {
  background-color: #324831;
  color: #fff;
  padding: 20px; }

.pull-right {
  float: right; }

.list, .pagination {
  list-style: none;
  padding: 0;
  margin: 0; }

.pagination {
  display: block;
  margin: 0 auto;
  text-align: center; }
  .pagination li {
    display: inline; }
  .pagination a {
    border-radius: 3px;
    margin: 1px 2px;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    color: #717171;
    font-size: smaller; }
    .pagination a:first-child, .pagination a.first {
      margin-left: 0; }
    .pagination a:last-child, .pagination a.last {
      margin-right: 0; }
    .pagination a:hover, .pagination a:focus {
      background-color: #95CE92; }
  .pagination li.active a {
    color: #fff;
    background-color: #324831; }

/**
 * Site footer
 */
/**
 * Page content
 */
.page-content {
  padding: 30px 0; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 10.5px;
  color: #808080; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-content {
  margin-bottom: 30px; }
