/* CSS Document */
/* css reset -------------------------------------------- */
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;
  color: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
html { height: 101%; }
body, table { height: 100%; position: relative; font-size: 0.9em; line-height: 1.5em; font-family: 'Lucida Sans Unicode', Tahoma; text-align: left;}
 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
 
strong { font-weight: bold; } 
 
table { border-collapse: collapse; border-spacing: 0; width: 100%;}
img { border: 0; max-width: 100%; } 

p, li { font-size: 0.9em; line-height: 1.5em;}

h1 {font-size:1.2em; font-weight: bold;line-height: 120%;}
h2 {font-size:1em; font-weight: bold; line-height: 110%;}

.clearline {clear:both;} 
 
#main_container {  
 min-height:100%;
 min-width: 450px;
 height:100%;
 position: relative;
 width: 100%; 
 top: 0px;
}  

.anchor{
  display: block;
  visibility: hidden;
}
#separator {
  width: 100%;
  height: 10px;
  margin-top: 10px;
  position: relative;
  background-color: #999; 
}  

#wrap-contact-form91 .rf_submit{
    background-color: #f31515 !important;
} 

/* HEADER ================================================== */   
header { 
  width: 100%;  
  margin: 0 auto;
  position: absolute;
  z-index: 900;  
  background-color: #123;
  display: none;
  } 
nav#menu-top {
  float: right;
  padding: 50px 0 0 0; 
  height: 50px;
  white-space:nowrap;
  font-family: 'Advent', Tahoma;
  position: relative;
  right: 20%;
} 
main {
	/*position: absolute;*/
	width: 98%;
	margin: 0 auto;
	min-height: 300px;
} 

span + div.custom {
	position: relative;
	width: auto;
	padding: 20px 30px;
	font-family: 'Lucida Sans Unicode', Tahoma;
}
/* LOGO ================================================== */   
#logo_container {
  width: 49%;
  height: auto;
  margin: 0 auto;
  float: left;
  background-color: #fff;
  text-align: left;
  padding-top: 80px;
}
.mod-languages{
  margin-top: 60px;
}
 
/* SLIDER =================================================   */
#sliderpages{  
  width: 49%;
  height: auto;
  margin: 0 auto;
  float: right;  
  background-color: #fff;
  text-align: left;
}


/* MAIN PAGE =================================================   */
#content-zamowienie + div, #content-oksiazce + div.custom {
  width: 49%;
  height: auto;
  margin: 0 auto 50px auto;
  background-color: #fff;
  text-align: left;
}

#content-zamowienie + div {  
  float: left;
}

#content-oksiazce + div.custom {  
  float: right; 
}


/* footer --------------------------------- */
footer {
  width: 100%;
  height: auto;
  background-color: #999; 
  position: fixed;
  bottom: 0px;
  left:0;  
  z-index: 9999;
}  
footer:before {position:relative; width: 100%; height: 120px;clear:both;}
footer p{
  text-align: center;
  color: #fff; 
  font-size: 0.8em; 
  line-height: 1em; 
  font-weight: bold;
  margin: 2px 0;
}
#f1, #f2 {
	width: 49%;
	height: auto;
	padding:5px 20px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
#f1 {
	float: left;
}
#f2 {
	float: right;
}

/*========== 800 ========== ========== ========== */
@media screen and (max-width: 800px) {
#logo_container {
  width: 100%;
  clear: both;
}
 
#sliderpages{  
  width: 100%;
}

#content-zamowienie + div {  
  width: 100%;
  clear: both;
}

#content-oksiazce + div.custom {  
  width: 100%;
  clear: both;
  padding-bottom: 130px; 
  text-align: center;
}
#f1, #f2 {
	width: 100%;
}


}