@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-ExtraboldItalic.eot');
    src: url('OpenSans-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-ExtraboldItalic.woff2') format('woff2'),
        url('OpenSans-ExtraboldItalic.woff') format('woff'),
        url('OpenSans-ExtraboldItalic.ttf') format('truetype'),
        url('OpenSans-ExtraboldItalic.svg#OpenSans-ExtraboldItalic') format('svg');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans.eot');
    src: url('OpenSans.eot?#iefix') format('embedded-opentype'),
        url('OpenSans.woff2') format('woff2'),
        url('OpenSans.woff') format('woff'),
        url('OpenSans.ttf') format('truetype'),
        url('OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.eot');
    src: url('OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-Bold.woff2') format('woff2'),
        url('OpenSans-Bold.woff') format('woff'),
        url('OpenSans-Bold.ttf') format('truetype'),
        url('OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Semibold.eot');
    src: url('OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-Semibold.woff2') format('woff2'),
        url('OpenSans-Semibold.woff') format('woff'),
        url('OpenSans-Semibold.ttf') format('truetype'),
        url('OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Italic.eot');
    src: url('OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-Italic.woff2') format('woff2'),
        url('OpenSans-Italic.woff') format('woff'),
        url('OpenSans-Italic.ttf') format('truetype'),
        url('OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Light.eot');
    src: url('OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-Light.woff2') format('woff2'),
        url('OpenSans-Light.woff') format('woff'),
        url('OpenSans-Light.ttf') format('truetype'),
        url('OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Extrabold.eot');
    src: url('OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-Extrabold.woff2') format('woff2'),
        url('OpenSans-Extrabold.woff') format('woff'),
        url('OpenSans-Extrabold.ttf') format('truetype'),
        url('OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSansLight-Italic.eot');
    src: url('OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'),
        url('OpenSansLight-Italic.woff2') format('woff2'),
        url('OpenSansLight-Italic.woff') format('woff'),
        url('OpenSansLight-Italic.ttf') format('truetype'),
        url('OpenSansLight-Italic.svg#OpenSansLight-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-BoldItalic.eot');
    src: url('OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-BoldItalic.woff2') format('woff2'),
        url('OpenSans-BoldItalic.woff') format('woff'),
        url('OpenSans-BoldItalic.ttf') format('truetype'),
        url('OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-SemiboldItalic.eot');
    src: url('OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('OpenSans-SemiboldItalic.woff2') format('woff2'),
        url('OpenSans-SemiboldItalic.woff') format('woff'),
        url('OpenSans-SemiboldItalic.ttf') format('truetype'),
        url('OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}

::selection {
	background: #06ACEB; /* WebKit/Blink Browsers */
}
::-moz-selection {
	background: #06ACEB; /* Gecko Browsers */
}

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	font-family: "Open Sans" !important;
	font-weight: normal !important;
	font-style: normal !important;
}
	
.next
{
	display: block;
	position: absolute;
	width: 100vw;
	text-align: center;
	margin: 0;
	padding: 0;
}
	
#more-arrows {
	width: 75px;
	height: 65px;
}
#more-arrows:hover polygon {
	fill: #06ACEB;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#more-arrows:hover polygon.arrow-bottom {
	-webkit-transform: translateY(-18px);
			transform: translateY(-18px);
}
#more-arrows:hover polygon.arrow-top {
	-webkit-transform: translateY(18px);
			transform: translateY(18px);
}

polygon {
	fill: #E2E0EC;
	-webkit-transition: all .2s ease-out;
			transition: all .2s ease-out;
}
polygon.arrow-middle {
  opacity: 0.75;
}
polygon.arrow-top {
  opacity: 0.5;
}

hr
{
	border: 1px solid #06ACEB;
}

nav
{
	position: fixed;
	top: 0;
	z-index: 2000;
	font-family: "Open Sans" !important;
	font-weight: bold !important;
	font-style: normal !important;
	background-color: #06ACEB !important;
}

h1,p {
	color: black !important;
}

