/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
  */
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
  */
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
  */
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
  */
  display: list-item;
}

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

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
  */
  overflow: hidden;
}



/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
  */

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}



/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
  */

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
  */

  body {
    min-width: 960px;
  }

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
  */

  .clearfix,
  .container_12,
  .container_16 {
    zoom: 1;
  }


  body {
    background: #fff;
    color: #333;
    font-size: 11px;
    height: auto;
    padding-bottom: 20px;
    background-repeat: repeat-x;
    font-family: Helvetica, Arial, Sans-Serif;

  }

  a {
    color: #000;
    text-decoration: none;
    outline: none;
  }

  a:hover {
    /*  text-decoration: underline; */
  }

  a:focus {}

  h1 {
    font-family: Georgia, serif;
    font-weight: normal;
    padding-top: 20px;
    text-align: center;
  }

  h2 {
    padding-top: 20px;
    text-align: center;
  }

  p {
    border: 0px solid #666;
    overflow: hidden;
    padding: 5px 0;

  }


  .container_12,
  .container_16,
  .container_24 {
    background-color:#fff;
    margin-bottom: 20px;
  }

  .container_12 {
/*
  background-image: url(../img/12_col.gif);
  */
}

.grey-gradient {
  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}

.menu-gradient {

  background: #81b527; /* Old browsers */
  background: -moz-linear-gradient(top,  #81b527 0%, #81b527 31%, #87bf2d 80%, #689d13 89%, #639808 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81b527), color-stop(31%,#81b527), color-stop(80%,#87bf2d), color-stop(89%,#689d13), color-stop(100%,#639808)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #81b527 0%,#81b527 31%,#87bf2d 80%,#689d13 89%,#639808 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #81b527 0%,#81b527 31%,#87bf2d 80%,#689d13 89%,#639808 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #81b527 0%,#81b527 31%,#87bf2d 80%,#689d13 89%,#639808 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #81b527 0%,#81b527 31%,#87bf2d 80%,#689d13 89%,#639808 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81b527', endColorstr='#639808',GradientType=0 ); /* IE6-9 */

}


/*
CONTENT
*/

.right {float:right;}

.left {float:left;}

.content {}

.content h2.title {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #2872b3;
  font-size:16px;font-weight: 400;
  padding:0;
  margin:0;
  padding-bottom:1px;
  padding-top:1px;
  border-bottom:1px solid #9ace23;

  text-align:left;
  background: url('../img/h2_back.jpg') no-repeat left center;
  padding-left:25px;
  font-size:18px;
}

.content h1.title {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #2872b3;
  font-size:16px;font-weight: 400;
  padding:0;
  margin:0;
  padding-bottom:1px;
  padding-top:1px;
  border-bottom:1px solid #9ace23;

  margin-bottom:10px;
  text-align:left;
  background: url('../img/h2_back.jpg') no-repeat left center;
  padding-left:25px;
  font-size:18px;
}

.content h3.title3 {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #2872b3;
  font-size:12px;font-weight: 400;
  padding:0;
  margin:0;
  padding-bottom:1px;
  text-align:left;
  padding-left:5px;
  font-size:16px;
  margin-top:10px;
  margin-bottom:10px;
  border-bottom:1px solid #92b7d8;
}

.content h2.title a {font-size:10px;color:#666;font-family: Helvetica, Arial, Sans-Serif;margin-left:5px;}

.content h1.title a {font-size:10px;color:#666;font-family: Helvetica, Arial, Sans-Serif;margin-left:5px;}

.content h2.title2 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  border-bottom:0px solid #ccc;
  color: #2872b3;
  font-size:24px;
  margin:0;
  padding:0;
  text-shadow: -1px -1px white, 1px 1px #ccc;
  height:31px;
}

ul#shorts {list-style-type: none;}
ul#shorts li {margin:0;padding:0;float:left;display:block-inline;}

ul#shorts .short {width:170px;text-align:center;border:0px solid #ccc;height:160px;position:relative;margin-right:20px;}
ul#shorts .short img {margin-bottom:10px;position:absolute;bottom:10px;left:0px}
ul#shorts .short a {  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: 'PT Sans Narrow', sans-serif;color:#222;padding:0px;position:absolute;bottom:0px;width:100%;left:0;font-weight:normal;font-size:14px;}
  ul#shorts .short a:hover {text-decoration: none;background-color: #6eac40;color:#fff;}

  ul#shorts2 {list-style-type: none;}
  ul#shorts2 li {margin:0;padding:0;}

  ul#shorts2 .short {width:220px;text-align:center;border:0px solid #ccc;height:150px;position:relative;}
  ul#shorts2 .short img {margin-bottom:10px;position:absolute;bottom:10px;left:25px;}
  ul#shorts2 .short a {color:#666;padding:0px;position:absolute;bottom:0px;width:100%;left:0;font-weight:bold;}
  ul#shorts2 .short a:hover {text-decoration: none;background-color: #6eac40;color:#fff;}

  ul.news {list-style-type:none;margin:0;padding:0;}
  ul.news li {margin:0;padding:0;padding-bottom:5px;padding-top:5px;border-bottom:1px dashed #ccc;}
  ul.news li.last {border-bottom:none;}
  ul.news li img {float:left;padding:1px;border:1px solid #ccc;margin-right:10px;vertical-align: top;margin-top:10px;}
  ul.news li p.date {float:right;border:none;padding:0;margin-bottom:0px;font-size:10px;}
  ul.news li p.short {border:none;padding:0;text-align:left;}
  ul.news li h3 {margin-bottom:5px;}
  ul.news li h3 a {font-size:12px; color:#4585bd; font-weight:bold;}

  #kosztorysy {width:100%;color:#4a4a4a;margin-top:10px;}
  #kosztorysy tr {background-color:#fff;border:none;border-bottom:1px dashed #ccc;}
  #kosztorysy tr:last-child {border:none;}
  #kosztorysy td {padding:5px;}
  #kosztorysy tr.even {background-color:#fff;border-bottom:1px dashed #ccc;}

  #kosztorysy a {color:#4a4a4a;font-weight:normal;}
  #kosztorysy a:hover {color:#000;text-decoration:none;}

  #warto-wiedziec {list-style-type:none;margin:0;padding:0;margin-top:10px;}
  #warto-wiedziec li {margin:0;padding:0;padding-left:10px;border-left:5px solid #63bf18;margin-bottom:5px;}
  #warto-wiedziec li a {color:#444;}
  #warto-wiedziec li a:hover {color:#000;}

  .promos-bottom {margin-top:10px;border-top:0px solid #ccc;padding-top:0px;}

  .promos-bottom h2.title {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #2872b3;
    font-size:16px;font-weight: 400;
    padding:0;
    margin:0;
    padding-bottom:1px;
    padding-top:1px;
    border-bottom:1px solid #9ace23;
    text-align:left;
    background: url('../img/h2_back.jpg') no-repeat left center;
    padding-left:25px;
    font-size:18px;
  }

  .footer {margin-top:10px;text-align:center;}
  .footer a {color:#787878;}

  #news-slider2 {overflow: hidden;height:200px;float:left;}
  #news-slider {overflow: hidden;height:200px;float:left;}
  #cs-buttons-news-slider {display: none;}
  #cs-buttons-news-slider2 { position: absolute !important; bottom: 15px; right: 0px; left: 85% !important;}
.cs-buttons a {
  border: 1px solid #9ace23 !important;
}

.cs-active {
  background: #9ace23 !important;
}

  .project-promo {padding:2px;font-size:12px;color:#fff;height:36px;
    background-color:#222;

  }

  .project-promo p {padding:0;margin:0;border:none;text-align:center;color:#fff;}

  .realizacje-main {width:230px;height:165px;}
  .realizacje-main img {padding:0;margin:0;}

  .render-list {margin-bottom:20px;position:relative;}
  .render-list p {
    padding:7px;
    width:204px;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
    border: 1px solid #ccc;
    border-top: 1px solid #fff;
    margin:0;
  }

  .render-list a {font-weight:bold;color:#333;font-size:11px;}
  .render-list a:hover {text-decoration:none;}


/*
PAGER
*/


.pagenav {
  border: 1px solid #CCCCCC;
  color: #2872B3;
  display: block-inline;
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin: 5px;
  padding: 3px 5px;
}

.this-page {
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
  display: block-inline;
  float: left;
  font-size: 12px;
  line-height: 14px;
  margin: 5px;
  padding: 3px 5px;
}

#pagebarUTH {display:block;float:left;width:700px;margin:10px;margin-left:0px;}


/*
project details 
*/

.project-details-render-small {height:122px;float:right;width:200px;position:relative;}
.project-details-render-small img {margin-left:10px;}

.short-zoom-small {position:absolute;top:30px;left:80px;opacity: 0.7;background-image: url('../img/zoom_small.png');width:60px;height:60px;display:none;}

#project-details-render-big {float:left;position:relative;width:500px;height:367px;}


.short-zoom-big {position:absolute;top:125px;left:180px;opacity: 0.7;background-image: url('../img/zoom.png');width:128px;height:128px;display:none;}

.button-short {position:absolute;bottom:5px;left:5px;}
.button-short2 {position:absolute;bottom:5px;left:95px;}
.button-short3 {position:absolute;bottom:5px;right:5px;}

.button-blue {


  font-size: 14px;
  font-weight:bold;
  color: #ffffff;
  padding: 5px 10px;
  background: #3c9de8;
  background: -moz-linear-gradient(
    top,
    #3c9de8 0%,
    #2c8ede 25%,
    #2c8ede);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#3c9de8),
    color-stop(0.25, #2c8ede),
    to(#2c8ede));
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  -moz-box-shadow:
  0px 3px 11px rgba(130,130,130,0.5),
  inset 0px 0px 1px rgba(044,142,222,1);
  -webkit-box-shadow:
  0px 3px 11px rgba(130,130,130,0.5),
  inset 0px 0px 1px rgba(044,142,222,1);
  box-shadow:
  0px 3px 11px rgba(130,130,130,0.5),
  inset 0px 0px 1px rgba(044,142,222,1);
  text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,0.3);

}

.project-details-menu {
  margin-top:10px;
  height:auto;
  float:left;
  padding:5px;
  width:690px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.project-details-menu  a {
  color:#fff;
  font-size:11px;
  display:block-inline;
  float:left;
  margin-right:0px;
  margin-left:10px;
  padding:5px;

}

.project-details-menu a.last {
  margin-right:0px;
}

.project-details-menu a.active {
  padding-left:10px;
  background-image: url('../img/arrow_right.png');
  background-position: left center;
  background-repeat: no-repeat;
  font-weight:bold;
}


#project-detail-table {width:400px;color:#4a4a4a;margin-top:10px;color:#4a4a4a;margin-bottom:0px;}
#project-detail-table tr {background-color:#fff;border:none;}
#project-detail-table td {padding:3px;border-left:10px solid #fff;}
#project-detail-table tr.even {background-color:#ddd;}

.project-opis {}
.project-opis p {margin:0px;padding:0px;}
.project-opis {border:0;margin:0;padding:0;}

.photo_news {padding:2px;border:1px solid #ccc;margin:10px;vertical-align: top;float:left;}


.realizacje-small {padding:1px;border:1px solid #ccc;}


#realizacja {list-style-type:none;}
#realizacja > li {padding:0;margin:0;}
#realizacja > li > a > img {padding:1px; border:1px solid #ccc;margin:12px;float:left;display:block-inline;}



.rzuty {width:290px;}

.rzuty tr {font-size:11px;}
.rzuty td {padding:6px;border:3px solid #fff;background-color:#E2F0FB;}
.rzuty td.odd {background-color:#D5E3EE;font-weight:bold;}
.rzuty td.number {font-size:9px;}



.rp > p {padding:2px;}


ul.tabs {
  margin: 0;
  padding: 0;
  width: 455px;
  float:left;
  padding-left: 5px;
  border: 1px solid #ccc;
  border-bottom: 0px;
  padding-top: 3px;
  border-right: 0px;
}
ul.tabs li {
  display: block;
  float: left;
  padding: 0 3px;
  margin:0px;
}

ul.tabs li:last-child {
  padding-right: 0px;
}

ul.tabs li a {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #C3C3C3 #C3C3C3 #FFFFFF;
  border-style: solid;
  border-width: 1px;
  color: #666;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  outline: medium none;
  padding: 8px 8px 8px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
}

ul.tabs li a.selected {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
    /*
    background-image: url("/_img/gr1bb.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    */


    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    border-bottom:2px solid #9ace23;
    border-top:2px solid #9ace23;
    color: #333;
    outline: medium none;





  }
  .tab-content {

    clear: both;
    color: #FFFFFF;
    font-size: 10px;

    height: 110px;
    padding: 5px;
    position:relative;
    width:450px;
    float:left;
    border:1px solid #ccc;

    background: #f6f6f6;

    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */

/*
-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.75);
*/

}

.tab-content img.loupe {
  position:absolute;
  right:5px;
  top:5px;
}


.tab-content input.long {
  border: 1px solid #ccc;
  font-size: 10px;
  height: 13px;
  margin-top: 5px;
  padding: 5px;
  width: 150px;
  clear:both;
}
.tab-content input.short {
  border: 1px solid #ccc;
  font-size: 10px;
  height: 13px;
  margin-top: 5px;
  padding: 5px;
  width: 60px;

}
.tab-content input.shortt {
  border: 1px solid #ccc;
  font-size: 10px;
  height: 13px;
  margin-top: 5px;
  padding: 5px;
  width: 45px;
}

.search {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
  display: block;
  float:left ;
  margin-top: 5px;
  margin-bottom: 10px;
}

.search_div1 {
  margin-left:10px;width:278px;height:95px;float:left;margin-top:10px;border-right:0px solid #bbb;color:#333;
}

.search_div2 {
  width:150px;height:95px;float:left;margin-top:10px;border-left:1px solid #ccc;padding-left:10px;color:#333;
}

.search_p1{
  width:100px;float:left;padding:0px;margin:0px;padding-top:10px;
}



.search_button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  
  padding: 7px 7px;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ebebeb 50%,
    #dbdbdb 50%,
    #b5b5b5);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#ffffff),
    color-stop(0.50, #ebebeb),
    color-stop(0.50, #dbdbdb),
    to(#b5b5b5));

  border: 1px solid #949494;

  text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,1);
  float:right;
  margin-top:10px;
  position:absolute;
  bottom:10px;
  right:10px;color: #050505;
  cursor: pointer;
  width:50px;
}


.partner {
  margin-bottom:5px;
}

#a2 {
  display:none;
}



/*
*FILTERS
*
*/

h5.filtr_title {
  font-size:13px;
  margin:5px;
  border-bottom:1px dashed #2872B3;
  cursor:pointer;
}

.filtr_box {
  border:1px solid #ccc;

  margin-top:15px;
  margin-bottom:15px;
  padding:10px;



  background: #ffffff; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
/*
-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 2px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 2px rgba(50, 50, 50, 0.75);
*/


}

.rollup {min-height:20px;overflow: hidden;}
.rolldown {height:20px;overflow:hidden;}

.filtr_box a.active {color:#EF7E16;font-weight:bold;}

.filtr_box > ul {list-style-type: none;margin:0px;padding:0px;}
.filtr_box > ul > li {margin-left:5px;margin-top:5px;margin-bottom:5px;}

.filtr_box input.dzialka {width:30px;height:20px;border:1px solid #ccc;padding:2px;font-size:10px;}


.filtr_box button.filtr_button {

  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  
  padding: 4px 4px;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ebebeb 50%,
    #dbdbdb 50%,
    #b5b5b5);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#ffffff),
    color-stop(0.50, #ebebeb),
    color-stop(0.50, #dbdbdb),
    to(#b5b5b5));
  border: 1px solid #949494;
  text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,1);
  float:right;
  color: #050505;
  cursor: pointer;
}


.rp p {

}


/*
  Coin Slider jQuery plugin CSS styles
  http://workshop.rs/projects/coin-slider
  */


  .coin-slider { overflow: hidden; zoom: 1; position: relative; }
  .coin-slider a{ text-decoration: none; outline: none; border: none; }

  .cs-buttons { font-size: 0px; padding: 10px; float: left; }
  .cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
  .cs-active { background-color: #B8C4CF; color: #FFFFFF; }

  .cs-title { width: 460px; padding: 6px; background-color: #000000; color: #FFFFFF;   font-family: 'PT Sans Narrow', sans-serif;
  font-weight:700;font-size:18px;}

  .cs-prev, 
  .cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }




  /* line 6, ../sass/lightbox.sass */
  #lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    display: none;
  }

  /* line 15, ../sass/lightbox.sass */
  #lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: normal;
  }
  /* line 24, ../sass/lightbox.sass */
  #lightbox img {
  /*
  width: auto;
  height: auto;
  */
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}

/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;          
  outline: none;
}

/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}


.promocja {
  position: absolute; top: 140px; left: 0px; z-index: 1000;padding:2px;color:#333;padding-right:5px;padding-left:5px;

  text-align:center;

  font-weight:bold;

  background-color:yellow;
  font-size:12px;


}

.promocja span {
  font-weight:normal;
  text-decoration: line-through;
}


.przedst {
  border-top:1px solid #92B7D8;
  border-right:1px solid #92B7D8;
  margin:1em auto;
  border-collapse:collapse;
}

.przedst tr {width:100px;}
.przedst td {
  
  border-bottom:1px dashed #92B7D8;
  border-left:1px solid #92B7D8;
  padding:.3em 1em;
  text-align:left;
}

.przedst th {
  background-color:#92B7D8;
  color:#fff;
  padding:10px;
  font-weight:bold;
  text-align:center;
}


input.long {
  border: 1px solid #ccc;
  font-size: 10px;
  height: 13px;
  margin-top: 5px;
  padding: 5px;
  width: 150px;
  clear:both;
}


.search_button2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  
  padding: 7px 7px;
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #ebebeb 50%,
    #dbdbdb 50%,
    #b5b5b5);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#ffffff),
    color-stop(0.50, #ebebeb),
    color-stop(0.50, #dbdbdb),
    to(#b5b5b5));
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #949494;
  -moz-box-shadow:
  0px 1px 2px rgba(000,000,000,0.5),
  inset 0px 0px 2px rgba(255,255,255,1);
  -webkit-box-shadow:
  0px 1px 2px rgba(000,000,000,0.5),
  inset 0px 0px 2px rgba(255,255,255,1);
  box-shadow:
  0px 1px 2px rgba(000,000,000,0.5),
  inset 0px 0px 2px rgba(255,255,255,1);
  text-shadow:
  0px -1px 0px rgba(000,000,000,0.2),
  0px 1px 0px rgba(255,255,255,1);


  color: #050505;
  cursor: pointer;
  width:50px;
}


/* LIKE BOX */



#like-box-tube {height: 58px;width: 58px;position:fixed;top:655px;right:0px;}


#like-box-plus {background: url("https://ssl.gstatic.com/images/icons/gplus-64.png") no-repeat scroll left center transparent !important; background-size: 47px 47px; display: block;float: right;height: 280px;padding: 0 5px 0 56px;width: 255px;position:fixed;right:-260px;top:275px;}
#like-box-plus div{border:none;position:relative;display:block;}
#like-box-plus span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
#like-box-plus span a{color: #808080;text-decoration:none;}
#like-box-plus span a:hover{text-decoration:underline;}


#like-box {
  position: fixed;
  
  top: 480px;  
  right: -296px; 
  -webkit-transition: right 0.5s ease-out;
  -moz-transition: right 0.5s ease-out;
  -o-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
}


#like-box:hover {
  right: 0px;
}


#like-box .outside {
  position: relative;
  z-index: 1;
  background: #3b5999;
  padding: 2px;
  min-width: 1px;
  float: right;
}


#like-box .inside {
  position: relative;
  z-index: 2;
  background: #fff;
}


#like-box .belt {
  position: relative;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg); 
  -moz-transform: rotate(270deg); 
  -o-transform: rotate(270deg); 
  float: right;
  width: 100px; 
  height: 40px; 
  padding: 7px 0px 0px 20px;
  margin: 50px -40px 0px -55px;
  background: #3b5999;
  color: #fff;
  font-weight: bold;
  font-family: Verdana;
  font-size: 16px;
}





/* schowek BOX */


#schowek-box {
  position: fixed;

  top: 200px;  
  right: -296px; 
  -webkit-transition: right 0.5s ease-out;
  -moz-transition: right 0.5s ease-out;
  -o-transition: right 0.5s ease-out;
  transition: right 0.5s ease-out;
}


#schowek-box:hover {
  right: 0px;
}


#schowek-box .outside {
  position: relative;
  z-index: 1;
  background: #fff;
  border:1px solid #3c9de8;
  padding: 2px;
  min-width: 1px;
  float: right;
}


#schowek-box .inside {
  position: relative;
  z-index: 2;
  background: #fff;
}

#schowek-box .schowek-like-box {
  width:285px;
  display:block;
  background:#fff;
  min-height:250px;
  
}


#schowek-box .belt {
  position: relative;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg); 
  -moz-transform: rotate(270deg); 
  -o-transform: rotate(270deg); 
  float: right;
  width: 100px; 
  height: 49px; 
  padding: 7px 0px 0px 20px;
  margin: 50px -40px 0px -55px;
  background: #00325C;
  color: #fff;
  font-weight: normal;
  font-family: Verdana;
  font-size: 14px;
  line-height: 25px;


  background: #3c9de8;
  background: -moz-linear-gradient(
    top,
    #3c9de8 0%,
    #2c8ede 25%,
    #2c8ede);
  background: -webkit-gradient(
    linear, left top, left bottom, 
    from(#3c9de8),
    color-stop(0.25, #2c8ede),
    to(#2c8ede));

}


/* jQuery Countdown styles 1.6.3. */
.hasCountdown {
  border: 1px solid #ccc;
  background-color: #eee;
}
.countdown_rtl {
  direction: rtl;
}
.countdown_holding span {
  color: #888;
}
.countdown_row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}
.countdown_show1 .countdown_section {
  width: 98%;
}
.countdown_show2 .countdown_section {
  width: 48%;
}
.countdown_show3 .countdown_section {
  width: 32.5%;
}
.countdown_show4 .countdown_section {
  width: 24.5%;
}
.countdown_show5 .countdown_section {
  width: 19.5%;
}
.countdown_show6 .countdown_section {
  width: 16.25%;
}
.countdown_show7 .countdown_section {
  width: 14%;
}
.countdown_section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}
.countdown_amount {
  font-size: 200%;
}
.countdown_descr {
  display: block;
  width: 100%;
}


#defaultCountdown { float:right;display:inline-block;width: 145px;  }

#clock {
  float:left;width:145px;
}

#clock span.text {
 color:#2871B5;
}

#clock span.when {font-weight:bold;color:#E49600;font-size:14px;}


#katalogdomow { 
  list-style-type: none;
}

#katalogdomow input {width:auto;}

#kataloggarazy {
  list-style-type: none;
}
#kataloggarazy input {width:auto;}


#menu-black {
  border:1px solid #999;
  border-left:0px;
  border-right:0px;
}

#menu-black .container_12 {
  margin-bottom: 0px;
}

#menu-black ul {
  list-style-type: none;

}

