@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Unica+One&subset=latin-ext');
html {
    font-family: 'Roboto Condensed', sans-serif;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,bdccd4+100 */
    background-image: url('img/bg2.jpg');
    background-size:  cover;
    background-repeat: no-repeat; 
    position: relative;	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#bdccd4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:white;
    height:100%;
    background-position: center center;
    padding-bottom: 50px;
    background-color:black;
}
body{
	height: 100%;
}
/*moje style-tomek*/
.t-margin-remove{
	margin:0;
}
.t-width-max{
	width:100%;
}
.t-width-half{
	width:50%;
}
.t-padding-remove{
	padding:0!important;
}
.lineht100{
	line-height: 100%!important;
}
.font10{
	font-size:10px;
}
.font12{
	font-size:12px;
}
.fontw300{
	font-weight:300;
}
.padding5{
	padding:5px;
}
.lst-none{
	list-style-type: none;
}
.t-cover{
	width: 100%;
	height: 100%;
}
.wyciszony_link,.wyciszony_link:hover{
	color:unset;
}
.zi10{
	z-index: 10;
}
.pointer{
	cursor:pointer;
}
/*moje style-tomek-koniec*/
.menu-kreska{
	border-left: white 2px solid;
	height: 25px;
	margin-left:17px;
	margin-top: 3px;	
	margin-bottom: 3px;	
}
.menu-gorne{
    padding-left: 45px;
    font-size: 20px;
	font-family: 'Unica One', cursive;
}
.txt-ctr{
    text-align: center;
}
#telewizor{
	z-index:10;
	pointer-events: none;
	top: 0;
    -webkit-box-shadow: 0px 127px 300px 81px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 127px 300px 81px rgba(0,0,0,0.19);
    box-shadow: 0px 127px 300px 81px rgba(0,0,0,0.19); 
}
#film{
	z-index:9;
	background: black;
	display: none;
}
.tile{
	width:254px;
	display: block;
}
.tile div{
	text-align: center;
}
.tile img{
margin-left: auto;
    margin-right: auto;
}
.tile1{
	bottom:0;
	left:21%;
}.tile2{
	bottom:0;
	right:20%;
}
@media screen and (max-width: 1220px) {
	.uk-hidden-medium{
		display: none!important;
	}
	.hajd{
		display: block;
		margin-top:100px!important;
	}
}
@media screen and (min-width: 1220px) {
	.hajd{
		display: none;
	}
}
@media screen and (max-width: 420px) {
	#dluga-kreska{
 		height:3vh;	
 	}
 	.menu-kreska{
 		height: 5px;
 	}
 	.menu-gorne{padding:0;}
 	#menu-dolne{padding:0;top:0;}
 	.male-znikaj{display:none;}
 	.male-pokaz{display:block;}
 	#menu-dolne .male-pokaz{
 		height:77px;
 	}
}
@media screen and (min-width: 421px) {
	#dluga-kreska{
 		height:55vh;	
 	}	
 	#menu-dolne{
 		padding-right:45px;	
 	}
 	.male-znikaj{display:block;}
 	.male-pokaz{display:none;}
}
#dluga-kreska{
 	margin-bottom:0;	
 }
#menu-dolne{
	margin:0;
	bottom:-50px;
	right:0;
}
#md{bottom:-50px;}
.btn-invisible{
    background: transparent;
    border:none;
    color:white;
    font-size: 5vw;
    line-height:100%;
}
.link-act{
	color:rgb(152,20,24);
}
#ekran{
	background: black;
	color: white;
    overflow: auto;
}
#ekran div{
    padding: 9%;
    overflow-wrap: break-word;
    position: relative;
    padding-right: 5%;
}
.tile1{
	-webkit-animation: water-back-animation 8s infinite ease-in-out;
	-moz-animation: water-back-animation 8s infinite ease-in-out;
	-o-animation: water-back-animation 8s infinite ease-in-out;
	-ms-animation: water-back-animation 8s infinite ease-in-out;
	animation: water-back-animation 8s infinite ease-in-out;
}
.tile2{
	-webkit-animation: water-back-animation2 9s infinite ease-in-out;
	-moz-animation: water-back-animation2 9s infinite ease-in-out;
	-o-animation: water-back-animation2 9s infinite ease-in-out;
	-ms-animation: water-back-animation2 9s infinite ease-in-out;
	animation: water-back-animation2 9s infinite ease-in-out;
}
.tile3{
	-webkit-animation: water-back-animation3 5s infinite ease-in-out;
	-moz-animation: water-back-animation3 5s infinite ease-in-out;
	-o-animation: water-back-animation3 5s infinite ease-in-out;
	-ms-animation: water-back-animation3 5s infinite ease-in-out;
	animation: water-back-animation3 5s infinite ease-in-out;
}


