@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300,500&subset=latin,latin-ext);

/* 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, 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%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
	height: 100%;
}

body{
    font-family: Arial, Tahoma /*'Roboto'*/;
    font-size: 16px;
    font-weight: normal;
    color: #434E59;
    height: 100%;
    min-height: 100%;
    min-width: 980px;
    background: #ffffff;
}
/*
@media screen and (min-width: 995px){
	body{
		overflow-x: hidden;
	}
}
*/
a{color: #D01C14; text-decoration: none;}
a:hover{color: #E84B44; text-decoration: none;}
a:focus{color: #E84B44; text-decoration: none;}

p{margin: 10px 0px;}

ul{
	list-style: square outside url("./grafika/listPointer.jpg");
	margin-left: 15px;
}

img{
	padding: 5px;
	border: 1px solid #E2EAEF;
}
.clear{clear: both;}
.mainSection{
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
}
.content980{
    width: 980px;
    margin: 0 auto;
}

header{
    width: 100%;
    height: 155px;
    background: url('./grafika/headerBg.png') no-repeat 50% 100%;
    position: relative;
    z-index: 2;
}

.logo{
    float: left;
    margin: 22px 0px 0px 62px;
}
.logo img{
    padding: 0px;
    border: none;
}

ul.langs{
    float: right;
    list-style: none;
}

ul.langs > li{
    float: left;
    margin: 0px 1px 0px 0px;
}

ul.langs > li a{
    display: block;
    width: 35px;
    height: 32px;
    background: url('./grafika/langBg.jpg') no-repeat 0px 0px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 75%;
    color: #434E59;
    text-transform: uppercase;
    padding: 5px 0px 0px 0px;
}
ul.langs > li a.active, ul.langs > li a:hover, ul.langs > li a:focus{
    color: #D01C14;
}

ul.mainMenu{
    float: right;
    list-style: none;
    margin: -60px 0px 0px 0px;
}
ul.mainMenu > li{
    float: left;
}
ul.mainMenu > li:after{
    content: "/";
    margin: 0px 15px;
}
ul.mainMenu > li:last-child:after{
    margin: 0px 0px 0px 15px;
}
ul.mainMenu > li:first-child:before{
    content: "/";
    margin: 0px 15px;
}
ul.mainMenu > li a{
    display: inline-block;
    font-family: 'Roboto';
    font-size: 90%;
    color: #434E59;
    text-transform: uppercase;
}
ul.mainMenu > li a.active, ul.mainMenu > li a:hover, ul.mainMenu > li a:focus{
    color: #D01C14;
}
.bannerWrapper{
    /*width: 1280px;*/
    background-image: url(./grafika/baner1.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0px;
    border-bottom: 5px solid #DC2B23;
    position: relative;
}
.bannerHome{
    
    /*width: 1280px;*/
    /*max-width: 100%;*/
    width: 980px;
    height: 472px;
    margin: -48px auto 0px auto;
    position: relative;
}
.caruselBox{overflow: hidden;}
.galDim{
	float: left;
	width: 926px;
}
.logoBoxDim{
	float: left;
	width: 950px;
	height: 100px;
}
.bannerTxt{
    position: absolute;
    left: 30px;
    top: 285px;
	text-align: center;
}
.bannerTxt > .firstLine{
    font-family: 'Roboto';
    font-size: 235%;
    line-height: 100%;
    font-weight: 300;
    color: #ffffff;
	margin: 0px 0px 12px 0px;
}
.bannerTxt > .secondLine{
    font-family: 'Roboto';
    font-size: 170%;
    line-height: 100%;
    font-weight: 300;
    color: #ffffff;
	margin: 0px 0px 12px 0px;
}
.bannerTxt > .thirdLine{
    font-family: 'Roboto';
	font-size: 120%;
    font-weight: 300;
    color: #ffffff;
}
.bannerProductBg{
    width: 520px;
    height: 230px;
    background: url('./grafika/leftRedBg.png') no-repeat 0px 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.bannerProductBg .inner{
    background: #E43129 url('./grafika/redBg.jpg') repeat-x 0px 0px;
    float: right;
    width: 396px;
    height: 100%;
}
.bannerRightRed{
    width: 170px;
    height: 230px;
    background: #E43129 url('./grafika/redBg.jpg') repeat-x 0px 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.whiteBgProducts{
    background: url('./grafika/whiteBg.png') no-repeat 0px 0px;
    width: 527px;
    height: 172px;
    position: absolute;
    bottom: -5px;
    right: 0px;
    padding: 8px;
	overflow: hidden;
}
ul.productBaner{
    list-style: none;
    margin: 0px;
}
ul.productBaner > li{
    float: left;
}
ul.productBaner > li a{
    display: block;
}
ul.productBaner > li a img{
    border: none;
    padding: 0px;
}

.productBanerTxt{
    font-family: 'Roboto';
    font-size: 110%;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    float: right;
    margin: 13px 10px 0px 0px;
}
.homeGrey{
    /*background: #F0F0F0 url('./grafika/homeCenter.jpg') no-repeat 50% 70%;*/
}
.homeTxt{
    margin: 0px auto;
    width: 750px;
    padding: 35px 0px 90px 0px;
    font-family: 'Roboto';
    font-size: 100%;
    font-weight: 400;
    color: #676F77;
    text-align: center;
}

footer{
    background: #ffffff;
    width: 980px;
    margin: 0px auto 0px auto;
    padding: 18px 0px 55px 0px;
}
footer.home{
    margin: -70px auto 0px auto;
}
ul.footGallery{
    list-style: none;
    height: 120px;
    width: 920px;
    float: left;
    margin: 0px 0px 0px 10px;
}

ul.footGallery > li{
    float: left;
    margin: 0px 4px 0px 0px;
}

ul.footGallery > li a{
    display: block;
}

ul.footGallery > li a img{
    border: none;
    padding: 0px;
}

.prevImg{
    float: left;
    width: 19px;
    height: 65px;
    background: url('./grafika/prevBtn.png') no-repeat 0px 0px;
    margin: 38px 13px 0px -10px;
}
.nextImg{
    float: right;
    width: 19px;
    height: 65px;
    background: url('./grafika/nextBtn.png') no-repeat 0px 0px;
    margin: 38px -10px 0px 13px;
}

ul.logoList{
    list-style: none;
    float: left;
    margin: 30px 0px 0px 80px;
    /*left: 0px !important;*/
}
ul.logoList > li{
    float: left;
    margin: 0px 90px 0px 0px;
}
ul.logoList > li a{
    display: inline-block;
}
ul.logoList > li a img, ul.logoList > li img{
    border: none;
    padding: 0px;
}

.footerBottom{
    width: 950px;
    margin: 40px 0px 0px 0px;
    border-top: 1px solid #F0F0F0;
    padding: 15px 15px 0px 16px;
    font-family: Tahoma;
    font-size: 75%;
    color: #AAAA9F;
}
.footerBottom > .left{
    float: left;
    width: 49%;
}
.footerBottom > .right{
    float: right;
    width: 49%;
    text-align: right;
}
.footerBottom a{color: #AAAA9F;}
.footerBottom a:hover, .footerBottom a:focus{color: #E84B44;}

.subpageHeader{
    background: #DC2B23 url('./grafika/subpageHeaderBg.jpg') repeat-x 0px 0px;
    height: 115px;
    width: 100%;
    margin: -48px auto 28px auto;
    /*border-bottom: 33px solid #F0F0F0;*/
}
.overflowAuto{
	overflow: auto;
}
.subpageHeader > .content980 > .left{
    float: left;
    margin: 60px 0px 0px 23px;
    max-width: 55%;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 150%;
}

.subpageHeader > .content980 > .right{
    float: right;
    margin: 35px 10px 0px 0px;
    max-width: 50%;
    text-align: right;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 300%;
    font-weight: 300;
}

aside.left{
    float: left;
    width: 270px;
}

ul.menuLeft{
    list-style: none;
    margin: 0px 0px 45px 0px;
    border-top: 1px solid #F0F0F0;
}

ul.menuLeft > li{
    border-bottom: 1px solid #F0F0F0;
}

ul.menuLeft > li a{
   display: block;
   padding: 15px 30px 15px 25px;
   font-family: 'Roboto';
   font-size: 90%;
   color: #434E59;
   text-transform: uppercase;
   background: url('./grafika/menuLeftArrow.jpg') no-repeat 100% 16px;
}
ul.menuLeft > li a:hover, ul.menuLeft > li a:focus, ul.menuLeft > li a.active{
    color: #D01C14;
}

.contactBox{
    background: #F0F0F0;
    padding: 25px;
}
.contactBox > .title{
    color: #434E59;
    font-family: 'Roboto';
    font-size: 110%;
    text-transform: uppercase;
}
.contactBox > .content{
    color: #676F77;
    font-family: 'Roboto';
    font-size: 90%;
    margin: 15px 0px 0px 0px;
}

.contactBox > .content a:hover, .contactBox > .content a:focus{
    text-decoration: underline;
}

.pageContent{
    margin-bottom: 80px;
}

.subpageContent{
	float: left;
}

/* ckeEditor style */
#ckeEditor, .subpageContent{
	font-size: 85%;
	line-height: 160%;
	padding: 17px 10px 10px 35px;
	width: 665px;
}
#ckeEditor{
	background: #ffffff;
}

span.header1 {
	/*Kolor 1*/	
	color: #434E59;
}
span.header2 {
	/*Kolor 2*/ 
	color: #7C8792;
}
span.link {
	/*Kolor link*/ 
	color: #D01C14;
}
h2.h2{
    /*Naglowek 1*/  
	color: #434E59;
	font-family: 'Roboto';
	font-size: 200%;
	line-height: 180%;
	font-weight: 300;
}
h3.h3{
    /*Naglowek 2*/  
	color: #7C8792;
	font-family: 'Roboto';
	font-size: 160%;
	line-height: 150%;	
	font-weight: 300;
}

table{
	background: #F0F0F0;
	font-size: 90%;
}

table thead{
	font-weight: bold;
	color: #fff;
	background: #E84B44;
}

table th{
	font-weight: bold;
	color: #fff;
	background: #E84B44;
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

table td{
	padding: 5px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

table td:last-child, table th:last-child{
	border-right: none;
}

table.noStyle, table.noStyle td, table.noStyle th {
	border: none;
	background: none !important;
}

ul#filesList{
	list-style: none;
	width: 100%;
	float: left;
	margin: 0px;
}

ul#filesList li{
	padding: 10px 0px 0px 0px;
	background: #F0F0F0;
	margin-bottom: 1px solid #ffffff;
	height: 30px;
	margin-bottom: 2px;
	float: left;
	width: 100%;
}

ul#filesList li > span{
	display: inline-block;
	margin: 0px 10px;
	font-family: Arial;
	font-size: 90%;
	font-weight: bold;
	color: #7B7977;
	float: left;
}
ul#filesList li > span.typ{
	margin-top: 1px;
}
ul#filesList li > span.typ img{
	border: none;
	padding: 0px;
}

ul#filesList li a.downloadFile{
	margin-top: -9px;
	float: right;
	height: 40px;
	width: auto;
	color: #D01C14;
	font-family: Arial;
	font-size: 90%;
}
ul#filesList li a.downloadFile:hover span{text-decoration: underline;}
ul#filesList li a.downloadFile span.btn{
	margin: 0px 0px 0px 12px;
	float: right;
	width: 37px;
	height: 100%;
	background: #E84B44 url("grafika/downloadImg.jpg") no-repeat 50% 50%;
}
ul#filesList li a.downloadFile span.text{
	margin: 9px 0px 0px 0px;
	float: left;
}

h5.pliki{
	color: #7C8792;
	margin: 20px 0px 16px 0px;
	font-family: 'Roboto';
	font-weight: 300;
	float: left;
	width: 100%;
	font-size: 130%;
}

iframe.mapa {
    background: #F0F0F0;
    height: 308px;
    padding: 5px;
    width: 660px;
}
.underContactImg{
	border: none;
    padding: 0px;
	width: 270px;
	margin: 10px 0px 0px 0px;
}
.facebookLink{
	float: left;
	margin: 5px 0px 0px 560px;
}
.facebookLink img{
	padding: 0px;
	border: none;
	height: 20px;
}

ul#map li a:visited{color: #434E59;}

ul.footerMenu{
	list-style: none;
	margin: 0px 0px 10px 0px;
	float: left;
	width: 100%;
}
ul.footerMenu li{
	float: left;
	margin-right: 5px;
}