*
	{
		margin: 0;
		padding: 0;
		font-family: 'Alegreya Sans', sans-serif;
		list-style: none;
	}

	#ver
	{
		background-color: red;
		color: white;
		font-weight: bold;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 4444444;
		padding: 5px;
	}
	
	
	.dark-box
{
	 background-color: rgba(0,0,0,0.3);
    margin: 2%;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(40,40,40,.5) inset;
}
	
	
	#icon_menu div 
	{
		text-align: center;
		font-size: 150%;
		letter-spacing: 0.05em;
		margin: 1% 0; 
	}

#icon_menu div
{
	background-position: 50% 50%;
	background-size: 100% auto;
	position:relative;
}



#top_spacer
{
	height: 50px;
	width: 100%;
}

#icon_menu div a {
    width: 100%;
    height: 150px;
    display: block;
    
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    vertical-align: bottom;
    text-indent: -9999px;
	opacity: 1;
	margin: 0;
	transition: opacity 0.2s cubic-bezier(0.43, -0.01, 0.51, 0.99), height 0.2s cubic-bezier(0.43, -0.01, 0.51, 0.99), margin 0.2s cubic-bezier(0.43, -0.01, 0.51, 0.99);
}

#icon_menu div span
{
	width: 90%;
	height: 100%;
	display: block;
	position: absolute;
	pointer-events : none;
	top: 0;
	opacity: 0;
	transition: opacity 0.8s cubic-bezier(0.43, -0.01, 0.51, 0.99); 
	
	background-position: 50% 50%;
    background-repeat: no-repeat;
}

#icon_menu div:hover span
{
	transition: opacity 0.8s cubic-bezier(0.43, -0.01, 0.51, 0.99);
	opacity: 1;
}

#icon_menu div.ikon-dtv span {background-image: url(gfx_en/DTV_.svg);}
#icon_menu div.ikon-net span {background-image: url(gfx_en/NET_.svg);}
#icon_menu div.ikon-fon span {background-image: url(gfx_en/FON_.svg);}
#icon_menu div.ikon-pla span {background-image: url(gfx_en/RAD_.svg);}

#icon_menu div.ikon-dtv a {background-image: url(gfx_en/DTV.svg);}
#icon_menu div.ikon-net a {background-image: url(gfx_en/NET.svg);}
#icon_menu div.ikon-fon a {background-image: url(gfx_en/FON.svg);}
#icon_menu div.ikon-pla a {background-image: url(gfx_en/RAD.svg);}

#icon_menu div:hover
{
	
}

