html{
	overflow-x:auto;
}

@media only screen and (max-width: 1050px) {
	html, body {
		width:auto;
	}
}
@media only screen and (max-width: 1200px) {
	html,body {
		width:1200px;
	}
}

body.mobile{
	width:1200px;
	overflow-x:hidden;
	/*base font*/
	font-size:1em;
}

/*
#header-container,
.menu.main,
.menu.sub,
#stopka
{
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}
*/

#header-topbar{
	position:absolute;
	top:0;
	left:50%;
	height:83px;
	width:1150px;
	margin-left:-575px;
}
#header-topbar:after{
	content:"";
	display:table;
	clear:both;
}

#header .logo{
	position:absolute;
	z-index:2/*3*/;
	top:10px;
	left:50%;
	margin-left:-525px; /*575*/
}

#header-buttons{
	position:relative;
	z-index:4;
	float:right;
	margin:11px 0 0;
}
#header-buttons > *{
	display:inline-block;
	margin:0;
	width:34px;
	height:34px;

	color:#fff;
	background:#e51212;
	text-decoration:none;
	border-radius:10px;/*16px;*/

	text-align:center;
	line-height:32px;
	font-size:16px;
}
#header-buttons > *:hover{
	background:#fff;
	color:#000;
}
#user-control{
	position:static;
	width:auto;
	min-width:34px;
}
#user-control > .fa{
	line-height:32px;
	width:34px;
	height:34px;
}
#user-control > .popup{
	list-style:none;
	top:37px;
	right:-10px;
	left:auto;
	width:200px;
	text-align:left;

	font-size:14px;
	border:none;

	box-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
#user-control > .popup a{
	color:#000;
}
#user-control > .popup a > .fa{
	margin-right:5px;
}

#container{
	/*width:1150px;*/
	width:100%;
	margin:5px 0 0;
}
#content{
	width:1150px;
	padding:35px 0;
	margin:0 auto;
	background:transparent;
	overflow:visible;
}
#content:after {
	content:"";
	display:table;
	clear:both;
}

#stopka{
	position:relative;
	width:100%;
	height:640px;
	background:#000;
	clear:both;
	overflow:hidden;
}

