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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/* --- styl --- */

body {
	background: #465d8e url(../images/bg.jpg);
	color: #000;
	font-family: "Gill Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
img {
	border: 0;
}

#ground {
  background-image: url(../images/bg.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
}

#clouds {
  background-image: url(../images/clouds.png);
  background-repeat: repeat;
  background-attachment: fixed;
}

* html #clouds {
  /* because IE6 can't do transparent PNGs for backgrounds */
  background-image: url(../images/clouds.gif);  
}

#javascriptcode {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

/* ---- typo ---- */

h1 {
	font-size: 38px;
	font-family: Lobster;
	font-weight: 100;
	color: #285E81;
	padding-top: 15px;
	text-shadow: 0 0 2px 2px #666;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 18px;
	font-family: Lobster;
	font-weight: 100;
	color: #285E81;
	padding-bottom: 10px;
}
p {
	color: #888;
	font-size: 13px;
}
a {
	color: #C60;
	text-decoration: none;
}

/* ---- forms ---- */

form fieldset {
  margin-left: 80px;
  border-width: 0px;
}
form p {
  clear: both;
  padding-left: 80px;
}
form p label {
  float: left;
  width: 170px;
  margin-left: -180px;
  text-align: right;
  line-height: 1.75;
}
form span.radio label {
  float: none;
  width: auto;
  margin-left: 0;
  font-style: italic;
}

form input,
form textarea {
  outline: none;
  font-family: "Cambria", "Book Antiqua", "Times New Roman", Times, serif;
  font-style: italic;
  color: #3a3634;
  background: transparent;
}

form input.input {
  width: 420px;
  margin: 0;
  padding: 2px 5px;
  border: none;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}

form input.inputc {
  width: 80px;
  margin: 0;
  padding: 2px 5px;
  border: none;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}

form p#macguffin {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

form textarea {
  border: 1px dotted #ccc;
  font-size: 12px;
  line-height: 1.428571429;
  width: 420px;
  padding: 5px;
}

form p.submit {
  padding-left: 0;
  text-align: center;
}
form p.submit input {
  border: 3px double #5f5f5f;
  font-size: 18px;
  cursor: pointer;
  background-color: #f9f3e1;
}
form p.submit input:hover {
  border: 3px double #e8747b;
}

/* ---- interface ---- */

#sitebox {
	background: url(../images/tlo_glow.png) no-repeat top center;
	margin-left: auto;
	margin-right: auto;
	min-height: 412px;
	width: 980px;
}
#logo {
	height: 58px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 200px;
}
#menu {
	background: url(../images/menu_tlo.png) no-repeat;
	display: block;
	height: 68px;
	width: 980px;
	z-index: 999;
}
a.menun {
	float: left;
	width: 228px;
	height: 68px;
	line-height: 69px;
	display: block;
	color: #888;
	font-size: 18px;
	margin-left: 9px;
	margin-right: 7px;
	font-weight: 100;
	text-decoration: none;
	text-align: center;
}
a.menun:hover {
	color: #FFF;
	text-shadow: 0.2em 0.2em 0.3em #ccc;
}
a.menua {
	float: left;
	width: 228px;
	height: 68px;
	line-height: 69px;
	display: block;
	color: #FFF;
	text-shadow: 0.2em 0.2em 0.3em #ccc;
	background: url(../images/menu_glow.png) center no-repeat;
	font-size: 18px;
	margin-left: 9px;
	margin-right: 7px;
	font-weight: 100;
	text-decoration: none;
	text-align: center;
}
#tresc {
	background: url(../images/sky2bg.jpg) no-repeat top #fff;
	box-shadow: 0 0 2px 2px #666;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 450px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 2px 2px #666;
	-webkit-box-shadow: 0 0 2px 2px#666;
	width: 960px;
}
#treschead {
	width: 960px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#trescem {
	width: 960px;
}
#ludzie {
	height: 220px;
	width: 960px;
	background: url(../images/ludzie.png) bottom right no-repeat;
}
#ludzie2 {
	height: 220px;
	width: 960px;
	background: url(../images/ludzie3.png) bottom right no-repeat;
}
.wstepniak {
	width: 750px;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Marck Script", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 100;
	font-style: italic;
	color: #999;
	text-align: center;
	letter-spacing: 2px;
}
#portfolio {
	background-color: #ccc;
	min-height: 220px;
	width: 960px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url(../images/bg_portfolio.jpg);
}
.portfolio_element {
	width: 205px;
	float: left;
	text-align: center;
}
#kontakttr {
	width: 610px;
	min-height: 120px;
    background: url(../images/dot.png);
	margin-left: 20px;
	margin-right: 20px;
	padding: 15px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 2px 2px #999;
	-webkit-box-shadow: 0 0 2px 2px#999;
}
#kontaktdane {
	width: 230px;
    background: url(../images/dot.png);
	margin-right: 20px;
	padding: 15px;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 2px 2px #999;
	-webkit-box-shadow: 0 0 2px 2px #999;
}
#kontaktem {
	width: 960px;
	height: 230px;
	background: url(../images/ludzie2.png) bottom center no-repeat;
}
#kontaktpod {
	background-color: #ccc;
	min-height: 60px;
	line-height: 60px;
	width: 960px;
	font-family: Lobster;
	font-size: 24px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url(../images/bg_portfolio.jpg);
}
#footmenu {
	color: #FFF;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.2em black;
	width: 980px;
}
#footmenu a {
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
#footmenu a:hover {
	color: #FFC;
}
#copyright {
	color: #bbb;
	font-size: 11px;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.2em black;
	width: 980px;
	margin-bottom: 10px;
}
#logosys {
	width: 312px;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/logosys.png) no-repeat;
	padding-bottom: 20px;
}
#portfimg {
	display: block;
	float: left;
	margin-left:20px;
}
.kontakt_blok {
	font-family: "Gill Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #555;
    display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.kontakt_blok a {
	border-bottom: 1px dotted #C60;
}
.kontakt_blok a:hover {
	border-bottom: 1px solid #C60;
}
.kontakt_img {
	padding-right: 9px;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align:middle;
	border-right: dotted 1px #ccc;
}
.kontakt_txt {
	padding-left: 10px;
}

/* ----- facebook ----- */

#wysuwane {
	background: url("../images/fbbg.png") no-repeat scroll 0 0 transparent;
	padding: 10px;
	width: 335px;
	height: 402px;
	position: fixed;
	margin-top: -100px; /*połowa wysokości panelu w górę */
	left: 0px;
	top: 50%;
	z-index: 999;
}
.zamknij {
	background-position: 0px 0px -342px 0px;
}

