.home-link {
	position: fixed;
	z-index: 2;
	top: 50px;
	left: 100px;
	width: 400px;
}
.page-template-podstrona-portfolio .home-link, .single .home-link, .error404 .home-link {
	position: absolute;
	z-index: 4;
}

.home-link img {
	display: block;
	width: 100%;
}
.home-link img:last-of-type {display: none}
body.single-post .home-link img:first-of-type {display: none}
body.single-post .home-link img:last-of-type {display: block}

#home-lang {
	position: fixed;
	z-index: 2;
	top: 50px;
	right: 180px;
	font-size: 18px;
	color: white;
}
#home-lang a {
	color: white;
	transition: color 0.15s;
}
#home-lang a:hover {color: #E30048}
#home-lang a.active {color: #E30048 !important}

#hamburger {
	display: block;
	width: 40px;
	height: 30px;
	position: fixed;
	z-index: 110;
	top: 60px;
	right: 100px;
}

#hamburger span {
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	background: #E30048;
	right: 0;
	margin: auto;
	transition: all 0.25s;
}
#hamburger span:nth-of-type(1) {top: 0}
#hamburger span:nth-of-type(2) {
	top: 0;
	bottom: 0;
}
#hamburger span:nth-of-type(3) {
	bottom: 0;
	width: 70%;
}

#hamburger:hover span:nth-of-type(3) {width: 100%}

#hamburger.clicked span:nth-of-type(1) {
	bottom: 0;
	transform: rotate(45deg);
}
#hamburger.clicked span:nth-of-type(2) {display: none}
#hamburger.clicked span:nth-of-type(3) {
	top: 0;
	transform: rotate(-45deg);
	width: 100% !important;
}

#menu {
	display: block;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	box-sizing: border-box;
	padding: 100px 100px 50px;
	align-items: center;
	display: none;
	opacity: 0;
}

#menu-iwrap {
	position: relative;
	width: 100%;
}

#menu-links ul {
	list-style: none;
	text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: 400;
    color: #191919;
    letter-spacing: 2px;
    word-spacing: 1px;
} 

#menu-links li {padding: 0.75vh 0}

#menu-links li em {
	position: relative;
    top: -20px;
    display: inline-block;
	color: white;
    width: 30px;
    border-bottom: 3px solid #FF0051;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    padding-bottom: 6px;
	margin-right: 10px;	
}

#menu-lang {
	position: absolute;
	top: 0;
	right: 0;
	color: #9C9C9C;
}
#menu-lang a {
	color: #9C9C9C;
	transition: color 0.15s;
}
#menu-lang a:hover {color: white}
#menu-lang a.active {color: white !important}

#menu-socials {
	position: absolute;
	top: 60px;
	right: 0;
}

#menu-socials a {
	display: inline-block;
	margin-left: 5px;
}

#menu-socials a img {
	display: block;
	width: 30px;
}

#menu-contact {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}




/* GRID: 1440px */
@media all and (max-width: 1440px) {
	
.home-link {
	top: 30px;
	left: 50px;
	width: 350px;
}

#home-lang {
	top: 30px;
	right: 120px;
}
	
#hamburger {
	top: 40px;
	right: 50px;
}	

#menu {padding: 90px 50px 50px}

#menu-links ul {
    font-size: 36px;
    line-height: 36px;
} 

#menu-links li em {
    top: -15px;
    width: 26px;
    border-bottom: 2px solid #FF0051;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 4px;
	margin-right: 8px;	
}
	
}


/* GRID: 1280px */
@media all and (max-width: 1280px) {
	
#menu-links ul {
    font-size: 32px;
    line-height: 32px;
} 

#menu-links li em {
    top: -15px;
    width: 20px;
    font-size: 12px;
    line-height: 12px;	
}	

#menu-socials a img {width: 25px}
	
}


/* GRID: 1024px */
@media all and (max-width: 1024px) {
	
.home-link {
    top: 20px;
    left: 20px;
    width: 250px;
}	

#home-lang {
	top: 10px;
	right: 70px;
	font-size: 16px;
}

#hamburger {
    width: 30px;
    height: 24px;
    top: 20px;
    right: 10px;
}	

#menu {padding: 50px 100px 20px}

#menu-lang {
    right: auto;
	left: 0;
}

#menu-links ul {
	padding-top: 70px;
    font-size: 26px;
    line-height: 26px;
}

#menu-links li {padding: 1vh 0}

#menu-links li em {
    top: -15px;
    width: 20px;
    font-size: 11px;
    line-height: 11px;	
	margin-right: 6px;
}

#menu-contact {display: none !important}

#menu-socials {
    position: relative;
    margin-top: 30px;
	text-align: left;
}

#menu-socials a {
	margin-left: 0;
	margin-right: 10px;
}
	
}


/* GRID: 768px */
@media all and (max-width: 768px) {
	
#hamburger span:nth-of-type(3) {width: 70% !important}	

#home-lang a:hover {color: white}

#menu-lang a:hover {color: #9C9C9C}

body.body-horizontal #menu {padding: 50px 50px 10px}

body.body-horizontal #menu-lang {top: -40px}

body.body-horizontal #menu-links ul {
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

body.body-horizontal #menu-links li {width: 50%}

body.body-horizontal #menu-socials {
	margin-top: 0;
	top: 30px;
}
	
}


/* GRID: 568px */
@media all and (max-width: 568px) {
	
#menu {padding: 60px 60px 20px}	

#home-lang {
	top: 22px;
	right: 60px;
	font-size: 15px;
}

#menu-lang {top: -40px}

#menu-links ul {
    font-size: 22px;
    line-height: 22px;
	padding-top: 20px;
}

#menu-links li em {
    top: -10px;
    width: 20px;
    font-size: 11px;
    line-height: 11px;	
	margin-right: 6px;
}

#menu-socials a img {width: 22px}
	
}


/* GRID: 440px */
@media all and (max-width: 440px) {
	
.home-link {
    top: 10px;
    left: 10px;
    width: 170px;
}	

#home-lang {
	top: 8px;
	right: 50px;
	font-size: 14px;
}
	
#hamburger {
    width: 26px;
    height: 20px;
    top: 10px;
    right: 10px;
}	

#hamburger span {height: 4px}

#menu {padding: 60px 40px 20px}	
	
}