ul, ol, li, dl{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

html, body, h1, h2, h3, h4, h5, h6, p{
	margin: 0;
}

a{
	text-decoration: none;
	outline: none;
	color: inherit;
}

a img{
	border: none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ 
    display: block;
}

.sprzataczka{
	clear: both;
}

.szerokosc-min{
	width: 984px;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}

.szerokosc-max{
	width: 100%;
/*	min-width: 1000px;*/
	margin: 0 auto;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

html, body{
	font-family: 'Roboto', sans-serif;
	color: #494949;
	font-size: 15px;
}

.wrapper{

}

.header-wrap{
	border-top: 8px solid #fff;
	background: #212121;
	height: 122px;
}

header{
	background: url(../images/1_03.jpg) no-repeat left center;
	height: inherit;	
	border-bottom: 8px solid #D90102;
	position: relative;
	z-index: 1;

/*	position: absolute;
	left: 50%;
	margin-left: -492px!important;	*/
}

.logo{
	padding-top: 10px;
	float: left;
	text-indent: -99999em;
	display: inline-block;
}

.social{
	float: right;
	padding-top: 35px;
}

.social a{
	display: inline-block;
	float: left;
	width: 16px;
	height: 22px;	
	margin-left: 10px;
}

.fb{
	background: url(../images/1_16.png) no-repeat -8px -210px;
}

.gplus{
	background: url(../images/1_16.png) no-repeat -8px -186px;
}

.tweet{
	background: url(../images/1_16.png) no-repeat -8px -162px;
}

nav{
	clear: both;
	float: left;
	padding-top: 10px;
}

nav ul li{
	float: left;
	padding-bottom: 17px;
	position: relative;
	top: 1px;
}

nav ul li a{
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 0px 9px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

nav ul li a:hover, nav ul li.active:not(.blank) a{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	color: #D90102;	
}

nav ul li:not(:last-child) a::after{
	content: '';
	display: inline-block;
	border-right: 1px solid #676767;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

nav ul li.first a{
	padding-left: 0px;
}

nav ul li.active:not(.blank){
	background: url(../images/active.png) no-repeat bottom center;
}	

#lang-switch{
	float: right;
	padding-top: 10px;
}

#lang-switch li{
	float: left;
	opacity: .7;
}

#lang-switch li.active, #lang-switch li:hover{
	opacity: 1;
}

#lang-switch li a{
	color: #D90102;
	text-transform: uppercase;
	font-size: 14px;	
	padding-left: 5px;
	display: inline-block;
	font-weight: 500;	
}

.lang-item{
	display: none;
}

.navbar-toggle{
    display: none;
    padding: 10px;
    float: right;
    clear: right;
    border: 0px;
    height: 40px;   
    margin-top: 65px;
/*    margin-right: 2%;*/
    background: #165EAA;
    z-index: 11;
    position: relative;
}

.icon-bar{
    display: block;
    height: 2px;
    width: 22px;
    background: #fff;
    margin-top: 4px;
}

.slider{
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
/*	min-width: 1000px;*/
	visibility: hidden;
}

.desc{
    color: #272729;
    font-size: 23px;
    padding-top: 150px;

/*  left: 50%;
    margin: 0 auto 0 -492px;
    position: absolute;
    width: 984px;*/
    z-index: 9999;
}

.top{
	width: 100%;
	height: 375px;
	background-size: cover;
	position: relative;
}

.subpage .top{
	height: 200px;
}

.subpage .desc{
	padding-top: 50px;
}

.desc p{
	font-size: 46px;
	font-weight: 500;
}

.subpage .bx-controls.bx-has-pager{
	display: none;
}

.red-belt{
	position: relative;
}

.call{
	position: absolute;
	width: 100%;
	background: #D90102;
	bottom: 0px;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	top: -60px;
}

.call h2{
	float: left;
	color: #fff;
	padding-left: 20px;
	font-weight: 500;	
	font-size: 24px;
}

.call h3{
	float: right;
	padding-right: 20px;
	color: #231F1E;
	font-weight: 500;	
	font-size: 24px;	
}

.boxes{
	padding-bottom: 30px;
	overflow: hidden;
}

