* {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Lato', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****************************************/
/************* End reset *****************/
/*****************************************/

#map {
	height: 100px;
  }

/*****************************************/
/****************** TOP ******************/
/*****************************************/
.baner{
	background: url("../img/baner.jpg") center;
	height: 500px;
	vertical-align: middle;
	position: relative;
}
.logo{
	margin: 0 auto;
	display: block;
	width: 600px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo img{
	width: 100%;
}
.witamy{
	position: absolute;
	top: 20%;
	right: 10%;
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}
@media (max-width: 640px) {
	.logo img{
		width: 80%;
	}
	.logo {
		width: 100%;
		text-align: center;
	}
	.witamy{
		display: none;
	}
	.baner{
		height: 300px;
	}
}
@media(min-width: 1920px){
	.baner{
		background-size: cover;
	}
}
/* pasek - info */
.oddz{
	border-left: 1px solid #000;
	display: inline-block;
	height: 24px;
	margin: 0 15px;
	position: relative;
	top: -2px;
	vertical-align: top;
}
.fa{
	margin-right: 5px;
}
.info{
	padding: 21px 25px 10px;
	background: #f9ca16;
}
.info a{
	color: #333;
}
.youtube, .facebook, .olx{
	float: right;
	position: relative;
	top: -4px;
}
.youtube img, .facebook img, .olx img{
	height: 30px;
}
.youtube {	
    top: -2px;
}
.facebook {
    margin: 0 10px;
}
.olx {
	margin-left: 10px;
}
.znajdzNas{
	float: right;
}
.info hr{
	display: none;
}

@media (max-width: 640px) {
	.oddz{
		display: none;
	}
	a.phone,
	a.mail,
	a.adres{
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	a.youtube{
		margin-right: calc(50% - 85px);
	}
	.info hr{
		display: block;
		margin-bottom: 30px;
		border-top: 1px solid #008e4d;
	}
}
@media (max-width: 800px) {
	.info hr{
		display: block;
		margin-bottom: 30px;
		border-top: 1px solid #008e4d;
	}
}
/* Ogród */
.ogrod{
	padding: 60px 25px;
}
h1{
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 60px;
}
h1 span{
	font-weight: 300;
	position: relative
}
h1 span:before{
	content: "";
	position: absolute;
	width: 40px;
	border-bottom: 5px solid #008e4d;
	bottom: -5px;
}
.ogrod>div{
	margin: 0px auto;
	max-width: 1300px;
}
.ogrod>div>div{
	width:33.33%;
	float: left;
	text-align: center;
}
h3 {
	position: relative;
	display: inline-block;
	margin-top: 15px;
}
h3 .dol{
	border: 1px solid #f9ca16;
    padding: 20px;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 24px;
	font-weight: 700;
	width: 270px;
}
h3 .gora{
	display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    margin-top: 5px;
    position: relative;
    top: 7px;
    background: #fff;
	padding: 0 10px;
	color: #555;
}
@media(max-width:1000px){
	.ogrod>div{
		width: 100%;
	}
	.ogrod>div>div{
		width:100%;
	}
	h3{
		display: block;
		margin-bottom: 80px;
	}
}
@media(max-width:640px){
	h1{
		text-align: left;
	}
	h1 span{
		display: block;
	}
}

/* Dowóz */
.dowoz{
	margin-bottom: 5px;
}
.dowoz .lewa {
	background: linear-gradient(#008e4d 215px, #fff 215px);
	width: 50%;
	float: left;
	text-align: right;
}
.dowoz .lewa img {
	margin: 30px 100px 0 0;
}
.dowoz .prawa {
	background: linear-gradient(#008e4d 215px, #fff 215px);
	width: 50%;
	float: left;
}
.dowoz .prawa p{
	font-size: 60px;
    color: #fff;
    margin-top: 42px;
    font-weight: 100;
}
.dowoz .prawa p span{
	display: block;
	font-weight: 700;
}
.dowoz .prawa img{
	padding: 10px;
}
.dowoz .prawa img:first-of-type{
	padding-left: 0;
}
.szczegoly {
	display: inline-block;
	padding: 15px;
	border-radius: 10px;
	background: #f9ca16;
	color: #fff;
	margin: 10px 0 0 20px;
	vertical-align: top;
	transition: background 0.5s;
}
.szczegoly:hover{
	background: #c29f11;
	text-decoration: none;
	color: #fff;
}
@media (max-width:359px){
	.dowoz .prawa img{
		width: 40px;
		box-sizing: content-box;
	}
}
/* Galeria */
.galeria{
	background: #f5f5f5;
	padding: 90px 0 20px;
}
.galeria h1{
	margin-bottom: 30px;
}
.wrapper{
	display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    -webkit-box-pack: start;
}
.galeria .cell-is-empty {
    height: 0;
    width: 200px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 11px;
}
.galeria a{
	display: block;
	margin: 11px;
	box-sizing: border-box;
	width: 200px;
	height: 200px;
	background: #008e4d;
	
}
.galeria a:hover img{
	transform: scale(1, 1); 
}
.galeria img{
	width: 100%;
	transform: scale(0.95, 0.95);
	transition: all 0.5s;
}
/* Mapa */
.mapa {
	width: 100%;
	height: 600px;
}
/* Stopka */
.stopka {
	background: url("../img/stopka.jpg") center center;
	background-size: cover;
	padding: 30px;
	color: #fff;
}
.material-icons{
	color: #fff;
}
.stop1,
.stop2{
	float: left;
}
.stop1{
	/* width: 400px; */
	padding-right: 50px;
}
.stop3{
	float: right;
}
.nazwa{
	margin-top: 15px;
}
b{
	font-weight: 700;
}
.podtytul{
	font-size: 14px;
	margin-top: 3px;
	display: block;
	padding-left: 29px;
}
.lokacja{
	margin-top: 15px;
}
.nazwa i,
.lokacja i{
	float: left;
	margin: 5px 5px 0 0;
}
.phone2 i,
.mail i,
.sm i{
	margin: 0 7px 3px 0;
	vertical-align: middle;
}
.phone2{
	margin-top: 74px;
}
.mail,
.sm{
	margin-top: 3px;
}
.hr{
	border-bottom: 2px solid #fff;
	width: 208px;
	margin-top: 10px;
}
.stop3 .material-icons{
	position: relative;
	top: 7px;
	margin: 0 5px 0 28px;
}
.minuty{
	font-size: 10px;
	vertical-align: top;
}
.stop3 table td{
	padding-top: 5px;
	font-size: 14px;
}
.stop3 table td:first-child{
	padding-right: 46px;
}

.footer-facebook{
	height: 20px;
	position: relative;
	top: 5px;
	margin-left: 2px;
}
.footer-youtube{
	height: 20px;
	position: relative;
	top: 6px;
	margin-left: 3px;
}
.stopka a{
	color: #fff;
}
@media (max-width:640px){
	h1 span:before{
		width: 240px;
		bottom: -15px;
	}
	/* dowóz */
	.dowoz{
		margin-bottom: 0px;
	}
	.dowoz .lewa {
		background: #008e4d;
		width: 100%;
		text-align: center;
	}
	.dowoz .lewa img {
		width: 65%;
		margin: 30px 0 0;
	}
	.dowoz .prawa {
		width: 100%;
		text-align: center;
		background: #008e4d;
		padding-bottom: 20px;
	}
	.dowoz .prawa p {
		font-size: 40px;
		color: #fff;
		margin-top: 23px;
		margin-bottom: 7px;
		font-weight: 100;
	}
	.szczegoly {
		display: inline-block;
		margin: 10px;
	}
	/* galeria */
	.galeria a{
		margin: 5px;
		width: 100px;
		height: 100px;
	}
	.galeria .cell-is-empty {
		width: 100px;
		margin: 0 5px;
	}
	.galeria h1{
		margin-left: 13px;
	}
	/* mapa */
	.mapa {
		height: 400px;
	}
	.stop2{
		margin-bottom: 20px;
	}
	.stop3{
		float: none;
		clear: both;
		width: 220px;
		margin: 0 auto;
	}
	.phone2 {
		margin-top: 14px;
	}
}