nav ul
{
	list-style: none;
	float: right;
}

nav ul > li
{
	float: left;
}
	
nav a
{
	text-decoration: none;
}

nav button
{
	background-color: #06ACEB !important;
}

.nav-link
{
	color: white !important;
}
.navbar-brand,
.nav-link.active
{
	color: #E2E0EC !important;
}

.navbar-brand
{
	font-size: calc(2vh + 2vh);
	font-family: "Open Sans" !important;
	font-weight: bold !important;
	font-style: normal !important;
}

.block
{
	overflow: hidden;
}

.block:nth-child(even),
footer
{
	background-color: #E2E0EC;
	color: #ffffff;
}

.block > h1,
nav li > a
{
	font-family: "Open Sans" !important;
	font-weight: 800 !important;
	font-style: normal !important;
}

.nav-item > a
{
	transition: color 0.5s, border 0.5s;
}

.nav-item > a:hover
{
	color: #E2E0EC !important;
}

.row > div
{
	box-shadow: 0 0 7px black;
}

footer > h3
{
	margin: 0;
	width: 100%;
	text-align: center;
}

.kontakt_subblock i,
.kontakt_subblock a
{
	color: #06ACEB;
}

@media (min-width: 961px)
{
	body::-webkit-scrollbar
	{
		width: 15px;
	}

	body::-webkit-scrollbar-track
	{
		background: #222;
	}

	body::-webkit-scrollbar-thumb
	{
		background: #444; 
	}
	
	nav
	{
		width: 90%;
		padding: 0 5%;
	}
	
	nav button
	{
		display: none;
	}

	.nav-item
	{
		font-size: 1vw;
	}
	
	.navbar-collapse
	{
		width: 50%;
		float: right;
	}
	
	.header
	{
		z-index: 500;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 100vw;
		overflow: hidden;
		opacity: 1;
		transition: opacity 0.5s, top 0.5s;
	}
	
	.navbar-shrink > .header
	{
		opacity: 0;
		top: -100vh;
		z-index: -1;
	}
	
	.header-bg
	{
		width: 100%;
		min-height: 100vh;
		position: absolute;
		top: 0;
		//z-index: 500;
	}
	
	.next
	{
		bottom: 5vw;
	}
	
	#logo
	{
		position: fixed;
		width: 80%;
		left: 10%;
		top: -35%;
		margin: 0;
		z-index: 1050;
		transition: top 0.5s, left 0.5s, width 0.5s;
		font-size: 5rem;
	}
	
	.navbar-shrink > .container > a > #logo
	{
		display: none;
	}
	
	navbar .nav-item,
	navbar .nav-item > a
	{
		z-index: 1000;
		border-bottom: 0px solid #06ACEB;
	}
	
	.content
	{
		position: absolute;
		top: 34vh;
		width: 100%;
	}
	
	.block
	{
		padding: 10vh 15vw 5vh 15vw;
		width: 70wv;
		min-height: 100vh;
	}
	
	#oferta > h1
	{
		margin-top: 3vh;
	}
	
	.block > h1,
	.block > p
	{
		width: 100%;
		text-align: center;
	}
	
	.row
	{
		position: relative;
		width: 100%;
		height: calc(70vw / 3);
	}
	
	.row2
	{
		position: relative;
		width: calc(100% / 3 * 2);
		height: calc(70vw / 3);
		margin-left: calc(100% / 6);
	}
	
	.row > div
	{
		position: absolute;
		width: calc(85% / 3);
		height: 85%;
		margin: 2.5%;
		//border: 2px solid #06ACEB;
		box-sizing: border-box;
		overflow: hidden;
		z-index: 100;
		transition: width 0.15s;
	}
	
	.row2 > div
	{
		width: 45%;
	}
	
	.row > div > div
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		background-color: #06ACEB;
		transition: opacity 0.5s;
	}
	
	.row > div:hover > div
	{
		opacity: 0.6;
	}
	
	.row1 > div:hover
	{
		width: 50%;
		z-index: 150;
	}
	
	.row2 > div:hover
	{
		width: 75%;
		z-index: 150;
	}
	
	.row > div > img
	{
		height: 100%;
		position: absolute;
	}
	
	.row > div > h2
	{
		position: absolute;
		top: 70%;
		left: 0;
		width: 100%;
		text-align: center;
		color: white !important;
		transition: top 0.5s;
		text-shadow: 0 0 5px #000;
	}
	
	.row > div:hover > h2
	{
		top: 0;
	}
	
	.row > div > p
	{
		position: absolute;
		left: 15%;
		width: 70%;
		top: 110%;
		color: white !important;
		text-align: center;
		font-size: 2vh;
		transition: top 0.5s;
		text-shadow: 0 0 5px #000;
	}
	
	.row > div:hover > p
	{
		top: 25%;
	}
	
	.row > .lewy
	{
		left: 0;
	}
	
	.row > .centralny
	{
		left: calc((85% / 3) + 5%);
		transition: left 0.15s, width 0.15s;
	}
	
	.row > .centralny:hover
	{
		left: 22.5%;
	}
	
	.row > .prawy
	{
		right: 0;
	}
	
	.row > .lewy > img
	{
		left: 0;
	}
	
	.row > .centralny > img
	{
		left: 50%;
		transform: translateX(-50%);
	}
	
	.row > .prawy > img
	{
		right: 0;
	}
	
	#o_mnie1,#o_mnie2
	{
		float: left;
	}
	
	#o_mnie1
	{
		width: 100%;
		text-align: justify;
	}
	
	#o_mnie2
	{
		width: 30%;
		margin-left: 10%;
	}
	
	#o_mnie2 > img
	{
		width: 100%;
	}
	
	.kontakt_subblock
	{
		width: calc(100% / 3);
		box-sizing: border-box;
		text-align: center;
		float: left;
		margin: 1vh 0;
	}
	
	.kontakt_subblock i
	{
		font-size: 5vh;
		color: #06ACEB;
	}
	
	.kontakt_subblock a
	{
		text-decoration: none;
		color: #06ACEB;
		font-size: 1.6vh;
		font-family: "Open Sans" !important;
		font-weight: bold !important;
		font-style: normal !important;
	}

	footer
	{
		padding: 10vh 15vw 5vh 15vw;
		width: 70wv;
		height: 20vh;
	}
	
	#bottom_shortcut
	{
		display: none;
	}
}

