  
/*Plugin newsletter*/
  .news {
	background: rgba(212,169,78,0.5);
    padding:0px 5px 0px 5px;
	width:300px;
  }
/*Plugin newsletter koniec*/

/*Plugin wyszukiwanie*/
    .szuk {
    z-index:5000;
	position: fixed;
	width: auto;
	height: auto;
	left: 50%;
	#border: 1px solid grey;
	#border-bottom-left-radius: 5px;
	#border-bottom-right-radius: 5px;
  }
/*Plugin wyszukiwanie koniec*/

/*Plugin Lupa*/
	.lupa { 
		position: fixed; 
		z-index:5000; 
		border: 1px solid #CCC; 
		background-color: #EFEFEF; 
		margin: 10px 0 10px 0; 
		padding: 5px; 
	}
	.lupa #w1 { 
		font-size: 20px; 
		border: 1px solid #CCC;
		background-color: #fff;
	}
	.lupa #w2 { 
		font-size: 16px;
		border: 1px solid #CCC;
		background-color: #fff;
	}
	.lupa #w3 { 
		font-size: 15px; 
		border: 1px solid #CCC;
		background-color: #fff;
	}
	.lit { 
		display: inline; 
		text-decoration: underline; 
		cursor: pointer; 
	}
	.selected { 
		font-weight: bold; 
	}
/*Plugin Lupa koniec*/

/*Plugin ftp*/
  .alert {
    font-size: 14px; 
	font-family: Champ, Century Gothic, Arial; 
	color: red;
	background: rgba(146,17,141,0.5);
	border-radius:5px;
	border: 1px solid rgba(146,17,141,1.0);
	width: 250px;
	height:30px;
	text-align:center;
  }
/*Plugin ftp koniec*/

/*Plugin Galerry*/
	#gallery_sort {
		font-size: 20px; 
		font-family: Champ, Century Gothic, Arial; 
		color: #696969;
		text-decoration: none;
		cursor:pointer;
		-webkit-transition: 1s;
		transition: 1s;
  }
  
    #gallery_sort:hover {
		font-size: 20px; 
		font-family: Champ, Century Gothic, Arial; 
		color: #d4a94e;
		text-decoration: none;
		cursor:pointer;
		-webkit-transition: 1s;
		transition: 1s;
  }
  
  
	a#gallery_img {
		font-size: 18px; 
		font-family: Times New Roman; 
		font-style: italic;
		font-weight: bold;
		color: white;
		text-shadow: 1px 1px 2px black;
		text-decoration: none;
  }  
  
	a#gallery_img > span{
		#opacity : 0.50;
		#filter : alpha(opacity=50);
		width:375px;	
		height:0px;
		opacity:0;
		z-index:200; 
		font-size: 0px; 
		font-family: Champ, Century Gothic, Arial; 
		background: -webkit-linear-gradient(bottom, rgba(28,120,223,1.0), rgba(14,86,167,1.0));
		background: -o-linear-gradient(bottom, rgba(28,120,223,1.0), rgba(14,86,167,1.0));
		background: -moz-linear-gradient(bottom, rgba(28,120,223,1.0), rgba(14,86,167,1.0));
		background: linear-gradient(to bottom, rgba(28,120,223,1.0), rgba(14,86,167,1.0));
		text-shadow:0px 0px 0px black; 
		font-weight: normal; 
		font-style: normal;
		-webkit-transition: 0.5s;
		transition: 0.5s;
  }  
  
  
	a#gallery_img:hover > span{
		#opacity : 0.50;
		#filter : alpha(opacity=50);
		height:20px;
		opacity:1;
		font-size: 16px; 
		font-family: Champ, Century Gothic, Arial; 
		padding: 10px 0px 10px 0px;
		text-shadow:0px 0px 0px black; 
		font-weight: normal; 
		font-style: normal;
		-webkit-transition: 0.5s;
		transition: 0.5s;
  }

	.tresc3{
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover; 
		background-position: center; 
		#border: 1px solid rgba(242,101,34,1.0);
		#border-radius:10px;
		#width:0px; 
		#height:0px;
		width:280px; 
		height:270px;
  }
  
  	.tresc3g{
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover; 
		background-position: center; 
		#border: 1px solid rgba(242,101,34,1.0);
		#border-radius:10px;
		#width:0px; 
		#height:0px;
		width:300px; 
		height:270px;
  }

	.tresc:hover, #imgi:hover {
		#box-shadow: 0px 1px 5px black;
		background-size: 150% auto;
		-webkit-background-size: 150% auto; 
		-moz-background-size: 150% auto; 
		-o-background-size: 150% auto;
		background-repeat: no-repeat;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
		cursor:pointer;
		-webkit-transition: 1s;
		transition: 1s;
  }

	.tresc3b{
		-moz-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover; 
		background-position: center; 
		#border: 1px solid rgba(242,101,34,1.0);
		#border-radius:10px;
		#width:0px; 
		#height:0px;
		width:235px; 
		height:150px;
  }

	.tresc3b:hover{
		-moz-filter: grayscale(0%);
		-o-filter: grayscale(0%);
		-ms-filter: grayscale(0%);
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		box-shadow: 0px 1px 5px black;
		#background-size: 155%;
		#-webkit-background-size: 155%; 
		#-moz-background-size: 155%; 
		#-o-background-size: 155%;
		-webkit-transition: 1s;
		transition: 1s;
  }
