@charset "UTF-8";
/* Comment element properties */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,latin-ext);
a {
	color: #04688d;
	text-decoration: none;
}

a:hover {
	color: #04688d;
	text-decoration: underline;
}

a.side {
	color: #555;
	text-decoration: none;
}

a:hover.side {
	color: #f6a504;
	text-decoration: underline;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: underline;
}

body {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	background-color: #f2f2f2;
	background-image: url(images/bg_top.jpg), url(images/bg_bottom.jpg);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

hr {
	height: 1px;
	border: 1px solid #eee;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	border-bottom:1px solid #ccc;
}
tr:hover {
	
	background-color:#f9f9f9;
	transition: all 0.2s ease-in;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color:#5e9b3c;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #f6a504;
	background-image: url(images/button.gif);
	height: 20px;
	border: 1px solid #000;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 2px;
}

.bbcode-popup {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
}

.textbox:focus {
	color: #000;
	background-color: #E1E1E1;
}

div.emulated-fieldset {
	position: relative;
	margin: 20px 0px 10px 0px;
	border: 1px solid #ccc;
	width: 320px;
	background: inherit;
}
div.emulated-fieldset span.emulated-legend {
	display: inline;
	position: absolute;
	top: -12px;
	margin: 0 5px;
	padding: 4px;
	background: inherit;
}
div.emulated-fieldset div.attachments-list {
	padding: 10px 3px 3px 3px;
	width: 320px;
}

/* Header and footer properties */

.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #555;
	background-image: url(images/subheader-mid.gif);
	padding: 7px 5px 8px 5px;
}

.sub-header-left {
	width: 3px;
	height: 28px;
	background-color: #555;
	background-image: url(images/subheader-left.gif);
}

.sub-header-right {
	width: 3px;
	height: 28px;
	background-color: #555;
	background-image: url(images/subheader-right.gif);
}

/* Subheader links */

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}

.sub-header ul li.first-link {
	font-weight: bold;
}

.sub-header ul li.current-link a span {
	text-decoration: underline;
}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #fff;
	padding: 5px 0 10px 0;
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	padding: 5px;
}

.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #555;
	padding: 4px 4px 5px 4px;
}

.main-body {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
}

/* Side-Panel properties */

.ui-sortable { margin: 0; padding: 0; }

.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	width: 21%;
	float:left;
}

.side-border-right {
	color: #777;
	background-color: #fff;
	padding: 10px 0 10px 10px;
	width: 175px;
	float:right;
}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-color: #555;
	background-image: url(images/side.gif);
	background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
}

.scapmain-left {
	width: 3px;
	height: 24px;
	background-color: #555;
	background-image: url(images/side-left.gif);
}

.scapmain-right {
	width: 3px;
	height: 24px;
	background-color: #555;
	background-image: url(images/side-right.gif);
}

.side-body {
	font-size: 10px;
	color: #555;
	background-color: #fff;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	border: 1px solid #ddd;
	padding: 4px;
}

/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 10px;
	color: #555;
	background-color: #f1f1f1;
	border-width: 0 1px 1px 1px;
	border-color: #ddd;
	border-style: solid;
	padding: 3px 4px 4px 4px;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #555;
	background-image: url(images/cap.gif);
  background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
}

.capmain-left {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(images/cap-left.gif);
}

.capmain-right {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(images/cap-right.gif);
}

.main-bg {
	float:left;
	margin: 48px 10px 80px 48px;
	position:relative;
	width:67%;
}

/* General table properties */
.comment-avatar {
	padding-right: 6px;
	float: left;
}

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #eee;
}

