﻿body {
  background-position: center top;
  font-family: Fira Sans, Arial, sans-serif;
  color: #999;
  background-image: url('../img/bgMain.jpg');
  background-repeat: repeat;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

.wrap {
  background-position: center top;
  width: 100%;
  background-image: url('../img/bgFade.png');
  background-repeat: no-repeat;
}
.topcontainer {
  width: 100%;
  margin: auto;
  z-index: 999;
  position: absolute;
}
.slidercontainer {
  background-size: cover;
  background-position: center top;
  width: 100%;
  margin: auto;
  z-index: 900;
  background-color: #fff;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 0px;
}
.slide-ins {
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.75);
  background-repeat: no-repeat;
}
.abs {
  z-index: 900;
  width: 100%;
  position: absolute;
  margin-top: -27px;
}
@media (max-width: 960px) {
  .abs {
    margin-top: 0px;
    position: relative;
  }
  header {
    padding: 0 15px;
  }
}
nav {
  position: relative;
  max-width: calc(100% - 170px);
  margin-left: auto;
  padding: 0px 0px 0px 0px;
  color: #000000;
  min-height: 24px;
  z-index: 900;
  height: 110px;
  display: flex;
  align-items: center;
}
nav ul {
  text-transform: capitalize;
}
nav li a {
  display: flex;
  padding-left: 5px;
}
nav li img {
  width: 15px;
  margin-right: 2px;
}
.dropdown {
  position: relative;
  margin-left: auto;
  max-width: 150px;
  color: white;
  text-align: center;
  font-size: 13px;
  z-index: 999;
}
.dropdown svg {
  width: 14px;
  margin-left: 2px;
}
#ddBtn {
  background-color: #b26529;
  padding: 5px;
  border-radius: 2px;
  cursor: pointer;
  user-select: none;
  transition: 0.5s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: max-content;
  width: 100%;
}
#ddBtn:hover,
.active {
  background-color: #673413;
}
nav ul {
  list-style-type: none;
  position: absolute;
  display: none;
  flex-direction: column;
  background-color: #e6e2d9;
  width: 100%;
  border-radius: 2px;
}
nav li {
  padding: 3px 0;
}
nav li a {
  text-decoration: none;
  color: black;
}
nav li:hover a,
.active-link {
  color: #673413;
  font-weight: bold;
}
.active ul {
  display: flex;
}
header,
.header {
  text-align: left;
  z-index: 900;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 400;
  max-width: 900px;
  padding: 15px;
  min-height: 110px;
  display: flex;
  align-items: center;
}
header img {
  object-fit: contain;
}
#logo {
  background-position: left top;
  position: absolute;
  width: 253px;
  height: 71px;
  z-index: 900;
  margin-left: 0px;
  margin-top: 0px;
  text-align: left;
  background-repeat: no-repeat;
  text-transform: none;
  font-size: 21px;
  color: #000000;
  line-height: 1.1em;
  padding-left: 103px;
  padding-top: 18px;
}
h1,
h4 {
  background-position: center top;
  padding: 15px 20px;
  overflow: hidden;
  margin: 0px auto 0px auto;
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  min-height: 24px;
  text-indent: 0px;
  line-height: 24px;
  background-color: #673413;
  max-width: 860px;
  background-repeat: repeat-x;
}
h6 {
  color: #999;
  font-size: 14px;
  text-align: right;
  margin: 0px 0px 0px auto;
  font-weight: 300;
  padding: 10px 20px 0px 20px;
}
h6 a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #1e429b;
}
h6 a:hover {
  color: #05a3dd;
}

.ru {
  font-size: 16px;
}
@media (max-width: 590px) {
  nav {
    max-width: 100% !important;
  }
  header {
    /* background-position: center; */
    min-height: 40px;
  }

  h6 {
    display: none;
  }
}

.container {
  max-width: 900px;
  background-color: #e6e2d9;
  margin-right: auto;
  margin-left: auto;
  color: #222;
}
.container2 {
  background-color: rgba(52, 78, 7, 0.53);
}
.container hr {
  opacity: 0.15;
}
.top {
  position: absolute;
  z-index: 999;
  margin-top: 83px;
  width: 430px;
  height: 44px;
  color: #9d701c;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  background: linear-gradient(
      to left,
      rgba(245, 228, 198, 0) 0px,
      rgba(245, 228, 198, 0.4) 100px,
      rgba(245, 228, 198, 0.6) 160px,
      rgba(245, 228, 198, 0.8) 250px
    )
    transparent;
}
.top-bottom {
  position: absolute;
  height: 80px;
  width: 100%;
  margin-top: -136px;
}
.top-b {
  max-width: 960px;
  margin: auto;
}
h2 {
  padding: 12px 0px;
  overflow: hidden;
  margin: 0px auto 0px auto;
  font-size: 20px;
  color: #222;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  min-height: 24px;
  text-indent: 0px;
  line-height: 24px;
  background-color: rgb(255, 255, 255);
  max-width: 960px;
}
h3 {
  color: #808080;
  font-weight: normal;
}
article {
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}
.tresc {
  padding: 25px;
  font-size: 14px;
  line-height: 1.25em;
  text-align: justify;
  font-weight: 400;
  color: #222;
}
#author {
  min-height: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 11px;
  padding-left: 0px;
  opacity: 0.8;
  text-align: center;
  background-color: lightgray;
  color: #666;
  max-width: 900px;
  margin: 0 auto;
}