@media (max-width: 960px)
{
	body::-webkit-scrollbar
	{
		width: 5px;
	}

	body::-webkit-scrollbar-track
	{
		background: #222;
	}

	body::-webkit-scrollbar-thumb
	{
		background: #444; 
	}
	
	nav
	{
		width: 90%;
		padding: 3% 5%;
	}
	
	nav button
	{
		display: block;
		float: right;
	}

	.nav-item
	{
		font-size: 3.5vh;
	}
	
	.navbar-collapse,
	.navbar-nav,
	.nav-item
	{
		width: 100%;
	}
	
	.navbar-collapse
	{
		overflow: hidden;
		transition: height 1s;
		height: 0;
	}
	
	.next
	{
		bottom: 15vw;
	}
	
	.navbar-collapse.show
	{
		height: auto;
	}
	
	.navbar-nav
	{
		margin-bottom: 0;
	}
	
	.nav-item
	{
		width: 100%;
		text-align: center;
		height: 5vh;
	}
	
	.header
	{
		//z-index: 1000;
		height: 100vh;
		width: 100vw;
		overflow: hidden;
		position: fixed;
		top: 0;
		right: 0;
		opacity: 1;
		transition: opacity 0.5s, top 0.5s;
	}
	
	.navbar-shrink > .header
	{
		top: -100vh;
		opacity: 0;
	}
	
	.header-bg
	{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		min-width: 100%;
		height: 100%;
	}
	
	#logo
	{
		width: 70vw;
		left: 15vw;
		top: calc(40vh - 30vw);
		position: absolute;
		z-index: 1050;
		opacity: 1;
		transition: top 2s, opacity 1s;
		font-size: 2rem;
	}
	
	.navbar-toggler
	{
		display: block;
		width: 22vw;
		height: 6vh;
		font-size: 2vh !important;
		padding: 0 !important;
		font-family: "Open Sans" !important;
		font-weight: bold !important;
		font-style: normal !important;
		border: 3px solid #06ACEB !important;
		border-radius: 1vw;
		z-index: 2000;
		transition: color 0.5s, background-color 0.5s;
	}
	
	.navbar-toggler:hover
	{
		color: #06ACEB !important;
		background-color: #212529 !important;
	}
	
	.navbar-shrink > .container > a > #logo
	{
		opacity: 0;
		top: -50vh;
		font-size: 2rem;
	}
	
	.content
	{
		position: absolute;
		margin: 0;
		width: 100%;
	}
	
	.block
	{
		padding: 2vh 15vw 2vh 15vw;
		width: 70wv;
		min-height: 100vh;
	}
	
	#oferta
	{
		margin-top: 50%;
	}
	
	.block > h1,
	.block > p
	{
		width: 100%;
		text-align: center;
	}
	
	.row
	{
		position: relative;
		width: 100%;
	}
	
	.row > div
	{
		position: relative;
		width: 100%;
		height: 70vw;
		margin: 5vw 0;
		//border: 2px solid #06ACEB;
		box-sizing: border-box;
		overflow: hidden;
		z-index: 100;
		transition: width 0.15s;
	}
	
	.row > div > img
	{
		height: 100%;
		position: absolute;
		left: calc((-85% / 3) + 5%);
	}
	
	.row > div > h2
	{
		position: absolute;
		top: 0;
		left: 2.5%;
		width: 95%;
		text-align: center;
		color: white;
		text-shadow: 0 0 5px #000;
	}
	
	.row > div > p
	{
		position: absolute;
		left: 15%;
		width: 70%;
		bottom: 5%;
		color: white;
		text-align: center;
		font-size: 2vh;
		text-shadow: 0 0 5px #000;
	}
	
	#o_mnie2 > img
	{
		width: 100%;
	}
	
	#galeria
	{
		min-height: auto;
	}
	
	#kontakt::before,
	#kontakt::after
	{
		display: block;
		height: 15vh;
		width: 100%;
		content: ' ';
	}
	
	.kontakt_subblock
	{
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		margin: 5vh 0;
	}
	
	.kontakt_subblock i
	{
		font-size: 8vh;
	}
	
	.kontakt_subblock a
	{
		text-decoration: none;
		font-size: 1.6vh;
		font-family: "Arial black";
	}

	footer
	{
		padding: 1vh 15vw;
		width: 70vw;
	}
	
	#bottom_shortcut
	{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		display: block;
		position: fixed;
		height: 10vh;
		width: 100vw;
		left: 0;
		bottom: -10vh;
		transition: bottom 0.5s;
		background-color: white;
		z-index: 200;
	}
	
	#bottom_shortcut.visible
	{
		bottom: 0 !important;
	}
	
	#bottom_shortcut > a,
	#bottom_shortcut > a > i
	{
		text-decoration: none;
		color: #ffffff;
	}
	
	#bottom_shortcut > a
	{
		box-sizing: border-box;
		display: block;
		float: left;
		text-align: center;
		border-radius: 1vw;
		border: 3px solid #06ACEB;
		margin: 2vw;
		padding: 2vw;
		width: calc(40vw / 3);
		height: calc(40vw / 3);
		font-size: 7vw;
		color: white;
		background-color: #06ACEB;
		transition: color 0.5s, background-color 0.5s;
	}
	
	#bottom_shortcut > a:hover,
	#bottom_shortcut > a > i:hover
	{
		color: white;
		background-color: #06ACEB;
	}
}
@media (min-width: 992px){
#mainNav.navbar-shrink {
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: white;
}
}