@charset "utf-8";
body {
  background: url(../img/bg.jpg) top center repeat;
  color: #ccc;
  font:Arial, sans-serif, 12px;
/*  font-size: 12px;*/
  height: auto;
  padding-bottom: 20px;
}
a{
	outline:none;
}
.header {
	margin-top:10px;
}
img {
	outline:none;
	border:none;
}
.knLogo {
	float:left;
	width:394px;
	heigth:35px;
	margin-top:30px;
}
.ccLogo {
	float:right;
	width:141px;
	height:65px;
}

.solidblockmenu{
margin: 20px 0 30px 0;
padding: 0;
float: left;
font-size:13px;
font-weight:bold;
}

.solidblockmenu li{
display: inline-block;
}

.solidblockmenu li a{
float:left;
color: #000;
padding: 9px 35px;
text-decoration: none;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
background: #fff;
margin:0 22px;
}
.solidblockmenu li .last{
	margin-right:0px;
}
.solidblockmenu li .first{
	margin-left:0px;
}

.solidblockmenu li a:visited{

}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #fff;
background:#f3a22e;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbc357), to(#ea8615));
background: -moz-linear-gradient(top, #fbc357, #ea8615);
text-shadow: 1px 1px 2px #000;
}

.theme-default #slider {
    margin:100px auto 0 auto;
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0px;
}
.slajder {
	margin-bottom:0px;
}
hr {
	display:block;
	height:2px;
	margin-bottom:20px;
	background:url(../img/hr.png);
	border:none;
	outline:none;
}
p {
	font-size:12px;
	text-align:justify;
	margin-bottom:20px;
}
.leftBox {
	font-size:12px;
	font-weight:normal;
	color:#ccc;
	line-height:15px;
	text-align:justify;
}
.korzysci {
	float:left;
	margin-left:20px;
	list-style:none;
}
.korzysci li {
	background:url(../img/li.png) top left no-repeat;
	font-size:12px;
	background-position:0px 2px;
	padding:0px 0px 0px 25px;
	line-height:15px;
	margin-bottom:10px;
}
.joinBtn {
	display:block;
	margin-top:20px;
	width:538px;
	height:75px;
	text-indent:-9999px;
	border:none;
	outline:none;
	background:url(../img/dolaczBtn.png) bottom center no-repeat;
}
.joinBtn:hover {
	background-position:top center;
}
.footer {
	font-size:11px;
}
.footer a{
	color:#ccc;
	text-decoration:none;
	border-bottom:solid 1px #ccc;
}
.footer a:hover {
	text-decoration:none;
	border-bottom:dashed 1px #ccc;
}
.imax {
	background-image:url(../img/imaxFooterBlue.png);
}
.cp {
	background-image:url(../img/cpFooter.png);
}
.cc {
	background-image:url(../img/ccFooter.png);
}
.footerLink {
	display:block;
	width:140px;
	height:71px;
	background-position:top center;
	background-repeat:no-repeat;
	border:solid 0px #ccc;
	outline:none;
	text-indent:-9999px;
}
.footerLink:hover {
	background-position:bottom center;
	border:none;
	outline:none;
}
.footerLink-imax {
	display:block;
	width:190px;
	height:71px;
	background-position:top center;
	background-repeat:no-repeat;
	border:solid 0px #ccc;
	outline:none;
	text-indent:-9999px;
}
.footerLink-imax:hover {
	background-position:bottom center;
	border:none;
	outline:none;
}
#newsSlider {
	position:absolute;
	left:-20px;
}
#sliderHolder {
	margin-bottom:20px;
}
.news {
	text-align:justify;
	font-size:11px;
	color:#ccc;
	width:440px;
	padding:0px 20px 0px 10px;
}
.news img {
	margin:0 15px 0 0;
	float:left;
}
.news .moreLink {
	float:right;
	font-size:11px;
	color:#f5821e;
	text-decoration:none;
	border-bottom:dashed 1px #f5821e;
}
.news .moreLink:hover {
	border-bottom:solid 1px #f5821e;
}
#go-next {
	margin-top:-150px;
	margin-right:-40px;
	z-index:300;
	width:40px;
	height:42px;
	background:url(../img/sliderArrows.png) top right no-repeat;
	text-indent:-9999px;
	float:right;
}
#go-prev {
	margin-top:-150px;
	margin-left:-40px;
	z-index:300;
	width:40px;
	height:42px;
	background:url(../img/sliderArrows.png) top left no-repeat;
	text-indent:-9999px;
	float:left;
}
/***************************** ACCORDION ***************************/
#accordion{
	margin-bottom:30px;
}
.tab {
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	background-color:#202123;
	color:#fff;
	width:100%;
	height:100px;
	margin-bottom:10px;
	display:block;
	overflow:hidden;
	border-bottom:solid 1px #5c5c5c;
	line-height:48px;
}
.tab #icon {
	display:inline-block;
	width:267px;
	height:100px;
	float:left;
	margin-right:20px;
	background-position:center center;
	background-repeat:no-repeat;
}
.accContent {
	font-size:12px;
	color:#ccc;
	padding-bottom:30px;
	border-bottom:solid 1px #5c5c5c;
}
.accContent p a {
	font-size:12px;
	color:#f5821e;
	font-weight: bold;
}
.accContent ul {
	margin-left:20px;
	list-style:disc;
}
.accContent ul li {
	padding:3px 0px;
}
/******** FORMS ***********/
.form_left {
	padding-left:10px;
	padding-top:7px;
	margin-bottom:10px;
	z-index:10;
	overflow:visible;
	margin-bottom:20px;
	/*background:url("../img/formBg.png") no-repeat scroll -5px 0px transparent;*/
}
.form_right {
	padding-left:10px;
	padding-top:7px;
	margin-bottom:10px;
	z-index:10;
	overflow:visible;
	margin-bottom:20px;
/*	background:url("../img/formBg.png") no-repeat scroll -5px 0px transparent;*/
}
.kontakt {
	background:none;
	height:auto;
}
input, select, textarea {
	color:#666;
	margin:0 12px 20px 0;
}
.form {
	color:#ccc;
	font-size:12px;
}
.form>input, .form>select, .form>label {
	display:inline-block;
	margin:10px 10px 10px 0px;
}
.label {
	float:left;
	font-size:12px;
	padding-top:5px;
	margin-right:10px;
}
.form > .focused {
	color:#262626;
}
div.selector.focus span {
	color:#000;
	text-shadow: 0 1px 0 #f5821e;
}
div.selector.hover span {
	color:#000;
	text-shadow: 0 1px 0 #f5821e;
}
.checkbox {
	margin-bottom:20px;
}
.checkbox>input {
	float:left;
	margin:0px 10px 0px 0px;
}
.checkbox>p{
	font-size:11px;
	margin:0;
	padding-bottom:7px;
	color:#CCC;
}
.wymagane {
	font-size:10px;
	color:#fff;
	float:right;
	margin-right:10px;
}
.formBtn {
	display:block;
	width:228px;
	height:40px;
	text-indent:-9999px;
	background:url(../img/formBtn.png) top center no-repeat;
}
.formBtn:hover {
	background-position:bottom center;
}
.error {
	position:absolute;
	display:inline-block;
	background:url(../img/errorBg.png) bottom left repeat-x;
	color:#ffcfcf;
	font-size:10px;
	z-index:300;
	float:left;
	width:auto;
	
}
.error>span {
	display:inline-block;
	float:left;
	margin:5px 11px 6px 3px;
}
.error>img {
	float:left;
	margin:6px 0px 0px 2px;
}
/******* REGULAMIN ***********/
.downloadBox {
	display:block;
	width:220px;
	margin:10px 0 20px 20px;
	float:right;
	color:#ccc;
	background:#333;
	border:solid 1px #666666;
	padding:5px;
	font-size:12px;
}
.plik {
	margin:10px 0;
	display:block;
	width:210px;
	height:32px;
	color:#CCC;
	font-weight:bold;
	line-height:12px;
	text-decoration:underline;
	background:url(../img/doc.png) top left no-repeat;
	padding:0px 0px 0px 35px;
}
.plik:hover {
	background-position:bottom left;
	color:#fff;
}
.plik>span {
	font-size:10px;
	font-weight:normal;
}
.regulamin {
	margin-bottom:30px;
}
.regulamin>h1 {
	text-align:center;
	margin-bottom:15px;
}
.regulamin>ol {
	list-style:decimal;
}
.regulamin>ol>li {
	padding-left:10px;
	margin:0px 40px 10px 40px;
	text-align:justify;
	font-size:12px;
}
.regulamin>ol>li>ol {
	margin-top:10px;
	list-style:lower-alpha;
}
.regulamin>ol>li>ol>li {
	padding-left:10px;
	margin:0px 40px 10px 40px;
	text-align:justify;
	font-size:12px;
}

.inputs {
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #CCC;
    background-image: none;
}

.inputs:focus {
    outline-color: #f5821e;
}
h1 a {
	color:#fff;
}
			/*
.form>input {
	color:#ccc;
	margin:5px 0;
	padding:3px 5px;
	background:#333;
	border: solid 2px #454545;
}
.form>input:hover, .form>input:active {
	color:#333;
	background:#CCC;
	border: solid 2px #f5821e;
}
.form>span {
	color:#ccc;
	margin-right:20px;
}
.form>select>option {
	color:#F00;
}*/