#stopka-content{
	width:1150px;
	margin:0 auto;
	height:300px;
	position:relative;
}
#stopka-content > .social{
	height:180px;
	width:50%;
	float:left;
}
#stopka-content > .social > ul{
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:0;
}
#stopka-content > .social > ul > li{
	display:block;
	float:left;
	margin:0 5px 0 0;
	padding:0;
}
#stopka-content > .social > ul > li > a{
	width:35px;
	height:35px;
	line-height:35px;

	text-align:center;
	font-size:18px;
	text-decoration:none;

	color:#fff;
	background:#000;

	border-radius:10px;
	transition:all 0.1s ease;
}
#stopka-content > .social > ul > li > a:hover {
	color:#000;
	background:#fff !important;
}
#stopka-content > .social > ul > li > a.fa-facebook{
	background:#3b5998;
}
#stopka-content > .social > ul > li > a.fa-facebook:hover{
	color:#3b5998;
}
#stopka-content > .social > ul > li > a.fa-youtube{
	background:#cd201f;
}
#stopka-content > .social > ul > li > a.fa-youtube:hover{
	color:#cd201f;
}
#stopka-content > .social > ul > li > a.fa-soundcloud{
	background:#ff8800;
}
#stopka-content > .social > ul > li > a.fa-soundcloud:hover{
	color:#ff8800;
}
#stopka-content > .social > ul > li > a.fa-twitter{
	background:#1da1f2;
}
#stopka-content > .social > ul > li > a.fa-twitter:hover{
	color:#1da1f2;
}
#stopka-content > .newsletter{
	height:180px;
	width:50%;
	float:right;
}
#stopka-content > .newsletter form{
	overflow:hidden;
}
#stopka-content > .newsletter form > input{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border:0;
	background:#000;
	height:33px;
	font:14px/33px "OpenSans",sans-serif;
	border-radius:10px;
}
#stopka-content > .newsletter form > input[type="email"]{
	padding:0 10px;
	width:350px;
	color:#979797;
	background:#fff;
}
#stopka-content > .newsletter form > input[type="submit"]{
	width:120px;
	color:#fff;
	background:#383838;
	border:1px solid #383838;
	text-align:center;
	text-transform:uppercase;
	box-sizing: content-box;
	margin-left:8px;
	font-size:13px;
	cursor:pointer;
}
#stopka-content > .social > .title,
#stopka-content > .newsletter > .title {
	display:block;
	color:#fff;
	font:16px "PTSans",sans-serif;
	margin:58px 0 15px;
	text-transform:uppercase;
}
#stopka-content > .newsletter > .title  > small{
	font:13px "OpenSans",sans-serif;
	color:#979797;
	text-transform:none;
	margin-left:30px;
}
#stopka-content > .menu{
	clear:both;
	list-style:none;
	margin:0 auto;
	padding:40px 0 20px;
	overflow:hidden;
	border-bottom:1px solid #474747;
}
#stopka-content > .menu > li{
	display:block;
	float:left;
	color:#fff;
	font:16px "PTSans",sans-serif;
	margin:0;
	padding:0 0 0 80px
}
#stopka-content > .menu > li:first-child {
	padding:0;
}
#stopka-content > .menu > li > a{
	color:#fff;
}
#stopka-content > .menu > li > ul{
	list-style:none;
	margin:20px 0 0;
	padding:0;
}
#stopka-content > .menu > li > ul > li{
	margin:0;
	padding:0;
}
#stopka-content > .menu > li > ul > li > a{
	color:#979797;
	font:13px "OpenSans",sans-serif;
}
#stopka-content > .menu > li > ul > .active > a{
	color:#fff;
}
#stopka-content > .menu li.teledyski,
#stopka-content > .menu li.zakupy{
	margin:20px 0;
}
#stopka-content > .kontakt{
	list-style:none;
	margin:8px 0 0;
	padding:0;
	float:left;
	overflow:hidden;
}
#stopka-content > .kontakt > li{
	margin:0 25px 0 0;
	padding:0;
	float:left;
}
#stopka-content > .kontakt > li > a{
	color:#fff;
	font:13px "OpenSans",sans-serif;
	text-transform:uppercase;
}
#stopka-content > .copyright{
	display:block;
	margin:8px 10px 0 0;
	color:#979797;
	font:13px "OpenSans",sans-serif;
	text-align:right;
}

.lcol{
	width:625px;
	float:left;
}
.rcol{
	width:300px;
	float:right;
}

/* menu glowne */
.menu.portal{
	position:absolute;
	top:0;
	z-index:2/*3*/;
	width:100%;
	background:transparent;
}
.menu.portal > .menu{
	width:1150px;
	margin:0 auto;
}

/* menu dzialu */
.menu.main{
	position:relative;
	background:#000;
	font-size:16px;
	height:45px;
}
.menu.main:after,
.menu.sub:after {
	position:absolute;
	bottom:-5px;
	display:block;
	content:"";
	height:5px;
	width:100%;
	background:#e51212;
}
.menu.main > .menu{
	width:1150px;
	margin:0 auto;
	padding:0;
	height:45px;
}
.menu.main > .menu > li{
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
}
.menu.main > .menu > li:before{
	position:absolute;
	top:7px;
	left:0;
	display:block;
	width:1px;
	height:30px;
	background:#222;
	content:"";
}
.menu.main > .menu > li:first-child:before,
.menu.main > .menu > li.active:before,
.menu.main > .menu > li.active + li:before{
	display:none;
}
.menu.main > .menu > li,
.menu.main > .menu > li > a{
	color:#fff;
	height:45px;
	line-height:45px;
}
.menu.main > .menu > li > a{
	padding:0 13px;
	transition:all 0.1s ease;
}
.menu.main > .menu > li > a:hover{
	text-decoration:none;
	color:#e51212;
}
.menu.main > .menu > li.active > a:hover{
	cursor:default;
	color:#fff;
}
.menu.main > .menu > li > a,
.menu.main > .menu > li > span{
	width:auto;
	text-transform:uppercase;
	font:bold 17px/45px "OpenSans",sans-serif;
}
.menu.main > .menu > li.zakupy .fa{
	margin-right:5px;
}
.menu.main > .menu > .active{
	background: transparent !important;
}
.menu.main > .menu > .active,
.menu.main > .menu > .active > a{
	position:relative;
	top:-4px;
	padding-top:4px;
	z-index:2;
}
.menu.main > .menu > .active > a{
	color:#fff;
	background:#e51212;
	border-radius:10px 10px 0 0;
}
/* podmenu */
.menu.sub{
	height:30px;
	background:#e51212;
}
.menu.sub ul,
.menu.zakladki ul{
	width:1150px;
	margin:0 auto;
/*	overflow:hidden;*/
	clear:both;
}