h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

@-webkit-keyframes water-back-animation {
	0%   {bottom: 5px; left: 23%;}
	25%  {bottom: 7px; left: 22%;}
	70%  {bottom: 3px; left: 21%;}
	100% {bottom: 5px; left: 23%;}
}
@-moz-keyframes water-back-animation {
	0%   {bottom: 5px; left: 23%;}
	25%  {bottom: 7px; left: 22%;}
	70%  {bottom: 3px; left: 21%;}
	100% {bottom: 5px; left: 23%;}
}
@-o-keyframes water-back-animation {
	0%   {bottom: 5px; left: 23%;}
	25%  {bottom: 7px; left: 22%;}
	70%  {bottom: 3px; left: 21%;}
	100% {bottom: 5px; left: 23%;}
}
@-ms-keyframes water-back-animation {
	0%   {bottom: 5px; left: 23%;}
	25%  {bottom: 7px; left: 22%;}
	70%  {bottom: 3px; left: 21%;}
	100% {bottom: 5px; left: 23%;}
}




@-webkit-keyframes water-back-animation3 {
	0%   {bottom: 270px; left: 23%;}
	15%  {bottom: 268px; left: 22%;}
	50%  {bottom: 270px; left: 21%;}
	100% {bottom: 272px; left: 23%;}
}
@-moz-keyframes water-back-animation3 {
	0%   {bottom: 270px; left: 23%;}
	15%  {bottom: 268px; left: 22%;}
	50%  {bottom: 270px; left: 21%;}
	100% {bottom: 272px; left: 23%;}
}
@-o-keyframes water-back-animation3 {
	0%   {bottom: 270px; left: 23%;}
	15%  {bottom: 268px; left: 22%;}
	50%  {bottom: 270px; left: 21%;}
	100% {bottom: 272px; left: 23%;}
}
@-ms-keyframes water-back-animation3 {
	0%   {bottom: 270px; left: 23%;}
	15%  {bottom: 268px; left: 22%;}
	50%  {bottom: 270px; left: 21%;}
	100% {bottom: 272px; left: 23%;}
}

@-webkit-keyframes water-back-animation2 {
	0%   {bottom: 5px; left: 33%;}
	35%  {bottom: 7px; left: 35%;}
	75%  {bottom: 3px; left: 31%;}
	100% {bottom: 5px; left: 32%;}
}
@-moz-keyframes water-back-animation2 {
	0%   {bottom: 5px; left: 33%;}
	35%  {bottom: 7px; left: 35%;}
	75%  {bottom: 3px; left: 31%;}
	100% {bottom: 5px; left: 32%;}
}
@-o-keyframes water-back-animation2 {
	0%   {bottom: 5px; left: 33%;}
	35%  {bottom: 7px; left: 35%;}
	75%  {bottom: 3px; left: 31%;}
	100% {bottom: 5px; left: 32%;}
}
@-ms-keyframes water-back-animation2 {
	0%   {bottom: 5px; left: 33%;}
	35%  {bottom: 7px; left: 35%;}
	75%  {bottom: 3px; left: 31%;}
	100% {bottom: 5px; left: 32%;}
}

.del-mb {
	margin-bottom: 0px;
}

