*{
	margin: 0;
	padding: 0; 
}

a{
	text-decoration: none;
}


body{
	font-family: 'Raleway', sans-serif;		
}


.czapka{
	background: #333;
	height: 30px;
	width:100%;
}


#kontakt{
	float: left;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#kontakt a{color: #fff;}
#kontakt p{color: #20a052;}


#letter{
	float: right;
	margin-right: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#letter a{color: white;}
#letter p{color: #20a052;}


.logo{
	background: #000;
	width: 100%;	
	text-align: center;
}

.graficlogo{
	padding: 5px;
	max-width: 100%;
	box-sizing: border-box;
}



nav{
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}

.topnav{
	
	background: #fff;
	margin-top: 30px;
}

.topnav a{
	font-size: 15px;
	color: #000;
	display: flex;
	text-align: center;	
	padding: 5px 10px;
}

.topnav ul {
	margin: 0;
	padding:0;
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;

}

.topnav ul.sub{
	display: none;
	position: absolute;
	top: 30px;
	left: -25px;
	flex-direction: column;
	width: 225px;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.topnav ul.sub li {
	margin: 0 0 7px 0;
}

.topnav ul.sub li:first-child {
margin-top: 10px;
}

.topnav ul.sub li:last-child {
margin: 0 0 0px 0;
}
.topnav ul li{
	margin: 15px;
	display: flex;
	position: relative;
	border-bottom:  2px solid transparent;
}

ul.top_menu > li:hover > ul.sub{
	display: flex;
	height: auto;
	opacity: 1;
	visibility: visible;
	background: #fff;
}

.topnav li:hover{
	border-color:  #000;
}

.topnav .icon{
	display: none;
}





/* FOOTER        */

footer{
	clear: both;
	width: 100%;
	height: auto;
	background: #000;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

footer nav a{
	color:#fff;
	font-size: 13px;
	margin-left: 10px;
	text-decoration: none;
}

footer nav a:hover{
		border-bottom: 2px solid #fff;
}

.social img{
	margin-top: 10px;
	margin-left: 20px;
}

.social img:hover{
	background: #20a052;
	border-radius: 50%; 
}

footer p{
	margin-top: 15px;
	font-size: 15px;
	color:#fff;
}





/* MAIN   */

 main{
 	position: relative;
 }

.parallax-window {
    min-height: 600px;
    width: 100%;
    /*background: transparent;*/


}


.text_main h1{
	position: absolute;
	font-size: 48px;
	max-width: 700px;
	display: flex;
	top:130px;
	left: 90px;	
}

.text_main h2{
	position: absolute;
	font-size: 30px;
	max-width: 835px;
	display: flex;
	top:257px;
	left: 134px;	
}


#zelenka{
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 1200px;
	background-color: white;
	display: flex;
	justify-content: space-between;
	left:50%;
	top: 50%;
}

.tabl{
	width: 250px;
	height: 250px;
	color:white;
    margin-left: 66px;
	background-color: #20a052;
	text-align: center; 
}

.tabl:first-child{
	margin-left: 0;
}

.fa-map-marker-alt{	
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 40px;
}

.fa-clock{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 40px;
}

.fa-mobile-alt{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 40px;
}

.fa-th-list{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 40px;
}


#perek{
	background-color: #EFEFEFFF;
	width: auto;
	margin-top: 20px;
	padding-top: 40px;
	margin-bottom: 20px;
}

#perek h2{
	text-align: center;
	font-size: 40px;
}

#perek span{
	text-align: center;
	font-size: 20px;
}

#perek p{
	text-align: center;
}



.tabs_box{
	background:#EFEFEFFF;
	top:100px;
	left:50%;
}

.tabs_box img{
	width: 1120px;
	height: 600px;
	padding-left: 190px;
    padding-top: 30px;
}

.tabs_menu{
	/*display: table-row;*/
	float: center;
	margin-top: 20px;
	margin-left: calc(50% - 400px);
	
}

.tabs_menu li{
	display: table-cell;
	width: auto;
}

.tabs_menu li a {
	display: table-cell;
	width: 200px;
	text-align: center;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tab{
	margin-left: calc(50% - 700px);
}

li a.active{
	background: rgb(34, 34, 34);
	border-radius: 2px;
	color: #fff;
}

.tabs_menu li:first-child a{
	border-left: 0px;
}

#tab2 ,#tab3, #tab4{
	display: none;
}


/*   KONTAKT */
.center{
	margin: 20px;
}
.center h1{text-align: center;}
.center p{text-align: center; }

.kontakt{
	text-align: center;
}

/* HR */
 hr.hrom{
	height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
	margin-bottom: 5px;
}


input{
	width: 238px;
	height: 35px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-radius: 10px;
	border: 1px solid #222222;
	padding: 3px;
}

textarea{
	border: 1px solid #222222;
	border-radius: 10px;
	padding: 3px;
}


.efekt{
	border-radius: 2px;
	background-color: #222222;
	color:white;
	cursor: pointer;
	background-color: 
}

.efekt:hover{
	background-color: #111111;
}