.tbl {
	color: #555;
	padding: 4px;
	border:1px solid #f2f2f2;
	transition: all 0.3s ease-out;
}
.tbl:hover {
	border:1px solid #60A840;
	background-color:#f9f9f9;
	transition: all 0.3s ease-in;
}
.tbl1 {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl2  {
	font-size: 11px;
	color: #555;
	background-color: #f1f1f1;
	padding: 4px;
}

.tbl-error  {
	color: #AC260F;
	font-weight: bold;
	background-color: #FCCAC2;
	border:2px solid #EB5339;
}

/* Profile spesific classes */
.profile, .profile_category {
	width: 500px;
}

.edit-profile {
	width: 500px;
}

/*.user_password .textbox:focus, .user_admin_password .textbox:focus {
	background-color: #ff6666;
}*/

.profile_user_reason {
	color: #ff6666;
	font-weight: bold;
}

/*.user_name td, .user_name .textbox {
	font-size: 13px;
	padding: 4px;
}*/


.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #bbb;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #04688d;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #555;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #f6a504;
}

#navigation li.first-link a {
	font-weight:bold;
}

#navigation li.current-link a {
	color: #555;
	background-color: #eee;
	border: 1px solid #fff;
	padding: 1px !important;
}

/* Page Navigation */
.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #f6a504;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #f6a504;
	margin: 2px;
	text-decoration: none;
}

/* PHP-Fusion Helpers */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Helpers  */

.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}


/* IE Fixes */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hide from IE Mac  */

.clearfix {
	display:block;
}

/* End hide from IE Mac */

.floatfix {
	overflow:hidden;
}

* html .floatfix {
	width:100%;
}

.center, *[align="center"] {
	margin: 0 auto;
}
#wrapper {
	margin:0 auto;
	max-width:1072px;
}
header {
	width:100%;
	height:110px;
	position:relative;
}
#logo {
	float:left;
	width:370px;
	height:110px;
}
#h-one {
	position:absolute;
	bottom:-16px;
	left:32px;
	z-index:100;
}
#h-one h1 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:12px;
	color:#4A8922;
}
.full-content {
	width:auto;
	height:auto;
}
/* Menu Style*/

ul#menu-top *{
	padding:0;
	margin:0;
}
ul#menu-top a{
	display:block;
	text-decoration:none;
}
ul#menu-top{
	list-style: none;
	padding: 0;
	margin: 0;
	
}
ul#menu-top li{
	float: left;
	margin:0 1px 0 1px;
	position: relative;
	
}
ul#menu-top li.first-link {
	color: #1A6BB2;
	font-weight: bolder;
	text-decoration:underline;

}
ul#menu-top li a {
	text-decoration:none;
	font-size:16px;
	color:#2b2b2b;
	padding:10px;
} 
ul#menu-top li a:hover, ul#menu-top li:hover{
	background-color:rgba(65, 65, 65, 0.8);
	color:#fff;
	-webkit-border-radius: 6px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 6px;
	border-bottom-left-radius: 0;
	text-decoration:none;
}
ul#menu-top li ul li{
	position: relative;
	z-index:1000;
	color:#fff;
	margin:0;
}

ul#menu-top li ul li a {
	width : 180px;
	display:block;
	font-size:14px;
	color:#fff;
	height:auto;
	min-height:25px;
	padding:0px;
	line-height:19px;
	background-color:transparent;
	padding-left:20px;
	text-align:left;
}
ul#menu-top li ul li a:hover{
	text-decoration:none;
	color:#fff;
	text-indent:10px;
}
ul#menu-top li ul li a:first-letter {
	font-weight:bold;
}

ul#menu-top li ul{
	background-color:rgba(65, 65, 65, 0.8);
	webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
	list-style: none;
	visibility:hidden;
	position: absolute;
	overflow: hidden;
	z-index:1000;
	width:200px;
	top: 40px;
	left: 0;
}


ul#menu-top li:hover > ul{
	visibility:visible !important;
}
/* */
nav {
	float:left;
	padding:51px 0 0 40px;
	font-size:16px;
	color:#2b2b2b;
	
}
nav ul{
	padding:0;
	margin:0;
	list-style:none;
}
nav ul li {
	margin:0 6px 0 6px;
	float:left;
	}