.slide_elem_icon {
	width: 24px;
	margin-right: 10px;
	margin-left: 5px;
	float: left;
	display: block;
}

.slide_elem_tresc {
	width: 210px;
	margin-right: 20px;
	float: left;
	display: block;
}	

/* ------ slider feat. ------- */

.slider_features {
	z-index: 1;
}

.slider_features ul {
	width: 820px;
	height: 140px;
	overflow: hidden;
}
.slider_features li {
	list-style: none;
	margin: 0;
	height: 140px;
}
.slider_features .bx-wrapper {
	margin: 0 auto;
}
.slider_features .bx-prev {
	position: absolute;
	top: 0px;
	left: -55px;
	width: 20px;
	height: 130px;
	text-indent: -999999px;
	background: url(../images/btn_prev.gif) no-repeat 0 -130px;
}
.slider_features .bx-next {
	position: absolute;
	top: 0px;
	right: -40px;
	width: 20px;
	height: 130px;
	text-indent: -999999px;
	background: url(../images/btn_next.gif) no-repeat 0 -130px;
}
.slider_features .bx-next:hover,
.slider_features .bx-prev:hover {
	background-position: 0 0;
}

/* ------ slider portf. ------- */

.slider_portfolio {
	padding-left: 190px;
}
.slider_portfolio ul {
	width: 620px;
	height: 240px;
	overflow: hidden;
	float: left;
}
.slider_portfolio li {
	list-style: none;
	margin: 0;
	height: 240px;
	padding-top: 40px;
}
.slider_portfolio .bx-wrapper {
	margin: 0 auto;
}
.slider_portfolio .bx-prev {
	position: absolute;
	top: 105px;
	left: -55px;
	width: 10px;
	height: 20px;
	text-indent: -999999px;
	background: url(../images/btn_left.png) no-repeat 0 -20px;
}
.slider_portfolio .bx-next {
	position: absolute;
	top: 105px;
	right: -40px;
	width: 10px;
	height: 20px;
	text-indent: -999999px;
	background: url(../images/btn_right.png) no-repeat 0 -20px;
}
.slider_portfolio .bx-next:hover,
.slider_portfolio .bx-prev:hover {
	background-position: 0 0;
}


/* --- button --- */

.sbutton {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.4);
	
	color:rgba(0,0,0,0.9);
	text-shadow:1px 1px 0px rgba(255,255,255,0.8);
	border:1px solid rgba(0,0,0,0.5);
	
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
	background:-moz-linear-gradient(top,rgba(255,255,255,1),rgba(185,185,185,1));

	padding:5px 5px 5px 5px;
}

.sbutton:hover {
	background:rgba(240,240,240,1);
}

.sbutton:active, button:focus {
	background:-webkit-gradient(linear,0% 100%,0% 0%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
	background:-moz-linear-gradient(bottom,rgba(255,255,255,1),rgba(185,185,185,1));
}

.sbutton:disabled {
	color:rgba(0,0,0,0.4);
	text-shadow:1px 1px 0px rgba(255,255,255,0.5);
	background:rgba(220,220,220,1);
}
