.wrap {
	width: 100%;
	position: relative;
	box-sizing: border-box;	
	padding: 200px 300px;
}

.fc-color {color: #00C2B5}
.fc-white, .fc-white a {color: white}

.bc-dark {
	background-color: #3D3D3D;
	color: white;
}
.bc-dark p, .bc-dark h3 {color: white}

.bc-light {background-color: #F0F0F0}

a.hover-opacity, .hover-opacity a {transition: opacity 0.25s}
a.hover-opacity:hover, .hover-opacity a:hover {opacity: 0.6}

a.dark-to-color, .dark-to-color a {transition: color 0.25s}
a.dark-to-color:hover, .dark-to-color a:hover {color: #00C2B5}

a.color-to-dark, .color-to-dark a{
	transition: color 0.25s;
	color: #00C2B5;
}
a.color-to-dark:hover, .color-to-dark a:hover {color: #3D3D3D}

.white-to-color a {
	color: white;
	transition: color 0.25s;
}
.white-to-color a:hover {color: #00C2B5}

.nowrap {white-space: nowrap}

strong {font-weight: 500}

h1 {
	font-size: 50px;
	line-height: 56px;
	font-weight: 700;
}

h1 em {
	font-family: "Playfair Display", serif;
	font-weight: 900;
	color: #00C2B5;
	font-style: italic;
}

h2 {
	font-size: 38px;
	line-height: 48px;
	font-weight: 700;
	margin-bottom: 60px;
}

h2 em {
	font-family: "Playfair Display", serif;
	font-weight: 900;
	color: #00C2B5;
	font-style: italic;
}

h3 {
	font-size: 29px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 30px;
}

h4 {
	font-weight: 500;
	margin-bottom: 15px;
	color: #00C2B5;
	font-style: italic;
}

.link-more {
	display: table;
	font-weight: 700;
	word-spacing: 2px;
	letter-spacing: 2px;
	margin-top: 30px;
	transition: color 0.25s;
}
.link-more:hover {color: #00C2B5}

#fast-contact {
	position: absolute;
	top: 50px;
	right: 100px;
	z-index: 10;
	display: none !important;
}

#fast-contact a {
	font-weight: 500;
	display: inline-block;
	margin-left: 35px;
}

#fast-contact a img {
	position: relative;
	top: 3px;
	display: inline-block;
	height: 20px;
	margin-right: 2px;
}

#hamburger {
	display: block;
	width: 50px;
	height: 50px;
	top: 75px;
	left: 75px;
	position: fixed;
	z-index: 110;
}

#hamburger span {
	display: table;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00C2B5;
	position: absolute;
	margin: auto;
	transition: all 0.25s;
}

#hamburger span:nth-of-type(1) {
	top: 0;
	left: 0;
}
#hamburger span:nth-of-type(2) {
	top: 0;
	left: 0;
	right: 0;
}
#hamburger span:nth-of-type(3) {
	top: 0;
	right: 0;
}
#hamburger span:nth-of-type(4) {
	top: 0;
	bottom: 0;
	left: 0;
}
#hamburger span:nth-of-type(5) {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#hamburger span:nth-of-type(6) {
	top: 0;
	bottom: 0;
	right: 0;
}
#hamburger span:nth-of-type(7) {
	bottom: 0;
	left: 0;
}
#hamburger span:nth-of-type(8) {
	bottom: 0;
	left: 0;
	right: 0;
}
#hamburger span:nth-of-type(9) {
	bottom: 0;
	right: 0;
}

#hamburger:hover span:nth-of-type(1), #hamburger:hover span:nth-of-type(2), #hamburger:hover span:nth-of-type(3) {top: 21px}
#hamburger:hover span:nth-of-type(7), #hamburger:hover span:nth-of-type(8), #hamburger:hover span:nth-of-type(9) {bottom: 21px}

#hamburger.clicked span:nth-of-type(2), #hamburger.clicked span:nth-of-type(4), #hamburger.clicked span:nth-of-type(6), #hamburger.clicked span:nth-of-type(8) {display: none}

#socials {
	position: fixed;
	bottom: 70px;
	left: 90px;
	z-index: 110;
	width: 20px;
}

#socials > img {
	display: block;
	height: 250px;
	position: relative;
	margin: 0 auto 30px;	
}

#socials a {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

#socials a img {
	display: block;
	width: 100%
}

#menu {
	width: 0;
    height: calc(var(--vh, 1vh) * 100);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}

#menu a.active {color: #00C2B5 !important}