nav ul li a {
	text-decoration:none;
	font-size:16px;
	color:#2b2b2b;
	padding:10px;
}
nav ul li a:hover {
	background-color:rgba(65, 65, 65, 0.8);
	color:#fff;
	border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration:none;
}
#baner {
	position:relative;
	max-width:1018px;
	height:332px;
}
#slider {
	position:absolute;
	left:175px;
	top:11px;
	width:100%;
	height:320px;
	z-index:1;
	overflow:hidden;
}
#szukaj-top {
	position:absolute;
	left:0px;
	top:244px;
	background:url(images/szukaj-top.png) no-repeat;
	width:223px;
	height:88px;
	z-index:2;
}
#kask {
	position:absolute;
	right:0px;
	top:-10px;
	background:url(images/inz_kask.png) no-repeat;
	width:179px;
	height:105px;
	z-index:2;
}

#pasek-info {
	position:absolute;
	left:117px;
	top:244px;
	background:url(images/pasek_info.png) no-repeat;
	width:100%;
	height:67px;
	z-index:3;
	overflow:hidden;
}
.info-txt {
	padding:0;margin:0;
	margin-left:114px;
	margin-top:15px;
	font-size:14px;
}
.regular {
	font-weight:400;
	color:#2b2b2b;
}
.condest {
	font-weight:300;
	color:#4e4e4e;
}
#szybki-kontakt {
	position:absolute;
	left:0px;
	top:10px;
	background:url(images/szybki_kontakt.png) no-repeat;
	width:333px;
	height:320px;
	color:#f2f2f2;
	font-size:18px;
	z-index:4;
}
.left-naglowek {
	font-weight:bold;
	margin:55px 0 0 34px;
	font-size:18px;
}
.left-txt-kontakt {
	margin:12px 0 0 25px;
}
.kontakt-tel {
	font-weight:bold;
	font-size:30px;
	color:#f3d21a;
}
.kontakt-mail {
	font-weight:bold;
	color:#66bc36;
}
#szukaj-projektu {
	position:relative;
	width:223px;
	height:501px;
	color:#f2f2f2;
	background:url(images/szukaj_projektu.png) no-repeat;
	padding:0;
	margin:0;
}
.left-naglowek2 {
	font-weight:bold;
	padding:25px 0 0 34px;
	font-size:18px;
}
.left-txt-szukaj {
	margin:20px 0 0 25px;
	font-weight:300;
	font-size:14px;
}
.styled-select select {
   background: transparent;
   width: 190px;
   padding: 5px;
   font-size: 14px;
   line-height: 1;
   border:0;
   height: 28px;
   -webkit-appearance: none;
}
.styled-select {
   width: 170px;
   height: 28px;
   overflow: hidden;
   background: url(images/new_arrow.png) no-repeat right #fff;
   border: 1px solid #ccc;
   -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
   margin:10px 0 10px 0;
}
/* SQUARED FOUR */
.squaredFour {
	width: 20px;	
	margin: 20px 0 0 10px;
	position: relative;
}

.squaredFour label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	text-indent:30px;
}