.boxes div{
	float: left;
	width: 25%;
	height: 95px;
	background-size: cover!important;
}

.content{
	padding: 20px 3px 30px 3px;
	overflow: hidden;
}

.content img{
	max-width: 100%;
	height: auto!important;
}

.content ul{
	padding: 4px 0;
}

.content ul li{
	list-style-type: disc;
	margin-bottom: 6px;	
	margin-left: 25px;
}

.content ol{
	padding-left: 24px;	
}

.content ol li{
	list-style-type: decimal;
	margin-bottom: 6px;
}

.content p{
	margin-bottom: 10px;
}

.sibblings-menu{
	float: left;
	width: 310px;
	width: 30%;
	margin-bottom: 20px;
}

.content .sibblings-menu li{
	list-style-type: none;
	background: #212121;
	color: #fff;
	margin-bottom: 0px;
	height: 54px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
	margin-left: 0px;
}

.content .sibblings-menu li:nth-child(odd){
	background: #313131;
}

.content .sibblings-menu li.activ, .content .sibblings-menu li:hover{
	background: #D90102;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

.sibblings-menu .cover{
	float: left;
}

.sibblings-menu .cover img{
	display: block;
	height: 100%;
	width: auto;
	opacity: .7;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

.content .sibblings-menu li:hover img, .content .sibblings-menu li.activ img{
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.item-name{
	height: 50px;
	display: table;
/*	width: 200px;
	float: right;*/
	padding-left: 15px;
	color: #ddd;
	font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.content .sibblings-menu li:hover .item-name{
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.item-name span{
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	height: 100%;
}

.item a{
	width: 100%;
}

.content-right{
	float: right;
	width: 650px;
	width: 68%;
}

.naglowek{
	font-size: 22px;
	padding-bottom: 20px;
}

#foto{
	text-align: center;

}

#foto li{
	display: inline-block;
	width: 22.5%;
	margin: 1%;
	text-align: center;
}

#foto li img{
	width: 100%;
	height: auto;
}

#foto li.ratio{
	height: 230px;
}

#foto li.ratio img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    width: auto;
}

#foto li.ratio a{
	display: block;
	height: inherit;
}

.gallery-item{
	width: 23%;
	box-sizing: border-box;
	float: left;
	margin: 0 1%;
	position: relative;
	text-align: center;
}

.gallery-item .cover{
	position: relative;
	padding: 7px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;	
}

.gallery-item .mask{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(242, 170, 170, .2);	
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;	
    z-index: 1;	
}

.gallery-item .cover:hover .mask{
	background: rgba(242, 170, 170, .0);	
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;		
}

.gallery-item .cover:hover{
	background: rgba(229, 85, 86, .8);	
	transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;		
}

.gallery-item img{
	display: block;
}

.gallery-item h3{
	display: table;
	height: 50px;
	width: 100%;
}

.gallery-item h3 a{
	display: table-cell;
	vertical-align: middle;
	width: 100%;	
	height: 100%;
	text-align: center;
}


.aktualnosc{
	padding-bottom: 30px;
	text-align: justify;
}

.more{
	display: inline-block;
	padding-top: 10px;
	color: #222;
}

.aktualnosc h3{
	padding-bottom: 5px;
}

.item{
	float: left;
	width: 23%;
	padding: 0%;
	margin: 1%;
	text-align: center;
	position: relative;
}

.item h3{
	height: 50px;
	color: #222;
	background: rgba(255,255,255,.75);
	font-weight: 500;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	width: 101%;
	display: table;
}

