* {
margin: 0;
padding: 0;
border: 0;
line-height: 1.4em;
vertical-align: baseline;
text-decoration: none;
outline: 0;
}


.preload {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    top: 0;
   # background-color: #10131a;
	background-color: white;
    transition: opacity 400ms ease-in-out, visibility 0s 400ms;
}

.show-preloader {
    visibility: visible;
    opacity: 1;
}

.circle {
   # background-color: #f9dc97;
	background-color: black;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    animation: bounce-circles 0.7s infinite ease-in-out;
}

.preload .circle:nth-child(1) {
     animation-delay: -0.6s;
}

.preload .circle:nth-child(2) {
     animation-delay: -0.5s;
}

.preload .circle:nth-child(3) {
     animation-delay: -0.4s;
}

.preload .circle:nth-child(4) {
    animation-delay: -0.3s;
}

@keyframes bounce-circles {
    0%, 40%, 100% {
 		transform: translateY(-10px);
    } 20% {
 		transform: translateY(-20px);
    }
}


.opis{
	float:right;
	margin-right:400px;

margin-top:10px;
}

.tekst{
	margin-bottom:5px;
	
}



body {
margin:0px;
padding:0px;
}

.container {
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: center;
}

.container div {
box-sizing: border-box;
min-width: 150px;
}

.header {
width: 100%;
background-image: url(img/logo.jpg);
background-size: 836px 73px;
#background-size: 20%;
 background-position: center; 
background-repeat: no-repeat;
}



.content {
width: 100%;
#float: left;
margin-bottom: 25px;
}

.sidebar {
width: 100%;
float: right;
padding: 4%;

}


/*przed najmniejszym*/
@media (min-width: 600px) {

.opis{
	float:left;


margin-top:10px;
}


.header {
width: 100%;
background-image: url(img/logo.jpg);
background-size: 436px 73px;
#background-size: 25%;
 background-position: center; 
background-repeat: no-repeat;
-webkit-order: 21;
order: 1;
}

.content {
#padding-left: 10%;

width: 100%;
min-height: 100%;
-webkit-order: 2;
order: 2;

justify-content: center;
margin-left: 30px;
}

.sidebar {
width: 25%;
float: left;
min-height: 150px;
-webkit-order: 3;
order: 3;

}


.sidebar img{
display: block;
margin-bottom: 10px;

}

}

/*najwiekszy - powyzej 800px*/
@media (min-width: 800px) {

/*.opis{
float:right;
margin-right:400px;
margin-top:10px;
}*/

.opis{
	float: left;
	margin-left: -250px;
	margin-top: 10px;
}

.header {
width: 100%;
background-image: url(img/logo.jpg);
background-size: 436px 38px;
 background-position: center; 
background-repeat: no-repeat;
min-height: 100px;
-webkit-order: 21;
order: 1;
}

.content {
float: left;
min-height: 150px;
padding-right: 4%;
-webkit-order: 2;
order: 2;
justify-content: center;
width: 20%;
}

.sidebar {
#float: right;
width: 25%;
min-height: 150px;
-webkit-order: 3;
order: 3;
}
}




h1{

font-family: 'Lato', sans-serif;

color: #595959;

font-size: 32px;

padding-top: 5%;

padding-bottom: 2%;

margin: 0;

}

@media all and (max-width: 600px) {
.header {
width: 100%;
background-image: url(img/logo.jpg);
background-size: 836px 73px;
 background-position: center; 
background-repeat: no-repeat;
min-height: 100px;
-webkit-order: 21;
order: 1;
}

h1{

font-family: 'Lato', sans-serif;
color: #595959;
font-size: 23px;
padding: 3%;
margin: 0;
}

} 

h2{
font-family: 'Lato', sans-serif;
color:#F7F7F7;
font-size: 16px;
padding: 14px;
margin: 0;
text-align: center;
}

p{
#font-family: ‚Roboto Condensed’, sans-serif;
#font-family: ‚Roboto Condensed’, sans-serif;
font-family: 'Lato', sans-serif;

color: #424242;
font-size: 14px;
line-height: 1.6em;
padding-bottom: 2%;
}

@media all and (max-width: 600px) {
.header {
width: 100%;
background-image: url(img/logo.jpg);
background-size: 836px 73px;
#background-size: 50%;
 background-position: center; 
background-repeat: no-repeat;
min-height: 100px;
-webkit-order: 21;
order: 1;
}

p{
font-family: 'Lato', sans-serif;
color: #424242;
font-size: 11px;
padding: 3%;
margin: none;
line-height: 1.6em;
}
}

