#strona{
	width:100%;
	
	margin:auto;
}
#baner{
	float:left;
	height:400px;
	width:100%;
}
#container{
	width:100%;
	height:2250px;
	float:left;
}
#container2{
	width:100%;
	height:800px;
	float:left;
}
#container3{
	width:100%;
	height:1300px;
	float:left;
}
#margin{
	width:10%;
	height:100%;
	float:left;
}
#content{
	width:80%;
	height:800px;
	float:left;
}
#naglowek{				
	width:100%;
	height:30px;
	float:left;
	text-align:center;
	font-family: 'Bariol_Regular', cursive;
	font-size:30px;
}
#informacje{
	width:100%;
	height:175px;
	float:left;
	text-align:center;
	font-family: 'Bariol_Regular', cursive;
	font-size:30px;
}
.wstecz{
	width:20%;
	height:30px;
	float:left;
	text-align:center;
	font-family: 'Gill Sans MT Condensed', cursive;
	font-size:30px;
	text-align:left;
}
#margin2{
	width:80%;
	height:30px;
	float:left;
}
.posilki{
	width:20%;
	
	float:left;
	text-align:center;
	cursor:pointer;
}
.posilki:hover{
	-ms-transform: scale(1.15, 1.15); /* IE 9 */
	-webkit-transform: scale(1.15, 1.15); /* Safari */
	transform: scale(1.15, 1.15);
}
.danie{
	width:20%;
	height:20px;
	float:left;
	text-align:center;
	font-family: 'Roboto Slab', serif;
}
#art1{
	width:50%;
	height:400px;
	float:left;
	text-align:center;
	font-family: 'Bariol_Regular', cursive;
	font-size:35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#art2{
	width:50%;
	height:650px;
	float:left;
	text-align:center;
	font-size:25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'Bariol_Regular', cursive;
}
.zamowienie{
	width:33%;
	height:170px;
	text-align:center;
	float:left;
	opacity:1;
}
.krok{
	width:33%;
	height:170px;
	text-align:center;
	float:left;
	opacity:1;
}
.zamowienie2{
	width:33%;
	height:20px;
	float:left;
	text-align:center;
	font-family: 'Roboto Slab', serif;
}
.button{ 
	border: none;
	background: #009900;
	color: #f2f2f2;
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease; 
	padding: 10px 35px;  
	overflow:hidden;
	font-family: 'Roboto Slab', serif;
	cursor:pointer;
	font-size:40px;
	text-align:center;
}
.button:hover {
	background: rgba(0,0,0,0);
	color: #009900;
	box-shadow: inset 0 0 0 3px #009900;
}
.oferta{
	width:25%;
	
	float:left;
	text-align:center;
}
.oferta_opis{
	width:25%;
	height:60px;
	float:left;
	text-align:center;
	color:black;
	font-family: 'Roboto Slab';
}
.button_zobacz {
	width:25%;
	float:left;
	border: none;
	height:50px;
	background: #009900;
	color: #f2f2f2;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease; 
	transform-style: preserve-3d;
	text-align:center;
	line-height:27px;
	font-family: 'Bariol_Regular', cursive;
	font-size:25px;
}
.button_zobacz:after {
	top: -100%;
	left: 0px;
	width: 100%;
	height:50px;
	position: absolute;
	background: #006600;
	border-radius: 5px;
	content: 'Kliknij';
	transform-origin: left bottom;
	transform: rotateX(90deg);
	text-align:center;
	line-height:50px;
}
.button_zobacz:hover {
	transform-origin: center bottom;
	transform: rotateX(-90deg) translateY(100%);
}
table {
  border-collapse: collapse;
  width: 100%;
  font-family: 'Bariol_Regular', cursive;
}

th, td {
  text-align: center;
  padding: 10px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #009900;
  color: white;
}
#sposoby_zamowien{
	width:50%;
	height:230px;
	text-align:center;
	float:left;
	color:black;
	font-family: 'Bariol_Regular', cursive;
	font-size:20px;
}
#sposoby_zaplaty{
	width:50%;
	height:150px;
	text-align:center;
	float:left;
	color:black;
	font-family: 'Bariol_Regular', cursive;
	font-size:20px;
}
#footer{
	background-color:#2E2E2E;
	color:white;
	width:100%;
	height:70px;
	float:left;
	text-align:center;
	font-size:20px;
	font-family: 'Roboto Slab', serif;
	text-decoration: none;
}

/* ---- reset ------*/
html, body, div, a {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }


/* --- basic styles ----*/

body {
   }

/* --- for all three examples ----*/

.nav {

background: #009900;
  text-align: center;
  overflow: hidden;
  font-family: 'Roboto Slab';
  font-size: 1.5em;
  
  text-shadow: 0 1px 0 white; 
  width: 100%;
  float:left;
  position: relative; }
  .nav a {
    display: block;
    position: relative;
        float: left;
        padding: 1em 0 1em;
    width: 25%;
        text-decoration: none;
      color: white;
      -webkit-transition: .7s;
      -moz-transition: .7s;
      -o-transition: .7s;
      -ms-transition: .7s;
      transition: .7s; }
      .nav a:hover {
        color: white; }

.effect {
    position: absolute;
  left: -12.5%;
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out; }

    .nav a:nth-child(1):hover ~ .effect {
      left: 12.5%; }
    .nav a:nth-child(2):hover ~ .effect {
      left: 37.5%; }
    .nav a:nth-child(3):hover ~ .effect {
      left: 62.5%; }
    .nav a:nth-child(4):hover ~ .effect {
      left: 87.5%; }

/* ----- line example -----*/

.ph-line-nav .effect {
  width: 90px;
  height: 2px;
  bottom: 10px;
  background: white;
  box-shadow: 0 1px 0 white; 
  margin-left:-45px;
}

@-webkit-keyframes zamowienie
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes zamowienie
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.zamowienie:hover
{
        -webkit-animation: zamowienie 1s ease;
        animation: zamowienie 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}
@-webkit-keyframes oferta
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes oferta
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.oferta:hover
{
        -webkit-animation: oferta 1s ease;
        animation: oferta 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
}
/* glowny div z like box'em */
#like-box {
	position: fixed;
	z-index: 99;
	top: 150px;  /* jego polozenie od gory */
	left: -346px; /* szerokosc wygenerowanego boxa + 4px obramowania  -296px; */
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}
 
/* wysuniecie like box'a */
#like-box:hover {
	left: 0px;
}
 
/* zewnetrzna ramka boxa */
#like-box .outside {
	position: relative;
	z-index: 1;
	background: #3b5999;
	padding: 2px;
	min-width: 1px;
	float: left;
}
 
/* wewnetrzne tlo boxa */
#like-box .inside {
	position: relative;
	z-index: 2;
	background: #fff;
}
 
/* pasek z logo FB */
#like-box .belt {
	position: relative;
	z-index: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 
	float: left;
	width: 100px; 
	height: 40px;
	padding: 7px 0px 0px 20px;
	margin: 50px 0px 0px -55px;
	background: #3b5999;
	color: #fff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


/* Cookie warning */
#cookie-warn{
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 15px;
    width: 100%;
    display: none;
    z-index: 99;
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	color: rgba(0, 0, 0, 0.7);
}
 
#cookie-warn a{
    color: white;
    text-transform: uppercase;
    float: right;
    padding-right: 20px;
}
 
#cookie-warn p{
    font-size: 12px;
    color: white;
}

@font-face {
font-family: 'Bariol_Regular';
src: url(fonts/Bariol_Regular.otf) format("truetype")
}

img {
    max-width: 100%;
    height: auto;
}