#menu-black ul li {
  float:left;
  display: inline-block;
  padding:10px 10px 10px 10px;
}

#menu-black ul li:first-child {
  padding-left:0px;
}

#menu-black ul li:last-child {
  padding-right:0px;
}

#menu-black ul li a {
  text-transform:uppercase;
}


#big-top {
}

#big-top .user {
  float: right;
  display: block;
  margin-top: 5px;
}
#big-top .user img {
  float:right;
  display: inline-block;
}
#big-top .user .user-title {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight:400;
  font-size:18px;
  color:#9ace23;
  float: right;
  display: inline-block;
  margin: 5px;
}

#big-top .user .user-title a {
  color:#9ace23;
}

#big-top .user .user-title span {
  color: #666;
}

#big-top .big-top-left {
  float: left;
  display: inline-block;
  margin-top: 20px;
}

#big-top .big-top-right {
  float: right;
  display: inline-block;
  width: 462px;
}

#big-top .logo {
  width:256px;
  height:212px;
  float:left;
  display:inline-block;
}

#big-top .catalogue {
  width: 222px;
  height: 212px;
  float:left;
  display: inline-block;
}

#big-top .spacer {
  width: 10px;
  height: 212px;
  float:left;
  display: inline-block;
}

#big-top .search-bar {
  width: 462px;
  height: 26px;
  display: block;
  float: right;
  text-align: right;
  margin-top: 1px;
}