/*Plugin Galerry koniec*/
	
/*Plugin Wielojezykowosc*/
  .lang {
    z-index:5000;
	position: fixed;
	width: auto;
	height: auto;
	left: 50%;
	#border: 1px solid grey;
	#border-bottom-left-radius: 5px;
	#border-bottom-right-radius: 5px;
  }
  
  .lang_switch {
	display:table;
	float:left;
	width:30px;
	height: 20px;
	font-size: 14px;
	text-align:center;	
	vertical-align: middle;
	font-family: Champ, Century Gothic, Arial;
	cursor:pointer
  }
/*Plugin Wielojezykowosc koniec*/

/*Plugin Menu*/
	#mainmenu, #mainmenu ul {
		list-style: none; 
		margin: 0; 
		padding: 0; 
		z-index:2000;
  }
	
	#mainmenu ul {
		width: 160px;
  }
	
	#mainmenu ul li {
		clear: both;
		
  }
	
	#mainmenu > li {
		float: left;
		margin-right: 15px; 
		position: relative;
		background: rgba(255,255,255,0.2);
		transform:skewX(-15deg);
        -webkit-transform:skewX(-15deg);
  }
  
  	#mainmenu > li a{
		font-size: 24px;
		transform:skewX(15deg);
        -webkit-transform:skewX(15deg);
  }
	
	#mainmenu > li:hover {
		#background:rgba(212,169,78,0.8), rgba(148,109,27,0.8);
		background: -webkit-linear-gradient(bottom, rgba(212,169,78,0.8), rgba(148,109,27,0.8));
		background: -o-linear-gradient(bottom, rgba(212,169,78,0.8), rgba(148,109,27,0.8));
		background: -moz-linear-gradient(bottom, rgba(212,169,78,0.8), rgba(148,109,27,0.8));
		background: linear-gradient(to bottom, rgba(212,169,78,0.8), rgba(148,109,27,0.8));
  }
	
	#mainmenu > li li {
		position: relative;
  }
	
	#mainmenu > li ul {
		position: absolute; 
		margin-top: 0px; 
		left: 0; 
		margin-left: 0px; 
		width:200px;
  }
	
	#mainmenu > li ul li ul {
		position: absolute; 
		margin-left: 200px; 
		top: 0px; 
		background:rgba(0,0,0,0.8);
  }
	
	ul ul {
		display: none;
  }
	
	ul li:hover > ul {
		display: block;
  }

	/*POZIOM 1*/
	
	#mainmenu {
		font-family: Century Gothic, Arial; 
		font-size: 18px; 
		font-weight: normal; 
  }
  
	#mainmenu > li > a {
		display: table; 
		width: auto; 
		padding: 15px; 
		text-align:center; 
		font-weight: normal; 
		text-decoration: none; 
		color: white; 
		height:35px;
  }
  
	#mainmenu > li:hover > a {
		color: #000000;
  }
  
	/*#mainmenu > li > i {
		position: absolute; 
		top: 5px; 
		left: 50%; 
		margin-left: -8px; 
		border-top: 8px solid transparent; 
		border-right: 8px solid transparent; 
		border-left: 8px solid transparent;
  }*/
  
	/*#mainmenu > li > z {
		position: absolute; 
		top: 50px; left: 50%; 
		margin-left: -12px; 
		border-bottom: 12px solid transparent; 
		border-right: 12px solid transparent; 
		border-left: 12px solid transparent;
  }*/
  
	/*#mainmenu > li > c {
		position: absolute; 
		top: 40px; 
		left: 50%; 
		margin-left: -6px; 
		border-top: 6px solid white; 
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
  }*/
  
	/*#mainmenu > li:hover > a {
		color:#95070e; height:20px;
  }*/
  
	/*#mainmenu > li:hover > i {
		position: absolute; 
		top: 5px; 
		left: 50%; 
		margin-left: -8px; 
		border-top: 8px solid #333; 
		border-right: 8px solid transparent; 
		border-left: 8px solid transparent;
  }*/
  
	/*#mainmenu > li:hover > z {
		position: absolute; 
		top: 50px; 
		left: 50%; 
		margin-left: -12px; 
		border-bottom: 12px solid #333; 
		border-right: 12px solid transparent; 
		border-left: 12px solid transparent;
  }*/

	/*POZIOMY NIŻSZE*/
	
	#mainmenu ul {
		background: rgba(202,202,202,1); 
		font-family: Century Gothic, Arial; 
		font-size: 16px; 
		font-weight: normal;
  }
	
	#mainmenu ul li > a {
		color: white; 
		#text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; 
		display: block; 
		padding: 5px; 
		text-decoration: none; 
		border-bottom: 1px solid white; 
		#box-shadow: 0px 1px 0px white;
  }
	
	#mainmenu ul li:hover > a {
		color: #e1127c;
  }

	i.arrow  > a{
		position: absolute; 
		top: 5px; 
		left: 50%; 
		margin-left: -8px; 
		border-top: 8px solid transparent; 
		border-right: 8px solid transparent; 
		border-left: 8px solid transparent;
  }
	
	i.arrow:hover > a {
		position: absolute; 
		top: 5px; 
		left: 50%; 
		margin-left: -8px; 
		border-top: 8px solid #333; 
		border-right: 8px solid transparent; 
		border-left: 8px solid transparent;
  }

	ul ul .arrow {
		top: 10px; 
		right: 0; 
		border-top: 3px solid transparent; 
		border-right: 3px solid transparent; 
		border-left: 3px solid #333; 
		border-bottom: 3px solid transparent;
  }


	#mainmenu a {
		-webkit-transition: 1s;
				transition: 1s;
  }

	#mainmenu li {
		-webkit-transition: 1s;
				transition: 1s;
  }

	#mainmenu ul {
		-webkit-transition: 1s;
				transition: 1s;
  }



	#mainmenu i {
		-webkit-transition: 1s;
				transition: 1s;
  }
