/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}
/* Stylesheet: reset Modified On 2014-06-11 01:07:26 */
body { 
  background: #5ba2c1; 
  font: 300 14px 'Open Sans', sans-serif;
  color: #FFF;
}
h1, h2, h3, h4, h5, h6, h7, p, ul, ol { margin-bottom: 12px; }
h1, h2, h3, h4, h5, h6, h7 { font-weight: 600;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a { text-decoration: none; }
h1 { font-size: 20px; font-weight: 600; }
h2 { font-size: 18px; font-weight: 600; }
ul { list-style: disc; margin-left: 20px; }
ol { list-style: decimal; margin-left: 26px; }
li { margin-bottom: 5px; }
a { color:#FFF; }
strong { font-weight: bold; }

.do-lewej { float: left; margin: 0 10px 5px 0; }

#gradient-container {
background: #2a658a; /* Old browsers */
background: -moz-linear-gradient(top,  #2a658a 0%, #5ba2c1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a658a), color-stop(100%,#5ba2c1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2a658a 0%,#5ba2c1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2a658a 0%,#5ba2c1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2a658a 0%,#5ba2c1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2a658a 0%,#5ba2c1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a658a', endColorstr='#5ba2c1',GradientType=0 ); /* IE6-9 */
}

#main-container { 
  width: 980px; margin: 0 auto;
}

#header { position: relative; margin-bottom: 20px;}
#header a {
  position: absolute; top: 50px; left: 50px;
  width: 400px; height: 120px;
}


/* BANNER */
#banner { 
  height: 380px; border-radius: 28px;
  background: #299BBD url(/uploads/gfx/banner.png) no-repeat center 70px; 
  border: 2px solid #7EB5D0;
}

#site-informacje-o-projekcie #banner { background: url(/uploads/banner/banner-informacje-o-projekcie.jpg) no-repeat center 0; }
#site-fundusz-spojnosci #banner { background: url(/uploads/banner/banner-fundusz-spojnosci.jpg) no-repeat center 0; }
#site-inzynier-kontraktu #banner { background: url(/uploads/banner/banner-inzynier-kontraktu.jpg) no-repeat center 0; }
#site-kontakt #banner { background: url(/uploads/banner/banner-kontakt.jpg) no-repeat center 0; }





/* MAIN MENU */
/* main-menu skin */
#main-menu {
  padding: 20px 10px 10px 10px; border-radius: 25px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #bad7e9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bad7e9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#bad7e9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#bad7e9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#bad7e9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#bad7e9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bad7e9',GradientType=0 ); /* IE6-9 */
  border: 2px solid #FFF;
  height: 30px;
}

#main-menu ul { list-style: none; margin:0; }
#main-menu ul li { display: inline-block; }
#main-menu ul li a {
display: inline: block; color: #444; font-size: 16px; font-weight: 600; text-decoration: none;
}
#main-menu ul li span { 
  display: inline: block; padding: 10px 18px;
  color: #444; font-size: 16px; font-weight: 600;
  border-left: 2px solid #F2C300;
}
#main-menu ul li:first-child a span { border: 0; }

#main-menu ul li ul { 
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #bad7e9 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bad7e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bad7e9 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bad7e9 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bad7e9 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bad7e9 0%, #ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad7e9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-bottom: 1px solid #FFF;
	margin-top: 4px; padding: 5px 0px 10px 0px;
	text-align: center;
}
#main-menu ul li ul { width: 150px; padding: 20px; }
#main-menu ul li ul li { display: block; }
#main-menu ul li ul li a { display: block; text-align: left; } 
#main-menu ul li ul li span { 
  display: block; width: auto;
  padding: 10px 5px; border: 0; font-size: 13px; 
  border: 0; border-top: 1px solid #CCC; text-align: left; 
}
#main-menu ul li > a:hover span { color: #00A5C3; }


/* SuperFish essentials */
.sf-js-enabled, .sf-js-enabled * { margin: 0; padding: 0; list-style: none; }
.sf-js-enabled li { position: relative; }
.sf-js-enabled ul { display: none; position: absolute; top: 100%; left: 0; z-index: 99; }
.sf-js-enabled > li { float: left; }
.sf-js-enabled li:hover > ul, .sf-js-enabled li.sfHover > ul { display: block; }
.sf-js-enabled a { display: block; position: relative; }
.sf-js-enabled ul ul { top: 0; left: 100%; }