#icon_menu div a:hover {
	margin: 15px 0; 
	height: 120px;
	opacity: 0.4;
}


	
	.debug
	{
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 100000;
		background-color: #FFD ;
		opacity: 0.8;
		padding: 10px;
		border-radius: 10px 0 0 0 ;
	}
	
	#debug
	{
		height: 400px;
	} 

	.owlitem1
	{
		background-image: url('/gfx/tlo01.jpg');
		background-position: 50% 50%;
	}
	
	.owlitem>div
	{
		position: relative;
	}
	
	.owlitem .parallax, .owlitem .parallax-back
	{
		position: absolute;
		right: 0;
		top: -5px;
	}
	
	.owlitem .parallax
	{
		 z-index: 9;
	}
	
	.owlitem .parallax-back
	{
		 z-index: 5;
	}
	
	
	.owlitem .text
	{
		position: absolute;
		left: 0;
		top: 0;
		padding-top: 3em;
	}
	
	.owlitem .text h2
	{
		font-family: "Alegreya Sans",arial,sans-serif;

		font-size: 320%;
		color: #BBB;
	}
	
	
	.owlitem .text p
	{
		font-family: 'Dosis', sans-serif;
		color: #BBB;
		padding: 15px;	
		font-size: 160%;		
	}
	
	.owlitem .text p a, .button2
	{
		display: block; 
		padding: 12px 35px;
		margin: 10px 30px;
		border: 1px solid #B00;
		border-radius: 3px;
		color: #B00;
		font-size: 70%;
		float: right;
	}
	
	.owlitem .text p a .glyphicon
	{
		font-size: 70%;
		text-indent: 15px;
	}
	
	.owlitem .text p a:hover
	{
		text-decoration: none;
		background-color: #B00;
		color: #FFF;
		
	}
	
	.middle-slider a.button2 {transition: background-color 1s, box-shadow 1s;}
	.middle-slider a.button2:hover {box-shadow: 0px 5px 20px rgba(40,40,40,0.5);}
	
	.owlitem .text.red p a, a.button2.red {color: rgba(229,0,81,1); border-color: rgba(229,0,81,1);}
	.owlitem .text.red p a:hover, a.button2.red:hover {background-color: rgba(229,0,81,1); color: #FFF;}
	
	.middle-slider a.button2.red {background-color: rgba(229,0,81,0.6); }
	.middle-slider a.button2.red:hover {background-color: rgba(229,0,81,1);}
	
	.owlitem .text.green p a, a.button2.green {color: rgba(0, 215, 66,1); border-color: rgba(0, 215, 66,1);}
	.owlitem .text.green p a:hover, a.button2.green:hover {background-color: rgba(0, 215, 66,1); color: #FFF;}
	
	 
	
	.owlitem .text.yellow p a, a.button2.yellow {color: rgba(255, 180, 0,1); border-color: rgba(255, 180, 0,1);}
	.owlitem .text.yellow p a:hover, a.button2.yellow:hover {background-color: rgba(255, 180, 0,1); color: #FFF;}
	
	.owlitem .text.blue p a, a.button2.blue {color: rgba(0, 130, 199,1); border-color: rgba(0, 130, 199,1);}
	.owlitem .text.blue p a:hover, a.button2.blue:hover {background-color: rgba(0, 130, 199,1); color: #FFF;}
	
	.owlitem .text.purple p a, a.button2.purple {color: rgba(180, 23, 219,1); border-color: rgba(180, 23, 219,1);}
	.owlitem .text.purple p a:hover, a.button2.purple:hover {background-color: rgba(180, 23, 219,1); color: #FFF;}
	
	
	.debug h2
	{
		font-size: 11px !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	
	img, a, a img
	{
		border: 0;
		
	}
	
	#headingdum
	{
	}
	
	#info_3
	{
	}
	
	.brackets
	{
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
	
	#info_3>div
	{
		text-align: center;
	}
	
	#info_3>div .button2
	{
		font-size: 130%;
		float: none;
		margin: 0 25%;
		width: 50%;
	}
	
	.button2:hover
	{
		text-decoration: none;
	}
	
	#content, #heading, #stopka
	{
		margin: 0 auto;
	}
	
	#headingout
	{
		background-color: #FFF;
		/*border-bottom: #AAAAAA 2px solid;*/
		width: 100%;
		/*height: 128px;*/
		z-index: 5;
	}
	
	#content
	{
		padding-bottom: 20px;
		border-radius: 10px 10px 0 0;
		box-shadow: 1px 1px 4px #885935;
		background-color: #DCCBAF;
		background-position: 50% 0;
	}
	
	
	
	div
	{
		/* box-shadow: 0 0 1px #888 inset; */
		margin: 0;
		padding: 0;
	}
	
	
	
	#rcol
	{
		width: 300px;
		padding: 5px;
		float: left;
	}
	
	
	
	#ndnia div.inactive
	{
		display: none;
	}
	
	#ndnia div.active
	{
		display: block;
	}
	
	#promowane
	{
		border-radius: 10px;
		border: 1px #FFDF7E solid;
		float: left;
		margin: 10px 0;
		padding: 7px;
		box-shadow: 2px 2px 5px #966E47;
		background-color: #FFF;
	}
	
	#promowane div
	{
		float: left;
		width: 310px;
		margin: 0 ;
		padding: 1px;
	}
	
	.clear
	{
		clear: both;
	}
	
	div#ndnia
	{
		position: relative;
	}
	
	div#ndnia .nagl
	{
		
		bottom: 0;
		width: 600px;
		padding: 5px 20px 5px 20px;
		z-index: 2;
		position: absolute;
		background-image: url('/gfx/wm.png');
		background-repeat: repeat-x;
		background-position: 0 100%;
	}
	
	.przelaczanie
	{
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 4;
	}
	
	.przelaczanie a
	{
		display: block;
		width: 10px;
		height: 10px;
		margin: 5px;
		text-indent: -9999px;
		background-color: #FFF;
		background-color: rgba(255,255,255,0.3);
		border-radius: 4px;
	}
	
	.przelaczanie a.act
	{
		background-color: #D84949;
		border-radius: 4px;
		box-shadow: 1px 1px 4px #000 inset;
	}
	
	.przelaczanie a.act:hover,  .przelaczanie a:hover
	{
		background-color: #FFDE79;
		border-radius: 4px;
		box-shadow: 1px 1px 4px #000;
	}
	
	div#ndnia .nagl p
	{
		color: #DDD;
		font-size: 13px;
		padding-top: 5px;
		text-shadow: #000 1px 1px 3px;
	}
	
	div#ndnia .nagl h1
	{
		color: #fff;
		font-size: 23px;
		text-shadow: #000 1px 1px 3px;
	}
	
	a
	{
		text-decoration: none;
		color: #00ccff;
	}
	a:hover, .nagl a:hover
	{
		color: #00ffff;
	}
	
	.nagl a
	{
		color: #fff;
	}
	
	.nagl p.more, #promowane  p.more
	{
		float: right;
		font-size: 11px;
	}
	
	.nagl p.more a
	{
		color: #F00;
	}
	
	.nagl p.more a b
	{
		color: #FFF;
	}
	
	.nagl p.more a:hover, .nagl p.more a:hover b
	{
		color: #FFDE79;
	}
	
	#ndnia .fade
	{
		z-index: 1;
		width: 640px;
		height: 360px;
		position:absolute;
		top:0;
		left:0;
		display: none;
	}
	
	div#ndnia .nagl p.nadtytul, p.nadtytul, span.nadtytul, h2.nadtytul
	{
		font-size: 11px;
		font-weight: normal;
		
	}
	
	#promowane p.nadtytul 
	{
		padding-top: 5px;
		color: #444;
		text-indent: 10px;
	}
	
	.kafelka p.nadtytul
	{
		padding-top: 5px;
		color: #444;
	}
	
	#promowane h2
	{
		font-size: 18px;
		text-indent: 10px;
		color: #DBCAAE;
		
		font-weight: normal;
	}
	
	#promowane h2 a, .nagl h1 a
	{
		font-family: 'Alegreya Sans', sans-serif;
	}
	
	.kafelka h3 a
	{
		text-shadow: 0 0 1px #FFF;
		font-size: 26px;
		font-variant: small-caps;
	}
	
	.kafelka h3 a:hover
	{
		text-shadow: 0 0 1px #00ccff;
	}
	
	#ndnia a.img
	{
		display: block;
		width: 640px;
		height: 360px;
		background-position: 0 0;
	}
	
	#promowane a.img
	{
		display: block;
		width: 310px;
		height: 100px;
		background-position: 0 0;
		margin-top: 15px;
	}
	
	#heading
	{
		position: relative;
		padding-top:50px;
	}
	
	#heading h1 a
	{
		left: 0;
		position: absolute;
		width: 351px;
		height: 84px;
		text-indent: -9999px;
		background-image: url('/gfx/papio.png');
		margin: 20px 20px;
		background-size: 100% 100%;
	}
	
	.menuu2
	{
		position: absolute;
		top: 14px;
		left: 280px; 
		display: none;
	}
	
	.menuu2 li
	{
		float: left;
	}
	
	.menuu2 li a
	{
		
		font-family: "Alegreya Sans",arial,sans-serif;
		font-size: 13px;
		padding-left: 15px;
	}
	
	#info_3
	{
		padding: 2em 0;
	}
	
	#info_3 p
	{
		
	}
	
	.menuu2 li li
	{
		display: none;
	}
	
	#all
	{
		width: 960px;
		margin: 0 auto;
	}
	
	#stopkaout
	{
		background: #EEE;
		padding: 10px;
		bottom: 0;
	}
	
	#stopkaout, #stopkaout *
	{
		font-family: 'Alegreya Sans', Arial, sans-serif; 
		font-size: 100%; 
	} 
	
	#stopka div a:hover
	{
		text-decoration: underline; 
	}
	
	#stopka .papio
	{
		float: right;
	}
	
	#stopka .copy
	{
		float: left;
	}
	
	#rcol div.gadget
	{
		width: 260px;
		float: left;
		margin-bottom: 10px;
		background-color: #f8f8f8;
		border-radius: 3px;
		border: 1px #EEE solid;
		position: relative;
		padding: 10px;
		background-color: #FFF;
		box-shadow: 1px 1px 3px #966E47;
	}
	
	#rcol div h3
	{
		color: #fff;
		text-shadow: 1px 1px 3px #000;
		font-weight: normal;
		background: #42770E;
		padding: 5px;
		font-size: 14px;
		font-family: 'Playfair Display', serif;
		text-align: center;
	}
	
	.galeria
	{
		padding: 10px;
		background: #EEE;
		border: 1px solid #ddd;
		border-radius: 10px;
	}
	
	.galeria img
	{
		border: 1px solid #555;
	}
	
	.kafelka
	{
		margin: 10px;
		float: left;
		width: 300px;
	}
	
	.kafelka img
	{
		float: left;
		margin-right: 10px;
	}
	
	.kafelka h3
	{
		padding-top: 4px;
	}
	
	.kafelka h3 a
	{
		
		font-size: 14px;
	}
	
	.kafelka p.more
	{
		font-size: 11px;
		text-align: right;
		
	}
	
	.kafelka p.more a b
	{
		color: #AAA;
	}
	
	.kafelka p.more a:hover b
	{
		color: #999;
		text-decoration: underline;
	}
	
	.kalend td
	{
		background-color: #EFEFEF;
		margin: 3px;
		width: 40px;
		text-align: center;
		font-size: 11px;
		height: 18px;
		color: #888;
	}
	
	.kalend td.puste
	{
		background-color: transparent;
	}
	
	.dt0
	{
		font-weight: bold;
		color: red;
	}
	
	.kalend td.jest
	{
		background-color: #17196f;
	}
	
	.kalend td.jest a
	{
		color: #fff;
	}
	
	
	.loading
	{
		display: block;
		width: 35px;
		height: 5px;
		background-image: url('/gfx/loading.png');
		background-position: 0 0;
	}
	
	
	
	.kalendarzopis
	{
		position: absolute;
		padding: 10px;
		border-radius: 10px 0 10px 10px;
		border: 1px #aaa solid;
		background: #FFF;
		background: rgba(255,255,255,0.9);
		width: 300px;
		left: -320px;
		top: 0;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
		display: none;
		z-index: 50;
	}
	
	p.wkal
	{
		border-bottom: 1px solid #aaa;
		padding-bottom: 3px;
		margin-bottom: 3px;
		font-size: 11px;
		overflow: hidden;
		font-weight: bold;
	}
	
	p.wkal .nadtytul
	{
		color: #555;
	}
	
	p.wkal img
	{
		float: left;
		width: 30px;
		margin-right: 10px;
	}
	
	.kalendarzopis .more
	{
		text-align: center;
		font-size: 11px;
	}
	
	.mcrok
	{
		display: none;
	}
	
	.art
	{
		padding: 20px;
		background-color: #fff;

	}
	
	.art  .tytul
	{
		font-size: 32px;
		color: #777;
		padding: 5px 0;
		font-weight: normal;
		font-family: 'Alegreya Sans', Arial, sans-serif; 
		text-align: left;
		font-weight: 300;
		border-bottom: 1px solid #DDD;
	}
	
	.art  .tytul b
	{
		color: #D84949
		font-weight: 600;
	}
	
	.art  .lead
	{
		font-size: 15px;
		margin-bottom: 15px;
		text-align: center;
	}
	
	
	
	.art img
	{
		float: left;
		margin: 0 10px 10px 0;
		max-width: 860px;
	}
	
	.arttext p
	{
		color: #555;
		font-size: 13px;
		line-height: 1.4em;
		margin: 14px 0;
		font-family: 'Alegreya Sans', Arial, sans-serif; ;
	}
	
	.fix a
	{
		float: left;
		border: 2px solid white;
		box-shadow: 1px 3px 3px #000;
		margin: 4px;
		opacity: 0.8;
	}
	
	.fix a:hover
	{
		opacity: 1;
	}
	
	.fix.col1
	{
		position: fixed;
		left: 10px;
		top:150px;
		width: 60px;
		height: 600px;
	}
	
	.fix.col2
	{
		position: fixed;
		right: 60px;
		top:150px;
		width: 60px;
		height: 600px;
	}
	.arttext h2
	{
		font-family: 'Alegreya Sans', Arial, sans-serif; 
		font-weight: normal;
		font-size: 28px;
		border-bottom: 1px #DDD solid;
		color: #888;
	}
	
	.arttext h3
	{
		font-family: 'Alegreya Sans', Arial, sans-serif; 
		font-weight: normal;
		font-size: 18px;
		border-bottom: 1px #DDD solid;
		color: #17196F;
	}
	
	.arttext h4
	{
		font-family: 'Alegreya Sans', Arial, sans-serif; 
		font-weight: normal;
		font-size: 19px;
		border-bottom: 1px #DDD solid;
		letter-spacing: 0.1em;
		color: #AAC;
		font-variant: small-caps;
	}
	
	.arttext ul
	{
		padding: 10px 0 10px 40px;
	}
	
	.arttext li
	{
		padding: 5px 0;
		list-style: circle;
		font-size: 13px;
		color: #666;
	}
	
	#menug li
	{
		list-style: none;
	}
	
	#menug li a
	{
		font-family: 'Playfair Display', serif;
		letter-spacing: -1px;
		font-size: 29px;
		padding: 5px 5px 5px 25px ;
		color: #966E47;
		background-image: url('/gfx/mg.png');
		background-repeat: no-repeat;
		background-position: 0 10px;
		float: left;
		font-weight: 400;
	}
	
	#menug li a:hover
	{
		color: #FFE185;
	}
	
	#menug ul
	{
	}
	
	.plakat1
	{
		width: 260px;
	}
	
	
	.mce
	{
		text-align: center;
	}
	
	.mce a
	{
		padding: 0 15px;
		font-size: 11px;
	}
	
	.fbbox
	{
		float: left;
		width: 620px;
	}
	
	#falka
	{
		height: 25px;
		width: 5000px;
		position: absolute;
		left: -1500px;
		top:-10px;
		background-image: url('/gfx/falka.png');
	}
	
	#ndniaout
	{
		overflow: hidden;
		width: 638px;
		border: 1px solid #8A5C37;
		border-radius: 3px;
	}
	
	
	#lcol, #lcol2
	{
		width: 100%;
		margin: 0 auto;
	}
	
	#lcol
	{
		margin-bottom: 120px;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap: 0;
		font-size: .85em;
	}
	
	p.data
	{
		text-align: center;
		color: #AAA;
		font-family: 'Playfair Display', serif;
		font-size: 11px;
		padding-bottom: 3px;
	}
	
	.reklama
	{
		width: 728px;
		margin: 0 auto;
	}
	
	.kafelka2 h3
	{
		font-size: 17px;
		font-weight: normal;
		padding: 5px 0 0 0;
		
	}
	
	.kafelka2 h3 a, .kafelka2 h3
	{
		font-family: 'Alegreya Sans', Arial, sans-serif; 
		font-weight: 300; 
		color: #FFF;
		text-shadow: 1px 1px 2px #444;
		text-align: center;
		font-size: 24px;
		text-transform:uppercase;
	}
	
	.kafelka2 h3 a:hover
	{
		color: #00ccff;
	}
	
	.kafelka2 .inn
	{
		width: 100% !important;
		height: auto !important; 
		background-color: #fff;
		box-shadow: 0 0 2px #AAA;
	}
	
	.kafelka2 .inn img
	{
		width: 100% !important;
		position: static !important;
	}
	
	.kafelka2.notlo
	{
		background-image: none !important;
		text-align: center;
	}
	
	.kafelka2
	{
		width: 95%;
		margin: 2.5%;

		/*float: left;*/
		position: relative;
		overflow:hidden;
		border: 1px solid #DDD;
		box-shadow: 1px 3px 3px #DDD;
		display: inline-block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	 
	.kafelka2 .kafin
	{
		background-repeat: no-repeat;
	}
	
	.kafelka2 .box-bottom
	{
		/*position: absolute;
		bottom: 0;*/
	}
	
	p.data
	{
		display: none;
	}
	
	body
	{
		background-color: #FFF;
		background-position: 50% 0;
		background-repeat: repeat-x;
	}
	
	.kafelka2 .lead
	{
		padding: 4px;
		font-size: 11px;
		color: #FFF;
		line-height: 1.2em;
		padding: 12px;
		font-family: arial, sans-serif;
		font-variant: small-caps;
	}
	
	.nadtytul
	{
		text-align: center;
		color: #fff;
		font-variant: small-caps;
	}
	
	.kafelka2 .lead a
	{
		color: #C91212;
	}
	
	.kafelka2 .lead a:hover
	{
		color: #C91212;
		text-decoration: underline;
	}
	
	.facebook
	{
		position: absolute;
		right: 40px;
		width: 245px;
		height: 213px;
		overflow: hidden; 
	}
	
	.fblike
	{
		height: 20px;
		padding: 3px 85px;
	}
	
	.art .fblike
	{
		height: 20px;
		padding: 3px 390px;
	}
	
	.art h2
	{
		font-weight: 600;
		color: #C84444;
		text-align: left;
		font-family: 'Alegreya Sans', Arial, sans-serif; 
		font-size: 16px;
		letter-spacing: 1px;
	}
	
	.art .lead, .art .lead *
	{
		text-align: center;
		line-height: 1.1em;
		padding: 5px 0 5px 0;
		font-family: 'Alegreya Sans', Arial, sans-serif;  
		font-size: 17px;
		color: #222;
		font-weight: 300;
	}
	
	.art
	{
		margin-bottom: 120px;
	}
	
	.obrazek
	{
		float: left;
		margin: 0 10px 10px 0;
	}
	
	#heading .adres
	{
		position: absolute;
		right: 0;
		padding: 0;
		margin-right: 20px;
		font-variant: small-caps;
	}
	
	#heading .adres, #heading .adres *
	{
		font-family: 'Alegreya Sans', Arial, sans-serif; 
		font-size: 17px;
		color: #AAA;
	}
	
	#heading .adres h3
	{
		color: #D89191;
		font-size: 25px;
		font-weight: 300; 
	}
	
	#heading .adres h4 strong
	{
		color: #D84C4C;
	}
	
	.tagi
	{
		padding: 3px 10px 0 10px;
		/*
		border-radius: 5px;
		background-color: #FFF;
		box-shadow: 1px 1px 3px #AAA;
		*/
		border-top: dotted #aaa 1px;
		font-size: 11px;
		color: #AAA;
	}
	
	.msg
	{
		margin: 0 auto;
		padding: 10px;
		border-radius: 3px;
		border: 1px solid #DDD;
		box-shadow: 1px 1px 1px #BBB;
		margin: 10px auto;
		background-color: rgb(255,255,255);
		background-color: rgba(255,255,255,0.6);
	}
	
	.msg h2, .msg h3
	{
		font-size: 11px;
		font-weight: normal;
		color: #444;
		font-family: 'Alegreya Sans', arial;
		text-align: center;
	}
	.tagi a
	{
		font-size: 11px;
		color: #888;
	}
	
	.tagi a:hover
	{
		text-decoration: underline;
	}
	
	.zacheta
	{
		font-size: 14px !important;
		background-color: #EEE;
		border-radius: 10px;
		padding: 12px;

	}
	
	.menuu {
    background-color: transparent;
    margin: 0 auto;
}
.menuu ul {
    height: 3px;
    padding: 0 10px 0 0;
}
.menuu li {
    float: left;
    font-family: "Alegreya Sans", arial, sans-serif;
    font-size: 120%; 
    padding: 9px 3px 3px 16px;
    position: relative;
	font-variant: small-caps; 
}
.menuu li a {
    background-position: 0 50%;
    background-repeat: no-repeat;
    color: #AD7353;
    padding-left: 5px;
	font-family: "Alegreya Sans", arial, sans-serif;
	font-size: 120%; 
}
.menuu li a:hover { 
    text-decoration: underline;
}
.menuu .sub {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: -moz-use-text-color #DDDDDD #DDDDDD;
    border-image: none;
    border-right: 1px solid #DDDDDD;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    display: none;
    height: auto;
    position: absolute;
    width: auto;
    z-index: 300;
}
.menuu .sub li {
    clear: both;
}
.menuu .sub li, .menuu .sub li a {
    background-image: none;
    color: #2B51A0;
    font-size: 13px;
    padding: 2px 10px;
    width: 200px;
}
.menuu .sub li span {
    color: #888888;
    float: left;
    font-size: 10px;
    padding-top: 10px;
}
.menuu .sub li a:hover {
    text-decoration: underline;
}

.val
{
	padding-left: 20px;
	float:left;
}

.kafinn 
{
	position: relative;
}

.kafimage
{
	/*
	z-index: 2;
	position: absolute;
	*/
	width: 100%;
}

a.kafover
{
	background: rgba(133,116,98,0);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 30;
}

.kafopis
{
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 90%;
	padding: 0 5%;
	overflow: hidden;
	background: rgba(255,255,255,0.8);
	background-position: 0% 0%;
	top: 0;
}
	.kafopis a
	{
		color: #333 !important;
		text-shadow: none !important;
		font-weight: 500 !important;
	}

.kafobr
{
	position: relative;
}

.art
{
	width: 960px;
	margin: 0 auto;
}

.papiomail a
{
	color: #D84C4C !important;
	font-weight: bold;
}

.share
{
	margin: 0 auto;
	width: 150px;
	margin-bottom: 10px;
}


.prevnext .kafopis, .prevnext .tagi
{
	display: none; 
}

.prevnext .kafobr
{
	max-height: 150px;  
}

.append
{
	padding: 20px;
	text-align: center;
	background-color: #0cf;
}

.append a
{
	color: #FFF;
	font-size: 150%;
}

.grid-item.reklamka img
{
	width: 80% !important;
	margin: 10% 10% 0 10%; 
	
}

.grid-item.reklamka *
{
	border: none !important;
	box-shadow: none !important;
}

.grid-item.reklamka .kafopis
{
	position: relative;
	display: inline;;
}


/* ---------------------- RESPONSIVE SETUP -------------- */
/* ------------------------------------------------------ */
/* For phones */



#heading #canvas
{
	display:block; 
	margin:0 auto;
}

#lcol {
	/*
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    */
	}
	
.ART {width:100%; text-align: center; margin: 1em 0;}
.ART .mainimg {width: 100%; display: block;}

.adres {display: none;}

.ART h1 {font-size: 3em;color: #333;}
.ART h2 {font-size: 1.8em; font-weight: 400; color: #333;}
.ART p {font-size: 110%; font-weight: 400; padding: .2em; color: #333;}
.ART p {text-align: center;}

.menuu .menuin, .menuu2 .menuin
{
	display: none;
}

.menuu li
{
	width: 100%;
	display: block;
	text-align: center;
}

.menukom
	{
		display: block;
		width: 100%;
		background-color: #333;
		padding: 2% 0;
		text-align: center;
		color: #DDD;
		font-weight: 700;
		font-size: 150%;
	}
	
.grid-sizer,
.grid-item { width: 100%; }
/* 2 columns */
.grid-item--width2 { width: 40%; }

.prevnext 
	{
		margin:0 auto;
	}

.prevnext .c1
{
	display: none;
}

.c1.c0
{
	display: block;
}


@media screen and (min-width: 868px) {
    /* For tablets: */
	
	.prevnext 
	{
		margin:0 auto;
	}
	
	
	.menuu .menuin, .menuu2 .menuin
	{
		display: block;
	}
	.menukom
	{
		display: none;
	}
	
	.grid-sizer, .grid-item { width: 50%; }
	
	#lcol {
		/*
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
		*/
    }

	.ART h1 {font-size: 4em;}
	.menuu, .adres {display: block;}
	
	.ART .mainimg {width: 90%; padding: 0 5%; display: block;}
	.ART p {font-size: 140%; padding: .5em 0; margin: 0 5%;}
	
	body {}
	
	.menuu .menuin ul
	{
		text-align: center; 
		display: block;
		margin: 0 auto;
		height: auto;
	}
	.menuu .menuin li 
	{
		display: inline;
		float: none;
	}
	
	.menuu 
	{
		background-color: #333;
	}
	
	.kafopis
	{
		position: absolute;
		width: 100%;  
		padding-bottom: 10px;
	}
	

}
@media screen and (min-width: 1000px) {
	.grid-sizer, .grid-item { width: 33%; }
	
	.c1.c0 img
	{
		height: auto;
	}
	
	.prevnext 
	{
		margin:0 auto;
	}
	
	.prevnext .c1
	{
		float: left;
		width: 30%; 
		margin: 1.65%; 

	}
	
	
    /* For desktop: */
	#lcol {
		/*
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
		*/
    }
	
	.ART {padding-top: 2em;}
	.ART .mainimg {max-width: 900px; width: auto; display: inline; padding: 0;}
	.ART h1 {font-size: 5em;}
	.ART {width:90%; margin: 0 auto;}
	.ART p.lead {font-size: 140%; padding: 1em 0; margin: 0 10%;}    
	
	.menuu .menuin
	{
		width: 1100px;
		margin: 0 auto;
		text-align: center;

	}
	
	.menuu .menuin li a
	{
		font-size: 150%;
	}
	
	
	body {}
}

/* For large desktop: */
@media screen and (min-width: 1200px) {
	.grid-sizer, .grid-item { width: 25%; }
	.fullscreen {max-width: 1100px; margin: 0 auto;}
}




/*IPHONE 5 Setup */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
{
	grid-sizer, .grid-item { width: 100%; }
	.menuu li {
		font-size: 350%; 
	}
	.menukom {display:block; font-size: 350%;} 
	.menuu .menuin {display: none;}
	.tagi,.tagi a {font-size: 190%; }  
}


.navbar-dtv .nav
{
	margin: 0;
}


.navbar-dtv
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/rgba(229,0,81,1)+0,e50051+100&1+0,0.68+100 */
	background: -moz-linear-gradient(top,  rgba(229,0,81,1) 0%, rgba(229,0,81,0.68) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(229,0,81,1) 0%,rgba(229,0,81,0.68) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(229,0,81,1) 0%,rgba(229,0,81,0.68) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(229,0,81,1)', endColorstr='#ade50051',GradientType=0 ); /* IE6-9 */
	margin-bottom: 22px;
}

.navbar-dtv li
{
	padding-bottom: 0;
}

.navbar2 .icon-bar
{
	background: #fff;
}

.navbar-default .navbar-toggle
{
	border: 0;
	background-color: none;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		background-color: white;
	}
}

 
.navbar-dtv li a
{
	color: #FFF;
}

.navbar-dtv li a:hover
{
	color: rgba(229,0,81,1);
}

.navbar-dtv .dropdown-menu li a
{
	color: #555 !important;
	padding: .3em .7em;
}

.nav .dropdown-toggle .caret
{
	border-top-color: #CCC;
    border-bottom-color: #CCC;
}

.nav .dropdown-toggle:a .caret
{
	border-top-color: #0068B2;
    border-bottom-color: #CCC;
}

.wide-submenu
{
	min-width: 350px;
}

.navbar-dtv .dropdown-menu li a
{
	
}
.navbar2 .navbar-brand
{
	opacity: .3;
	transition
}

.navbar2 .navbar-brand:hover
{
	opacity: 1;
}

@media (min-width: 992px) {
	.wide-submenu
	{
		min-width: 640px;
	}
	
	.navbar-dtv .dropdown-menu li a
	{
		padding: 1em 2em;
	}
}

li.open a
{
	color: #555;
}

.navbar-dtv .dropdown-menu li a:hover
{
	color: #FFF !important;
	background-color: rgba(229,0,81,1);
}

.navbar-dtv .dropdown-menu li a:hover .color-dtv
{
	color: #AAA;
}

.dropdown-menu li a {
    display: block;
	text-decoration: none;
}

.dropdown-menu .container-fluid
{
	margin:0;
	padding: 0;
}


.navbar2 a
{
	font-size: 120%;
}

.navbar2 .dropdown-menu a
{
	font-size: 140%;
}

.navbar2 .dropdown-menu li
{
	
}





/*
@media only screen and (min-width: 500px) {
    #lcol {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 800px) { 
    #lcol {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1000px) {
    #lcol {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
	.ar
	{
		width:1100px;
	}
	
	
    #lcol {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	.ar
	{
		width:100%;
	}
	
	
	#headingout
	{
		display: none;
	}
	
	#lcol {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
	
}

@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}
*/

/*
	colors:
	brown: #483D3B
	blue: #01D2FD
	
	petrus-blue: #0068B2
	petrus-light-blue: #0095ff
	petrus dtv : rgba(229,0,81,1)
	petrus net: rgba(0, 215, 66,1)
	petrus net2: #00b7ad
	petrus fon: rgba(255, 180, 0,1)
	petrus vod: rgba(180, 23, 219,1)
*/

.fr
{
	float: right;
}

.fl
{
	float: left;
}

.cl
{
	clear: both;
}

.color-dtv {color: rgba(229,0,81,1);}
.color-net {color: rgba(0, 215, 66,1);}
.color-fon {color: rgba(255, 180, 0,1);}
.color-vod {color: rgba(180, 23, 219,1);}

nav#topmenu, .naglowek
{
	background: #c9c9c9;
    background: -moz-linear-gradient(top, #c9c9c9 0%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #c9c9c9 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #c9c9c9 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#e5e5e5',GradientType=0 );
	border-bottom: 3px solid #0068B2;
}

nav#topmenu
{
	height: 110px;
	transition: 1s height;
}

nav#topmenu #bs-example-navbar-collapse-1
{
	padding-top: 30px;
	transition: 1s padding-top;
}

nav#topmenu.scroll
{
	height: 50px;
}

nav#topmenu.scroll #bs-example-navbar-collapse-1
{
	padding-top: 0;
}

nav#topmenu a 
{
	font-family: 'Pontano Sans', sans-serif !important;
}


.navbar#topmenu .nav > li > a:focus,
.navbar#topmenu .nav > li > a:hover {
	color: #0095ff;
}

.navbar#topmenu .nav > li > a,
.navbar#topmenu .nav > li > a {
	color: #0068B2;
}

.navbar#topmenu .dropdown-menu > li > a:hover,
.navbar#topmenu .dropdown-menu > li > a:focus,
.navbar#topmenu .dropdown-submenu:hover > a,
.navbar#topmenu .dropdown-submenu:focus > a 
{
	background-color: #01D2FD;
}

.navbar#topmenu .navbar-brand
{
	width: 100px; 
	height: 100px;
	background-image:url('/gfx/mi.svg');
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 0; 
	left: 0;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transform: scale(.9,.9);
}
.navbar2 .navbar-header
{
	position: relative;
}

.navbar2 .navbar-brand 
{
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
}

.navbar2 .navbar-brand 
{
	width: 80px;
}

.navbar a
{
	font-size: 130%;
	line-height: 1.5em !important; 
}

.navbar#topmenu .navbar-brand:hover
{
	-ms-transform: translate(0, 10px); /* IE 9 */
    -webkit-transform: translate(0, 10px); /* Safari */
    transform: scale(1,1);
}

.navbar#topmenu .container
{
	position: relative;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
 
    text-decoration: none;
    color: #FFF;
	background-color: #01D2FD;
	padding: .3em 1em;
	border: none;
	-webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
    transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s;
}

a.button:hover
{
	box-shadow: 0 10px 20px rgba(100,100,100,0.5);
	color: #01D2FD;
	background-color: #483D3B;
	text-decoration: none;
}

a
{
	color: #01D2FD; 
}

.navbar .nav .dropdown-toggle .caret
{
	margin-top: 15px;
}
#stopkaout *, #stopka2out
{
	
	
}
#stopkaout
{
	background-color: #0068B2; 
}

#stopkaout
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9c9c9+0,e5e5e5+100 */
background: #c9c9c9; /* Old browsers */
background: -moz-linear-gradient(top,  #c9c9c9 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c9c9c9 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c9c9c9 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */


}

#stopkaout li a
{
	font-size: 95%;
	color: #555;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 1px #FFF;
	word-spacing: .2em;

}

#stopkaout li h4
{
	border-bottom: 3px solid #0068B2;
	padding-bottom: 0.1em;
	font-size: 105%;
}

#stopkaout .dtv li h4 {border-bottom-color: rgba(229,0,81,1);}
#stopkaout .net li h4 {border-bottom-color: rgba(0, 215, 66,1);}
#stopkaout .fon li h4 {border-bottom-color: rgba(255, 180, 0,1);}
#stopkaout .vod li h4 {border-bottom-color: rgba(180, 23, 219,1);}


#stopkaout li h4 a
{
	font-size: 105%;
	font-weight: bold;
}

.legal a
{
	color: #0068B2;
	font-size: 80%; 
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #0068B2;
	white-space: nowrap;
	font-family: 'Noto Sans', sans-serif;
}

.copy
{
	text-align: center;
	padding: 1em;
	font-size: 120%;
	letter-spacing: .02em;
	word-spacing: .2em;
	border-top: 1px solid #aaa;
	margin-top: 1em; 
}

.sizeup
{
	font-size: 120%;
}

.pakiet, .pakiet *
{
	font-family: 'Square', sans-serif;
}


.middle-slider
{
	height: auto;
	width: 100%;
	background-image: url(gfx/mid.jpg);
	background-size: 100%;
	
	 background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.middle-slider .col-md-12
{
	text-align: center;
}

.middle-slider h3
{
	font-size: 330%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.middle-slider p
{
	font-size: 130%;
	color: #FFF;
	line-height: 1.2em;
	padding: 2% 10%;
}

.middle-slider h3, .middle-slider p, .middle-slider a.button2
{
	text-shadow: 0px 1px 6px #000;
}



.middle-slider .buttonover
{
	
}

.middle-slider a.button2
{
	font-size: 150%;
	color: #fff;
	border-color: #fff;

}

.middle-slider .inner
{
		background-image: url(gfx/mid-blur.jpg);
	
	background-size: 100%;
	
	 background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


 .middle-slider .inner
 {
	margin: 7% 5%;
    padding: 5%;
	border-radius: 10px;
 }
 
 #szary_opis .col-xs-12
 {
	padding-bottom: 2%;
	padding-top: 2%;
 }
 
#szary_opis p
{
	text-align: justify;
}

#szary_opis p, #szary_opis h3
{
	color: #888;
}

#szary_opis img
{
	margin-top: 20px;
}
 

.owlitem
{
  background-repeat: no-repeat !important;;
}

.owlitem1
{
  background-color: #c9d2d9;
}


.owlitem1 p
{
  color: #1AA7D2 !important;
}

.owlitem2
{
  background-color: #1AA7D2;
  background-image: url('gfx/tlo02.jpg');
  background-position: 250px 50%;
}

.owlitem2 p, .owlitem2 h2
{
  color: #FFFFFF !important;
  margin-top: 20px;
}

.owlitem2 h2
{
  margin-top: 100px;
}



/*.owlitem3
{
  background-color: #e7b786;
  background-image: url('gfx/tlo03.jpg');
}


.owlitem3 p, .owlitem3 h2
{
  color: #ad6743 !important;
  margin-top: 20px;
}

.owlitem3
{
  background-color: #e7b786;
  background-image: url('gfx/tlo03.jpg');
}*/


.owlitem3 p, .owlitem3 h2
{
  color: #FFFFFF !important;
  margin-top: 20px;
}

.owlitem3 h2
{
  margin-top: 100px;
}

.owlitem3
{
  background-color: #001d9b;
  background-image: url('gfx/tlo05.jpg');
}

.owlitem3 a
{
	border-color: #FFFFFF !important;
	color: #FFFFFF !important;
}




#middle1 .inner
{
  background: rgba(255,255,255,0.9);
}

#middle1 .inner h3
{
  color: #006FB7;
  text-shadow: none;
  line-height: 1.1;
  font-weight: 300;
  margin: 0 100px;
  margin-bottom: 30px;
}

#middle1 .inner p
{
 color: #555;
  text-align: left;
  text-shadow: none;
  margin: 0;
  line-height: 1.5em;
}

#middle1 .button2
{
  background-color: #006FB7;
}

#middle1 .button2:hover
{
  background-color: #555;
}

.czteryk
{
  position: absolute;
  top: 50px;
  right: -100px;
}

.wcosvg
{
  width: 200px;
  margin-top: -18px;
  
}

#icon_menu h2
{
  font-weight: 300;
  font-size: 200%;
  color: #006FB7;
}

.navbar-default .hlogosvg
{
  position: absolute;
  width:600px;
  height: 70px;
  top: 20px;
  left: -200px;
  transition: 0.3s top ease-in-out;
}


.navbar-default.scroll .hlogosvg
{
  top: -100px;
}


.navbar-default a.navbar-brand
{
  opacity: 0.1;
  transition: 1s opacity ease-in-out;
}

.navbar-default.scroll a.navbar-brand
{
  opacity: 1;
}

#kontakt
{
  height: 600px;
  background-image: url('gfx/tlo04.jpg');
}

#kontakt p, #kontakt h2, #kontakt h3
{
  color: #ffffff;
  text-shadow: 1px 1px 2px #555;
}

#kontakt p
{
  font-size: 16pt;
  line-height: 1.5;
}

#kontakt p a
{
  color: #DDD;
  border-bottom: #DDD dotted 3px;
}

#kontakt h3
{
  font-weight: bold; 
}

#kontakt h2
{
  margin-top: 30px;
  color: #DDD;
  border-bottom: #DDD dotted 3px;
}

#owl-demo
{
	margin-bottom: 20px;
	margin-top: 120px;
}

.spolkalogo img
{
  width: 200px;
}

#icon_menu2
{
  margin-bottom: 200px;
}

#kontakt
{
	margin-top: 100px;
}



a::-moz-focus-inner,
a:focus
{
  border: 0;
  outline: none;
}

.spolkimenu
{
  width: 150px;
  position: fixed;
  right: -200px;
  top: 50%;
  background: #efefef;
  padding: 30px 10px;
  padding-right: 30px;
  border-radius: 10px 0 0 10px;
  box-shadow: 1px 1px 3px #000;
  transition: 0.5s right cubic-bezier(.25,1.68,.78,.86);
}

.spolkimenu.on
{
  right: -20px;
}

.czteryk
{
  width: 280px;
  -webkit-transition: width 1s cubic-bezier(.25,1.68,.78,.86);
  -moz-transition: width 1s cubic-bezier(.25,1.68,.78,.86);
  transition: width 1s cubic-bezier(.25,1.68,.78,.86); 
}

.czteryk.on
{
  width: 330px;
}

.info1 img
{
  margin-top: 0 !important;
  transition: margin-top ease 2s;
}

.info1 img.onn
{
  margin-top: -50px !important;
}

.ikon-dtv.onn, .ikon-net.onn, .ikon-fon.onn, .ikon-pla.onn
{
  opacity: 1;
  
}

.ikon-dtv, .ikon-net,.ikon-fon,.ikon-pla
{
  opacity: 0.2;
  
}

.ikon-dtv {transition: 0.4s opacity ease;}
.ikon-net {transition: 0.4s opacity ease 0.3s;}
.ikon-fon {transition: 0.4s opacity ease 0.6s;}
.ikon-pla {transition: 0.4s opacity ease 0.9s;}


#middle1
{
  padding-top: 350px;
  padding-bottom: 0;
  transition: 1s padding-top, 1s padding-bottom;
}

#middle1.onn
{
  padding-top: 0;
  padding-bottom: 350px;
}

.outerowl
{
	height: 486px;
}

/*
#stopka2out .copy.top
{
  position: fixed;
  bottom: 100px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  color: #fff;
  border: none;
  z-index: 1;
  font-size: 15px;
}
*/

p, #middle1 .inner p
{
	text-align: justify;
}

#middle1 .inner p
{
	margin-right: 20px;
}
