/* COMMON */

*,*:before,*:after {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
			
html,body{
	width:100%;
	height:100%;
	font-size:16px;
	overflow-x:hidden;
}

/* -------------- LAYOUT --------------*/
body{
	/*
	background:
	radial-gradient(black 15%, transparent 16%) 0 0,
	radial-gradient(black 15%, transparent 16%) 8px 8px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
	radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color:#282828;
	background-size:16px 16px;
	*/
	font-family: 'Titillium Web',"Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	overflow:auto;
	background:white;
}

.absmax{
	width: 100%;
    /*max-width: 1440px;
    max-width: 1680px;*/
    margin: 0 auto;
    position: relative;
    height: 100%;
}
/*-------------- GRID --------------*/
.wmax100{width:100%;max-width:1440px;margin:0 auto;}
.wmax50{width:100%;max-width:720px;margin:0 auto;}
.w100{width:100% !important;}
.w50{width:50% !important;}
.w25{width:25% !important;}
.fl{float:left !important;}
.fr{float:right !important;}

.white{background:white;}			
.color0{
	background-color:salmon;
	background-image: -webkit-linear-gradient(left, limegreen 75%, navy 50%);
	background-image: linear-gradient(90deg, limegreen 75%, navy 50%);
	background-size: 100% 100%;
}
.color1{
	background-color:teal;
	background-image: -webkit-linear-gradient(left, teal 100px, orange 0);
	background-image: linear-gradient(90deg, teal 100px, orange 0);
	background-size: 100% 100%;
}

.colorCDE50{
	background-color:#cde;
	background-image: -webkit-linear-gradient(left, #cde 50%, #ccc 0);
	background-image: linear-gradient(90deg, #cde 50%, #ccc 0);
	background-size: 100% 100%;
}

.colortop {
    background-image: -webkit-linear-gradient(left, white 33%, rgba(255,255,255,0));
    background-image: linear-gradient(90deg, white 33%, rgba(255,255,255,0));
    background-size: 100% 100%;
}

h1,h2{
	text-align:right;
	color:#345;
	font-weight:bold;
	padding:.5em;
}
h2{
	float:left;
	width:100%;
	font-size:1.2em;
	height:auto;
	display:block;
}
p{
	padding:1em;
	font-size:1em;
	color:#345;
}
p.c-300-2 {
    padding: 1em 0;
    -webkit-columns: 300px 2;
    -moz-columns: 300px 2;
    columns: 300px 2;
}
.bg{
	background:rgba(0,0,0,.5);
}
a.innerlink{
	color:#19e;
	text-decoration:none;
	font-weight:bold;
}

/* --------- HEADER , NAV ------------ */
.topheader{	
	position:relative;
	z-index:2;
	top:0;
	left:0;
	text-align:center;
	float:left;
	height:100px;
	overflow: hidden;
}
.topheader nav{
	float: right;
    width: 100%;
    padding: 0;
    counter-reset: my-counter -1;
    font-weight: bold;
    position: relative;
}
.topheader nav ul{
    float: right;
	padding:1em 0;
}
.topheader nav li.home{
    position: absolute;
    left: 0;
	top:1em;
    width: auto !important;
    height: 70px;
	text-align:right;
	padding-left: 2em;
}
.topheader nav li.home  a{
	padding: .5em 1em 0;
	float:left;
}
.topheader nav li.home  a.lng{
	padding: 2em .5em;
	color:#ccc;
	background:none;
	
	
	
	padding: 0;
    margin: 1.75em 0.1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: #abc;
    border-radius: 100%;
    background: none;
}
:lang(pl) a.lng.pl,:lang(en) a.lng.en{
	color:white !important;
	background:#abc !important;
	
}

.topheader nav li {
    list-style: none inside;
    display: block;
    float: left;
    width: auto;
    text-align: center;
    height: 100%;
	counter-increment: my-counter;
}

.topheader nav li.lng a{
	padding:0;
}
.topheader nav li a {
    text-decoration: none;
    text-transform: uppercase;
	text-align:left;
    color: #345;
    padding: 1.5em 1em 1em 1em;
    display: block;
    width: auto;
}
.topheader nav li a:hover, nav li.active a,.topheader nav li a:focus::after {
    color: limegreen;
	background: rgba(255,255,255,.2);
}
/*
nav li.active:not(.home) a{
	background: rgba(255,255,255,.7);
    border-radius: .25em;
    padding: 0 1em 1em;
    margin-top: 1.5em;
}
*/
.topheader nav li.active:not(.home):not(.lng)::after{
    display: block;
    width: 100%;
    content: counter(my-counter, decimal-leading-zero) /* "\2605"*/;
    margin: -1.25em auto;
    font-size: .8em;
    line-height: 1em;
    font-weight: 300;
	color: limegreen;
}

/* ---------------- SECTIONS --------------------- */
.section{
	padding-top:100px;
	float:left;
	width:100%;
	position:absolute;
	top:0px;
	left:-100%;
	z-index:0;
	height:100%;
	opacity:0;
	overflow:hidden;
}
/*.section.active,*/.section:target{
	left:0;
	z-index:1;
	opacity:1;
	min-height: 100%;
	height:auto !important;
}

#home{
	left:0;
	padding:0 !important;
}
/*
#galeria{
	left:0;
}
*/
/* ------------------ ANIMATIONS --------------------- */
.ani{
	-webkit-transition:left .6s ease-out,opacity .6s ease-out;
	transition:left .6s ease-out,opacity .6s ease-out;
}

.ani2{
	-webkit-transition:.5s left .4s;
	transition:.5s left .4s;
}
.ani3{
	-webkit-transition:.5s top .4s;
	transition:.5s top .4s;
}

/* ---------- OTHER RULES --------------*/
ul.gal100{padding:0;float: left;width: 100%;height: 100%;}
ul.gal50{padding:0;float: left;width: 50%;height: 100%;background:#edc;}
ul.gal100 li{width:25%;display:inline-block;float:left;padding:6.75%;height:0;text-align:center;font-size:2em;line-height:0;color:white;cursor:pointer;background-size:cover !important;}
ul.gal100.hidden li{padding:0 !important;}

ul.gal50 li{width:25%;display:inline-block;float:left;padding:12.5%;height:0;text-align:center;font-size:2em;line-height:0;color:white;cursor:pointer;}
ul.gal100 li:hover,ul.gal50 li:hover{background:#346;}

/*----------- O INWESTYCJI ---------*/
.ibg.port{
	height:0;
	min-height:420px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
}
.ibg.forma{
	min-height:360px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
}
.ibg.teren{
	min-height:250px;
	background-repeat:no-repeat;
	background-position:center 20%;
	background-size:100%;
}
.seen .ibg.forma{
	background-image:url(../images/6.jpg);
}
.seen .ibg.port{
	background-image:url(../images/przystan.jpg);
}
.seen .ibg.teren{
	background-image:url(../img/widok3luma.jpg);
}

/* --------- ETAPY ----------*/
ul.inline{
	padding:0;
	float: left;
	width: 100%;
	height: 100%;
	background:#236;
}
ul.inline li{
	width:25%;
	display:inline-block;
	float:left;
	height:100%;
	text-align:center;
	font-size:2em;
	color:white;
	padding:1em 0;
	cursor:pointer;
	transition: .5s all;
}
ul.inline li:hover,ul.inline li.selected{
	background:#af4;
	color:#236;
	transition: .5s all;
}

.etapy::after{
	content: attr(data-dsc);
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    color: white;
    width: 100%;
    height: auto;
    padding: 1em 2em;
    line-height: 1.2em;
    font-size: .9em;
}
.ibg.etapy{
	position:relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
    background-size: 100%;
    padding: 50% 0 0;
    height: 0;
	transition: .5s background-image;
	    -webkit-transition: .5s background-image;
}
.seen .ibg.etapy{
	background-image: url(../img/A.jpg);
}

/* ----------- LOKALIZACJA ----------------*/
.ibg.mapa{

	/*
	background-attachment: fixed;
	background-position: center bottom;
    background-size: 100%;
    padding: 50% 0 0;
    box-shadow: inset 0 5px 20px black;
	*/

	height: 0;
	padding:0;
	min-height:480px;
	box-shadow:none;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
	background-attachment:inherit;
	
	transition: .5s all;
	    -webkit-transition: .5s all;
}
.seen .ibg.mapa{
	background-image: url(https://maps.googleapis.com/maps/api/staticmap?center=Zasta%C5%84&zoom=11&maptype=hybrid&scale=2&size=640x320&markers=size:normal%7Ccolor:blue%7CZasta%C5%84&key=AIzaSyCqWb2_2aErLHip3jpXA2Sq5o64i1USt0E
	);
}

.ibg.shore{
	height:0;
	min-height:540px;
	
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: auto 100%;
	
}
.ibg.shore.west{
	background-position:100% 0;
	transition: .5s background-position ease-out .25s;
	    -webkit-transition: .5s background-position ease-out .25s;
}
.seen .ibg.shore{
	background-image: url(../img/pano122.jpg);
}

.ibg.shore.v2{
	height:0;
	min-height: 420px;
	background-size:cover;
	background-position: center center !important;
}
.seen .ibg.shore.v2{
	height:0;
	min-height: 420px;
	background-size:cover;
	background-image:url(../images/5.jpg);
}

ul.gal100.v2 li{
	width:50% !important;
	display:inline-block;
	float:left;
	padding:12.5%;
	height:0;
	text-align:center;
	font-size:2em;
	line-height:0;
	color:white;
	transition: .5s all;
	    -webkit-transition: .5s all;
}

.ibg.streetview{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition: .5s all;
	    -webkit-transition: .5s all;
}
.seen .ibg.miedzywodzie{
	background-image:url(https://maps.googleapis.com/maps/api/streetview?size=600x600&location=54.0043389,14.6951095&heading=300&pitch=0)
}
.seen .ibg.dziwnow{
	background-image:url(https://maps.googleapis.com/maps/api/streetview?size=600x600&location=54.0233901,14.7526275&heading=130&pitch=0)
}

.miedzywodzie,.dziwnow{
	width:50% !important;
	padding: 0 0 25%;
	position: relative;
}
.streetview:hover{
	background-position:center top;
}

.streetview:hover a{color: orange;}
.streetview:hover a::before{
	color:#19e;
}
a.streetviewlink{
	text-decoration: none;
    color: white;
    background: black;
    padding: 0 .5em;
    float: right;
    font-size: .9em;
	position: absolute;
    right: 0;
}
a.streetviewlink:hover{color:#cde;}
a.streetviewlink::before{
	content:"\2794 ";
	margin-right:.5em;
}

/* ---------- APARTAMENTY ---------- OK */

h2.cena{
	text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    background: rgba(200,100,200,.5);
    width: auto;
    line-height: .8em;
}

.przyziemie,.poddasze,.top.plan,.bottom.plan{
	position:relative;
	min-height:360px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: contain;
	text-align:center;
}

.przyziemie::before,.poddasze::before,.top.plan::before,.bottom.plan::before{
	color:#789;
	display:block;
	padding:1em;
	position:absolute;
	bottom:0;
	right:0;
	width:auto;
	font-weight:bold;
	background: rgba(255,255,255,.5);
}

.top.plan span::before,.bottom.plan span::before{
	content:"segment A | segment B";
	text-align:center;
}

/*
.przyziemie::before{
	content:"PRZYZIEMIE";
}
.poddasze::before{
	content:"KONDYGNACJA 1";
}
*/

.top.plan::before,.poddasze::before{
	content:"PIĘTRO";
}
.bottom.plan::before,.przyziemie::before{
	content:"PARTER";
}
:lang(en) .bottom.plan::before,:lang(en) .przyziemie::before{
	content:"GROUND FLOOR";
}
:lang(en) .top.plan::before,:lang(en) .poddasze::before{
	content:"FIRST FLOOR";
}
/*
.bottom.plan::after,.top.plan::after{
	content:"A | B";text-align:center;
}
*/
.seen .ibg.przyziemie{
	background-image: url(../images/parter1400.jpg);
}
.seen .ibg.poddasze{
	background-image:url(../img/pietro1400.jpg);
}
/*front,back*/
.ibg.front,.ibg.back{
	min-height: 420px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.seen .ibg.front{
	background-image:url(../images/zastan1.jpg);
}
.seen .ibg.back{
	background-image:url(../img/zastan2.jpg);
}

.seen .ibg.bottom.plan{
	background-image:url(../img/rzutparteru8.png);
}
.seen .ibg.top.plan{
	background-image:url(../img/rzutpietra8.png);
}

/*----------- OFERTA -------------*/

h2.ofatext{
	padding:1.5em 2.5em 0;
	text-align:left;
}
h2.ofapoints{
	padding:2em 2.5em;
	text-align:left;
}
ul.ofapoints{
	padding:0 3em 3em;
	list-style: square outside;
    margin-left: 1em;
}
.ofa{
	margin-top:2em;
}
/*
.ofa::before {
    content: "\A0";
    background: none;
    width: 100%;
    float: left;
    line-height: 2em;
}
*/
.ibg.wolin{
	background-repeat:no-repeat;
	background-position:right center;
	background-size:cover;
}
/* SLIDASS
.seen .ibg.wolin{
	background-image:url(../img/1.jpg);
}*/
img.mf{
	max-width:150px;
	margin:-2em 1em 1em 1em;
	float:right
}

/* ---------- KONTAKT -------------- */
.cnt{
	/*background:url(../img/cntsquare.png) repeat-x right top;
	background:#6A7E96;*/
}
/*
.cnt::before{
	content: "\A0";
    background: #6A7E96;
    width: 100%;
    float: right;
    line-height: 2em;
}
*/
.cnt .txt{
	min-height:388px;
	/*background:white;
	margin-top:2em;*/
}

#form{
	padding-top:3.6em;
	background:#789;
}
#form *,input,textarea,keygen,select,button{
	font-family: 'Titillium Web',"Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#form::before {
    content: "Formularz";
    position: relative;
    width: 100%;
    line-height: 2em;
    display: block;
    float: left;
    font-size: 2em;
    padding: 0 .5em;
    text-align: left;
    color: #89a;
    font-weight: normal;
}
:lang(en) #form::before{
	content:"Form";
}
label{
	float:left;
	width:100% !important;
	text-indent:1em;
	margin-bottom:1em;
}
label span{
	color:white;
	float:right;
	margin-right:1em;
}
label::before{
	width:2em;
	display:inline-block;
	text-align:center;
}
label.valid::before{
	content:"\2714";
}
label.invalid::before{
	content:"!";
	font-weight:bold;
}
label.invalid span,label.invalid::before{
	color:orange !important;
	float:right;
	margin-right:1em;
}
label.valid span,label.valid::before{
	color:#af4 !important;
	float:right;
	margin-right:1em;
}
#send,#reset{
	opacity:.5;
	text-decoration:line-through;
	float: right;
	font-size: 1.3em;
	line-height:1.3em;
	padding:1em;
	width: 50%;
	background: #af4;
	color: #236;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	transition: .5s all;
	-webkit-transition: .5s all;
}
#send.ok{
	opacity:1 !important;
	text-decoration:none;
	transition: .5s all;
	-webkit-transition: .5s all;
}
#send[disabled]{
	background:white;
}
#reset{
	text-decoration:none;
	opacity:1;
	text-align:left;
	background:none;
}
#reset:hover{
	color:white;
}
#reset:focus{
	color:#236;
}
#send.ok:hover{
	background:limegreen;
	color:white;
}