#menu > nav {
	width: 100vw;
    height: 100%;
	box-sizing: border-box;
	padding: 20vh 10vw;
    background-image: url(../img/menu-bg.jpg);
    background-position: center;
    background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}

#menu-line {
    display: block;
    width: 1px;
    height: calc(var(--vh, 1vh) * 100 - 175px);
    background: white;
    position: absolute;
    top: 75px;
    left: 30%;
}

#menu-fast-contact {
	position: absolute;
	top: 50px;
	right: 100px;
	display: none !important;
}

#menu-fast-contact a {
	font-weight: 500;
	display: inline-block;
	margin-left: 35px;
}

#menu-fast-contact a img {
	position: relative;
	top: 3px;
	display: inline-block;
	height: 20px;
	margin-right: 2px;
}

#menu-links {
	list-style: none;
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	width: 25%;
	box-sizing: border-box;
	padding-left: 5vw;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	position: relative;
}

#menu-links li {width: 100%}

#menu-specjalizacje {
	list-style: none;
	font-weight: 500;
	width: 30%;
	box-sizing: border-box;
	padding-left: 100px;
	display: flex;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	position: relative;
}

#menu-specjalizacje li {width: 100%}

#menu-contact {
	width: 30%;
	box-sizing: border-box;
	padding-left: 100px;
	position: relative;
}

#menu-contact > div {
	width: 100%;
	margin-bottom: 75px;
}

#menu-contact ul {list-style: none}

#menu-contact li {position: relative}

#menu-contact img {
	display: block;
	height: 20px;
	position: absolute;
	top: 4px;
	left: -30px;
}

#menu-logo {
	width: 15%;
	box-sizing: border-box;
	padding-left: 50px;
}

#menu-logo img {
	display: block;
	width: 200px;
}

#menu-socials {display: none}

#footer {
	padding-top: 75px;
	padding-bottom: 50px;
	background-image: url(../img/footer-bg.jpg);
	background-size: cover;
	background-position: center;
}

#footer > img {
	display: block;
	width: 350px;
	position: relative;
	margin: 0 auto 75px;
}

#copyright {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
}

#scroll-top {
	position: fixed;
	z-index: 99;
	bottom: 75px;
	right: 75px;
	width: 75px;
	height: 75px;
	border: 1px solid #00B5A9;
	overflow: hidden;
	display: none;
}

#scroll-top img {
	position: absolute;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	transition: top 0.5s;
}

#scroll-top:hover img {top: -100%}



/*GRID: 1920px */
@media all and (max-width: 1920px) {

.wrap {padding: 150px 250px}

h1 {
	font-size: 42px;
	line-height: 46px;
}

h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 50px;
}

h3 {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 25px;
}

h4 {margin-bottom: 15px}

.link-more {margin-top: 25px}

#hamburger {
	width: 40px;
	height: 40px;
	top: 50px;
	left: 55px;
}

#hamburger span {
	width: 6px;
	height: 6px;
}

#hamburger:hover span:nth-of-type(1), #hamburger:hover span:nth-of-type(2), #hamburger:hover span:nth-of-type(3) {top: 17px}
#hamburger:hover span:nth-of-type(7), #hamburger:hover span:nth-of-type(8), #hamburger:hover span:nth-of-type(9) {bottom: 17px}


#socials {
	bottom: 50px;
	left: 68px;
	width: 15px;
}

#socials > img {
	height: 200px;
	margin: 0 auto 25px;	
}

#socials a {margin-bottom: 25px}


#menu-line {
    height: calc(var(--vh, 1vh) * 100 - 125px);
    top: 50px;
    left: 30%;
}

#menu-fast-contact {
	top: 50px;
	right: 100px;
}

#menu-fast-contact a {margin-left: 35px}

#menu-fast-contact a img {
	top: 3px;
	height: 20px;
	margin-right: 2px;
}

#menu-links {
	font-size: 26px;
	line-height: 34px;
}


#menu-specjalizacje {padding-left: 50px}


#menu-contact {padding-left: 50px}

#menu-contact > div {margin-bottom: 50px}


#menu-contact img {
	height: 20px;
	top: 4px;
	left: -30px;
}

#menu-logo {
	width: 15%;
	padding-left: 50px;
}

#menu-logo img {width: 175px}

#footer {
	padding-top: 50px;
	padding-bottom: 25px;
}

#footer > img {
	width: 300px;
	margin: 0 auto 50px;
}

