
	body 
	{
		background-color: ffffff;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	
	#container
	{
		width: 100%;
		height: auto;
	}
	
	/*
	================================================
		HEADER
	================================================
	*/
	
	
	header
	{
		background-image: url('img/wood.jpg');
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
	}
	
	nav
	{
		display: inline-block;
		width: 100%;
	}
	
	#logo
	{
		padding: 30px 10px 10px 30px;
		float: left;
	}
	
	header nav ul
	{
		display: inline-block;
		float: right;
		list-style: none;
		padding: 10px 30px 10px 10px;
	}
	
	header nav ul li
	{
		display: inline-block;
	}
	
	header nav ul li a
	{
		padding: 20px;
		line-height: 2em;
		text-transform: uppercase;
		font-weight: bold;
		color: white;
		text-decoration: none;
	}
	
	header nav ul li a:hover
	{
		color: #03bffe;
	}	
	
	#header-title
	{
		max-width: auto;
		height: auto;
		margin: 0 auto;
	}
	
	#header-title h2
	{
		text-transform: uppercase;
		color: white;
		padding: 10px 20px;
		transition: 0.5s;
		display: inline-block;
		width: auto;
	}
	
	#header-title h2:hover
	{
		transform: scale(1.1);
	}
		
	header form input[type=text] 
	{
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #a5967f;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('img/search.png');
    background-position: 2px 2px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
	}
	
	input[type=text]:focus {
    width: 100%;
	}
	
	.background-end
	{
		background-image: url('img/background-end2.gif');
		z-index: 1;
		width: 100%;
		height: 100px;
		bottom: 0;
	}
	
		/*
	================================================
		MAIN
	================================================
	*/
	
	main
	{
		width: 100%;
		height: auto;
	}
	
	
	/* DIV I */
	
	.one
	{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
	}
	
	@media screen and (max-width: 900px)
	{
		.one
		{
			display: flex;
			flex-direction: column;
			align-items: center;
		}
	}
	
	.one-boxes
	{
		max-width: 500px;
		text-align: center;
	}
	
	.one-boxes span.number
	{
		font-size: 30px;
		line-height: 2em;
	}
	
	.one-boxes p
	{
		padding: 0 30px 20px 30px;
	}
	
	
	/* DIV II */
	
	.two
	{
		margin: 10px auto;
		max-width: 1100px;
		height: auto;
		position: relative;
	}
	
	.two .img
	{
		max-width: 500px;
		margin: 100px auto 0 auto;
	}
	
	.two .img img
	{
		width: 100%;
	}
	
	
	/* DIV III */
	
	
	.three
	{
		background-image: url('img/wood.jpg');
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
	}
	
	.background-start
	{
		background-image: url('img/background-start2.gif');
		z-index: 1;
		width: 100%;
		height: 100px;
		top: 0;
	}
	
	.background-end2
	{
		background-image: url('img/background-end2.gif');
		z-index: 1;
		width: 100%;
		height: 100px;
		bottom: 0;
	}
	
	.three #three-middle-box
	{
		display: flex;
		justify-content: center;
	}
	
	@media screen and (max-width: 900px)
	{
		.three #three-middle-box
		{
			display: flex;
			flex-direction: column;
			align-items: center;
		}
	}
	
	.three #three-middle-box .three-boxes
	{
		max-width: 500px;
		text-align: center;
	}
	
	.three #three-middle-box .three-boxes:hover
	{
		background-color: rgba(17, 17, 17, 0.6);
	}
	
	.three #three-middle-box .three-boxes h3
	{
		font-size: 30px;
		line-height: 2em;
		color: white;
	}
	
	.three #three-middle-box .three-boxes #pic1:before
	{
		content: url('img/pic1a.gif');
		display: block;
	}
	
	.three #three-middle-box .three-boxes #pic2:before
	{
		content: url('img/pic2a.gif');
		display: block;
	}
	
	.three #three-middle-box .three-boxes #pic3:before
	{
		content: url('img/pic3a.gif');
		display: block;
	}
	
	.three #three-middle-box .three-boxes p
	{
		padding: 0 30px 20px 30px;
		color: white;
	}
	
	/* DIV IV */
	
	
	.four #four-one
	{
		max-width: 700px;
		height: auto;
		margin: 0 auto;
		text-align: center;
		font-size: 1.5em;
		padding: 10px;
	}
	
	.four #four-two {
		display: flex;
		width: 100%;
		justify-content: center;
		margin: 0 auto;
	}
	
	@media screen and (max-width: 900px)
	{
		.four #four-two
		{
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		
	}
	
	
	.four #four-two .three-boxes2
	{
		max-width: 500px;
		text-align: center;
	}
	
	.four #four-two .three-boxes2 p
	{
		padding: 0 30px 20px 30px;
	}
	
	.four #four-two .three-boxes2 #face1:before
	{
		content: url('img/face1.jpg');
		display: block;
	}
	
	.four #four-two .three-boxes2 #face2:before
	{
		content: url('img/face2.jpg');
		display: block;
	}
	
	.four #four-two .three-boxes2 #face3:before
	{
		content: url('img/face3.jpg');
		display: block;
	}
	
	
	hr
	{
		width: 50%;
		margin-top: 50px;
	}
	
	.four #four-three
	{ 
		display: flex;
		width: 100%;
		justify-content: center;
		margin: 50px auto 0 auto;
	}
	
	@media screen and (max-width: 900px)
	{
		.four #four-three
		{
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		
	}
	
	.four #four-three .four-boxes3
	{
		max-width: 375px;
		text-align: center;
	}
	
	.four #four-three .four-boxes3 #percent1:before
	{
		display: block;
		content: url('img/percent1.jpg');
	}
	
	.four #four-three .four-boxes3 #percent2:before
	{
		display: block;
		content: url('img/percent2.jpg');
	}
	
	.four #four-three .four-boxes3 #percent3:before
	{
		display: block;
		content: url('img/percent3.jpg');
	}
	
	.four #four-three .four-boxes3 #percent4:before
	{
		display: block;
		content: url('img/percent4.jpg');
	}
	
	.four #four-three .four-boxes3 h3
	{
		line-height: 1.5em;
	}
	
	.four #four-three .four-boxes3 p
	{
		padding: 0 30px 20px 30px;
	}
	
	/* SECTION - DIV IV */
	
	section#four-five
	{
		width: 100%;
	}
	
	section#four-five #section-title
	{
		max-width: 500px;
		margin: 50px auto 0 auto;
		text-align: center;
	}
	
	section#four-five #section-title h3
	{
		font-size: 1.5em;
	}
	
			/* Upper part*/
	
	section#four-five #upper-part
	{
		display: flex;
		justify-content: center;
	}
	
	@media screen and (max-width: 900px)
	{
		section#four-five #upper-part
		{
			flex-direction: column;
			align-items: center;
		}
	}
	
	section#four-five #upper-part .person
	{
		max-width: 500px;
		margin-top: 20px;
	}
	
	section#four-five #upper-part .left h5
	{
		font-size: 16px;
		padding: 10px 20px 0 0;
	}
	
	section#four-five #upper-part .left p
	{
		font-size: 16px;
		line-height: 1.5em;
		padding: 10px 20px;
	}
	
	section#four-five #upper-part .left
	{
		text-align: right;
		display: flex;
	}
	
	section#four-five #upper-part .left:after
	{
		content: "";
		width: 1px;
		height: auto;
		background-color: grey;
		margin: 0 0 0 10px;
		animation: linia-gora 3s;
	}
	
	section#four-five #upper-part .right:before
	{
		content: "";
		width: 1px;
		height: auto;
		background-color: grey;
		margin: 0 10px 0 0;
		animation: linia-gora 3s;
	}
	
	@keyframes linia-gora
	{
		0%   {height: 0px;}
		100% {height: 100%;}
	}
	
	section#four-five #upper-part .left .person-descr
	{
		max-width: 400px;
	}

	
	section#four-five #upper-part .left #face-two-1
	{
		content: url('img/face1.jpg');
		width: 100px;
		height: 98px;
	}
	
	section#four-five #upper-part .right
	{
		text-align: right;
		display: flex;
		text-align: left;
	}
	
	section#four-five #upper-part .right #face-two-2
	{
		content: url('img/face2.jpg');
		width: 100px;
		height: 98px;
	}
	
	section#four-five #upper-part .right .person-descr
	{
		max-width: 400px;
	}
	
	section#four-five #upper-part .right h5
	{
		font-size: 16px;
		padding: 10px 0 0 20px;
	}
	
	section#four-five #upper-part .right p
	{
		font-size: 16px;
		line-height: 1.5em;
		padding: 10px 20px;
	}
	
	
		/* Middle part*/
	
	section#four-five #middle-line
	{
		margin: 0 auto;
		display: flex;
		width: 65%;
		height: auto;
	}
		
	section#four-five #middle-line .mid-line
	{
		width: 450px;
		height: 2px;
		background-color: grey;
		margin: 20px auto 0 auto;
		animation: linia-srodek 3s;
	}
	
	@keyframes linia-srodek
	{
		0%   {width: 0%;}
		100% {width: 450px;}
	}
	
	@media screen and (max-width: 900px)
	{
		section#four-five #middle-line 
		{
			display: none;
		}
	}
	
		/* Down part*/
	
	section#four-five #down-part
	{
		display: flex;
		justify-content: center;
	}
	
	@media screen and (max-width: 900px)
	{
		section#four-five #down-part
		{
			flex-direction: column;
			align-items: center;
		}
	}
	
		section#four-five #down-part .person
	{
		max-width: 500px;
		margin-top: 20px;
	}
	
	section#four-five #down-part .left h5
	{
		font-size: 16px;
		padding: 10px 20px 0 0;
	}
	
	section#four-five #down-part .left p
	{
		font-size: 16px;
		line-height: 1.5em;
		padding: 10px 20px;
	}
	
	section#four-five #down-part .left
	{
		text-align: right;
		display: flex;
	}
	
	section#four-five #down-part .left:after
	{
		content: "";
		width: 1px;
		height: auto;
		background-color: grey;
		margin: 0 0 0 10px;
		position: relative;
		animation: linia-dol2 3s;
	}
	
	section#four-five #down-part .right:before
	{
		content: "";
		width: 1px;
		height: auto;
		background-color: grey;
		margin: 0 10px 0 0;
		position: relative;
		animation: linia-dol2 3s;
	}
	
	@keyframes linia-dol2
	{
		0%   {height: 0%; top: 100%;}
		100% {height: 100%; top: 0%;}
	}
	
	
	section#four-five #down-part .left .person-descr
	{
		max-width: 400px;
	}

	
	section#four-five #down-part .left #face-two-3
	{
		content: url('img/face3.jpg');
		width: 100px;
		height: 98px;
	}
	
	section#four-five #down-part .right
	{
		text-align: right;
		display: flex;
		text-align: left;
	}
	
	section#four-five #down-part .right #face-two-4
	{
		content: url('img/face4.jpg');
		width: 100px;
		height: 98px;
	}
	
	section#four-five #down-part .right .person-descr
	{
		max-width: 400px;
	}
	
	section#four-five #down-part .right h5
	{
		font-size: 16px;
		padding: 10px 0 0 20px;
	}
	
	section#four-five #down-part .right p
	{
		font-size: 16px;
		line-height: 1.5em;
		padding: 10px 20px;
	}
	
	/* END SECTION - DIV IV */
	
	/* DIV V */
	
	.five
	{
		background-image: url('img/wood.jpg');
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;
		color: white;
	}
	
	.five #five-middle-box div
	{
		font-size: 2em;
	}
	
	.five #five-middle-box div:hover
	{
		background-color: rgba(17, 17, 17, 0.6);
	}
	
	/* DIV VI */
	
	.div-in-six
	{
		display: flex;
		max-width: 1200px;
		height: auto;
		margin: 10px auto 0 auto;
		justify-content: center;
	}
	
	@media screen and (max-width: 900px)
	{
		.div-in-six
		{
			flex-direction: column;
		}
	}
	
	.window-pic
	{
		text-align: center;
	}	
	
	.window-pic img
	{
		max-width: 100%;
		max-height: 100%;
		margin: 20px 20px 0 0;
		border-radius: 10px;
	}
	
	.window-pic h5
	{
		font-size: 16px;
	}
	
	.window-pic p
	{
		
	}
	
	/* DIV VII */
	
	.seven
	{
		background-image: url('img/wood.jpg');
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;
		color: white;
	}
	
	.seven #five-middle-box h3
	{
		font-size: 2em;
	}
	
	.seven #five-middle-box:hover
	{
		background-color: rgba(17, 17, 17, 0.6);
	}
	
	/* DIV VIII */
	
	.eight
	{
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;
	}
	
	#eight-middle-box
	{
		position: relative;
	}	
	
	/* position: absolute; and right: 0px; in :before i :after make that they are sticked and
		do not go to the right site */
	
	#eight-middle-box:before
	{
		content: url('img/background-start2.gif');
		position: absolute;
		right: 0px;
		width: auto;
	}
	
	#eight-middle-box:after
	{
		content: url('img/background-end2.gif');
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: auto;
	}
	
	/*
	================================================
		SOCIAL MEDIA
	================================================
	*/
	
	section#social-media
	{
		height: auto;
		max-width: 450px;
		margin: 0 auto;
	}
	
	section#social-media ul 
	{
		list-style: none;
		max-width: 400px;
		height: auto;
		display: inline-block;
	}
	
	section#social-media ul li
	{
		float: left;
		margin: 0 15px;
		position: relative;
	}
	
	@media screen and (max-width: 900px)
	{
		section#social-media ul li
		{
			margin: 0;
		}
	}
	
	section#social-media ul li:hover
	{
		position: relative;
		bottom: 2px;
	}
	
	/*
	================================================
		FOOTER
	================================================
	*/
	
	footer:before
	{
		content: url('img/background-start2.gif');
		position: absolute;
		right: 0px;
		width: auto;
	}
	
	footer
	{
		background-image: url('img/wood.jpg');
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;

	}
	
	footer > div
	{
		max-width: 1000px;
		position: relative;
		margin: 0 auto;
		padding: 50px 10px 10px 10px;
		display: flex;
		justify-content: space-between;
	}
	
	@media screen and (max-width: 900px)
	{
		footer > div
		{
			flex-direction: column;
		}
	}

	#footer-menu 
	{
		display: block;
	}
		
	#footer-menu ul
	{
		list-style: none;
		display: inline-block;
	}
	
	#footer-menu ul li
	{
		float: left;
	}

	#footer-menu ul li a
	{
		color: white;
		padding: 10px;
		text-decoration: none;
		font-weight: bold;
	}
	
	#footer-menu ul li a:hover
	{
		color: #03bffe;
		text-decoration: underline;
	}
	
	#copyright
	{
		position: relative;
		display: block;
	}
	