.photos {
  padding: 0px;
  text-align: left;
  letter-spacing: 4px;
}
.photos img {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
}
footer {
  margin: 0px auto 0px auto;
  max-width: 900px;
  color: #673413;
  padding-top: 0px;
  padding-bottom: 0px;
  transition-duration: 0.4s;
  background-color: #fff;
}
#foot {
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
}
footer a {
  color: #000;
  transition-duration: 0.4s;
}
footer #contact {
  background-position: right center;
  min-height: 40px;
  padding: 20px;
  text-align: center;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 1.35em;
  background-repeat: no-repeat;
}
footer #contact strong {
  font-weight: bold;
  font-size: 16px;
}
footer a:hover {
  color: rgb(80, 80, 80);
}
#author img {
  border-style: none;
}
#author img.counter {
  vertical-align: -30%;
}
footer img.counter:hover {
  opacity: 0.65;
}
#author a {
  color: #999;
}

.prod {
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  max-width: 935px;
  background-color: #fff;
  padding-left: 25px;
  padding-bottom: 15px;
}
.prod .item {
  float: left;
  text-align: center;
  width: 213px;
  height: 216px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 0px 0px 8px #dddddd;
  margin-right: 18px;
  margin-left: 0px;
  margin-bottom: 18px;
}
.prod .item a {
  color: #808080;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition-duration: 0.6s;
  line-height: 1em;
}
.prod .item a:hover {
  color: #9d701c;
  transition-duration: 0.6s;
}
.prod .item img {
  border-style: none;
  transition-duration: 0.6s;
  width: 213px;
  height: 156px;
}
.prod .item img:hover {
  transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transition-duration: 0.6s;
}
.clear {
  clear: both;
  height: 0px;
}
h2 img {
  border-style: none;
}
.large {
  font-size: 23px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -2px;
  word-spacing: 4px;
}

.floating {
  float: right;
  margin-left: 20px;
  margin-top: 25px;
  margin-right: 10px;
}
.floatingleft {
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 25px;
}

.google-maps {
  padding: 0px;
  margin: auto;
  max-width: 900px;
  height: 320px;
}
.google-maps iframe {
  border: 0;
  width: 100%;
  height: 320px;
}
.spacer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.mark2 {
  color: #9d701c;
}
.foto img {
  padding: 3px;
  background-color: #eee;
  border: 1px solid rgba(150, 150, 150, 0.35);
  margin: 5px;
  width: 260px;
  height: 260px;
}
.foto a {
  text-decoration: none;
}

.foto {
  padding: 30px 10px 30px 10px;
  text-align: center;
}
.foto img:hover {
  background-color: #ccc;
}
.bar {
  background-repeat: repeat-x;
  background-position: center top;
  height: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.box {
  width: 100%;
  background-repeat: repeat-x;
  background-position: center top;
}
.logo p {
  max-width: 1280px;
  margin: auto;
  z-index: 998;
  text-align: right;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.logo a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.logo a:hover {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.logo {
  background-position: center top;
  width: 100%;
  height: 45px;
  z-index: 999;
  margin-top: 0px;
  margin-left: 0px;
  text-align: center;
  z-index: 999;
  background-repeat: no-repeat;
  padding: 13px 0px;
}
#slideshow img {
  border: none;
}
.c1_2 {
  float: left;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.wht {
  background-color: rgba(255, 255, 255, 0.3);
}
.boxcontainer {
  width: 100%;
  padding: 0;
}
@media (max-width: 630px) {
  .floating {
    display: none;
  }
  .floatingleft {
    display: none;
  }
}

@media (max-width: 500px) {
  .topcontainer {
    position: relative;
  }
}

@media (max-width: 360px) {
  header {
    flex-direction: column;
  }
  nav {
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media (max-width: 319px) {
  .foto img {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    height: auto;
  }
}
.bgins2 {
  background-color: #fff;
}
.fotos {
  line-height: 0em;
}
.fotos img {
  width: 25%;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