.squaredFour label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.squaredFour input[type=checkbox] {
	visibility: hidden;
}
.squaredFour label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.szukaj-button {
	margin:40px 0 0 30px;
}
.szukaj-btn {
  background: #f5de10;
  background-image: -webkit-linear-gradient(top, #7bb463, #40892a);
  background-image: -moz-linear-gradient(top, #7bb463, #40892a);
  background-image: -ms-linear-gradient(top, #7bb463, #40892a);
  background-image: -o-linear-gradient(top, #7bb463, #40892a);
  background-image: linear-gradient(to bottom, #7bb463, #40892a);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  text-shadow: 1px 0px 0px #000;
  color: #f2f2f2;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  border: solid #7bb463 1px;
  text-decoration: none;
  letter-spacing:2px;
}
.szukaj-btn2 {
  background: #f5de10;
  background-image: -webkit-linear-gradient(top, #8db27c, #618756);
  background-image: -moz-linear-gradient(top, #8db27c, #618756);
  background-image: -ms-linear-gradient(top, #8db27c, #618756);
  background-image: -o-linear-gradient(top, #8db27c, #618756);
  background-image: linear-gradient(to bottom, #8db27c, #618756);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  text-shadow: 1px 0px 0px #000;
  color: #f2f2f2;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  border: solid #7bb463 1px;
  text-decoration: none;
  letter-spacing:2px;
}
.szukaj-btn:hover {
  background: #7bb463;
  color: #f2f2f2;
  text-decoration: none;
}

footer {
	position:relative;
	max-width:1072px;
	height:213px;
}
#foot-bg {
	position:absolute;
	background:url(images/footer.png) no-repeat;
	left:0px;
	top:-80px;
	width:100%;
	height:304px;
	z-index:0;
}
#language {
	position:absolute;
	left:24px;
	top:120px;
	width:200px;
	height:140px;
	color:#2e2e2e;
	z-index:2;
}
#language a{
	color:#2e2e2e;
	font-size:14px;
	font-weight:300;
}
#foot-company {
	position:absolute;
	left:250px;
	top:60px;
	width:410px;
	height:180px;
	z-index:3;
}
#foot-info {
	width:90%;
	position:absolute;
	bottom:10px;
	z-index:2;
	font-weight:300;
	font-size:12px;
	color:#636363;
}
.opentable {
	width:100%;
}
.opentable-title {
	font-size:18px;
	color:#222222;
	font-weight:bold;
	margin:0 0 20px 0px;
	padding-left:10px;
}
.opentable-title h2{
	font-size:18px;
	color:#222222;
	font-weight:bold;
	padding:0;
	margin:0;
}
.opentable-txt {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	line-height:21px;
	text-align:justify;
}
.opentable-txt strong {
	font-weight:bold;
	color:#5e9b3c;
}
.opentable-txt li {
	text-indent:5px;
	margin-left:15px;
	padding-bottom:2px;
}
.opentable-txt a {
	color:#8a7d0f;
}
.opentable-txt2 {
	color:#fff;
	font-size:13.88px;
	line-height:21px;
	text-indent:30px;
	text-align:justify;
}
.opentable-seemore {
	margin:20px 0 0 30px;
}
.foot-btn {
  background: #f5de10;
  background-image: -webkit-linear-gradient(top, #f5de10, #dab91a);
  background-image: -moz-linear-gradient(top, #f5de10, #dab91a);
  background-image: -ms-linear-gradient(top, #f5de10, #dab91a);
  background-image: -o-linear-gradient(top, #f5de10, #dab91a);
  background-image: linear-gradient(to bottom, #f5de10, #dab91a);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  text-shadow: 1px 0px 0px #ffffff;
  color: #292929;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  border: solid #faec50 1px;
  text-decoration: none;
}

.foot-btn:hover {
  background: #faec50;
  text-decoration: none;
}
#foot-info nav {
	float:left;
	width:46%;
	padding:38px 0 0 0;
	font-size:14px;
	color:#dad9d9;
}
#foot-info nav ul{
	padding:0;
	margin:0;
	list-style:none;
}
#foot-info nav ul li {
	margin:0 6px 0 6px;
	float:left;
	}
#foot-info nav ul li a {
	text-decoration:none;
	font-size:14px;
	color:#dad9d9;
	padding:10px;
}
#foot-info nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
#foot-info a{
	font-weight:bold;
	color:#797979;
}
#web {
	float:left;
	padding:10px 0 0 20px;
}
#autors {
	float:right;
	text-align:right;
	line-height:20px;
}
#autors strong{
	font-weight:bold;
	color:#f3d411;
}
.hp-slider {
	float:left;
	width:51%;
	padding:0;
	margin:0;
}
.hp-technologie {
	float:right;
	width:46%;
	margin-left:3%;
}
.textbox2 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #555;
	background-color: #f8f8f8;
	height:30px;
	padding:4px;
	width:260px;
	border: 1px solid #A1E076;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.textbox2:focus {
	color:#999;
}
.tbl3 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	border:0;
}
.textbox3 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333;
	background-color: #f8f8f8;
	padding:4px;
	width:260px;
	border: 1px solid #A1E076;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button2 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#1d307d;
	border:0px;
	padding:0.8em;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}