#big-top .logo-social {
  float:left;
  display:inline-block;
  width:24px;
  text-align: center;
  margin-top:60px;
  margin-left:10px;
}

#big-top .logo-social a {
  margin-bottom:5px;
  float:left;
}

#big-top .tel {
  margin-top:20px;
}

#big-top .family {
  text-align:left;
  margin-left:-15px;
  margin-right:30px;
  margin-top:10px;
}

#big-top .katalog {
  text-align:left;
}

.menu-green-line {
  border-bottom:6px solid #9ace23;
  //margin-bottom:25px;
}

#big-menu {
  list-style-type: none;
  margin:0px;
  padding:0px;
  float:left;
  display: inline-block;
  height:50px;
}

#big-menu li {
  float:left;
  display:inline-block;
  padding:10px 21px 10px 21px;
}

#big-menu li.first {
  padding-left:0px;
}

#big-menu li.last {
  padding-right:0px;
}

#big-menu li a {
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight:700;
  font-size:18px;
  color:#333;
  transition: color 0.5s ease-out 0s;
}

#big-menu li a:hover {
  color:#9ace23;
}

#menuporady ul.boxg {
  margin:0;
  padding:0;
  list-style-type:none;
}

#menuporady ul.boxg li {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight:400;
  margin:0;
  font-size:18px;
  width:217px;
  height:125px;
  float:left;
  display:inline-block;
  background-color:#79bb0f;
  margin:7px;
  margin-bottom:7px;
  text-decoration:none;
  word-spacing:normal;
  color:#fff;
  text-align:center;
  -webkit-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -o-transition:all 0.5s;
  transition:all 0.5s;
}