/* CONTENT */

#content { overflow: hidden; margin-top: 20px;}
#content .col { background: #38afcc; border-radius: 27px; border: 2px solid #7EB5D0; }
#content .col1 { width: 600px; float: left; }
#content .col2 { width: 320px; float: right; background: none; border: 0; border-radius: 0; }
#content .text { padding: 50px; } 

/* TEXT COLOR */
.text-color-yellow { color: #F2C300; }


/* HEADER ICON */
.header-icon-blue, .header-icon-cream, .header-icon-yellow { padding-left: 40px; }
.header-icon-yellow { background: url(/uploads/gfx/drops.png) no-repeat 0 0; }
.header-icon-blue { background: url(/uploads/gfx/drops.png) no-repeat 0 -100px; }
.header-icon-cream { background: url(/uploads/gfx/drops.png) no-repeat 0 -200px; }


/* LIST COLOR */

#content ul.list-color-yellow, #content ul.list-color-blue, #content ul.list-color-cream { margin: 0 0 12px 0; list-style: none; }
#content ul.list-color-blue li, #content ul.list-color-cream li, #content ul.list-color-yellow li { padding: 0 0 0 18px; }
#content ul.list-color-yellow li { background: url(/uploads/gfx/dots.png) no-repeat 2px 0; }
#content ul.list-color-blue li { background: url(/uploads/gfx/dots.png) no-repeat 2px -200px; }
#content ul.list-color-cream li { background: url(/uploads/gfx/dots.png) no-repeat 2px -400px; }


/* TEXT ROW */

.text-row { margin: 0 0 30px 0; padding: 0 0 25px 0; overflow: hidden;  border-bottom: 1px solid #FFF; }
.text-row:last-child { margin: 0; padding: 0; border:0; }
.text-col { width: 412px; margin-right:50px; float: left; }
.text-col:last-child { margin-right: 0; }



.title {
  padding: 15px 25px; border-radius: 25px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #bad7e9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bad7e9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#bad7e9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#bad7e9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#bad7e9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#bad7e9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bad7e9',GradientType=0 ); /* IE6-9 */
  border: 2px solid #FFF;
  color: #444;
}

#eu { margin-top: 20px; }



.button {
  display: block;
  box-sizing: border-box; width: 100%;
  margin: 10px 0; padding: 15px 25px; border-radius: 25px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #bad7e9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bad7e9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#bad7e9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#bad7e9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#bad7e9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#bad7e9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bad7e9',GradientType=0 ); /* IE6-9 */
  border: 2px solid #FFF;
  color: #444; font-size: 18px; font-weight: bold; text-decoration: none;
}


#footer-menu { margin: 20px 0; }
#footer-menu ul { list-style: none; margin:0; }
#footer-menu ul li { display: inline-block; }
#footer-menu ul li a { text-decoration: none; }
#footer-menu ul li span { 
  display: inline: block; padding: 5px 17px;
  font-size: 16px; font-weight: 600; text-decoration: none;
  border-left: 2px solid #F2C300
}
#footer-menu ul li:first-child a { border: 0; }


/* NEWS LIST */
#news-list .news {
  padding: 20px 0;
  border-top: 1px solid #76b5d0;
}
#news-list .news:first-child { padding-top: 0; border: 0; } 

#news-list .news .news-title {
  padding-left: 40px; margin: 0 0 5px 0;
  background: url(/uploads/gfx/drops.png) no-repeat 0 0;
}
#news-list .news .news-date { padding-left: 40px; font-size: 12px; }
#news-list .news .news-more { text-align: right; font-size: 12px; }
#news-list .news .news-more a { 
  padding: 0 0 0 12px; text-decoration: none; 
  background: url(/uploads/gfx/dots.png) no-repeat 0 0 ;
}
#news-list .news:nth-child(even) .news-title { background: url(/uploads/gfx/drops.png) no-repeat 0 -100px; }
#news-list .news:nth-child(even) .news-more a { background: url(/uploads/gfx/dots.png) no-repeat 0 -100px; }


#fancybox-title { display: none!important; } 
/* Stylesheet: base Modified On 2014-10-03 15:54:06 */