.menu.sub li,
.menu.zakladki li{
	padding:0 12px;
	position:relative;
}
.menu.sub li:after{
	position:absolute;
	top:5px;
	left:0;

	display:block;
	width:1px;
	height:15px;

	background:#c30f0f;

	content:"";
}
.menu.sub li:first-child:after{
	display:none;
}
.menu.sub li > a,
.menu.zakladki li > a {
	font:15px/25px "OpenSans",sans-serif;
	color:#fff;
}
.menu.sub li.active > a,
.menu.zakladki li.active > a {
	font-weight:bold;
}

/* menu zakladki - 3 poziom */
.menu.zakladki{
	height:30px;
	background: #3e4142;
}
.menu.zakladki li > a {
	font:14px/25px "OpenSans",sans-serif;
	color:#fff;
}

/* wyszukiwarka */
#header-container{
	width:100%;
	min-height:129px;
	position:relative;
	/*background:#323232;*/
	background:#000;
}
#header-container form{
	position:absolute;
	top:35px;
	left:50%;
	z-index:2/*15*/;
	margin-left:-185px;
}
#header-container form > button{
    float: left;
    width: 58px;
    height: 48px;

	margin:0 0 0 4px;
	padding:0;

	background:none;
	border:none;

	cursor:pointer;
}
#header-container form > button .fa{
	display:block;
    width: 58px;
    height: 48px;
    line-height: 46px;
    font-size: 29px;
    color: #fff;
	text-align:center;
}
@-moz-document url-prefix() {
	#header-container form > button .fa{
		position:relative;
		top:-1px;
	}
}

#header-container form > button > .fa:before {
	position:relative;
	z-index:2;
}
#header-container form > button > .fa:after {
	display:block;
	width:58px;
	height:48px;

	position:absolute;
	top:0;
	left:0;
	z-index:1;

	content:"";
	background:#e51212;

	border-radius:10px;

	transition:all 0.1s ease;
}
#header-container form > input[type="text"]{
	float:left;
	width:260px;
	margin:0;
	padding:0 20px;
	border:0;
	color:#606060;
	font:17px/48px "OpenSans",sans-serif;
	border-radius:10px 0 0 10px;
}
#header-container form > input[type="text"]::-webkit-input-placeholder,
#header-container form > input[type="text"]:-moz-placeholder /* Firefox 18- */,
#header-container form > input[type="text"]::-moz-placeholder /* Firefox 19+ */,
#header-container form > input[type="text"]:-ms-input-placeholder {
	color:#606060;
}
#header-container form > select{
	display:none;
}