.item h3 a{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.item img{
	width: 100%;
	height: auto;
	display: block;
}

.more:hover{
	color: #231F1E;
}

.mask{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(33, 33, 33, .2);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

.item:hover .mask{
	background: rgba(217, 1, 2, 0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}


.item:hover h3{
	background: rgba(255,255,255,.85);
}

.left{
	float: left;
	width: 100%;
}

form{
	float: right;
	width: 100%;
	width: 30%;
	overflow: hidden;	
	position: relative;
	display: block;
	padding-left: 1px;
	font-family: inherit;
	margin-left: 20px;
	margin-bottom: 20px;
}

form input[type="text"], form textarea, form input[type="email"]{
	border: 0px;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #404040;	
	font-family: inherit;
	font-size: .9em;
	background: #eaeaea;
	border-bottom: 1px solid #fff;
	margin: 0px;
	margin-bottom: 1px;
}

form textarea{
	min-height: 150px;
	max-height: 150px;
	padding: 10px 10px 21px 10px;
	overflow: auto; 
	font-size: .9em;
	font-family: inherit;
	background: #eaeaea;
	color: #404040; 
	border:0;
}

form input[type="submit"] {
	background: #212121;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: inherit;
	letter-spacing: 1px;
	padding: 10px 0;
	width: 100%;
	border:0;
	margin: 0px;
	font-size: 1em;
}

div.suprise{
	display:none;
}

.komunikat{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	color: #d90102;
}

#map-canvas{
	width: 100%;
	height: 350px;
}

/*** cookies ***/
#cookie-alert {
    border-top: 1px solid #D90102;
    bottom: 0;
    display: block;
    font-size: 12px;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: fixed;
    width: 90%;
    z-index: 9999;
    padding: 2px 5%;
    background: #212121;

}
#cookie-content {
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 4px 0;
}

#cookie-content p{
	line-height: 20px;
}

#cookie-close {
    background: #D90102;
    text-align: center;
    display: inline-block;
    color: #fff;
    float: right;
    height: 20px;
    margin-right: 0;
    margin-left: 5px;
    position: relative;
    width: 77px;
    font-weight: bold;
    line-height: 20px;
    padding: 4px 6px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.footer-red{
	background: #D90102;
	overflow: hidden;
}

.footer-grey{
	background: #212121 url(../images/1_19.jpg) no-repeat bottom right;	
}

.info > div{
	float: left;
/*	width: 20%;
	width: 25%;*/
	padding-right: 70px;
	box-sizing: border-box;
}
.info > div:last-child{
	padding-right: 0px;
}
/*.info > div:nth-child(2){
	width: 36%;
}*/

.info h4{
	color: #fff;
	font-size: 20px;
	margin: 20px 0;
	position: relative;
	padding-left: 30px;
}

.info > div:first-child h4{
	padding-left: 0px;
}

.place::before{
	content: '';
	width: 22px;
	height: 24px;
	display: inline-block;
	position: absolute;
	left: 1px;	
	margin-right: 10px;
	background: url(../images/1_16.png) no-repeat -2px -3px; 
}

.mail::before{
	content: '';
	width: 22px;
	height: 20px;	
	display: inline-block;
	position: absolute;
	left: 1px;	
	margin-right: 10px;	
	background: url(../images/1_16.png) no-repeat -5px -65px; 
}

.phone::before{
	content: '';
	width: 22px;
	height: 20px;	
	display: inline-block;
	position: absolute;
	left: 1px;
	background: url(../images/1_16.png) no-repeat -5px -35px; 
}

.footer-menu{
	overflow: hidden;
}

.footer-menu div{
	float: left;
	width: 33.333%;
	padding-right: 20px;
	box-sizing: border-box;
}

.footer-menu div h3{
	color: #fff;
	padding-bottom: 10px;
	font-weight: 500;
	font-size: 20px;
}

.footer-menu div li{
	color: #aaa;
	margin-bottom: 2px;
	font-size: 14px;
}

.footer-menu div li:hover{
	color: #fff;
}

.grey-bg{
	min-height: 264px;
	padding: 30px 0;		
	margin: 0 auto;
}

.pagin{
	text-align: center;
}

.pagin a{
	display: inline-block;
	color: #fff;
	background: #222;
	padding: 4px 8px;
}

.pagin a:hover{
	background: #333;
}

.content table p{
	margin-bottom: 0px;
}

footer{
	text-align: center;
	color: #ccc;
	font-size: 12px;
	padding: 20px 0;
}