/*Plugin Menu Koniec*/

/* Tiny Scrollbar */
	#scrollbar1 { 
		width: 400px; 
		margin: 0px 0 0px;
  }
	
	#scrollbar1 .viewport { 
		width: 380px; 
		height: 400px; 
		overflow: hidden; 
		position: relative; 
  }
	
	#scrollbar1 .overview { 
		list-style: none; 
		position: absolute; 
		left: 0; 
		top: 0; 
		padding: 0; 
		margin: 0; 
  }
	
	#scrollbar1 .scrollbar{ 
		background: transparent url(/images/bg-scrollbar-track-y.png) no-repeat 0 0; 
		position: relative; 
		background-position: 0 0; 
		float: right; 
		width: 15px; 
  }
	
	#scrollbar1 .track { 
		background: transparent url(/images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; 
		height: 100%;
		width:13px; 
		position: relative; 
		padding: 0 1px; 
  }
	
	#scrollbar1 .thumb { 
		background: transparent url(/images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; 
		height: 20px; 
		width: 25px; 
		cursor: pointer; 
		overflow: hidden; 
		position: absolute; 
		top: 0; 
		left: -5px; 
  }
	
	#scrollbar1 .thumb .end { 
		background: transparent url(/images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; 
		overflow: hidden; 
		height: 5px; 
		width: 25px; 
  }
	
	#scrollbar1 .disable { 
		display: none; 
  }
	
	.noSelect { 
	user-select: none; 
	-o-user-select: none; 
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
  }
/* Tiny Scrollbar Koniec*/