/* baner w naglowku */
.im-banner{
	margin:0 auto;
	width:1150px;
	height:440px;
	position:relative;
}
.im-banner .banner-overlap{
	width:1920px;
	height:440px;
	overflow:hidden;
	position:absolute;
	/*left:-432px;*/
	left:-385px;
}
.im-banner .banner-prev,
.im-banner .banner-next{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:95px;
	height:440px;
	cursor:pointer;
	opacity:0;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.im-banner .banner-next{
	left:auto;
	right:0;
}
.im-banner .banner-overlap:hover .banner-prev,
.im-banner .banner-overlap:hover .banner-next{
	opacity:.4;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.im-banner .banner-prev > .arrow,
.im-banner .banner-next > .arrow{
	background:url(/img/gfx/baner-arrows.png) no-repeat;
	width: 27px;
	height:48px;
	margin:191px 34px;
}
.im-banner .banner-next > .arrow{
	background-position: -27px 0;
}
.im-banner .banner-overlap .banner-prev:hover,
.im-banner .banner-overlap .banner-next:hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.im-banner .banner-container{
	height:440px;
	overflow:visible;
	position:absolute;
}
.im-banner .banner-object,
.im-banner .banner-object > a{
	width:1920px;
	height:440px;
	position:relative;
}
.im-banner .banner-object{
	float:left;
	position:relative;

}
.im-banner .banner-object > a{
	display:block;
	text-decoration:none;
	position:relative;
}
.im-banner .banner-object .image{
	display:block;
	width:1920px;
	height:440px;
	position:relative;
}
.im-banner .banner-object img{
	width:1920px;
	height:440px;
}
.im-banner .banner-object .test img{
	height:600px;
	position:absolute;
	top:50%;
	margin-top:-300px;
}
.im-banner .banner-object .image:after {
	position:absolute;
	top:0;
	content:"";
	display:block;
	width:100%;
	height:440px;
	z-index:1;

	background:linear-gradient(
		rgba(0,0,0,0.8) 0px,
		rgba(0,0,0,0) 100px,
		rgba(0,0,0,0) 190px,
		rgba(0,0,0,0.5) 440px
	);
}

.im-banner .banner-object .title{
	display:block;
	position:absolute;
	left:50%;
	bottom:45px;

	width:1150px;
	margin-left:-575px;

	color:#fff;
	font:bold 55px/68px "PTSans",sans-serif;
	z-index:3;

	text-shadow:2px 2px #000;
	text-align:center;
}
.im-banner .banner-object .data-dzial{
	position:absolute;
	bottom:20px;
	left:50%;

	width:1150px;
	height:18px;
	margin-left:-575px;

	color:#fff;
	font: 14px/18px "PTSans",sans-serif;
	text-align:center;

	z-index:3;
}


.im-banner .banner-object .data-dzial > .data > .fa{
	font-size:1.2em;
	position:relative;
	top:1px;
	margin-right:3px;
}

.im-banner .banner-object .data-dzial > .dzial{
	font-weight:bold;
}
.im-banner .banner-object .data-dzial > .dzial > .fa{
	font-size:0.4em;
	position:relative;
	top:-3px;
	margin:0 1px;
	display:inline-block;
}

#banner-links{
	list-style:none;
	overflow:hidden;
	padding:0;
	margin:10px auto 0;
}
#banner-links.hidden{
	display:none;
}
#banner-links > li{
	position:relative;
	float:left;
	width:45px;
	height:8px;
	padding:0;
	border:1px solid #666;
	border-left:none;
	margin:0;
	cursor:pointer;
	background:#e7e7e7;
	color:#fff;
	font-family:"OpenSans",sans-serif;
	overflow:hidden;
}
#banner-links > li:first-child {
	border-left:1px solid #666;
}
#banner-links > li > img{
	position:relative;
	z-index:2;
}
#banner-links > li > .background{
	display:none;
}
#banner-links > li:after {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:45px;
	height:8px;
	content:"";
	background:rgba(0,0,0,0.2);
	z-index:3;
}
#banner-links > li.active:after,
#banner-links > li:hover:after {
	opacity:0;
	transition: opacity .1s ease-in-out;
}

/* */
.calendar{
	width:50px;
	text-align:center;
	margin:auto;
	float:left;
	padding:1px 0 0
}
.calendar *{
	font:14px/1.3em "OpenSans",sans-serif;
	text-align:center;
}
.calendar .day_no{
	font:bold 23px/24px "OpenSans",sans-serif;
}
.calendar abbr{
	text-transform: uppercase;
	border:none
}

