* {
  position: relative;
  box-sizing: border-box;  
  margin: 0;
  padding: 0;  
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-weight: normal;
}

body {
  color: #231f20;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  background: url(../img/background.jpg) left top repeat fixed;
}

body,
html {
  width: 100%;
  height: auto;
  min-height: 100%;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;  
}

a {
  cursor: pointer;
  text-decoration: none;  
}

a.fo {
  color: #cb6f03 !important;
  text-decoration: underline;
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
}

img.fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.scalewidth {
  width: 100%;
  height: auto;
  object-fit: scale-down;
}

img.scaleheight {
  width: auto;
  height: 100%;
  object-fit: scale-down;
}

*:focus {
  outline: none !important;
}

::placeholder {
  color: #3a4040;
  opacity: 0.5;
  font-style: italic;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #3a4040;
  opacity: 0.5;
  font-style: italic;
  font-weight: 300;
}

.flex {
  display: flex;
}

.col {
  flex-direction: column;
}

.hc {
  justify-content: center;
}

.hs {
  justify-content: flex-start;
}

.he {
  justify-content: flex-end;
}

.vc {
  align-items: center;
}

ul.unstyled,
ol.unstyled {
  list-style: none;  
}

/* -------------------------------------------------------------------------- */

.container {
  width: 100%;
  max-width: 100%;
}

.items {
  width: calc(100% + 20px);
  margin: 0 -10px;
  flex-wrap: wrap;
}

.items .entry {
  margin: 10px;
}

.items.col-2 .entry {
  width: calc((100% / 2) - 20px);  
}

.items.col-3 .entry {
  width: calc((100% / 3) - 20px);
}

.items.col-4 .entry {
  width: calc((100% / 4) - 20px);
}

/* -------------------------------------------------------------------------- */

@keyframes pulsate {
  0% { 
    opacity: 0.2;
  }
  50% { 
    opacity: 1.0;
  }
  100% { 
    opacity: 0.2;
  }
}

@media only screen
and (min-width : 1000px) {
  .ease:hover {
    opacity: 0.6;
  }
  .zoom:hover {
    transform: scale(1.1) rotate(1deg);
    -o-transform: scale(1.1) rotate(1deg);
    -ms-transform: scale(1.1) rotate(1deg);
    -moz-transform: scale(1.1) rotate(1deg);
    -webkit-transform: scale(1.1) rotate(1deg);
  }  
}

.transition {
  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;    
}

/* -------------------------------------------------------------------------- */

header {
  width: 100%;
  height: 240px;
  background: url(../img/black-wood-background.jpg) left top repeat-x;
}

#structure {
  width: 100%;
  height: 229px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#structure .center {
  
}

#structure .left,
#structure .right {
  background: url(../img/structure-rest.png) left center repeat-x;  
}

#structure .left {
  width: calc(((100% - 1288px) / 2) + 16px);
}

#structure .right {
  width: calc(((100% - 1288px) / 2) - 16px);
}

#structure .center .small {
  width: 226px;
  flex-grow: 0;
  flex-shrink: 0;
  background: url(../img/structure-small.png) center center no-repeat;
}

#structure .center .big {
  width: 1062px;
  flex-grow: 0;
  flex-shrink: 0;
  background: url(../img/structure-big.png) center center no-repeat;
}

#logo {
  position: absolute;
  bottom: 45px;
  width: 250px;
  margin-left: 93px;
}

nav {
  width: 100%;
  height: 55px;
  background: #4b1c08;
}

nav .wrapper {
  width: 1340px;
  margin: 0 auto;
  padding: 0 0 0 340px;  
}

nav a {
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}

nav .metric span {
  font-size: 8px;
  color: #ffffff;
  opacity: 0.2;
  bottom: -15px;
}

nav .metric {
  width: max-content;
  height: max-content; 
  border-bottom: #5b311f 2px solid;
  padding: 0 17px; 
  margin-top: -10px;
}

nav .metric::before,
nav .metric::after {
  bottom: -16px;
  width: 14px;
  height: 29px;
  background: url(../img/white-metric-closer.png) center center no-repeat;  
}

nav ul {
  height: 100%;
}

/* -------------------------------------------------------------------------- */

footer .wrapper {
  width: 1340px;
  margin: 0 auto;
  padding: 0 0 0 340px;  
}

#help::before,
#help::after {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  background: url(../img/brown-wood-line.jpg) center center repeat-x;
  position: absolute;
}

#help::before {
  top: -25px;
}

#help::after {
  bottom: -25px;
}

#help {
  width: 100%;
  height: auto;
  background: url(../img/black-wood-background.jpg) left top repeat;  
  padding: 30px 0;
  margin: 25px 0;
}

#help h3 {
  color: #cb6f03;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

#help p {
  color: #ffffff;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

#help .entry {
  padding: 0 30px;
}

#help a {
  color: #cb6f03;
  font-weight: 700;
}

#help a img {
  height: 60px;
  width: 60px;
  margin-bottom: 5px;
}

#impress {
  width: 100%;
  height: 75px;
}

#impress span,
#impress a {
  color: #231f20;
  font-size: 14px;
  font-weight: 600;
}

#impress a::before {
  content: '\2022';
  margin: 0 10px;
}

/* -------------------------------------------------------------------------- */

main {
  width: 1340px;
  margin: 0 auto;  
}

#ladder {
  width: 315px;
  height: 645px;
  background: url(../img/ladder.png) center center no-repeat;
  margin: -90px 25px 0 0;
  flex-shrink: 0;
}

#content {
  width: auto;
  max-width: 1000px;
  height: inherit;
  background: rgba(255,255,255,0.4);
  box-shadow: 0 0 8px rgba(76,33,20,0.69);
  flex-grow: 1;
  padding: 50px 50px 150px 50px;
}