.formularz {
	padding-bottom:10px;
}
.wiecej-btn {
  float:right;
  margin-top:-20px;
  margin-right:4%;
}
.wiecej-btn a{
  background: #f5de10;
  background-image: -webkit-linear-gradient(top, #7bb463, #40892a);
  background-image: -moz-linear-gradient(top, #7bb463, #40892a);
  background-image: -ms-linear-gradient(top, #7bb463, #40892a);
  background-image: -o-linear-gradient(top, #7bb463, #40892a);
  background-image: linear-gradient(to bottom, #7bb463, #40892a);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  text-shadow: 1px 0px 0px #000;
  color: #f2f2f2;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
  border: solid #7bb463 1px;
  text-decoration: none;
  letter-spacing:1px;
}
.details td{
	background-color:#666;
	color:#fff;
	border:1px solid #CCC;
	padding-left:2px;
}
.ramka {
	border:1px dotted #8a7d0f;
	background-color:#fff;
	color:#8a7d0f;
	padding:4px;
}
.obroty-menu {
	background-color:#E8E5D2;
}
.obroty-menu td {
	background-color:#E8E5D2;
	border:0;
}
.obroty-menu td:hover {
	background-color:#E8E5D2;
}
.td-nh:hover {
	background-color:#F2F2F2;
}
#gall {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
#gall li {display:inline-block; width:21%; text-align:center;}

.RedColor {color:#C00;}
.BlackColor { color:#222;}
.w50 {width:50%;}
.w35 {width:35%;}
.w65 {width:65%;}
.PadLeftx2 { padding-left:2em;}
.PadRightx2 {padding-right:2em;}
.img-res { max-width:100%; height:auto;}
.img-res2 { width:100%; height:auto;}
.ceny-desc { text-align:center; font-size:1.2em; }
.dlaczego-my {margin-bottom:1em;}
.dlaczego-title {color:#5e9b3c; font-size:1.2em; font-weight:bold;padding-bottom:0.5em; margin-bottom:0.5em; border-bottom:1px dashed #CCC;}
.btn-et-pn {display:block; padding:1em; text-align:center; background-color:#D7EDC7; border:1px dashed #999; text-transform:uppercase; color:#360 !important; font-weight:bold; font-size:1.2em; margin-bottom:0.5em;}
.dlaczego-my ul { padding-left:25px;}
.dlaczego-my li {
	text-indent:0px;
	margin-left:0px;
	padding-bottom:2px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#menu_trigger{float:right;margin-right:4%;width:48px;height:33px;background:url(images/menu_trigger.png) center center no-repeat;border-radius:6px;-webkit-border-radius:6px;cursor:pointer;}
/* Media Queries */
@media (min-width: 961px) {
	#menu_trigger{display:none;}
}

@media (max-width: 1020px) {
	nav {
		float:right;
		padding:40px 40px 0 0;
	}
	.side-border-left {
		width: 29%;
		float:left;
	}
	.main-bg {
		float:left;
		margin: 4% 1% 8% 4%;
		position:relative;
		width:65%;
	}
	.hp-slider {
		display:block;
		width:100%;
		padding:0;
		margin:0;
	}
	.hp-technologie {
		display:block;
		width:100%;
		margin-left:0%;
	}
	#slider {
		position:absolute;
		left:175px;
		top:11px;
		background:url(images/slider_1.png) no-repeat;
		width:76%;
		height:320px;
		z-index:1;
		overflow:hidden;
	}
	#szukaj-top {
		position:absolute;
		left:0px;
		top:244px;
		background:url(images/szukaj-top.png) no-repeat;
		width:100%;
		height:88px;
		z-index:2;
	}
	#kask {
		position:absolute;
		right:0px;
		top:-10px;
		background:url(images/inz_kask.png) no-repeat;
		width:179px;
		height:105px;
		z-index:10;
	}
	
	#pasek-info {
		position:absolute;
		left:117px;
		top:244px;
		background:url(images/pasek_info.png) no-repeat;
		width:83%;
		height:67px;
		z-index:3;
		overflow:hidden;
	}
	#foot-info {
		position:absolute;
		left:30px;
		bottom:2px;
		z-index:2;
	}
	#foot-info nav {
		width:55%;
		padding:0px;
	}
	#foot-info nav ul li {
		margin:4px 6px 4px 6px;
	}
	.formularz {
		display:block;
		width:100%;
	}
	.textbox2 {
		width:90%;
	}
}
@media (max-width: 960px) {
	#menu_trigger{margin:0px 1% 0 0;}
	#menu-top{position:absolute;list-style:none;width:50%;display:none;top:74px;right:0; z-index:99999;}
	ul#menu-top li{
		display:block;
		position: relative;
		width:100%;
		background-color:rgba(65, 65, 65, 0.8);
	}
	ul#menu-top li a {
		display:block;
		padding:0 0 0 15px;
		color:#fff;
		line-height:35px;
		height:35px;
		transition: all 0s ease-out;
		text-transform:uppercase;
		font-size:16px;
		border-top:1px solid #ccc;
	}
	ul#menu-top li a:hover {
		transition: all 0s ease-in;
	}
	ul#menu-top li ul{
		list-style: none;
		visibility:hidden;
		position: absolute;
		overflow: hidden;
		z-index:1100;
		width:60%;
		top: 0px;
		left: -60%;
	}
	ul#menu-top li ul li a{
		border-right:1px solid #ccc;
		background-color:rgba(65, 65, 65, 0.8);
		width:100%;
		font-size:16px;
		padding:5px;
	}
	#gall li {width:27%;}
}
@media (max-width: 690px) {
	.main-bg {
		margin: 4% 2% 8% 4%;
		width:58%;
		float:right;
	}
	#web {display:none;}
	#autors {text-align:center;}
	.dlaczego-my .float-left {display:block}
	.dlaczego-my .w35, .dlaczego-my .w65 {width:100%;}
	.dlaczego-my .PadLeftx2 {padding-left:0;}
}
@media (max-width: 400px) {
	header {
		height:80px;
	}
	nav {
		padding:30px 30px 0 0;
	}
	#logo {
		width:70%;
		height:80px;
	}
	#logo img {
		width:100%;
		height:auto;
	}
	ul#menu-top li ul{
		list-style: none;
		visibility:hidden;
		position: absolute;
		overflow: hidden;
		z-index:1100;
		width:100%;
		top: 0px;
		left: -100%;
	}
	.side-border-left {
		display:block;
		width:100%;
	}
	.main-bg {
		display:block;
		width:93%;
		margin-right:4%;
	}
	#foot-company {
		display:none;
	}
	#foot-info nav {
		display:none;
	}
	#slider {
		width:50%;
	}
	
	#kask {
		top:-5px;
	}
	
	#pasek-info {
		width:66%;
	}
	#foot-bg {
		top:-10px;
		height:304px;
	}
	#language {
		left: 50px;
		top: 60px;
	}
	#szukaj-projektu {
		width:100%;
		height:450px;
		color:#f2f2f2;
		background:url(images/szukaj_projektu2.png) no-repeat bottom center;
		padding:0;
		margin:0;
		display:none;
	}
	.condest {
		display:none;
	}
	#gall li {width:39%;}
	#gall li img{width:100%;}
}
ul.checkmark li {
padding-left: 20px;
padding-top: 0px;
background:url("/images/iconc.png") no-repeat;
}
ul.checkmark {
    list-style-type: none;
}