/**** media queries ****/
@media (max-width: 1200px) {
	.szerokosc-min, .bx-controls.bx-has-pager{
		width: 96%;
	}
	.info > div, .info > div:nth-child(2){
		float: left;
		width: 50%;
	}
	.footer-menu div{
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	.item{
		width: 31.333%;
	}
	.sibblings-menu{
		width: 38%;
	}
	.content-right{
		width: 60%;
	}
	form{
		width: 35%;
	}
}

@media (max-width: 1080px) {
	.social{
		float: none;
		position: absolute;
		right: 120px;
		top: 30px;
		padding: 0px;
	}
	#lang-switch{
		float: none;
		position: absolute;
		right: 0px;
		top: 20px;
	}
	.gallery-item{
		width: 48%;
	}	
}	

@media (max-width: 960px) {
	.sibblings-menu{
		width: 100%;
		margin-bottom: 20px;
	}
	.content-right{
		width: 100%;
	}	
	.navbar-toggle{
		display: block;
	}	
	nav{
		display: none;
		position: absolute;
		left: -320px;
		top: 0px;
		-webkit-transition: all 0.3s, -webkit-transform;
		-moz-transition: all 0.3s, -moz-transform;
		transition: all 0.3s, transform;	
		z-index: 10;	
		padding-top: 0px;
	}
	nav ul li{
		width: 100%;
		float: none;
		margin-left: 0px;
		padding-bottom: 0px;
	}
	nav ul li a, nav ul li.first a, nav ul li.active:not(.blank) a{
		display: block;
		padding: 8px 30px;
		font-size: 1.4rem;
		background: #D90102;
		color: #fff;
		font-weight: 500;
		border-bottom: 1px solid rgba(255,255,255,.5);
		box-sizing: border-box;
		width: 300px;
	}		
	nav ul li a:hover{
		color: #fff;
		background: #900001;
		-webkit-transition: all 0.3s, -webkit-transform;
		-moz-transition: all 0.3s, -moz-transform;
		transition: all 0.3s, transform;		
	}
	.lang-item{
		display: list-item;
		background: #d90102;
		padding: 8px 30px;
		color: #fff;
		font-weight: 500;
		text-transform: uppercase;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}	
	.lang-item span{
		display: inline-block;
		padding-right: 20px;
	}
	.show-nav{
		display: block;
		left: -3%;
		-webkit-transition: all 0.3s, -webkit-transform;
		-moz-transition: all 0.3s, -moz-transform;
		transition: all 0.3s, transform;			
	}	
	.show-nav ul{
		overflow: hidden;
	}
	.social{
		right: 0px;
		top: 22px;		
	}
	.call h2, .call h3{
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	.call{
		height: auto;
		line-height: 200%;
		overflow: hidden;
		position: static;
		padding: 7px 0;
	}
	.desc, .subpage .desc{
		display: table;
		height: 100%;
		padding-top: 0px;
	}
	.desc p{
		display: table-cell;
		height: 100%;
		vertical-align: middle;
		text-align: center;
		font-size: 7vw;
	}	
	#lang-switch, .boxes, .bx-wrapper .bx-pager{
		display: none;
	}
	form{
		width: 40%;
	}	
}

@media (max-width: 800px) {
	.info > div, .info > div:nth-child(2){
		float: left;
		width: 100%;
		padding-right: 0px;
	}
	.footer-menu div{
		float: left;
		width: 100%;
	}
	.item{
		width: 48%;
	}	
	.call h2, .call h3{
		font-size: 20px;
	}	
	table{
        display: block;
        overflow-x: scroll;
        width: 100% !important;		
	}
	.navbar-toggle{
		margin-top: 0px;
		position: absolute;
		right: 0px;
		top: 10px;
	}	
	.subpage .desc p{
		font-size: 9vw;
	}	
	.top{
		height: 280px;
	}
	#foto li{
		width: 47%;
	}
	form{
		width: 100%;
		margin-left: 0px;
	}	
	.social{
		right: 90px;
	}
}

@media (max-width: 500px) {
	.logo{
		width: 200px;
		margin-top: 10px;
	}
	.item{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}	
	.subpage .desc p, .desc p{
		font-size: 12vw;
	}	
	.gallery-item{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}	
	.social{
		top: 88px;
		width: 100%;
		left: 0px;
		right: 0px;
		text-align: center;
	}
	.social a{
		float: none;
		display: inline-block;
		padding: 0 2px;
	}			
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
