.gallery-container {
	display: -ms-grid;
	display: grid;
	grid-gap: 20px;
	/* position: relative; */
	z-index: 30;
	padding: 0;
	-ms-grid-columns: (minmax(250px,1fr)) [auto-fill];
	grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
	grid-auto-rows: 250px;
	grid-auto-flow: dense;
}

@media only screen and (max-width: 600px) {
  .gallery-container {
    display: block;
  }
  .gallery__box {
    margin-bottom: 20px;
  }
  .gallery__box--main {
    height: 220px;
  }
}



.gallery__box--main {
	-ms-grid-column: span 1;
	grid-column: span 1;
	-ms-grid-row: span 2;
	grid-row: span 2;
}

.gallery_items {
	transition: opacity ease-in-out .2s,visibility ease-in-out .2s;
}

.gallery_h {
	display: block;
	width: 100%;
	height: 100%;
}

.site-gallery__holder--main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #bca573;
}

.site-gallery__holder {
	width: 100%;
	height: 100%;
}
.site-gallery__title {
	color: #000;
	font-family: freight-big-pro,serif;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: .08571em;
	text-transform: uppercase;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	-webkit-text-orientation: upright;
}

.gallery__box--main + .gallery__box {
	-ms-grid-column: span 2;
	grid-column: span 2;
	-ms-grid-row: span 2;
	grid-row: span 2;
}

.gallery_h {
	display: block;
	width: 100%;
	height: 100%;
}

.c-img-hovered {
	position: relative;
}


.cvr-pic {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.cvr-pic__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.c-img-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.35);
	opacity: 0;
	transition: opacity .2s ease;
}
.c-img-hover .icon-hld {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 49px;
	height: 49px;
	margin-top: -24px;
	margin-left: -24px;
}
[class*=" icon-"], [class^="icon-"] {
	speak: none;
	font-family: icomoon;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	font-display: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.c-img-hover .plus-icon::after {
	top: 10px;
	left: -9px;
	width: 40px;
	height: 2px;
}.c-img-hover .plus-icon::after, .c-img-hover .plus-icon::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
}
.c-img-hover .plus-icon::before {
	top: -9px;
	left: 10px;
	width: 2px;
	height: 40px;
}
.c-img-hover .plus-icon {
	position: relative;
	width: 23px;
	height: 23px;
	margin-top: 13px;
	margin-left: 13px;
	border-radius: 50%;
	transform: scale3d(.1,.1,1);
	transition: transform .4s ease-out;
}

::selection {
	background-color: rgba(188,165,115,.4);
}

.gallery__box:not(.gallery__box--main):nth-of-type(3n) {
	-ms-grid-column: span 2;
	grid-column: span 2;
}
.gallery__box--main + .gallery__box {
	-ms-grid-column: span 2;
	grid-column: span 2;
	-ms-grid-row: span 2;
	grid-row: span 2;
}
.c-img-hovered:hover .c-img-hover {
	opacity: 1;
}

.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
  }

  
  /* Animation */
  
  .parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }

  

  .pucha {
	position: absolute;
	z-index: 100;
    bottom: 0px;
    left: 0px;
    height: 500px;
	background: blue;
	width: 100%;
}

.hamburger {
    transition-duration: 0.5s;
  }
  .hamburger .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 30px;
    top: 15px;
    background-color: #212121;
    left: 0px;
  }
  .hamburger .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 22px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: -13px;
  }
  .hamburger .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 22px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: 13px;
  }
  .hamburger .icon-left:hover {
    cursor: pointer;
  }
  .hamburger .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 22px;
    top: 15px;
    background-color: #212121;
    left: 30px;
  }
  .hamburger .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 22px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: -13px;
  }
  .hamburger .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 22px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: 13px;
  }
  .hamburger.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
  }
  .hamburger.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
  }
  .hamburger.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
  }
  .hamburger.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
  }
  .hamburger.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
  }
  .hamburger.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
  }
  .hamburger:hover {
    cursor: pointer;
  }


  /*maly hamburger*/
  .hamburger-small {
    transition-duration: 0.5s;
  }
  .hamburger-small .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 18px;
    top: 30px;
    background-color: #212121;
  }
  .hamburger-small .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #212121;
    content: "";
    top: -10px;
  }
  .hamburger-small .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #212121;
    content: "";
    top: 10px;
  }
  .hamburger-small .icon-left:hover {
    cursor: pointer;
  }
  .hamburger-small .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 18px;
    top: 30px;
    background-color: #212121;
    left: 15px;
  }
  .hamburger-small .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #212121;
    content: "";
    top: -10px;
  }
  .hamburger-small .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #212121;
    content: "";
    top: 10px;
  }
  .hamburger-small.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
  }
  .hamburger-small.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
  }
  .hamburger-small.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
  }
  .hamburger-small.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
  }
  .hamburger-small.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
  }
  .hamburger-small.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
  }
  .hamburger-small:hover {
    cursor: pointer;
  }

  .home .hamburger-small .icon-left,
  .home .hamburger-small .icon-right,
  .home .hamburger-small .icon-left:before, 
  .home .hamburger-small .icon-left:after,
  .home .hamburger-small .icon-right:before ,
  .home .hamburger-small .icon-right:after 
  { 
    background-color: #fff;
  }

  .home .scroll_menu .ham6 .line {
    stroke: #223338;
  }
  .tox-notification {
    display: none;
  }