.lista-koncertow{
	list-style:none;
	margin:0;
	padding:0;
}
.lista-koncertow > li{
	padding:9px 0;
	margin:0;
	position:relative;
	border-bottom:1px dashed #000;
}
.lista-koncertow > li:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
}
.lista-koncertow > li .nazwa{
	display:block;
	float:left;
	width:440px;
	font:bold 16px "OpenSans",sans-serif;

	text-overflow: ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.lista-koncertow > li .miejsce,
.lista-koncertow > li .okres {
	display:block;
	font:14px "OpenSans",sans-serif;
}
.lista-koncertow > li .data{
	float:right;
}

/**/
.row{
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
.row > .title{
	font:bold 30px/50px "OpenSans", sans-serif;
	display:block;
	color:#000;
}
.cell{
	float:left;
	margin-left:20px;
	background:#fff;
	/*border-radius:10px;*/
	overflow:hidden;
}
.cell:first-child{
	margin-left:0;
}
.cell.empty{
	background:#f00;
	min-height:300px;
}

.row > .cell.no-0 {
	margin-left:0;
	border-left:0;
	padding-left:0;
}

.cell > a{
	display:block;
	text-decoration:none;
	color:#000;
	font:1.167em "PTSans",sans-serif;
	position:relative;
	z-index:0;
}
.mobile .cell > a{
	font-size:1em;
}
.cell > a > span{
	display:block;
}
.cell > a > .title{
	margin:28px 20px 15px;
}
.cell > a > .description,
.cell > a > .info{
	line-height:1.429em;
	margin:0;
}
.cell > a > .description{
	font-family:"OpenSans",sans-serif;
	padding:0 20px;
	height:80px;
	overflow:hidden;
}
.cell > a > .info{
	overflow:hidden;
	margin:20px;
	color:#000;
}
.cell > a .date > .fa{
	margin-left:1px;
}
/*
.cell > a > .info > .dzial {
	font-weight:bold;
}
.cell > a > .info > .dzial > .fa{
	font-size: 0.4em;
    position: relative;
    top: -3px;
    margin: 0 1px;
    display: inline-block;	
}
*/
.cell > a > .info > .tags{
	display:block;
	height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-family:"OpenSans",sans-serif;
	margin-left:-6px;
}
.cell > a > .info > .tags > .tag{
	margin-left:8px;
	cursor:pointer;
	transition:all 0.1s ease;
}
.cell > a > .info > .tags > .tag:hover{
	color:#e51212;
}


.cell-1{
	width:370px;
}
.cell-2{
	width: 760px;
}
.cell-3{
	width: 1150px;
	margin:0;
}

.cell-1 .title{
	font:bold 24px/28px "PTSans",sans-serif;
	height:56px;
	overflow:hidden;
}

.cell-1.test{
	border:0;
	margin-left:20px;
}
.cell-1.test a > .autor{
	display:none;
}
.testy .cell-1.test a > .autor{
	display:block;
	height:40px;
	margin:15px 20px;
	padding:5px 0 5px 60px;

	font:1.143em/1.25em "PTSans",sans-serif;
	overflow:hidden;
	position:relative;
}
.testy .cell-1.test a > .autor > .zdjecie{
	position:absolute;
	top:0;
	left:0;
}

.testy .cell-1.test a > .autor > .nazwa{
	display:block;
	font-weight:bold;
}

.testy .cell-1.test.wiecej{
	background:#e51212;
	color:#fff;
	position:relative;
}
.testy .cell-1.test.wiecej > a{
	height:437px;
}
.testy .cell-1.test.wiecej > a:before{
	display:block;
	content:"";
	width:353px;
	height:437px;
	background:url('/infoportal/img/gfx/infodrum-testy-wiecej.png') no-repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	opacity:.15;
}
.testy .cell-1.test.wiecej > a > .label{
	width:250px;
	height:34px;
	border-radius:17px;
	color:#000;
	background:#fff;
	text-align:center;
	text-transform:uppercase;
	font:bold 22px/34px "PTSans",sans-serif;
	position:relative;
	top:200px;
	left:60px;
	margin:0;
	z-index:2;
	transition:all 0.1s ease;
}
.testy .cell-1.test.wiecej > a:hover > .label{
	background:#000;
	color:#fff;
}

.cell-2.artykul a{
}
.cell-2 .image{
	position:relative;
	height:178px;
}
.cell-2.test .image > img{
	position:absolute;
	top:-31px;
	left:0;
}
.cell-2 > a > .title{
	font:bold 30px/32px "PTSans",sans-serif;
	/*height:96px;*/
	height:32px;
	width:720px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.cell-2 > a > .description{
	padding:0 20px;
	margin:39px 0 20px;
	height:80px;
	overflow:hidden;
}
.cell-2 .info{
	margin:20px 0 0;
}

.cell-3 a{
	overflow:hidden;
}
.cell-3 > a > .title{
	font:bold 30px/39px "PTSans",sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	margin-bottom:20px;
}
.cell-3 .description{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

    -webkit-column-gap: 35px; /* Chrome, Safari, Opera */
    -moz-column-gap: 35px; /* Firefox */
    column-gap: 35px;

	padding:0 20px;
	margin:20px 0;
}

.cell .image{
	display:block;
	margin:0 !important;
	position:relative;
	margin:0 0 14px;
	overflow:hidden;
	z-index:1;
}
.cell .image > img{
	transition: all 0.3s ease;
	z-index:0;
}
.cell a:hover .image > img{
	transform: scale(1.05);
}
.image > .icons{
	overflow:hidden;
	position:absolute;
	bottom:10px;
	right:10px;
}
.image > .icons > i{
	width:46px;
	height:32px;
	margin-left:5px;
	background:#e51212;
	border-radius:16px;

	color:#fff;
	text-align:center;
	line-height:32px;
	font-size:1.25em;
}
.image > .icons > i.fa-play{
	padding-left:2px;
}
.cell .image.crop{
	position:relative;
	overflow:hidden;
}
.cell .image.crop > img{
	position:absolute;
	top:-10%;
}
.cell .image.crop.w958{
	height:178px;
}
.cell-3 .image.crop.w958{
	height:264px;
}
.cell-3 .image.crop.w958 > img{
	top:-10%;
}
.cell-3.test .image.resize.w1920{
	height:264px;
	position:relative;
}
.cell-3.test .image.resize.w1920 img{
	top:-47px;
	position:absolute;
}

.cell.video{
	float:left;
	width:370px;
	background:#000;
}
.cell.video > a{
	color:#fff;
	font:bold 30px/32px "PTSans",sans-serif;
}
.cell.video .image{
	display:block;
	position:relative;
	width:370px;
	height:208px;
	overflow:hidden;
}
.cell.video .image > img{
	display:block;
	width:370px;
	height:209px;
}
.cell.video .image.crop > img{
	position:absolute;
	top:-53px;
	left:0;
}
.cell.video .image > .play{
	display:block;
	border-top:37px solid  transparent;
	border-bottom:37px solid  transparent;
	border-left:52px solid #fff;

	position:absolute;
	top:50%;
	left:50%;
	margin:-37px 0 0 -26px;
}
.cell.video .image > .time{
	position:absolute;
	bottom:10px;
	right:10px;
	background:#e51212;
	color:#fff;
	padding:0 8px;
	font:bold 14px/32px "OpenSans",sans-serif;
	border-radius:16px;
}
.cell.video .title{
	display:block;
	margin:20px;
	height:96px;
	overflow:hidden;
	font-size:28px;
	line-height:32px;
}
.cell.video .date{
	display:block;
	color:#fff;
	font:14px "OpenSans",sans-serif;
	margin:20px;
}
.cell.video .date > .fa{
	margin-right:3px;
}


.cell .label{
	position:absolute;
	top:161px;
	left:50%;
	background:#e51212;

	width: 180px;
	margin-left:-90px;

	color:#fff;
	font:bold 22px/34px "PTSans",sans-serif;
	text-align:center;
	text-transform:uppercase;
	border-radius:20px;
	z-index:1;
}
.cell.cell-3 .label {
	top:247px;
}
.cell.wywiad .label{
	background:#ff8400;
}

.tresc .podsumowanie-new{
	position:relative;
	padding:30px;
	background-size:cover;
	background-position:center center;
}
.tresc .podsumowanie-new:before {
	position:absolute;
	top:0;
	left:0;

	width:100%;
	height:100%;

	z-index:0;

	content:"";
	background:#000;

	opacity:.8;

}
.tresc .podsumowanie-new > h2{
	font:bold 34px "OpenSans",sans-serif;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	z-index:1;
}
.tresc .podsumowanie-new .tresc{
	padding:0;
	border:0;
	margin:0;
	font:18px "OpenSans",sans-serif;
	color:#fff;

	position:relative;
	z-index:1;

}



/* wyszukiwarka */
#WyszukiwarkaForm .im-select{
	display: block;
	float:left;
	width:85px;
	height: 48px;
	padding: 0 15px;
	background:#fff;

	font: normal 13px/46px "OpenSans",sans-serif;
	color: #666;

	position:relative;
	cursor:pointer;
	border-radius:0 10px 10px 0;
}
#WyszukiwarkaForm .im-select > .fa{
	position:absolute;
	top:17px;
	right:10px;
	font-size:1.078em;
}
#WyszukiwarkaForm .im-select-value:before {
	content:'';
	display:block;
	height:20px;
	width:0;

	position:absolute;
	left:0;
	top:14px;

	border:1px solid #e4e4e4;
}
.im-select-list{
	display:none;
	position:absolute;
	width:85px;
	list-style:none;
	background:#fff;
	margin:0;
	padding:15px 20px;
	margin:4px 0 0 -10px;
	z-index:11;
	opacity:1;

	border-radius:10px;
}
.im-select-list > li{
	display:block;
	margin:0;
	padding:0;
	height:24px;
	color:#666;
	font:13px/26px "OpenSans",sans-serif;
	cursor:pointer;
}
.im-select-list > li:hover,
.im-select-list > .selected{
	color:#e51212;
	font-weight:bold;
}