input{
	width: 100%;
	float: left;
	padding: .5em 1em;
	font-size: 1.2em;
	background:white;
	background: rgba(255,255,255,.5);
	color: #236;
	text-align:left;
}
input:focus,textarea:focus{
	background:white !important
}
textarea{
	float: left;
	width: 100% !important;
	max-width: 100%;
	height:auto;
	min-height: 10em;
	padding: .5em 1em;
	font-size: 1em;
	background:white;
	background: rgba(255,255,255,.5);
	color: #236;
	overflow-y:auto;
	text-align:left;
}
a.tel,a.mail{
	width: 50%;
    background: #19e;
	padding: 1em .5em;
    text-align: center;
    text-decoration: none;
	color: white;
    display: inline-block;
	font-weight:bold;
    font-size: 1.5em;
}
a.mail{
    background: #789;
	padding: 1em 3em;
	text-align: right;
}
a.tel:hover,a.mail:hover{
	color:#af4;
}

a.mail::after{
	content:"\2709";
	margin-left:1em;
}
a.mail.alt{
	background:#af4;
	color:#123;
}



.ibg.wawamap{
	padding: 0;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center bottom;
    background-size: 100%; 
    /* margin-top: 1em;*/
}
.seen .ibg.wawamap{
	background-image:url(https://maps.googleapis.com/maps/api/staticmap?center=52.223869,21.014693&zoom=15&scale=2&size=640x320&markers=size:normal%7Ccolor:blue%7C52.223869,21.014693&key=AIzaSyCqWb2_2aErLHip3jpXA2Sq5o64i1USt0E);
	
	
	/*
	https://www.google.com/maps/place/Marsza%C5%82kowska+55%2F73,+00-678+Warszawa/@52.2239247,21.0136045,18z/data=!4m13!1m7!3m6!1s0x471eccee456a608f:0x36b380b931daa0ef!2sMarsza%C5%82kowska+55%2F73,+00-678+Warszawa!3b1!8m2!3d52.2238311!4d21.0146935!3m4!1s0x471eccee456a608f:0x36b380b931daa0ef!8m2!3d52.2238311!4d21.0146935
	*/
}
.lim{
	padding:0;
	min-height:420px;
	background-color:#6A7E96;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.lim.ibg a{
	background: black;
    font-size: .7em;
    padding: 0 1em;
    text-decoration: none;
    color: white;
    float: right;
}

.seen .lim{
	/*background-image:url(https://maps.googleapis.com/maps/api/streetview?size=600x240&location=52.2280241,21.0039869&heading=120&pitch=50);*/
	background-image:url(https://upload.wikimedia.org/wikipedia/commons/8/89/Marszalkowska.JPG);
}
.seen .lim:hover{
	background-position:left center;
}





/* MISC */







/* TO FIXED */
.tofix{
	position:relative;
	cursor:pointer;
	cursor:zoom-in;
}
/*
.tofix::after{
	position:absolute;
	left:0;
	content:"\21c5";
	background:none;
	color:#19e;
	padding:0 1em;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/
.fixed{
	position:fixed !important;
	top:0;
	left:0;
	cursor:zoom-out;
	display:block;
	height:100% !important;
	width: 100% !important;
	background-size:100%;
	z-index:3;
	background-color:rgba(0,0,0,.7) !important;
	transition: .5s all;
	-webkit-transition: .5s all;
	
}
.fixed.cover{
	background-size:cover !important;
	background-position:center center !important;
	transition: .5s all;
	-webkit-transition: .5s all;
}
.fixed.contain{
	background-size:contain !important;
	transition: .5s all;
	-webkit-transition: .5s all;
}
.fixed p{
	color:white;
}
.fixed::after{
	content:"zamknij\A0\A0\2716" !important;
	background:crimson;
	color:white;
	position:inherit;
	bottom:0;
	left:0;
	display:block;
	padding:1em 2em;
	-ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
:lang(en) .fixed::after{
	content:"close\A0\A0\2716" !important;
}
















/* --- MEDIA QUERIES ---*/


/*max960*/

@media screen and (max-width: 960px){
	
	.w50,.wmax50,.wmax100{
		width:100% !important;
		max-width:100% !important;

		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.videoBox{
		padding: 28% 0 !important;
		margin-bottom:2em;
	}
	.topheader{
		background: rgba(0,0,0,.8);
		height: 70px
	}
	.topheader:hover::after{background:#19e;}
	.topheader.open{
		height:100%;
		position:fixed;
		transition: .5s all;
	    -webkit-transition: .5s all;
	}
	.topheader::after{
		content: "\2261";
		color: white;
		position: absolute;
		top: 0;
		right: 0;
		height: 50px;
		line-height: 50px;
		background: #abc;
		width: 50px;
		font-size: 2.5em;
		border-radius: 50%;
		margin: 10px 10px 0;
		transition: .5s all;
		-webkit-transition: .5s all;
	}	
	.topheader.open::after{
		background:#e19;
		content: "\2716";
		font-size:2em
	}

	.topheader nav{
		background: white;
	}
	.topheader ul{
		margin-top: 70px;
		width: 100%;
		background: #19e;
		padding: 0 !important;
	}
	.topheader li{
	    position: relative;
		width: 50% !important;
		left: 0 !important;
		text-align: left;
	}
	.topheader li.active::after{
		content:"" !important;
		display:none !important;
	}
	
	.topheader li.home{
		top: 0 !important;
		padding-left: 0 !important;
	}

	.topheader a:not(.lng):hover,li.active a:not(.lng){
		color:white !important;
	}
	/*.topheader li:last-of-type{margin: 1em 0 0;border-top:2px solid #e19;width:100% !important;} */
	.section {
		padding-top: 70px !important;
	}
	.colorCDE50{
		background:#cde !important;
	}
	ul.inline li{
		padding:0;
	}
	ul.gal100 li{width:25% !important;padding:12.5% !important;}
	ul.gal50{width:100%;}
	
	.box{
		padding-top:3.95em;
		background:#236;
	}
	.ibg.etapy::after{
		top: -4.4em;
		background:none;
	}
	.cnt .txt,.ofa{
		margin-top:0;
	}
	a.mail{
		text-align: center;
	}
	
	
	
	ol.past li.item{
		width: 100% !important;
	}
}


/*max535*/

@media screen and (max-width: 535px){

	ul.inline li{
		padding:0;
	}
	/*.seen .ibg.tofix:not(.fixed),.lim.ibg{min-height:300px !important}*/
	.seen .ibg.tofix.fixed{
		background-size:contain !important;
	}
	.seen .ibg.viewmap.tofix.fixed{
		background-size:cover !important;
	}
	.przyziemie,.poddasze,.top.plan,.bottom.plan{
		background-attachment:fixed;
		border-bottom:2px solid white;
		padding:0 !important;
	}
	.pybox{
		padding:0 !important
	}
	
	.miedzywodzie,.dziwnow{
		width:100% !important;padding:0 0 50%;
	}
	ol.past li.item{
		padding:0 !important;
		margin-bottom: 1em !important;
	}
	.evimgbox {
		width: 100% !important;
		padding:0 !important;
		min-height:240px !important;
	}
	ol li.item h4{padding:.85em !important;}
	ol li.item p{padding:1em !important;}
}









.info{
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(0,0,0,.5);
	color:white;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:100;
}
.infcontent{
    margin: 0 auto;
    text-align: center;
    background: limegreen;
    padding: 2em;
    width: 100%;
    max-width: 400px;
    position: relative;
    top: 50%;
    margin-top: -6em;
    animation: infani 1s linear;
}
.infcontent::after{
	content: "x";
    /* background: black; */
    /* float: left; */
    /* padding: 1em; */
    width: 2em;
    /* height: 2em; */
    line-height: 1.8em;
    /* border-radius: 50%; */
    /* display: block; */
    /* margin: 1em; */
    position: absolute;
    top: 0;
    right: 0;
}
.infcontent.crimson{
	background:crimson !important;
}
.infcontent.dodgerblue{
	background:dodgerblue !important;
}





/* animation */

@-webkit-keyframes infani { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	50% {
		opacity: 1;
		transform:scale(1.25);
	}
	100% {
		opacity: 1;
		transform:scale(1);
	}
}


li.all::after{content:attr(data-count);}















/* WYDARZENIA, OGŁOSZENIA*/

.evts,.futureevts{text-align:center;}
.evts h2,.futureevts h2{text-align:left;}

p.infogc{
	text-align: left;
    float: left;
    padding: 0 1em 3em;
    width: 100%;
}

.evts ol.past{
	list-style: none inside;
    padding: 0;
    width: 100%;
    margin: 3em auto;
    opacity: 1;
}
ol.past li.item{
	display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: top;
    margin-bottom: 3em;
    padding: 0 1em;
}


/*ol.past li.item img{max-width:240px;}*/


ol li.item h4{
	padding: 0 0 1em 0;
	color:#345;
	font-size:1.2em;
}

ol li.item p{
	min-height: 4em;
    padding: 0;
}

ol.past li.item:hover h4{
	color:#19e;
}
ol.future li.item:hover h4{
	color:#e19;
}
ol.announcements li{width:100%;max-width:100% !important;padding:1em;}






.item.last{}

.evimgbox {
    width: 240px;
    height: 135px;
    position: relative;
    float: left;
    margin: 0 2em 1em 0;
    overflow: hidden;
}
a.xpic.visible{display:none !important}
ol li .evimgbox a.xpic.visible:nth-of-type(1){
    display:block !important;
}
.evimgbox.empty{
	background:url(../assets/touchTouch/ajax-load-squares-tr.gif) no-repeat center center !important;
}
.evimgbox.empty.evcover::after{
	content: "GALERIA " attr(data-count);
    position: absolute;
	right:0;
	top:0;
    color: white;
    background: rgba(0,0,0,.7);
    line-height: 2em;
    font-size: .7em;
    text-align: center;
    padding: 0 .5em;
}
:lang(en) .evimgbox.empty.evcover::after{
	content: "GALLERY " attr(data-count);
}

.evimgbox.albumrel::after{
	content: "GALERIA";
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    background: rgba(0,0,0,.7);
    padding: 0 .5em;
    font-size: .8em;
}
:lang(en) .evimgbox.albumrel::after{
	content: "GALLERY";
}
.evimgbox.link:hover::after{
    color: #19e;
	background: rgba(255,255,255,.7);
	cursor:pointer;
}
.evimgbox.link::after{
	content: "LINK \25ba";
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    background: rgba(0,0,0,.7);
    padding: 0 .5em;
    font-size: .8em;
}
.evimgbox.albumrel:hover::after{
    color: #af4;
}
.evimgbox a{
	display:block;
	float:left;
	width:100%;
	height:100%;
}
.evimgbox a.pic{
	float: left;
    display: block;
    width: 100%;
    height: 100%;
	overflow:hidden;
}
.evimgbox img,.evimgbox img.evcover{
	width:100%;max-width:100%;
	-moz-transition: transform .2s ease-out;
		 -o-transition: transform .2s ease-out;
			transition: transform .2s ease-out;
}
/**/
.evimgbox img:hover{
	transform:scale(1.1);
	-moz-transition: transform .2s ease-out;
		 -o-transition: transform .2s ease-out;
			transition: transform .2s ease-out;
}






#more, #top {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    outline: none;
    margin: 1em 0;
    font-size: 2em;
    color: white;
    line-height: 45px;
    background: #cde;
}
span#more::after,span#top::after {
    content: "więcej ...";
    margin-left: 1.5em;
    font-size: .5em;
    position: absolute;
    color: #789;
    line-height: 1em;
    margin-top: 1em;
}
span#top::after {
    content: "do góry";
}
:lang(en) span#more::after {
    content: "more ...";
}
:lang(en) span#top::after {
	content: "top";
}