#copyright {
	font-size: 13px;
	line-height: 14px;
}

#scroll-top {
	bottom: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
}

}




/*GRID: 1440px */
@media all and (max-width: 1440px) {

.wrap {padding: 100px 150px}

#menu-logo img {width: 125px}

}



/*GRID: 1280px */
@media all and (max-width: 1280px) {

.wrap {padding: 100px}

h1 {
	font-size: 36px;
	line-height: 42px;
}

h2 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 30px;
}

h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

h4 {margin-bottom: 10px}

#hamburger {
	left: 30px;
	top: 25px;
}

#menu-line {
    height: calc(var(--vh, 1vh) * 100 - 75px);
	top: 25px;
    left: 38%;
}

#menu-fast-contact {
	top: 25px;
	right: 50px;
}

#menu-contact {display: none}

#menu-links {width: 35%}

#menu-specjalizacje {width: 40%}

#menu-logo {width: 25%}

#menu-logo img {width: 150px}

#socials {
    bottom: 25px;
    left: 43px;
}

#fast-contact {
	top: 25px;
	right: 50px;
}

#footer > img {width: 250px}

}



/*GRID: 1024px */
@media all and (max-width: 1024px) {
	
a.hover-opacity:hover, .hover-opacity a:hover {opacity: 1}
a.dark-to-color:hover, .dark-to-color a:hover {color: #3D3D3D}
a.color-to-dark:hover, .color-to-dark a:hover {color: #00C2B5}
.white-to-color a:hover {color: white}	
.link-more:hover {color: #3D3D3D}
#scroll-top:hover img {top: 0}
#hamburger:hover span:nth-of-type(1), #hamburger:hover span:nth-of-type(2), #hamburger:hover span:nth-of-type(3) {top: 0}
#hamburger:hover span:nth-of-type(7), #hamburger:hover span:nth-of-type(8), #hamburger:hover span:nth-of-type(9) {bottom: 0}
	
	
.wrap {padding: 75px}

#hamburger {left: 18px}

#socials {
	left: 30px;
	bottom: 0;
}

#scroll-top {
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
	
}

#copyright {
	display: block;
	text-align: center;
}

}



/*GRID: 768px */
@media all and (max-width: 768px) {
	
#menu > nav {
	flex-wrap: wrap;
	padding: 75px;
	align-content: center;
}	
	
#menu-line {display: none}

#menu-logo {display: none}

#menu-links {
	padding-left: 0;
	width: 100%;
	padding-bottom: 50px;
	border-bottom: 1px solid white;
	display: flex;
	flex-wrap: wrap;
	left: 0 !important;
}

#menu-links li {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 0;
}
#menu-links li:nth-of-type(2n+1) {padding-right: 50px}

#menu-specjalizacje {
	width: 100%;
	padding-top: 50px;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	left: 0 !important;
}

#menu-specjalizacje li {
	width: 50%;
	box-sizing: border-box;
	padding: 5px 0;
}
#menu-specjalizacje li:nth-of-type(2n+1) {padding-right: 50px}

body.body-horizontal #socials {display: none}

body.body-horizontal #menu-specjalizacje {display: none}

body.body-horizontal #menu-links {border-bottom: none}
	
}



/*GRID: 568px */
@media all and (max-width: 568px) {
	
.wrap {padding: 50px}

h1 {
	font-size: 30px;
	line-height: 36px;
}

h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 25px;
}

h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

h4 {margin-bottom: 5px}	

.link-more {margin-top: 15px}

#menu > nav {padding: 0 50px}

#menu-links {
    font-size: 20px;
    line-height: 24px;
}	

#menu-fast-contact a {
	display: table;
	position: relative;
	margin: 0 0 0 auto;
}	

#menu-socials {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 25px;
	text-align: center;
}

#menu-socials a {
    display: inline-block;
    width: 15px;
    margin: 15px 10px 0;
}

#menu-socials a img {
	display: block;
	width: 100%;
}



	
#socials {display: none}

#fast-contact a {
	display: table;
	position: relative;
	margin: 0 0 0 auto;
}
	
}



/*GRID: 440px */
@media all and (max-width: 440px) {
	
.wrap {padding: 50px 25px}

#menu-links {
	border-bottom: none;
	padding-bottom: 0;
	display: flex;
	text-align: center;
}

#menu-links li {
	width: 100%;
	padding: 2vh 0 !important;
}

#menu-specjalizacje {display: none}

#fast-contact {right: 25px}

#footer > img {width: 200px}

}