.navigation {
list-style: none;
padding-right: 2%;
margin: 0;
background: white;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
align-items: center;
justify-content: center;
}

.navigation img {
width: 20px;
float: center;
}

.navigation a {
text-decoration: none;
font-family: 'Lato', sans-serif;
display: block;
padding: 1.2em;
color: black;
}

.navigation a:hover {
#background: #BDBDBD;
color: #8a8a8a;
}

@media all and (max-width: 800px) {

.header {
width: 100%;
background-image: url(img/logo.jpg);
background-size: 436px 38px;
#background-size: 50%;
 background-position: center; 
background-repeat: no-repeat;
min-height: 100px;
-webkit-order: 21;
order: 1;
}


.navigation {

  align-items: center;
  justify-content: center;

}

}

@media all and (max-width: 600px) {


.header {

width: 100%;
background-image: url(img/logo.jpg);
background-size: 836px 73px;
#background-size: 50%;
 background-position: center; 
background-repeat: no-repeat;
min-height: 100px;
-webkit-order: 21;
order: 1;

}


.navigation {

-webkit-flex-flow: column wrap;

flex-flow: column wrap;

padding: 0;

}

.navigation a {

text-align: center;

padding: 10px;

border-top: 1px solid rgba(255, 255, 255, 0.3);

border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.navigation li:last-of-type a {

border-bottom: none;

}

}

#buzz-word {

color: whitesmoke;

text-align: center;

margin-top: 7%;

margin-bottom: 7%;

margin-left: 27%;

margin-right: 27%;

font-size: 3em;

border: 2px;

border-style: solid;

padding: 1%;

}

@media all and (max-width: 600px) {

.header {

width: 100%;
background-image: url(img/logo.jpg);
background-size: 836px 73px;
#background-size: 50%;
 background-position: center; 
background-repeat: no-repeat;
min-height: 100px;
-webkit-order: 21;
order: 1;

}


#buzz-word {

color: whitesmoke;

text-align: center;

margin-top: 7%;

margin-bottom: 7%;

margin-left: 27%;

margin-right: 27%;

font-size: 2em;

border: 1px;

border-style: solid;

padding: 1%;

}

}

#footer{

padding-left: 10%;

padding-top: 2%;

color: #424242;

text-decoration: none;

border-top-width: 1px;

border-style: solid;

border-color: #EAEAEA;

font-size: 11px;

}

#fotter a:visited {

color: #424242 !important;

}

.menu{

color: #424242;

font-size: 1.2em;
font-family: 'Lato', sans-serif;
line-height: 1.6em;

padding-top: 15%;

}

@media all and (max-width: 600px) {


/*najmniejszy*/

.opis{
margin: 0 auto;
float: left;
margin-top:10px;
}

p{
font-family: 'Lato', sans-serif;
color: #424242;
font-size: 15px;
padding: 3%;
margin: none;
line-height: 1.6em;
}


.header {
width: 100%;
background-image: url(img/logo.jpg);
background-size: 336px 25px;
#background-size: 50%;
 background-position: center; 
background-repeat: no-repeat;
min-height: 100px;
-webkit-order: 21;
order: 1;
}

.menu{

text-decoration: none;

color: #424242;

font-size: 1em;

font-family: ‚Roboto Condensed’, sans-serif;

line-height: 1.6em;

padding-top: 5%;

}

}

.menu ul li a:visited {

color: #424242;

}

.menu ul li a:hover {

color: #ADADAD;

}

a {

color: #424242;

}




.formField{
#font: Calibri; 

border: 2px solid #ccc;
background-color:#f6f6f6; 
border-radius: 3px; 
#margin: 0px 0 0px 0; 
#margin-left: 20px;
#margin-top: 0px;
#margin-bottom: 0px;
padding: 2px 0;
	font-size: 15px;
	color:#434343;
}

textarea.formField{
width: 400px; 
height: 70px}

#sendBtn{
cursor:pointer;
background: #ccc; 
background: linear-gradient(#ddd 0, #eee 100%); 
border: 1px solid #ccc; 
line-height: 32px; 
font-size: 14px;padding: 0 25px; 
border-radius: 3px;
margin-top: 10px;

#margin-left: 20px;

}

#send_form_status{
	border: 1px dashed #ccc;
display: none; 
padding: 0 10px; 
margin: 10px 0}

.status_ok{
	color: #060}
.status_err{
	color: #F00}



