html, body {
	margin:0;
	padding:0;
	}
 html {
    height: 100%;
  }
body{
    color:#544336;
	min-height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12pt;
	background: url("../img/bg3.jpg") repeat ;
	width:100%;
	position:relative
    }
#b_m{
	border-bottom: 3px solid #544336;
	box-shadow: 0 0 17px 8px #000;
	background: url("../img/bg.jpg") repeat;
	width: 100%;
	position:fixed;
	top:0;
	z-index:998;
}
#b_m>div, #baner>div, #strona>div{
	min-width:320px;
	max-width:1000px;
}
#b_m>div{
	margin:30px auto;
	padding-left:20px;
	text-align:center;
	position:relative;
}
#b_m ul{
    margin: 10px auto;
	padding:0;
}
#b_m li{
	display:inline-block;
}
#b_m li:not(:last-child):after{
	content:"|";
	padding:0 10px;
}
@media screen and (min-width: 720px) {
	#b_m>div{
		height:auto;
		text-align:left;
	}
	#b_m ul{
		bottom:10px;
		margin: 0;
		position: absolute;
		right: 20px;
	}
}
#b_m a{
text-transform: uppercase;
text-decoration:none;
color: #fff;
  font-size: 14px;
}
#b_m a:hover{
	color:#03861f;
}
#footer{
	font-size: 12px;
	border-top: 1px solid #fff;
	color:#9e7e66;
	text-align:center;
	height:60px;
	line-height:25px;
	position:absolute;
	bottom:-40px;
	width:100%;
	padding-top: 15px;
}
#footer a{color:white;text-decoration:none;}
#footer a:hover{color:#2E761B;}
#baner, #footer{
	background: url("../img/bg2.jpg") repeat ;
	width:100%;
    font-family:"trebuchet ms", sans-serif;
}
#baner{
	font-size: 14px;
	color:#fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0 0 20px 10px #000 inset;
}
#baner > div {
    margin: 0 auto -120px;
    padding-top: 160px;
	text-align:center;
}
.baner_ramka{
    border: 10px solid #544336;
    display: inline-block;
    height: 270px;
    margin: 20px;
    width: 270px;
	box-shadow: 0 0 17px 8px #000;
	margin: 20px;
	color:#fff;
	text-decoration:none;
	vertical-align: top;
}
.baner_ramka>div{
    background: rgba(0,0,0, 0.75);
	font-size: 23px;
    height: 70px;
    padding: 20px;
    position: relative;
    top: 160px;
    width: 230px;
	text-align: left;
}
.baner_ramka>div>span{
display: block;
    font-size: 30px;
    text-align: center;
}
#strona>div{
   margin: 20px auto;
   padding:0;
   position:relative;
}
#strona{
	padding: 120px 0 50px;
}
/*-----------------START----------------------*/
#start h1{text-align:center;}
#start h2 {
color: #544336;
font-size: 20px;
text-align: left;
}
/*--------------OFERTA----------------------*/
#m_oferta{
	display:inline-block;
   background-color: #544336;
}
#m_oferta li{
  display: block;
  margin-bottom:20px;
}
#m_oferta ul{
	margin:0;
	padding-right:20px;
}
#m_oferta a{
	color:#FFF;
	text-decoration:none;
}
#m_oferta h1{
	padding-left:20px;
	color:#FFF;
}
#b_oferta{
	margin-top:20px;
	display:block;
}
.wybrany{
	color:#03861f !important;
}
.ramka_oferta{
    border: 3px solid #544336;
    display: inline-block;
    height: 220px;
    margin: 0 0 20px 20px;
    width: 220px;
	vertical-align:top;
	color: #FFF;
	text-decoration:none;
	background-position: center;
}
.ramka_oferta span{
	display: block;
	height: 20px;
	background: rgba(84,67,54, 0.95);
	padding: 10px;
	overflow: hidden;
	line-height:25px;
}
.ramka_oferta span:last-child{
	position: relative;
	top: 140px;
	text-align:right;
}
.promocja{
	color: #ECE92A;
	font-weight: bold;
}
#b_oferta>div{
	margin-left:20px;
}
#b_oferta img{
	max-width:420px;
	min-width:300px;
	vertical-align:top;
	border:10px solid #544336;
	margin: 20px 0 0 20px;
}
#b_oferta h2{
	margin:0 0 0 20px;
	min-width: 320px;
}
.cena{
	text-align: center;
	margin:  0 0 20px !important;
	list-style-type: none;
	font-size: 27px;
}
#b_oferta table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0 0 20px;
	min-width:300px;
	table-layout:fixed;
	max-width: 720px;
	width: 100%;
}
#b_oferta ul{
    margin: 20px 0 0 40px;
    width: 230px;
    display: inline-block;
	padding:0;
}
#b_oferta tr{
vertical-align:middle;
text-align:center;
}
#b_oferta tr :not(:last-child){
border-right:1px solid #544336;
}
#b_oferta tr:not(:last-of-type) {
border-bottom: 1px solid #544336;
}
#b_oferta td:first-child, #b_oferta tr:first-child{
background-color:rgba(84,67,54, 0.75);
color: #fff;
}
#b_oferta td{
padding:10px 0;
width:120px;
overflow:hidden;
}
@media screen and (min-width: 720px) {
	#m_oferta{
	  width: 250px;
	  background-color:#544336;
	  display: inline-block;
	  position: absolute;
	  height: auto !important;
	  height: 100%;
	  min-height: 100%;
		text-align: left;
	}
	#b_oferta{
	  min-width: 320px;
	  margin-left: 260px;
		margin-top:0;
	  text-align:left;
	  vertical-align:top;
	}
}
/*------------------KONTAKT-------------*/
#kontakt>div{
	display:inline-block;
	width: 350px;
	height:380px;
	vertical-align: top;
	padding:20px;
}
#kontakt>div:not(:last-of-type){
	background-color:#544336;
	color:#FFF;
	width: 185px;
}
#mapka{
	width:300px !important;
	height:370px !important;
	margin:0px;
	border: 5px solid #544336;
}
#kontakt h1, #kontakt h2 {
	text-align:center;
}
#kontakt h1, #kontakt h2{
	margin: 0 0 5px;
}
h1{font-size: 30px}
#kontakt p{
	margin: 10px 0 0;
 	position: relative;
 	line-height: 22px;
  	font-size: 14px;
}
#kontakt p>span{
    display: inline-block;
    position: absolute;
    right: 0;
}
  #kontakt label{
	display: block;
    margin: 15px 0 0;
    line-height: 30px;
    position: relative;
}
#kontakt label>input{
	padding:5px;
	right:0;
	width:200px;
    position: absolute;
	border: 1px solid #544336;
}
#kontakt label>textarea{
	border: 1px solid #544336;
	height: 80px;
	resize: none;
	padding:5px;
	width:340px;
}
#email {
    /* background: transparent url("../img/button.jpg") repeat-x scroll 0 0;
    border: 0 none;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 31px;
    width: 142px;
	margin-top:15px; */
	float:right;
}
/* #email:hover
{
background: url("../img/button.jpg") repeat-x scroll 0 -31px transparent;
} */
.blad
{
    border: 1px solid #d72828 !important;;
}
/*----------------------------*/
#jak_zamawiac a{
    color: #716A62;
    display: inline-block;
    font-style: italic;
    height: 230px;
    line-height: 440px;
   margin: 0 35px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 253px;
}
#dostawa_kontener>p, #jak_zamawiac p, #start p {
	text-align:justify;
}
#dostawa_img{
	border: 10px solid #544336;
}
#dostawa_kontener{
	display: inline-block;
	vertical-align: top;
	max-width: 600px;
	margin-left: 20px;
}
#dostawa_kontener>h1{
	margin: 0 0 20px
}
#dostawa_kontener >p{
	text-align:justify;
}
.imgUpload{
	width: 180px;
	height: 180px;
	display: block;
	background-color: #d5b85e;
	border: 4px solid white;
	border-radius: 8px;
	box-shadow: 0px 0px 4px;
	line-height: 180px;
	text-align: center;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}
.btn-close {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  padding: 10px;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border-radius: 20px;
  opacity: .5;
	display: inline-block;
	position: relative;
	top: -75px;
	right: -90px;
	background-color: #fff;
	box-shadow: 0 0 4px;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.btn:hover{
	background: linear-gradient(45deg, transparent 49%, #32682a 49% 51%, transparent 51%) , linear-gradient(-45deg, transparent 49%, #32682a 49% 51%, transparent 51%);
  background-size: 1em 1em;
	background-color: #3d7628 !important;

}
.btn {
  color: #fff !important;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  background: linear-gradient(45deg, transparent 49%, #5b4b41 49% 51%, transparent 51%) , linear-gradient(-45deg, transparent 49%, #5b4b41 49% 51%, transparent 51%);
  background-size: 1em 1em;
  background-color: #655347 !important;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: #00000094;
}
.modal_bg >div{
	width: 90%;
	max-width: 500px;
	background-color: #fff;
	border-radius: 10px;
	padding: 1rem;
	margin: auto;
	position: relative;
	top: 50px;
}
