html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: 'montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  /*color: #523c2f;*/
  color: #202020;
}

h1 {
  color: #3c8600;
  font-size: 24px;
  margin-bottom: 30px;
}

h2 {
  color: #3c8600;
  font-size: 18px;
  margin-bottom: 20px;
}

b {
  font-weight: bold;
}

a {
  color: #3c8600;
}

table {
  margin-bottom: 30px;
  text-align: left;
  background-color: #ddd;
  border-collapse: collapse;
}

table th {
  font-weight: bold;
}

table td, table th {
  padding: 10px;
  border: 1px solid #fff;
}

input {
  padding: 4% 3%;
  border: 0px solid #362013;
  border-radius: 5px;
  width: 94%;
}

button {
  padding: 3% 9%;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #3c8600;
  border: none;
  color: #ffffff;
  font-size: 14px;
}

button:hover {
  cursor: pointer;
  background-color: #306b00;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.glide__bullets {
  bottom: 3em;
}

.gallery .foto {
  width: 100%;
  height: 240px;
  background-position: center center;
  display: block;
  margin: 2px 5px;
  background-repeat: no-repeat;
  background-size: 600px;
  margin: 10px 0;
}

.gallery.in-content {
  margin-top: 30px;
}

.hamburger {
  padding-left: 5%;
  padding-top: 15px;
  width: 30px;
  height: 22px;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger span, .hamburger span::after, .hamburger span::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  display: block;
  position: relative;
}

.hamburger span::after {
  top: 8px;
  position: absolute;
}

.hamburger span::before {
  top: 16px;
  position: absolute;
}

.hamburger.close span::before {
  display: none;
}

.hamburger.close span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 8px;
}

.hamburger.close span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 0;
}

.message-block {
  text-align: center;
  font-weight: bold;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: #fff;
  background-color: #ff0505;
  border-radius: 5px;
}

header {
  width: 100%;
  margin-bottom: 40px;
}

header .login-bar {
  height: 70px;
  width: 100%;
  background: rgba(255, 255, 255, 0.66);
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 99;
}

header .login-bar .content {
  width: 100%;
}

header .login-bar .content .logo-block {
  margin: 0 auto;
  margin-top: 16px;
  width: 155px;
  background: url("/web/assets/images/bg-logo-header.png") left bottom no-repeat;
  text-align: center;
}

header .login-bar .content .login {
  background: url("/web/assets/images/icons/login.png") 0 4px no-repeat;
  position: absolute;
  top: 5px;
  right: 0;
  color: #523c2f;
  text-decoration: none;
  padding-left: 20px;
  display: none;
}

header .img-slider {
  margin-top: 50px;
}

header .img-slider ul li {
  float: left;
  height: 300px;
  width: 100%;
}

header .img-slider ul li.glide__slide.item-1 {
  background: url("/web/assets/images/slider/slide-01-small.jpg") 0 0 no-repeat;
}

header .img-slider ul li.glide__slide.item-2 {
  background: url("/web/assets/images/slider/slide-02-small.jpg") 0 0 no-repeat;
}

header .img-slider ul li.glide__slide.item-3 {
  background: url("/web/assets/images/slider/slide-03-small.jpg") 0 0 no-repeat;
}

header .navigation {
  background: #362013;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  z-index: 9999;
}

header .navigation .login {
  background: url("/web/assets/images/icons/login.png") 0 4px no-repeat;
  color: #ffffff;
  text-decoration: none;
  padding-left: 20px;
  position: absolute;
  right: 5%;
  top: 13px;
}

header .navigation nav {
  width: 90%;
  margin: 0 auto;
  padding: 0 5%;
  position: absolute;
  top: 50px;
  background: inherit;
  display: none;
}

header .navigation nav.open {
  display: block;
}

header .navigation nav.close {
  display: none;
}

header .navigation nav ul {
  display: block;
}

header .navigation nav ul li {
  list-style: none;
}

header .navigation nav ul li a {
  line-height: 45px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  border-top: 1px solid #ffffff;
}

header .navigation nav ul li a:hover, header .navigation nav ul li a.active {
  color: #3c8600;
  border-top: 1px solid #ffffff;
}

header .navigation nav ul > li:last-child a::after {
  display: none;
}

main .content {
  width: 90%;
  margin: 0 5%;
}

main .content.subpage {
  margin-bottom: 30px;
}

main .content p {
  margin-bottom: 20px;
}

main .content p.signature {
  font-weight: bold;
  text-align: left;
}

main .content .news-block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a29187;
}

main .content .news-block h2 {
  margin-bottom: 0px;
}

main .content .news-block .date {
  color: #707070;
  margin-bottom: 10px;
}

main .content ul {
  margin-bottom: 30px;
}

main .content ul li {
  list-style: none;
  margin-bottom: 10px;
  width: 80ch;
  text-indent: 5px;
}

main .content .content-img-slider {
  margin-top: 30px;
  margin-bottom: 30px;
}

main .content .content-img-slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .content .content-img-slider ul li {
  list-style: none;
}

main .content .content-img-slider ul li img {
  width: 100%;
  height: auto;
}

main .content .login-box {
  width: 240px;
  margin: 0 auto;
  padding: 20px;
  background: #f0f0f0;
  border-radius: 5px;
  display: flow-root;
}

main .content .login-box button {
  float: right;
  margin-top: 15px;
}

footer {
  background: url("/web/assets/images/bg-footer-small.jpg") 0 0 no-repeat;
  padding-top: 30px;
  padding-bottom: 40px;
}

footer .content {
  width: 90%;
  margin: 0 5%;
}

footer .content .links {
  display: none;
}

