@charset "utf-8";
/* CSS Document */
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, 
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, 
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, 
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section, summary {
  display: block;
}

mark {
  background-color: transparent;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(img/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
	background-attachment: fixed;
	background-size: 100%;
}

#top_bar {
	position: fixed;
	width: 100%;
	height: 66px;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 3px 5px 0 #9E9E9E;
	box-shadow: 0 2px 4px 0 #9E9E9E;
}
	#top_wrap {
		width: 1000px;
		margin: auto;
	}
		#logo {
			width: 226px;
			height: 60px;
			position: relative;
			float: left;
			margin: 3px 0px;
			background-color: #FFFFFF;
			z-index: 999;
		}
		#wrap-menu {
		max-width: 774px;
		margin: auto;
		}
			.menu{
			border: none;
			border: 0px;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: normal;
			font-stretch: expanded;
			background: none;
			background-color: #FFFFFF;
			}
				.menu ul{
				background: none; /* Tło paska menu */
				height: 66px;
				list-style: none;
				margin: 0;
				padding: 0;
				}
					.menu li{
					float: right;
					padding: 0px;
					}
						.menu li a{
						background: none;
						color: #000000;
						display: block;
						line-height: 66px;
						margin: 0px;
						padding: 0px 23px;
						text-align: center;
						text-decoration: none;
						}
							.menu li a:hover, .menu ul li:hover a{
							background-color: #B7177B; /* kolor podswietlenia */
							color: #FFFFFF; /* kolor tekstu podswietlonego */
							text-decoration: none;
							}
#ofirmie, #oferta, #lokalizacja, #kontakt, #home {
	padding-bottom: 40px;
}

#home_area {
	clear: both;
	width: 1000px;
	min-height: 800px;
	margin: auto;
	margin-top: 65px;
}
#page_bar {
	clear: both;
	width: 100%;
	padding-bottom: 30px;
}
	.white {
		background-color: #FFFFFF;
	}
	.grey {
	background-color: #F5F5F5;
	}
	.dgrey-line {
		background-color: #373737;
		border-top: solid 2px #AC1B62;
	}
#page_area {
	width: 960px;
	margin: auto;
}
	#page_area h1 {
		margin: 0px 0px 20px 0px;
		padding: 50px 0px 0px 0px;
		font-size: 24px;
		font-weight: bold;
	}
	#page_area h2 {
		padding: 25px 0px 0px 0px;
		font-size: 18px;
		font-weight: bold;
	}
	#page_area p {
		line-height: 1.5;
		text-align: justify;
		size: 14px;
		padding: 20px 0px;
	}
	#page_area ul {
		list-style: square;
		line-height: 1.5;
		margin: 0px 0px 0px 10px;
		padding: 0px 10px;
		text-align: justify;
	}
		#page_area ul li {	
		}
#line {
	min-width: 100%;
	max-height: 1px;
	border-top: solid 1px #AC1B62;
}
#kontakt {
	position: relative;
	float: left;
	padding: 20px 40px;
	color:#333333;
}
#formularz {
	position: relative;
	float: right;
	margin: 20px 60px 20px 40px;
}
#footer_area {
	width: 960px;
	margin: auto;
}
	#footer_area p {
	line-height: 1.5;
	text-align: left;
	size: 12px;
	padding: 30px 0px;
	color:#9E9E9E;
	}
.pink {
	color: #B41688;
}
.comment {
	color: #7E7E7E;
	font-size: 13px;
	text-align: left;
}
#copyright {
	position:relative;
	float: left;
}
#globalarena {
	width: 160px;
	height: 17px;
	margin: 5px 0px 0px 0px;
	position:relative;
	float: right;
}
	#globalarena img{
		margin: 2px 0px 0px 0px;
	}
#clear {
	clear: both;
}
/*FORM*/
#contact_form{
 width:350px;
 padding:20px;
 border: 1px solid #DDD;
 border-radius: 5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #666666;
 background:#FAFAFA;
 margin-right: auto;
 margin-left: auto;
}
#contact_form legend{
 font-size: 15px;
 color: #C9C9C9;
}
#contact_form label{
 display: block;
 margin-bottom:5px;
}
#contact_form label span{
 float:left;
 width:100px;
 color:#666666;
}
#contact_form input{
 height: 25px;
 border: 1px solid #DBDBDB;
 border-radius: 3px;
 padding-left: 4px;
 color: #666;
 width: 230px;
 font-family: Arial, Helvetica, sans-serif;
}
#contact_form textarea{
 border: 1px solid #DBDBDB;
 border-radius: 3px;
 padding-left: 4px;
 color: #666;
 height:100px;
 width: 230px;
 font-family: Arial, Helvetica, sans-serif;
}
.submit_btn {
 border: 1px solid #B41688;
 padding: 5px 15px 5px 15px;
 color: #8D8D8D;
 text-shadow: 1px 1px 1px #FFF;
 border-radius: 3px;
 background: #F8F8F8;
}
.submit_btn:hover
{
	background-color: #B41688;
	color: #D1D1D1;
	text-shadow: 1px 1px 1px #000000;	
}
.success{
 background: #ffb7db;
 padding: 10px;
 margin-bottom: 10px;
 border: 1px solid #ffb7db;
 border-radius: 5px;
 font-weight: normal;
}
.error{
 background: #FFDFDF;
 padding: 10px;
 margin-bottom: 10px;
 border: 1px solid #FFCACA;
 border-radius: 5px;
 font-weight: normal;
}
/*SC*/
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('img/icon_top.png') no-repeat;
}
@media only screen and (max-width: 1250px) {
#home_area {
	min-height: 600px;
}
}
@media only screen and (max-width: 1100px) {
#home_area {
	min-height: 550px;
}
}
@media only screen and (max-width: 900px) {
#home_area {
	min-height: 450px;
}
}
