body{
	padding:0px;
	margin:0px;
	background-color:#1f1f1f;
	border-top:#F1AA1A 10px solid;
	color:#626262;
	font-size:13px;
	line-height:20px;
	font-family: 'Ubuntu', sans-serif;	
}
.container{
	width:1131px;
	height:auto;
	position:relative;
	margin:auto;
}
.alignright{
	text-align:right;
}
.left {float:left;}
.right {float:right;}
.cleaner {clear:both; }
#logo{
	background:url('../img/template/logo.jpg');
	background:size:contain;
	width:266px;
	height:64px;
	position:absolute;
	top:23px;
	left:1px;
}
input, textarea, button{
	font-family: 'Ubuntu', sans-serif;	
}
a{
	color:#FF8002;
	transition:all 150ms;
}
a:hover{
	color:#FF8002;
	text-decoration:none;
	opacity:0.9;
	transition:all 150ms;
}
a.more{
	display:block;
	text-align:right;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
	font-weight:normal;
}
h1{
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
	font-size:28px;
	font-weight:normal;
}
h1 span{
	color:#ff7802;
}


#main-wrapper{
	background-color:#EEEEEE;
	padding-bottom:50px;
}
#main-wrapper section.oddbehavior{
	margin-top:-100px;
	margin-bottom:50px;
}
section.subpage{
	padding-top:15px;
	}
section.subpage .container {
	border-top:3px #DFDFDF solid;	
	padding-top:20px;
}
#left-column {
	width: 250px;
	display: block;	
	float: left;
	padding:3px 0;
	background-color:#FFF;
}
#left-column ul { margin:0 0; }
#left-column ul li a {
display: block;
font-size: 16px;
padding: 8px 4px;
text-decoration: none;
}
#left-column ul li a.active,
#left-column ul li a:hover {
	color:#313131;
	text-decoration:underline;
}
section.subpage .container > article,
section.subpage .container > h1 { margin-left:280px; }
section.subpage .container article {
padding: 0px 20px;
border-left: 1px #dfdfdf solid;
}
header{
	background-color:#EEEEEE;	
}
header nav{
	display:block;
	margin-left:335px;
	margin-right:130px;
}
header nav ul,
header nav li{
	padding:0px;
	margin:0px;
}
header nav li{
	display:inline-block;
	position:relative;
}
header nav li a{
	color: #626262;
	text-decoration:none;
	display:block;
	padding: 44px 15px;
	text-transform:uppercase;
	font-weight:bold;
	font-weight: 500;
	font-size: 15px;
	position:relative;
}
header nav li a:after{
	content:"";
	display:inline-block;
	margin:0px 0px;
	border-right:#e1e1e1 1px solid;
	height:42px;
	position:absolute;
	top:35px;
	right:0px;
}
header nav li:first-of-type a{
	padding-left: 0px;
}
header nav li:last-of-type a{
	padding-right: 0px;
}
header nav li:last-of-type a:after{
	display:none;
}

header nav li a span{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-19px;
	width:37px;
	height:18px;
	background:url('../img/template/pointer.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	display:none;
	
}
header nav li.current a,
header nav li a:hover{
	color:#F1AA1A;
}
header nav li.current a span,
header nav li a:hover span{
	display:block;
}
header nav li ul{
	display:none;
}

#langs{
	margin:0px;
	padding:0px;
	position:absolute;
	top:40px;
	right:0px;
	list-style-type:none;
	cursor:pointer;
}
#langs li{
	margin: 0px;
	padding: 0px;
	position: relative;
	display: inline-block;
	width: 32px;
	background-color: #ffffff;
}
#langs li:hover {
	opacity:.75;
}
#langs > ul > li:first-child{
}
#langs a{
	text-decoration:none;
	display:block;
	padding:5px 15px 5px 40px !important;
}
#langs li:hover ul {
	display:block;
}
#langs li.pl a{
	background-image:url('../img/template/pl.png');
	background-position:8px 7px;
	background-repeat:no-repeat;
}
#langs li.en a{
	background-image:url('../img/template/en.png');
	background-position:8px 7px;
	background-repeat:no-repeat;
}
#langs ul{
	display:none;
	position:absolute;
	top:100%;
	left:0px;
	margin:0px;
	padding:0px;
}
#langs ul li{
	background-image:none;
}



#slider-wrapper{
	position:relative;
	width:100%;
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:500px;
}
#text-on-slider {
	position:absolute;
	left:20%;
	top:100px;
	z-index:100;	
}
#text-on-slider > * {
	text-shadow: 2px 2px 0px #000;