.tab.active.fixed{
	position:fixed;
	width:100%;
	max-width:100%;
	height:100%;
	left:0;
	top:0;
	background:#af4;
	z-index:999;
}

.subtab,.subtab h4,.subtab,.subtab p{
	width:100%;
	float;left;
}


ol.past li.fixed{width:100%;max-width:100% !important;position:fixed;top:0;left:0;z-index:101;background:white;}
ol.past li.fixed h4::before{
	content:"\2716";
	float:right;
	color:crimson;
}
/*
.evimgbox.fixed{margin:0;width:100%;height:100%;position:fixed;top:0;left:0;z-index:102;background-position:center center;background-size:cover !important;}
*/





.addCal{
	font-size:.7em;
	float:right;
	text-decoration:none;
	padding:.25em 1em;
	background:#19e;
	color:white;
	display:inline-block;
	margin-left: .5em;
}

.attswrap{margin-top:1em;}
.attswrap span.att{
	display: inline-block;
    padding: 1em;
    font-weight: bold;
    background: #fea;
	float:right;
}
.attswrap span.att::after{
	display:inline-block;
	width:2em;
	text-align:right;
	content:"\1f4ce";
}
.attswrap ol.atts{color:#789;padding:1em;background:#fea;list-style:none inside;}
.attswrap ol.atts li{padding:0 1em 0 0;}
.attswrap img.attitemico{vertical-align:middle;margin:0 .5em;}

a.inlink {
    color: #19e;
    text-decoration: none;
}

.videoplayer iframe{
	position: absolute;
    bottom: 0;
    left: -1%;
    width: 102%;
    height: 102%;
    z-index: 1;
    background: white;
}