#ac_WyszukiwarkaQuery{
	z-index:10;
	margin:9px 0 0;
	padding:0;

	width:415px !important;
}
#ac_WyszukiwarkaQuery > ul{
	border:0;
	margin:0;
	padding:10px;

	box-shadow:none;
	-webkit-box-shadow:none;
}
#ac_WyszukiwarkaQuery ul em {
	font-weight:normal;
	color:inherit;
}
#ac_WyszukiwarkaQuery ul li a{
	color:#000;
}
#ac_WyszukiwarkaQuery ul li a span{
	display:inline;
	font:12px "OpenSans",sans-serif;
}
#ac_WyszukiwarkaQuery ul li a .info{
	font:bold 12px "OpenSans",sans-serif;
}
#ac_WyszukiwarkaQuery ul li a .info:before {
	content:'w';
	margin:0 5px;
	font-weight:normal;
}
#ac_WyszukiwarkaQuery ul li.normal.first {
	border-top:1px solid #e4e4e4;
	padding-top:10px;
	margin-top:10px;
}
#ac_WyszukiwarkaQuery ul li.ac_highlight a,
#ac_WyszukiwarkaQuery ul li a:hover {
	color:#e51212;
	border-radius:0;
	background-color:transparent;
}

.hover_trigger .popup{
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius:10px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	border:1px solid #000;
}

