body{	
	background-color:lightgray;
    margin:0;
	min-width: 1140px;
    font-size: 20px;
    font-family: Chakra Petch;
}
header{
    width: 100%;
    height: 100px;
    background-color: Black;
}
footer{
    background-color: black;
    color: white;
    padding: 40px;
    height: 160px;
    margin-left: 300px;
    text-align: center;
}
/*h1{

}*/
h2{
    margin:0;
    font-size: 24px;
}
h3{
    font-size: 35px;
}
h4{
    font-size: 25px;
    line-height: 3px;
}
h5{
    font-size: 18px;
    margin: 0;
}
#top{
    float: right;
    margin-right: 25px;
    color: white;
}
#lang{
    position:absolute;
    bottom: 30px;
    left: 0px;
    height: 44px;
    width: 162px;
    padding-left: 69px;
    padding-right: 69px;
}
#menu{
    background-color: black;
    width: 300px;
    position:fixed;
    top: 0;
    bottom: 0;
}
#logo{
    height: 205px;
    margin-left: 5px;
    cursor: pointer;
}
#right{
    background-image: url("zdj1.jpg");
    height: 400px;
}
#right2{
    background-image: url("zdj2.jpg");
}
#right3{
    background-image: url("zdj3.jpg");
}
#right4{
    background-image: url("zdj1.jpg");
    overflow: hidden;
}
#right5{
    background-image: url("zdj2.jpg");
}
#right6{
    background-image: url("zdj3.jpg");
    overflow: hidden;
}
#right7{
    background-image: url("zdj1.jpg");
}
#right8{
    background-image: url("zdj2.jpg");
    overflow: hidden;
}
#right9{
    background-image: url("zdj3.jpg");
}
#ok1{
    margin:auto;    
}

#bfoot{
    width:840px;
    margin:auto;
}
.bloczek{
    width: 24px;
    padding: 10px;
    margin: 5px;
    text-align: center;
    float: left;
}
.bloczek:hover{
    cursor: pointer;
}
.foot{
    float: left;
    padding: 10px;
    width:400px;
}
.bg{
    padding-top: 250px;
    padding-bottom: 250px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 300px;
}
.menu1{
    width:260px;
    height: 30px;
    margin: 0px;
    text-align: center;
    padding:20px;
    cursor: pointer;
}
.okienko{
    background-color: rgb(255, 255, 255,0.8);
    width:500px;
    padding: 35px;
    padding-bottom: 65px;
    box-shadow: 0 0 20px 10px white;
}
.o1{
    margin-left: 10%;
    font-size: 25px;
    line-height: 1.3;  
}
.o2{
    margin-right: 10%;
    font-size: 25px;
    line-height: 1.3;
    float:right;
}
.black{
    background-color: #0d0d0d;
    color:white;
}
.red{
    background-color: #0d0d0d;
    color:red;
}