* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
    min-width: 100%;
	height: 100%;
    overflow-y: scroll;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #333;
	font: normal 22px/28px Tahoma, sans-serif;
	overflow-x: hidden;
	background: #fff;
}

#header {
	display: flex;
	height: 50px;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
    background: #00206B;
}
#header .wasko {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	max-width: 1200px;
	padding: 0 2%;
	margin: auto;
}

a.logo {
	width: 200px;
	height: 50px;
	border: 0;
	display: block;
	transition: all 1s ease 0s;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
}
.logo img {
	transition: all 1s ease 0s;
}
nav {
	height: 50px;
}
nav ul {
	list-style: none;
}
nav li {
	display: inline-block;
	padding-left: 0;
    position: relative;
}
nav a {
	display: inline-block;
	height: 50px;
	margin: 0 .5em;
	color: #fff;
	border-top: 5px solid #00206B;
    border-bottom: 0;
	font-size: 17px;
	line-height: 40px;
	transition: color 1s linear;
}
nav a:hover,
.ta > a {
    border-bottom: 0;
	transition: all 1s ease 0s;
	color: #FCA800;
}


nav li:last-child a {
	margin-right: 0;
}





img {
	max-width: 100%;
	display: block;
}
.mar50-0,
.mar50auto {
    margin: 50px auto;
}
h1,
h2,
h3,
h4 {
    margin: 100px 0 50px;
    position: relative;
    line-height: normal;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 50px;
}
h2 {
    font-size: 160%;
}
h3,
h4 {
    font-size: 140%;
}
strong {font-weight: bold}
a {
	color: #00206B;
	text-decoration: none;
	border-bottom: 1px dashed #00206B;
	-webkit-transition: .6s linear;
	-moz-transition: .6s linear;
	-o-transition: .6s linear;
	transition: .6s linear;
}
a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

.tresc p {
	display: block;
	margin: 0 auto 25px;
	max-width: 800px;
}
p:last-child {margin-bottom:0}

.srodek {text-align: center;}

.przycisk {
	display: flex;
	border: 0;
	background: #00206B;
	color: #fff;
	margin: 50px auto 0;
	line-height: 80px;
	justify-content: space-between;
	align-items: center;
	width: 215px;
	padding: 0 20px;
}
.przycisk i {
	font-size: 34px;
}
.przycisk:hover {
	border: 0;
	color: #FCA800;
}


article ul {
	list-style: square;
	display: block;
	margin: 0 auto 25px;
	max-width: 800px;
    padding-left: 50px;
}
article li {
	padding: 10px 0;
}
/* navi */

.navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 50px auto;
}
.navi a {
	padding: 20px 0;
	border: 0;
	display: flex;
	align-items: center;
	text-shadow: 0 0 10px #000;
}
.navi a.d {
	margin-left: auto;
}
.navi i {
	font-size: 50px;
}
.navi a:hover {
    color: #fff;
}



/* STARTOWA */

section {
	width: 100vw;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    padding: 0 10px;
}
article {
	background: #fff;
	padding: 50px 10px 0;
	max-width: 1200px;
	margin: 0 auto;
}
.intro {
	padding: 0;
	position: relative;
	z-index: 5;
    width: 100%;
    max-width: 900px;
}


.s1 {
	color: #fff;
	min-height: 100vh;
	background: #00206b;
}
.s2 {
	min-height: 50vh;
	background: #fff;
	position: relative;
	z-index: 2;
}
.s2 article {
	padding: 0 10px 75px
}
.s2 h2 {
	margin: 0 0 50px;
	line-height: 1;
}
.s2 p {
	display: block;
	text-align: left;
	margin: 0 auto 10px;
	max-width: 800px;
}
.s3 {
	min-height: 50vh;
}


@media screen and (min-width: 600px) {

.startowa h1,
.startowa .intro p {
	font-size: 210%;
	text-shadow: 0 0 10px #000;
    color: #fff;
}
.startowa .intro p {
	font-size: 140%;
}
.startowa h2 {
	font-size: 210%;
	margin: 75px 0;
}
.startowa h2 span {
	display: block;
	font-size: 70%;
	padding-top: 25px;
}
.logoTT {
	margin: 0 auto 75px;
	width: 160px;
}

}









.s7 {
	color: #00206B;
	height: 50vh;
	max-height: 566px;
	background: #fff url(../img/meble-kuchenne.jpg) no-repeat center center;
	margin-top: 50px;
}





h3 {}
.flex {
	display: flex;
	justify-content: center;
}
.flex a {
	margin: 25px;
	width: 150px;
	text-align: center;
	font-size: 30px;
	color: #000;
	border: 0;
}.flex img {}

.takieTam {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
    margin: 50px 0;
}
.takieTam a {
    border: 0;
    margin-bottom: 50px;
}
footer {
	font-size: 13px;
	margin: 50px 10px;
	overflow: hidden;
	text-align: center;
	padding-top: 50px;
	border-top: 1px solid #eee;
}
footer p + p {
    margin-too: 10px;

}
footer a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted red;
}
footer a:hover {
}


@media screen and (min-width: 660px) {

#mM {
	display: none;
}
}



/* BG */

	#bg {
		-moz-transition: opacity 2s ease-in-out;
		-webkit-transition: opacity 2s ease-in-out;
		-ms-transition: opacity 2s ease-in-out;
		transition: opacity 2s ease-in-out;
		height: 100%;
		left: 0;
		opacity: 0.5;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1;
	}

		#bg div {
			-moz-transition: opacity 3s ease, visibility 3s;
			-webkit-transition: opacity 3s ease, visibility 3s;
			-ms-transition: opacity 3s ease, visibility 3s;
			transition: opacity 3s ease, visibility 3s;
			background-size: cover;
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			visibility: hidden;
			width: 150%;
		}

			#bg div.visible {
				-moz-animation: bg 45s linear infinite;
				-webkit-animation: bg 45s linear infinite;
				-ms-animation: bg 45s linear infinite;
				animation: bg 45s linear infinite;
				opacity: 1;
				visibility: visible;
				z-index: 1;
			}

				#bg div.visible.top {
					z-index: 2;
				}


				@media screen and (max-width: 736px) {

					#bg div.visible {
						-moz-animation: bg 18s linear infinite;
						-webkit-animation: bg 18s linear infinite;
						-ms-animation: bg 18s linear infinite;
						animation: bg 18s linear infinite;
					}

				}

			#bg div:only-child {
				-moz-animation-direction: alternate !important;
				-webkit-animation-direction: alternate !important;
				-ms-animation-direction: alternate !important;
				animation-direction: alternate !important;
			}

		body.is-loading #bg {
			opacity: 0;
		}

	@-moz-keyframes bg {
		0% {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-moz-transform: translateX(-25%);
			-webkit-transform: translateX(-25%);
			-ms-transform: translateX(-25%);
			transform: translateX(-25%);
		}
	}

	@-webkit-keyframes bg {
		0% {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-moz-transform: translateX(-25%);
			-webkit-transform: translateX(-25%);
			-ms-transform: translateX(-25%);
			transform: translateX(-25%);
		}
	}

	@-ms-keyframes bg {
		0% {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-moz-transform: translateX(-25%);
			-webkit-transform: translateX(-25%);
			-ms-transform: translateX(-25%);
			transform: translateX(-25%);
		}
	}

	@keyframes bg {
		0% {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-moz-transform: translateX(-25%);
			-webkit-transform: translateX(-25%);
			-ms-transform: translateX(-25%);
			transform: translateX(-25%);
		}
	}
