.layer-softdark{
	background: #38250a2e !important;
}

.parallax-window {
   	min-height: 600px;
    background: transparent;
}

.parallax-window-elerhetoseg {
   	min-height: 400px;
    background: transparent;
}

.header-center{
	margin: 200px 0px 0px 0px !important;
}

.menu{
	background: #fff;
}

/* inkonok */

.fa-door-open{
	color: #765c40;
}

.fa-ruler-combined{
	color: #ffc107;
}

.fa-temperature-low{
	color: #00b8ff;
}

.fa-fire{
	color: #f74c18;
}

.fa-paper-plane{
	color: #fffcf3;
}

/* Galéria */
.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}