h1 {
  color: #4b1c08;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  width: max-content;
  height: max-content; 
  border-bottom: #cb6f03 2px solid;
  margin: 0 auto 50px auto;
  padding: 0 40px 10px 40px;
}

.metric::before,
.metric::after {
  content: '';
  position: absolute;
}

h1.metric::before,
h1.metric::after {
  bottom: -22px;
  width: 21px;
  height: 43px;
  background: url(../img/orange-metric-closer.png) center center no-repeat;  
}  

.metric::before {
  left: 0;
}

.metric::after {
  right: 0;
}

h1 span {
  font-size: 10px;
  color: #cb6f03;
}

.metric span {
  position: absolute;
  font-style: italic;
  bottom: -20px;
}

p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin: 15px 0;
}

p.price-warning {
  background: #4b1c08;
  color: #ffffff;
  padding: 20px 20px 20px 70px;
}

p.price-warning i {
  position: absolute;
  font-size: 80px;
  top: 20px;
  left: 20px;
}

p a {
  color: #231f20;
}

p strong {
  font-weight: 400;
}

p strong.bold {
  font-weight: 700;
}

.sign {
  display: block;
  margin-top: 10px;
}

table {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0 auto;
}

table th,
table td {
  text-align: center;
  padding: 8px 10px;
}

table th {
  background: #cb6f03;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 600;
}

table td {
  background: rgba(255,255,255,0.7);
  font-size: 20px;
  font-weight: 600;
}

table td:first-child {
  color: #cb6f03;
  font-style: italic;
  font-weight: 400;
}

.contact-wrapper {
  margin-top: 30px;
}

.contact-wrapper .image {
  width: 50%;
  height: auto;
  overflow: hidden;
  margin-right: 50px;
  box-shadow: 0 0 8px rgba(76,33,20,0.69);
  flex-grow: 0;
  flex-shrink: 0;
}

.contact-wrapper .info h2 {
  text-align: center;
  color: #4b1c08;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-wrapper .info p {
  text-align: center;
  color: #4b1c08;
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0;
}

.contact-wrapper .info a {
  color: #4b1c08;
}

.contact-wrapper .solyom {
  margin-top: auto;
}

.contact-wrapper .solyom h2 {
  color: #cb6f03;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

.contact-wrapper .solyom a {
  color: #cb6f03;
  font-size: 16px;
}

.gallery-wrapper .entry {
  overflow: hidden;
  box-shadow: 0 0 8px rgba(76,33,20,0.69);
}

.fancybox-navigation {
  height: 100%;
}

.moreGallery {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
  color: #4b1c08;
}

.moreGallery i {
  font-size: 24px;
  margin-bottom: 5px;
}

.progress {
  margin: 30px 0;
  max-width: 100%;
}

.progress h2 {
  font-size: 14px;
  font-weight: 400;
  color: #4b1c08;
}

.progress h2 span {
  width: 40px;
  height: 40px;
  background: url(../img/count.png) center center no-repeat;
  flex-shrink: 0;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 700;
  padding-top: 2px;
}

.owl-carousel {
  margin-top: 15px;
}

.owl-carousel .item {
  overflow: hidden;
  box-shadow: 0 0 8px rgba(76,33,20,0.69);
}

.owl-carousel .owl-stage-outer {
  padding: 10px;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.owl-nav {
  position: absolute;
  left: 0;
  top: calc(50% - 55px);
  width: 100%;
}

.owl-prev,
.owl-next {
  position: absolute;
}

.owl-prev {
  left: -35px;
}

.owl-next {
  right: -35px;
}

.owl-prev span,
.owl-next span {
  font-size: 70px;
  color: #4b1c08;
}

.owl-prev.disabled span,
.owl-next.disabled span {
  opacity: 0.3;
}

.notfound i {
  position: absolute;
  z-index: -1;
  opacity: 0.15;
  font-size: 300px;
}

.notfound p {
  margin: 0;
  text-align: center;
}

.notfound p a {
  color: #cb6f03;
  font-weight: 600;
}

.machine-wrapper .entry a {
  overflow: hidden;
  box-shadow: 0 0 8px rgba(76,33,20,0.69);
}

.machine-wrapper .entry h2 {
  color: #cb6f03;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0 5px 0;
}

.machine-wrapper .entry p {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 15px 0;
  font-style: italic;
}

/* -------------------------------------------------------------------------- */

#cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #cb6f03;
  padding: 20px;
  width: 100%;
  height: auto;
  z-index: 10000;
  color: #ffffff;
}

#cookie a:not(.closer) {
  color: #ffffff;
  text-decoration: underline;
  margin-left: 10px;
}

#cookie a.closer {
  position: absolute;
  right: 20px;
  font-size: 30px;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1b1718 url(../img/black-wood-background.jpg) left top repeat;
  z-index: 100000;
}

#preloader .hammer {
  height: 200px;
}

#preloader .hammer img {
  width: auto;
  height: 100%;
}

#preloader .hammer.hit {
  transform: rotate(45deg);
}

#preloader .nails {
  height: 100px;
  width: 100%;
  overflow: hidden;
  margin-top: -35px;
}

#preloader .nails .nail {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -130px;  
}

#preloader .nails .nail.hidden {
  opacity: 0;
}

#preloader .nails .nail.hitted {
  bottom: -80px;
}

#preloader .nails .nail.view {
  right: -5px;
}

#tamogatas-2025 {
  background: #cb6f03 url(../img/icon-more.png) right 30px center no-repeat;
  padding: 20px 110px 20px 30px;
}

#tamogatas-2025 h2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}

#tamogatas-2025 h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin-top: 5px;
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite; 
  animation: pulsate 3s ease-out;
  animation-iteration-count: infinite;    
}