.kalendarz .month-name{
	display:block;
	font:bold 36px "PTSans",sans-serif;
	text-align:center;
	text-transform:capitalize;
	position:relative;
}
.kalendarz .month-name > a{
	color:#000;
	transition:all 0.1s ease;
	position:relative;
	top:-4px;
	color:#000;
	font-size:14px;
	line-height:1.3em;
}
.kalendarz .month-name > a:hover{
	text-decoration:none;
	color:#e51212;
}
.kalendarz .month-name > .prev,
.kalendarz .month-name > .next{
	position:absolute;
	top:12px;
}
.kalendarz .month-name > .prev{
	left:48px;
}
.kalendarz .month-name > .next{
	right:48px;
}
.kalendarz .month-name > .prev > .fa .fa-stack-1x{
	top:1px;
	left:-1px;
}
.kalendarz .month-name > .next > .fa .fa-stack-1x{
	top:1px;
	left:1px;
}
.kalendarz table{
	border-spacing:0;
	border-collapse:collapse;
	width:322px;
	margin:0 39px;
	float:none;
}
.kalendarz th,
.kalendarz td{
	padding:0;
	width:46px;
	height:46px;
	font:bold 18px/46px "PTSans",sans-serif;
}
.kalendarz td{
	cursor:pointer;
}
.kalendarz td.previous-month,
.kalendarz td.next-month{
}
.kalendarz td.current,
.kalendarz td.active,
.kalendarz td:hover{
	position:relative;
	z-index:1;
	overflow:hidden;
}
.kalendarz td.active,
.kalendarz td:hover{
	color:#fff;
}
.kalendarz td.current:before{
	position:absolute;
	top:1px;
	left:1px;
	display:block;
	width:40px;
	height:40px;
	z-index:-1;
	content:"";
	background:transparent;
	border:2px solid #e51212;
	border-radius:22px;
}
.kalendarz td.active:after,
.kalendarz td:hover:after{
	position:absolute;
	top:1px;
	left:1px;
	display:block;
	width:44px;
	height:44px;
	z-index:-1;
	content:"";
	background:#e51212;
	border-radius:22px;
}
.kalendarz td.inactive{
	cursor:default;
	color:#bfbfbf;
}
.kalendarz td.inactive:before,
.kalendarz td.inactive:after{
	display:none;
}