footer .content .links ul {
  text-align: center;
  line-height: 1em;
}

footer .content .links ul li {
  padding: 4px 0;
  display: block;
  list-style: none;
}

footer .content .links ul li:last-child {
  border: none;
}

footer .content .links ul a {
  color: #ffffff;
  text-decoration: none;
}

footer .content .links ul a:hover {
  text-decoration: underline;
}

footer .content .copyright-text {
  margin-top: 30px;
  color: #ffffff;
  text-align: center;
}

footer .content .copyright-text a {
  color: #ffffff;
  text-decoration: none;
}

footer .content .copyright-text a:hover {
  text-decoration: underline;
}

footer .content .logo {
  width: 72px;
  margin: 0 auto;
  margin-top: 20px;
}

@media only screen and (min-width: 600px) {
  .gallery .foto {
    width: 227px;
    height: 160px;
    background-position: center center;
    display: inline-block;
    margin: 2px 5px;
    background-repeat: no-repeat;
    background-size: 360px;
  }
  .img-slider ul li.glide__slide {
    height: 450px;
  }
  main .content .content-img-slider ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .content .content-img-slider ul li {
    list-style: none;
    width: 49%;
    margin-right: 1%;
  }
}

@media only screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
  header {
    width: 100%;
    margin-bottom: 70px;
  }
  header .login-bar {
    top: 0;
  }
  header .login-bar .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  header .login-bar .content .logo-block {
    margin: 0 auto;
    margin-top: 16px;
    width: 155px;
    background: url("/web/assets/images/bg-logo-header.png") left bottom no-repeat;
    text-align: center;
  }
  header .login-bar .content .login {
    display: block;
  }
  header .img-slider {
    margin-top: 0;
  }
  header .img-slider ul li.glide__slide {
    float: left;
    height: 600px;
  }
  header .img-slider ul li.glide__slide.item-1 {
    background: url("/web/assets/images/slider/slide-01.jpg") 0 0 no-repeat;
  }
  header .img-slider ul li.glide__slide.item-2 {
    background: url("/web/assets/images/slider/slide-02.jpg") 0 0 no-repeat;
  }
  header .img-slider ul li.glide__slide.item-3 {
    background: url("/web/assets/images/slider/slide-03.jpg") 0 0 no-repeat;
  }
  header .navigation {
    background: #362013;
    -webkit-box-shadow: 0px 2px 0px 0px #c2c2c2;
    box-shadow: 0px 2px 0px 0px #c2c2c2;
    height: auto;
    position: relative;
    margin-top: 3px;
  }
  header .navigation .login {
    display: none;
  }
  header .navigation nav {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block !important;
    padding: 0px;
    top: 0;
  }
  header .navigation nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .navigation nav ul li {
    list-style: none;
  }
  header .navigation nav ul li a {
    line-height: 90px;
    border-top: 3px solid #ffffff;
    margin-top: -3px;
    -webkit-transition: border-top 200ms linear;
    transition: border-top 200ms linear;
    -webkit-transition: color 200ms linear;
    transition: color 200ms linear;
  }
  header .navigation nav ul li a::before {
    display: none;
  }
  header .navigation nav ul li a::after {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 3px;
    display: block;
    background: #a29187;
    position: absolute;
    right: -25px;
    top: 43px;
  }
  header .navigation nav ul li a:hover, header .navigation nav ul li a.active {
    color: #3c8600;
    border-top: 3px solid #3c8600;
    -webkit-transition: border-top 200ms linear;
    transition: border-top 200ms linear;
    -webkit-transition: color 200ms linear;
    transition: color 200ms linear;
  }
  header .navigation nav ul > li:last-child a::after {
    display: none;
  }
  main .content {
    width: 1200px;
    margin: 0 auto;
  }
  main .content.subpage {
    margin-bottom: 60px;
  }
  main .content p.signature {
    text-align: right;
  }
  main .content .content-img-slider {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  main .content .content-img-slider ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main .content .content-img-slider ul li {
    list-style: none;
    width: 24%;
    margin-right: 1%;
  }
  main .content .content-img-slider ul li img {
    width: auto;
  }
  footer {
    background: url("/web/assets/images/bg-footer.jpg") 0 0 no-repeat;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  footer .content {
    width: 1200px;
    margin: 0 auto;
  }
  footer .content .links {
    display: block;
  }
  footer .content .links ul {
    text-align: center;
    line-height: 1em;
  }
  footer .content .links ul li {
    padding: 0 15px;
    display: inline-block;
    list-style: none;
    border-right: 1px solid #ffffff;
  }
  footer .content .links ul li:last-child {
    border: none;
  }
  footer .content .links ul a {
    color: #ffffff;
    text-decoration: none;
  }
  footer .content .links ul a:hover {
    text-decoration: underline;
  }
  footer .content .copyright-text {
    margin-top: 30px;
    color: #ffffff;
    text-align: center;
  }
  footer .content .copyright-text a {
    color: #ffffff;
    text-decoration: none;
  }
  footer .content .copyright-text a:hover {
    text-decoration: underline;
  }
  footer .content .logo {
    width: 72px;
    margin: 0 auto;
    margin-top: 20px;
  }
}

/** COLORBOX ***/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(/web/assets/images/colorbox/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/web/assets/images/colorbox/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/web/assets/images/colorbox/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/web/assets/images/colorbox/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/web/assets/images/colorbox/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(/web/assets/images/colorbox/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(/web/assets/images/colorbox/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(/web/assets/images/colorbox/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(/web/assets/images/colorbox/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(/web/assets/images/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/web/assets/images/colorbox/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/web/assets/images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/web/assets/images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/web/assets/images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/*# sourceMappingURL=default.css.map */