#menuporady ul.boxg li:nth-child(3n) {
  margin-right:0px;
}


#menuporady ul.boxg li:hover{
  background-color:#79BB0F;
  -webkit-box-shadow:inset 0px 0px 8px 1px #666;
  -moz-box-shadow:inset 0px 0px 8px 1px #666;
  box-shadow:inset 0px 0px 8px 1px #666;
  cursor:pointer;
}

#menuporady ul.boxg li a img{
  width:45px;
  height:45px;
  display:block;
  margin:0 auto;
  padding:10px;
}

#menuporady ul.boxg li a{
  display:inline-block;
  float:left;
  width:100%;
  text-decoration:none;
  color:#fff;
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../img/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../img/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../img/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../img/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../img/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


#asystent-popup {
  width:800px;
  height:500px;
  background-image: url('../img/pomoc_popup.jpg');
  background-repeat: no-repeat;
  background-position: left top;

}

.asystent-form {

  float:right;
  width:480px;
  height:300px;
  margin-top:120px;
  margin-right:10px;

}

.cart-main {
  position:relative;
  width:137px;
  height:162px;

}

.cart-main .info {

  background-color: #d34039;
  color: #fff;
  font-size:14px;
  font-weight:bold;
  width:18px;
  height:18px;
  padding:4px;
  text-align: center;
  position:absolute;
  top:55px;
  right:15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  
}

.cart-main .price {

  position:absolute;
  bottom:10px;
  right:33%;
  font-size:12px;
  font-weight: bold;


}