color: #FFF;
font-size: 38px;
font-weight: bold;
}
#slider{
	overflow:hidden;
	height:500px; 
	text-align:center;
	padding:0px;
	margin:0px;
}
#slider .slide{
	height:auto;
	height:500px;
	padding:0px;
	margin:0px;
}
#slider img{
	height:auto;
	width:100%;
	padding:0px;
	margin:0px;
}

#sslider{
	height:151px;
	overflow:hidden;
}

#sslider .slide{
	width:218px;
	height:151px;
	float:left;
	border-radius:10px;
	border-bottom:#e5e6e1 4px solid;
	overflow:hidden;
	margin-right:30px;
}
#sslider .slide img{
	width:100%;
	height:100%;
}
#sslider .slide:nth-child(2n){
	/*margin-left:30px;*/
}
#sslider_pagination{
	text-align:center;
	font-size:0;
	margin-top:15px;
}
#sslider_pagination a{
	display:inline-block;
	background:white;
	border-top:#d1d1d1 2px solid;
	border-radius:20px;
	margin:0px 4px;
}
#sslider_pagination a span{
	visibility:hidden;
	background:orange;
	width:14px;
	height:13px;
	margin:4px;
	display:block;
	border-top:#d66100 2px solid;
}
#sslider_pagination a.selected span{
	visibility:visible;
	border-radius:20px;
}


#sslider_partners{
	text-align:center;
	font-size:0;
	line-height: 0;
	margin:auto;
	margin-left:20px;
	overflow:hidden;
}
#sslider_partners .slide{
	display:inline-block;
	width:155px;
	height:70px;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	margin:0px 23px;
}
.nav{
	position:absolute;
	display:block;
	top: 45px;
	width:22px;
	height:20px;
	border-radius:20px;
	background:#EEEEEE;
	border-top: 2px solid transparent;
}
.nav span{
	width:14px;
	height:14px;
	margin:4px;
	margin-top:2px;
	background:#FEAD19;
	display:block;
	border-radius:20px;
}
.nav:hover{
	background:#E6E6E6;
	cursor:pointer;
	border-top: 2px solid rgb(209, 209, 209);
}
.nav:hover span{
	visibility:visible;
}
.nav.prev{
	left:15px;
}
.nav.next{
	right:15px;
}

.box{
	border:#e6e6e6 1px solid;
	border-bottom-width:4px;
	border-radius:20px;
	position:relative;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */

}
.box-floated{
	width:540px;
	height: 270px;
	position:relative;
	z-index:999;	
}
.box .box-inner{
	padding: 20px 35px;	
}

.box img.naglowek{
	position:absolute;
	bottom:20px;
	right:20px;
	width:150px;
	height:auto;
}
.box .content{
	height:200px;
	width:300px;
}



footer{
	font-family:"Arial";
	min-height:100px;
	padding:20px;	
	color:#969696;
	font-weight:300;
	font-weight:300;
	font-weight:300;
	font-size:12px;
	line-height:25px;
}
footer a{
	color:inherit;	
	text-decoration:none;
}

footer nav ul,
footer nav li{
	padding:0px;
	margin:0px;
}
footer nav li{
	display:inline-block;
	vertical-align:top;
}
footer nav a{
	display:block;
}
footer nav li a:after{
	content:"|";
	display:inline-block;
	vertical-align:top;	
	color:inherit;	
	text-decoration:none;
	margin:0px 5px 0px 10px;
}
footer nav li:last-of-type a:after{
	display:none;
}




.kontakt-info{
	width:450px;
}
.kontakt-form{
	width:602px;
}
.hidden{
	display:none;
}


.kontakt input{
	width:275px;
	padding:10px;
	border:#E6E6E6 1px solid;
}
.kontakt input:nth-child(2n){
	margin-left:5px;
}
.kontakt textarea{
	width:580px;
	padding:10px;
	border:#E6E6E6 1px solid;
	resize:vertical;
	min-height:100px;
}
.kontakt button{
	width:130px;
	float:right;
	
	padding:10px;
	border:#E6E6E6 1px solid;
	background:#F1AA1A;
	color:white;
}
.kontakt button:hover{
	background:#ff7802;
	cursor:pointer;
}
.kontakt input:focus,
.kontakt textarea:focus{
	border-color:#F1AA1A;
	border-color:#ff7802;
}

p.error{
	background:#910101;
	color:white;
	text-align:center;
	padding:10px;
	display:block;
}
p.hidden{
	display:none;
}
input.error,
textarea.error{
	/*border-color:#910101;*/
	
}
.gallery a{
	width:150px;
	display: inline-block;
	vertical-align: top;
	margin-right:10px;
}
.gallery a img{
	width:100%;
	max-height:100%;
	border-radius:10px;
}

.attachments li a{
	background:#fff;
	display:block;
	padding: 5px 15px;
	color:#626262;
	text-decoration:none;
}
.attachments li a:hover{
	color:#FF8002;
}
