
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

body {
background-image:url(../komp/baner0.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Roboto Condensed', 'Roboto', sans-serif;
}

.bg-img {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
}

.title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.25em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	
}

.title h1 {
	padding: 0 0 0.2em;
	color: #fff;
	/*font-weight: 800;
	font-weight:normal;*/
	font-size: 3.0em;
	margin: 0 auto;
	font-family: 'Marcellus', Georgia, "Times New Roman", Times, serif; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.66);
	
}

.title p {
	color: #fff;
	padding: 0 0 0.6em;
	
	font-size: 1.4em;
	margin: 0 auto;
}

.title h1,
.title p.subline {
	line-height: 1;
}

.title p.subline {
	font-size: 1.75em;
	/*font-weight: 500;
	font-weight:normal;*/
}

/* Trigger Button - KLAWISZ CZYTAJ DALEJ */

button.trigger {
	position: fixed;
	bottom: 30px;
	left: 50%;
	z-index: 5000;
	display: block;
	margin-left: -0.5em;
	padding: 0;
	width: 6em;
	height: 6em;
	border: none;
	
	background-color: transparent; 
	color: transparent;
	box-shadow: 0px 0px 0px 0px #000;
	font-size: 1em;
	cursor: pointer;
}

.container:not(.notrans) button.trigger {
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.container.modify:not(.notrans) button.trigger {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

button.trigger::before {
	position: absolute;
	bottom: 100%;
	left: -100%;
	padding: 0.8em;
	width: 300%;
	color: #fff;
	content: attr(data-info);
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

button.trigger:focus {
	outline: none;
}

button.trigger span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

button.trigger span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	content: url(../komp/do_gory.png); 
	text-transform: none;
	/*font-weight: normal;
	font-style: normal;
	font-variant: normal; */
	/* font-family: 'icomoon';  */
	line-height: 1;
	speak: none;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}




/* Conent */
.content {
	margin: 0 auto;
	padding: 0 0 3em;
	max-width: 63em;
	
}

.content > div:not(.title) {
	margin: -80px auto 0;
	max-width: 63em;
	padding: 0 1.25em;
}

.content > div:not(.title) p {
	margin: 0 auto 1.5em auto;
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	font-weight:normal;
}

.content > div:not(.title) p:first-child {
	font-size: 1.3em;
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	font-weight:normal;
}

.content h3 {
	margin: 0;
	font-size: 1.4em;
}

.content blockquote {
	padding: 0.25em;
	line-height: 1.4;
}

/*
.content blockquote::before {
	content: '\201C';
}

.content blockquote::after {
	content: '\201D';
}

*/


/***** EFEKTY INDYWIDUALNE  NR 5 *****/


.intro-effect-sidefixed:not(.notrans) .bg-img::before {
	-webkit-transition-property: background-color;
	transition-property: background-color;
}

.intro-effect-sidefixed:not(.notrans) .bg-img::after {
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}

.intro-effect-sidefixed:not(.notrans) .title p {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	
}

.intro-effect-sidefixed:not(.notrans) .content > div {
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
}

.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after,
.intro-effect-sidefixed:not(.notrans) .title p,
.intro-effect-sidefixed:not(.notrans) .content > div {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.intro-effect-sidefixed .header {
	position: absolute;
}

.intro-effect-sidefixed .bg-img {
	position: fixed;
}

.intro-effect-sidefixed .bg-img img {
	left: auto;
	right: 0;
}

.intro-effect-sidefixed .bg-img::before,
.intro-effect-sidefixed .bg-img::after {
	content: '';
	position: absolute;
	z-index: 100;
}


/* TLO TEKSTU    */

.intro-effect-sidefixed .bg-img::after {
	background: rgba(0,0,0,0.8);
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	
}

.intro-effect-sidefixed.modify .bg-img::after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.intro-effect-sidefixed .bg-img::before {
	width: 100%;
	height: 100%;
	background-color: rgba(247,214,169,0.1);
}

.intro-effect-sidefixed.modify .bg-img::before {
	background-color: rgba(247,214,169,0.1);
}

.intro-effect-sidefixed .codrops-demos a {
	/*color: #FFF;*/
	
}

.intro-effect-sidefixed .title {
	position: relative;
	top: auto;
	left: auto;
	text-align: left;
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
}

.intro-effect-sidefixed.modify .title {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*   TYTUL GLÓWNY  H1   */
.intro-effect-sidefixed .title h1 {
	
	/*font-weight: 700;
	font-weight:normal;*/
	padding: 0.5em 0 0.5em 0;
	color: #FFF;
	text-shadow: 5px 5px 10px #000;
	text-align:left; 
}

.intro-effect-sidefixed h3 {
	/*font-weight: 500;
	font-weight:normal;*/
	padding: 0 0 0.5em 0;
	color: #CCC;
	/* text-shadow: 5px 5px 10px #000; */
	text-align:left; 
}

/* ustawienie widocznosci tekstu pod TYTULEM: 1 - widoczny od razu ; 0 - niewidoczny od razu - dopiero po przesunieciu strony  */
.intro-effect-sidefixed .title p {
	opacity: 1;
	color: #FFF;
	
}

.intro-effect-sidefixed.modify .title p {
	opacity: 1;
	
}

/* KONIEC : ustawienie widocznosci tekstu pod TYTULEM   */



.intro-effect-sidefixed .content {
	width: 80%;
	margin-left: 20%;
	padding: 0 2.5em;
	
}

.intro-effect-sidefixed .content div {
	
	position: relative;
	/*  margin: 70px 0;  */
	margin: 20px 0;
	color: #FFF;
	text-align:justify; /*  WYRÓWNANIE TEKSTU NA STRONIE  */
	z-index: 9000;
	font-size:1.1em; /*  WIELKOSC CZCIONKI TEKSTU  */
	font-weight:lighter
}

.intro-effect-sidefixed .content div:nth-child(2) {
	opacity: 0;
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
}

.intro-effect-sidefixed.modify .content div:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


/* Delays */
.intro-effect-sidefixed:not(.notrans) .title,
.intro-effect-sidefixed:not(.notrans) .bg-img::before,
.intro-effect-sidefixed:not(.notrans) .bg-img::after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.intro-effect-sidefixed.modify:not(.notrans) .title,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::before,
.intro-effect-sidefixed.modify:not(.notrans) .bg-img::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.intro-effect-sidefixed.modify:not(.notrans) .content div:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}



/* Media Queries */
@media screen and (max-width: 47em) {
	.title, .content {
		font-size: 80%;
	}

	.codrops-demos a {
		font-size: 90%;
	}

	
	.intro-effect-sidefixed .content {
		width: 100%;
		margin-left: auto;
	}

	.intro-effect-sidefixed .bg-img::after {
		width: 95%;
	}
	
	button.trigger span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	content: url(http://www.zse.lublin.pl/layout/obrazki/down2.png); 
	text-transform: none;
	/* font-weight: normal;
	font-style: normal;
	font-variant: normal; */
	/* font-family: 'icomoon';  */
	line-height: 1;
	speak: none;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
}



}

@media screen and (max-width: 27em) {
	

	.title, .content {
	font-size: 70%;
	}
	
	button.trigger span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	content: url(http://www.zse.lublin.pl/layout/obrazki/down2.png); 
	text-transform: none;
	/* font-weight: normal;
	font-style: normal;
	font-variant: normal; */
	/* font-family: 'icomoon';  */
	line-height: 1;
	speak: none;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
}


	button.trigger::before {
		display: none;
	}
}