/* CSS Document */
/* buraczkowy neony A03748 */




.test {
	color:#A23748;
	font-family: 'Dosis', sans-serif;
	background:#00A0E3;
	text-align:center;
	font-size:75px;
	color:#FFF;
	padding:10px;
	line-height:normal;
}

a, a img, img { outline-style:none; border:none; }

.clear { clear:both; }

hr { color: #CCC;background-color:#CCC; background:#CCC; height: 1px;border:none; }

header,nav,section,footer { margin:0px; padding:0px; display:block; }

*::selection { background:#593C1C; color:#FFF; }
*::-moz-selection { background:#593C1C; color:#FFF; }

.img-responsive {
	/* display:block; */
	height:auto;
	max-width:100%;	
	-webkit-filter: contrast(105%);	-moz-filter: contrast(105%); -o-filter: contrast(105%); -ms-filter: contrast(105%); filter: contrast(105%);		
}

.img-responsive:hover { 
	/*
	-webkit-filter: contrast(115%);	-moz-filter: contrast(115%); -o-filter: contrast(115%);	-ms-filter: contrast(115%);	filter: contrast(115%);
	*/
}


.scrollup{
	width:40px;
	height:40px;			
	text-indent:-9999px;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	position:fixed;
	bottom:50px;
	right:10px;
	display:none;			
	background: url('../graphics/icon_top.png') no-repeat;
	z-index:10;
}
.scrollup:hover {
	filter:alpha(opacity=99);-moz-opacity:.99;opacity:.99;
}

#slide{ position:fixed; top:146px;right:-343px; z-index:200; /* width:31px; height:229px; */  /* background-image:url(../graphics/fb_link.png); */
 		/* -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; */
		cursor:pointer;
		border:2px solid #000;
		background:#FFF;
		box-shadow:5px 5px 10px #999;
		-webkit-transition: .3s ease-out .0s; -moz-transition: .3s ease-out .0s; -o-transition: .3s ease-out .0s; transition: .3s ease-out .0s;
		}
#slide #slide_img { box-shadow:0 0 10px #666; position:absolute; margin:-2px 0 0 -38px; z-index:2;  width:37px; height:113px; background-image:url(../graphics/facebook.gif); }


#slide1{ 
	position:fixed; 
	top:276px;right:-2px;
	z-index:200;
	line-height:0px;
	box-shadow:5px 5px 10px #999;
}


/* chmurka */
.chmurka { position:absolute; z-index:21; padding:6px 12px; color:#F00; background:#000; color:#FFF; font-size:11px; text-shadow:none;
filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
-webkit-border-radius: 10px 10px 10px 10px; -khtml-border-radius: 10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px;
/* -webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	transition: opacity .4s ease;
	opacity: 0.1; */ }

#staa_sl_navi { margin:20px 0 0 0%; right:5%; display:block; float:left; height:30px; width:80%px;
padding:0px; position:absolute; clear:both; z-index:50; display:block; }
#staa_sl_navi img { margin:4px; width:auto; display:block; float:left; border:2px solid rgba(255,255,255,0.3); }


.info, .error { border:1px solid #FC6; color:#090; background:#FFF; text-align:center; padding:15px; margin:0px 0;  /* -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; */ font-size:14px; font-weight:normal; } 
.error { border:1px solid #F00; color:#F00; font-weight:bold; }

#staa_cookies { position:absolute;	z-index:200; line-height:1.0em;  }
#staa_cookies a { color:#03C;  -webkit-transition: .20s linear .1s; -moz-transition: .20s linear .1s; -o-transition: .20s linear .1s; transition: .20s linear .1s; }
#staa_cookies a:hover { color:#F00; }
#staa_cookies_in {	
	position:fixed; bottom:0px;width:100%; /* -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; */
}
#staa_cookies_in #in_in { /* margin:0 auto; width:460px; */ text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:10px 20px; color:#000; background:#fff;
-webkit-border-radius:0px; -khtml-border-radius:0px; -moz-border-radius:0px; border-radius:0px; filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
border-top:1px solid #CCC;
}
#staa_cookies_in #in_in #cclose {
	background:#333;
	color:#FFF;
	padding:3px 5px;
	text-decoration:none;
}
#staa_cookies_in #in_in #cclose:hover { background:#00A0E3; background:#A03748; }
.cookies_close { padding:5px 0 0 0; background:#333; color:#FFF; text-align:center; }



.alert_info, .alert_blad { 
padding:21px 2%; color:#000; font-size:1.1em; text-align:center; width:96%;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px; 
-moz-border-radius: 2px; 
border-radius: 2px;
filter:alpha(opacity=95);-moz-opacity:.95;opacity:.95;
/* -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;
*/
z-index:50;
border:1px solid #000;
margin:5px 0;
text-shadow:0 0 10px #FFF;

	animation: anim_sm1 200ms ease-in-out; 
	-webkit-animation: anim_sm1 200ms ease-in-out;
    -moz-animation: anim_sm1 200ms ease-in-out;
    -ms-animation: anim_sm1 200ms ease-in-out;

}
.alert_info { background:#C4DBFF; background:#EFFFB9; border:1px solid #96C800; background-image:url(../graphics/inf_ok.png); background-repeat:no-repeat; background-position:10px; }
.alert_blad { background:#FAC8BE; border:1px solid #F00; background-image:url(../graphics/inf_error.png); background-repeat:no-repeat; background-position:10px;  }


.social {
	position:fixed;
	top:220px;
	right:0;
	width:46px;
	z-index:100;
	line-height:0;
}
.social a {
	display:block;
	float:left;
	margin:4px 0;
	padding:0;
	line-height:0;
}



/* animacje */
.animuj {
	
	animation: anim_przynik1 700ms ease-in-out; 
	-webkit-animation: anim_przynik1 700ms ease-in-out;
    -moz-animation: anim_przynik1 700ms ease-in-out;
    -ms-animation: anim_przynik1 700ms ease-in-out;
	-o-animation:anim_przynik1 700ms ease-in-out;
	
	
}


/* DEDYKOWANE */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:150%;
	color:#2E1E0E;
	background:#fff;
	overflow-y:scroll;
	
	
	
	
	/* font-family:"Roboto Condensed"; 
	font-family:"PT Sans Narrow"; */
}

h1,h2,h3,h4,h5 {
	font-size:1.7em;
	font-weight:normal;
	line-height:normal;
	/* font-family:Metropolis Light, Tahoma, Geneva, sans-serif; */	
	font-family: 'Courgette', cursive;
	margin:0;
	padding:10px 0 15px 0;
	
	color:#7D5326;
	color:#9F672F;
	
}


header {
	position:fixed;		
	top:0px;	
	z-index:105;
	width:100%; 	
	/* width:94%;
	margin:0 3%; */
		
	/* to inaczej rozwiązać (+-1px skacze i dlatego to jest) */
	/* -webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out; */
}
.header {
	/* top:-200px;		
	-webkit-transition: .8s ease-in-out .0s; -moz-transition: .8s ease-in-out .0s; -o-transition: .8s ease-in-out .0s; transition: .8s ease-in-out .0s;
	*/
}


header #h_top {
	/* width:92%;
	margin:0 4%; */
	padding:3px 0 0 0;
	
	background:#50320B;
	
	background-image:url(../graphics/bg_top.png);
	background-repeat:repeat;
	color:#FBF1CE;	
	
	/* -webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out; */
}

header #h_left {
	float:left;
	width:28%;
	padding-left:5%;	
	
}
header #h_left .lang {
	padding:5px 0;
}
header #h_left .lang img {
	width:24px;
	
}

header #h_left .krystyna {
	padding-top:42px;
}




header #h_top #h_logo {
	float:left;
	width:39%;
	padding:5px 0;
	line-height:0;
}
header #h_top #h_logo img {
	line-height:0;
	
}


header #h_top .h_basket {
	float:right;
	width:23%;
	padding-right:5%;
	
	font-family:Metropolis Light, Tahoma, Geneva, sans-serif;
}



header #h_top .h_basket a {
	display:block;
	float:right; 
	color:#FBF1CE;	
	text-decoration:none;
	
	/* padding:5px 20px 5px 36px; padding:59px 20px 5px 20px; */
	background-image:url(../graphics/ikona_domyslna.png);
	
	background-repeat:no-repeat;
	/* background-position:left;  */
	background-position:top;
}

.h_basket a {	
	padding:59px 20px 5px 20px;
	
	-webkit-transition: .3s ease-out .0s;
	-moz-transition: .3s ease-out .0s;
	-o-transition: .3s ease-out .0s;
	transition: .3s ease-out .0s;

	
	margin-top:15px;
	background-size:23px;
	padding:28px 10px 5px 10px;

}




.header_przewiniety a {
	margin-top:5px;
	background-size:17px;
	padding:19px 10px 5px 10px;
}
.logo_przewiniety {
	height:58px;
}



header #h_top .h_basket a strong {
	color:#FBF1CE;
	text-decoration:none;
	border-bottom:1px solid #999;
}

header #h_top .h_basket a:hover {
	color:#FBF1CE;	
	text-decoration:underline;
}

header #h_top .h_basket a:hover > strong {
	color:#FBF1CE;	
	border-bottom:1px solid #FBF1CE;
}

header #h_top .h_basket #h_l_loguj {
	background-image:url(../graphics/icon_zaloguj_big.png);
}
header #h_top .h_basket #h_l_reg {
	background-image:url(../graphics/icon_registration_big.png);
}
header #h_top .h_basket #h_l_basket {
	background-image:url(../graphics/icon_basket_big.png);
}



header #h_top .h_basket #ile_w_koszyku {
	position:absolute;
	display:block;
	float:left;
	line-height:1em;
    margin: -60px 0 0 46px;
	
	
	color:#333;	
	background:#FBF1CE;	
	padding:2px 5px;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	
	
}

.h_pasek { /* bo tez w stopce */
	height:4px;
	background:#4E3F22;
	background-image:url(../graphics/header_pasek.jpg);
	background-position:center;
	background-repeat:no-repeat;
	font-size:0;
}
header .h_pasek1 {
	height:8px;
	background:#4E3F22;
	background-image:url(../graphics/header_pasek1.jpg);
	background-repeat:repeat;
	font-size:0;
}
header .h_pasek2 {
	font-size:0px;
	height:15px;
	background:#FBF1CE;	
	
}


/* poprzednia wersja 
header #h_top #h_lang {
	float:right;
	padding:3px 3px 0 0;
}
header #h_top #h_lang a img {
	border:1px solid #CCC;
}

*/


header #h_menu {
	
	
	/* width:92%;
	margin:0 4%;
	
	*/
	
	/*
	-webkit-border-radius:0 0 7px 7px;
	-khtml-border-radius:0 0 7px 7px;
	-moz-border-radius:0 0 7px 7px;
	border-radius:0 0 7px 7px;
	*/
	
	/*
	background:#7D5326;
	background:#593C1C;
	background: -webkit-linear-gradient(#7D5326,#593C1C); 
	background: -o-linear-gradient(#7D5326,#593C1C);
	background: -moz-linear-gradient(#7D5326,#593C1C);
	background: linear-gradient(#7D5326,#593C1C);
	*/
	
	background:#2E1E0E;
	

	
	padding:0;
	
	/* border-top:1px dashed #eee; */
	
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.55);
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.05);
}
header #h_menu #h_logo {
	float:left;	
	text-align:right;
	padding:0px;
	margin:0px 0;
	line-height:0;
	/*
	-webkit-border-radius:0 5px 5px 0;
	-khtml-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	*/
}
header #h_menu #h_logo a, header #h_menu #h_logo a img {
	line-height:0;
	margin:0;
	padding:0;
}

header #h_menu #h_menu_w {
	float:left;
	padding-left:5%;	
	margin:0;	
}

header #cena_header {
	display:none;
	font-size:1.1em;
	font-family:Metropolis Light;
	
	
	
	/* filter:alpha(opacity=97);-moz-opacity:.97;opacity:.97; */
	
	position:absolute;
	right:1%;
	margin:0px 2% 0 0;	
	padding:9px 15px 9px 15px;
	background:#FBF1CE;
	/* border:1px dashed #E0E0E0; */
	border-top:none;
	
	
	-webkit-border-radius:0 0 2px 2px; -khtml-border-radius:0 0 2px 2px; -moz-border-radius:0 0 2px 2px; border-radius:0 0 2px 2px;
	/* 
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
	*/
}



/* lang */
header #h_top #h_lang {
	float:right;
	padding:24px 4% 2px 10px;
}
header #h_top #h_lang img {
	padding:1px;
	border:1px solid #CCC;
}
/* end lang */


/* wyszukiwarka w nowym miejscy */
header #h_menu #h_search {
	display:block;
	float:right;
	padding:8px 2% 3px 0;
}

header #h_menu #h_search #input_search {
	display:block;
	float:left;
	width:130px;
	background:none;
	outline-style:none;
	padding:5px 5px;
	height:14px;
	border:none;
	line-height:0;
	border:1px solid #4C3C2C;
	color:#FBF1CE;	
	margin-right:4px;
}
header ::placeholder { 
  color:#FBF1CE;
}

header :-ms-input-placeholder { 
  color:#FBF1CE;
}

header ::-ms-input-placeholder {
  color:#FBF1CE;
}

header #h_menu #h_search #button_search {
	display:block;
	float:left;
	line-height:0;
}



/* end nowe miejsce wuszykiwarki */






/* MENU i sub */
ul > li > ul {	
	display:none;
	visibility:hidden;
	filter:alpha(opacity=0);-moz-opacity:.0;opacity:.0; 
}
ul > li:hover > ul {
	display:block;
	visibility:visible;
	filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
}
ul > li:hover > a {
	/* color:#FF0; */	
}

.menu {
	padding:0;
}
.menu ul, .menu ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.menu ul li, .menu ul li a { 
	display:block;
	float:left;
}
.menu ul li a {
	/* font-family: 'PT Sans Narrow',sans-serif;
	font-family:Tahoma, Geneva, sans-serif;
	font-family:"PT Sans Narrow",Arial, Helvetica, sans-serif;  */
	
	/* font-family:Oswald, sans-serif; */
	/* font-family:Metropolis Light, Tahoma, Geneva, sans-serif;
	font-family: 'Courgette', cursive; */
	
	/* text-shadow:0 2px 10px #000;
	text-shadow:0 2px 10px #fff; */
	font-weight:normal;
	padding:10px 10px;
	color:#FBF1CE;	
	font-size:1em;
	text-decoration:none;
}
.menu ul li a span {
	color:#FBF1CE;
}

.menu ul li a:hover, .menu ul li .on {
	background:#382B1A;
	
	/* background: -webkit-linear-gradient(#593C1C,#004A20); 
	background: -o-linear-gradient(#593C1C,#004A20);
	background: -moz-linear-gradient(#593C1C,#004A20);
	background: linear-gradient(#593C1C,#004A20); */
	
	
	
	-webkit-transition: .2s linear .0s; -moz-transition: .2s linear .0s; -o-transition: .2s linear .0s; transition: .2s linear .0s;
}

.menu ul .domek a, .menu ul .domek a:hover {
	background:#382B1A;
	padding-right:50px;
	background-image:url(../graphics/sklep.png);
	background-position:center;
	background-repeat:no-repeat;
	text-decoration:none;
	
}



.menu ul li .sub_menu { 
	position:absolute;
	padding:2px 0 0 0;
	margin:30px 0 0 1px;
	width:210px;
	-webkit-transition: .3s linear .0s; -moz-transition: .3s linear .0s; -o-transition: .3s linear .0s; transition: .3s linear .0s;
	z-index:50;
	
	
}
.menu ul li .sub_menu li a { 
	padding:10px 10px;

	display:block;
	background:#fff;
	/* background:rgba(222,0,0,0.9); */
	color:#000;	
	border:1px solid rgba(0,0,0,0.2);
	border-top:none;
	
	box-shadow:none;
	margin:0;
	/* border-bottom:1px solid #CCC; */
	width:200px;
	
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.menu ul li .sub_menu li a:hover { 
	
	/*
	animation: anim_sm1 200ms ease-in-out; 
	-webkit-animation: anim_sm1 200ms ease-in-out;
    -moz-animation: anim_sm1 200ms ease-in-out;
    -ms-animation: anim_sm1 200ms ease-in-out;
	*/
	
	-webkit-transition: .2s linear .0s; -moz-transition: .2s linear .0s; -o-transition: .2s linear .0s; transition: .2s linear .0s;
	
	background:#593C1C;
	color:#fff;
	text-shadow:none;
	
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
}

/* end MENU sub */




.init {
	
}
.init a {
	color:#593C1C;
}

.here {
	font-size:1.0em;
	line-height:normal;
	padding:20px 0 0 1%;
}

.here #home {
	background:#FFF;
	/* background:#F9EEC1; hover */
	background:#FBF1CE;
	
	padding:5px 11px;
	background-image:url(../graphics/here_home.png);
	background-repeat:no-repeat;
	background-position:center;
}

.here #back {
	background:#FBF1CE;
	padding:5px 14px 5px 8px;
	background-image:url(../graphics/here_back.png);
	background-repeat:no-repeat;
	background-position:center;
}

.here #home:hover, .here #back:hover { 
	text-decoration:none;
}

.here a, .here span { /* tu jestem */
	display:block;
	padding:5px 25px 5px 18px;
	float:left;
	margin:1px;
	background:#FBF1CE;
	/* border:1px solid rgba(222,222,222,1); */
	border:1px solid #FBF1CE;
	
	color:#2E1E0E;
	font-size:0.9em;
	text-decoration:none;
		

	
	-webkit-border-radius:2px; -khtml-border-radius:2px; -moz-border-radius:2px; border-radius:2px;
	
	background-image:url(../graphics/here.png); 
	background-position:right;
	background-repeat:no-repeat;
	
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(140,100,40,0.05);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(140,100,40,0.05);
	box-shadow: inset 0px 0px 10px 0px rgba(140,100,40,0.05);
	/*
	 -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
	*/
	/*
	-webkit-border-radius:0 0px 15px 0; -khtml-border-radius:0 0px 15px 0; -moz-border-radius:0 0px 15px 0; border-radius:0 0px 15px 0;
	*/
}

.here a {
	/* border:1px solid rgba(200,200,200,1); */
	border:1px solid #FBF1CE;
}

.here a:hover {
	color:#2E1E0E;
	text-decoration:underline;
	
	border:1px solid rgba(160,160,160,1);
	border:1px solid #F7E396;
	
}
.here span {
	background:#FBF1CE;
	color:#805326;	
	padding:5px 18px 5px 18px;
}
.here a:after {
	/*
	content: "";  
	border-top: 20px solid red;
	border-bottom: 20px solid red;
	border-left: 20px solid blue;
	position:relative;
	top:0;
	
	
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	border-left:20px solid #3498db;
	*/
	
	/*	
	content:'';
    position:absolute;    
    z-index:1;
    padding:5px;
    background:#090;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg); 
	*/
}
.init .switch {
	padding:0px 0px;
	line-height:1.6em;
	font-size:1.1em;
	
	
	
	
	/* background-image:url(../graphics/bg_home1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	*/
	
	/*
	background-image:url(../graphics/bg_repeat.jpg);	
	background-repeat: no-repeat;
	background-repeat:repeat;
	background-attachment: fixed;
	/*
    background-attachment: fixed;
    background-position: top right;
    padding: 0px;
    position: relative;
	*/
    /* background-size: cover; */
	
}
.price_fly { 
	/* position:fixed;
	z-index:30;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	position:fixed;
	top:-40px; */
}


.slider {
	border-bottom:2px solid #FFF;
}

.slider #staa_top #staa_img { 
	animation: anim_przynik 700ms ease-in-out; 
	-webkit-animation: anim_przynik 700ms ease-in-out;
    -moz-animation: anim_przynik 700ms ease-in-out;
    -ms-animation: anim_przynik 700ms ease-in-out;
}

.slider img {
	width:100%;
	height:auto;
	
	border-bottom:10px solid #333;
}




/* footer */
footer {
	
	
	padding:0;
	margin:0;
	
	/* border-top:6px solid #A03748; */
	color:#FFF;
	clear:both;
	
	background:#373737;
	background:#372313;
	
	
	background-image:url(../graphics/bg_footer.jpg);
	background-image:url(../graphics/bg_top.png);
	background-repeat:repeat;
	/* background-position:top center;
	background-attachment:fixed;
	
	/* border-bottom:12px solid #fff; */
	
	
	/* 
	background-size:100%;
	background-position:center;
		
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top right;
   	background-size: cover; */
}
footer .line {
	clear:both;
	font-size:0;
	height:1px;
	border:none;
	line-height:0;
	margin:0;
	padding:0;
	background:#8C5A28;
	width:96%;
	margin:0 auto;
}

.footer_dimness {
	
}
footer #box1 {
	padding:10px 5%;
}
footer #box1 p {
	margin:0;
	padding:0;
	padding:3px;
}


footer hr {
	background:none;
	border-top:1px dashed #8C5A28;
}

footer #footer_txt {
	padding:1vw 2%;
	
	/* background:rgba(0,0,0,0.87); */
}

footer #footer_copy {
	margin:0px 0 0 0;
	text-align:left;
	font-size:0.9em;
	padding:0.6vw 5%;
	background:#372313;
	color:#F99A44;
	background-image:url(../graphics/bg_footer.jpg);
	background-image:url(../graphics/bg_top.png);
}
footer #footer_copy a {
	color:#F99A44;
	text-decoration:none;
}

footer #footer_copy #copy1 {
	float:left;
	width:75%;
}
footer #footer_copy #copy2 {
	float:right;
	text-align:right;
	width:25%;
}


/* end footer */



/* LOGOWANIE I REJESTRACJA */
.button_red {
	color:#fff;
	padding:12px 12px;
	font-weight:bold;
	border:none;
	text-decoration:none;
	line-height:100%;
	/* -webkit-transition: .20s linear .1s; -moz-transition: .20s linear .1s; -o-transition: .20s linear .1s; transition: .20s linear .1s; */
	
	-webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	/* background:#213041;
	background: -webkit-linear-gradient(#F00,#D90000); 
	background: -o-linear-gradient(#F00,#D90000);
	background: -moz-linear-gradient(#F00,#D90000);
	background: linear-gradient(#F00,#D90000); */
	
	background:#593C1C;
	
	outline-style:none;
}
.button_red:hover {
	/* background:#B90000; */
	background:#9A8250;
}
.button_loguj, .button_loguj:hover {
	padding:12px 12px 12px 40px;
	background-image:url(../graphics/button_loguj.png);
	background-position:5px;
	background-repeat:no-repeat;
	background-size:30px;
}


.logowanie { 
	padding:10px 0;
	margin:0 auto;
	width:50%
}

.log_remind {
	text-align:center;
	padding:10px 0;
	width:100%;
	line-height:180%;
}

.logowanie .log_box {
	padding:5px 0;
	width:50%;
	float:left;
}

.logowanie .log_box .log_txt {
	padding:5px 0;
}
.logowanie .log_box .log_input {
	padding:0;
}

.pole_input {
	background:#fff;
	
	line-height:0;
	padding:8px 5px;
	color:#333;
	border:1px solid #fff;
	
	
	border-bottom:1px dashed #666;
	
	outline-style:none;
	
	/* -webkit-border-radius:6px 0 6px 0;
	-khtml-border-radius:6px 0 6px 0;
	-moz-border-radius:6px 0 6px 0;
	border-radius:6px 0 6px 0;
	
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.05); */
}
/* END LOGOWANIE I REJESTRACJA */


.mobile {
	display:none;
}


/* DLA SKLE z kol lewą */

.menu_left {
	width:100%;
}
.menu_left ul, .menu_left ul li { 
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
.menu_left ul li, .menu_left ul li a {
	display:block;
	float:left;
	width:100%;
}
.menu_left ul li a {
	font-size:1em;
	text-decoration:none;
	width:85%;
	padding:7px 5% 7px 10%;
	margin:1px 0;
	
	color:#2E1E0E;
	
	text-align:left;

	
	
	-webkit-border-radius:7px 0 7px 0px;
	-khtml-border-radius:7px 0 7px 0px;
	-moz-border-radius:7px 0 7px 0px;
	border-radius:7px 0 7px 0px;
	
	background:#555657;
	background:#F9EEC1;
	
	-webkit-transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-o-transition:all 0.6s ease-in-out;
	transition:all 0.6s ease-in-out;
	
	/* background: -webkit-linear-gradient(#555657,#5F6061); 
	background: -o-linear-gradient(#555657,#5F6061); 
	background: -moz-linear-gradient(#555657,#5F6061); 
	background: linear-gradient(#555657,#5F6061); */
}
.menu_left ul li a:hover, .menu_left ul li .on {
	background:#9A8250; /* nowy por 2 */
	background:#94632E;
	color:#FFF;
	/* background: -webkit-linear-gradient(#0778A6,#0A648C); 
	background: -o-linear-gradient(#0778A6,#0A648C);
	background: -moz-linear-gradient(#0778A6,#0A648C);
	background: linear-gradient(#0778A6,#0A648C); */	
}
.kol_lewa {
	float:left;
	width:250px;
	margin:2vw 2% 2vw 0;
	margin-left:1%;
}

.switch {
	float:left;
	width:calc(96% - 250px);
	margin:1vw 1% 2vw 0;
	overflow:hidden;
}

.kol_lewa h3 {
	line-height:1em;
	margin:0;
	padding:0;
	padding:9px 10px;
	color:#FFF;
	background:#94632E;
	text-align:center;
	
	-webkit-border-radius:7px 0 7px 0px;
	-khtml-border-radius:7px 0 7px 0px;
	-moz-border-radius:7px 0 7px 0px;
	border-radius:7px 0 7px 0px;
	
}


@media only screen and (max-width:1000px) {
	.kol_lewa {
		display:none; display:block;
		
		width:88%; width:98%;
		margin:1vw 5%; margin:1vw 1%;
		
		
	}
	.kol_lewa .h3,.kol_lewa .menu_left {
		display:none;
	}
	.switch {
		width:88%; width:100%;
		margin:1vw 6% 2vw 6%; margin:1vw 0px 2vw 0px;
	}
	.here {
		padding-top:0px;
	}
	
	footer #footer_txt {
		padding:0px;
	}
}

/* edn dla v z kollewa */


/* RESPONSIV */
@media only screen and (max-width: 1200px) {
	header #h_top .h_left {
		width:28%;
		padding-left:5%;
	}
	
	header #h_top #h_logo {
		width:32%;
	}
	
	header #h_top .h_basket {
		width:30%;
		padding-right:5%;
	}
}


@media only screen and (max-width: 900px) {
	header { position:inherit; }
	
	header #h_left {
		padding:0;
		width:100%;
		text-align:center;
	}
	
	header #h_left .krystyna {
		display:none;
	}
	
	header #h_top #h_logo {
		text-align:center;
		width:100%;
		margin:0;
		padding:0;
	}
	header #h_top #h_logo {
		padding:0px 15%;
		width:70%;
	}
	
	
	header #h_top #h_logo a img {		
	}
	/* header #h_menu #h_logo a img {
		width:30%;
	} */
	header #h_top .h_basket {
		width:90%;
		padding:0 5%;
	}
	
	#space_top { display:none; }
}

@media only screen and (max-width: 700px) {
	body {
		font-size:11px;
		margin-top:0px;
	}
	
	header #h_top #h_search {
		padding-bottom:5px;
	}
	
	/*
	header #h_top #h_basket a, header #h_top #h_basket #h_l_loguj { 
		background-size:17px;
		background-position:10px;
	}
	header #h_top #h_basket #h_l_loguj {
		background-size:15px;	
	} */
	
	
	/* MENU responsywne */
	header #h_menu {
		
	}
	
	header #h_menu #nav_mobile {
		
		display:block;
		z-index:100;
		
		width:30px;
		height:30px;
		
		
		
		padding:10px;
		top:0;
		left:0;
		
		position:fixed;		
		background:#2E1E0E;
		background-image:url(../graphics/nav_mobile_on.png); /* preload */
		background-image:url(../graphics/nav_mobile.png);
		background-position:center;
		background-repeat:no-repeat;
		
		cursor:pointer;
		
		 -webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;	
	}
	header #h_menu #nav_mobile:hover {
		background-image:url(../graphics/nav_mobile_on.png);
		width:30px;
		height:30px;	
		padding:10px;
		
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	ul > li:hover > ul {
		display:none;
	}
	
	.menu {
		-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.20);
		box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.20);
		
		z-index:100;
		margin:0 0%;
		padding:0;
		margin-top:36px;
		
		left:-102%;
		top:0;
		
		top:-380px;
		left:0;
		
		
		position:fixed;
		
		width:100%;
		
		
		
		 filter:alpha(opacity=95);
		 -moz-opacity:0.95;
		 opacity:0.95;
		 
		 -webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
	}
	.menu ul {
		
		
	}
	
	.menu ul, .menu ul li, .menu ul li a, .menu ul .domek a,.menu ul .domek a:hover {
		width:100%;
		padding:0;
		margin:0;		
	}
	.menu ul .domek a,.menu ul .domek a:hover {
		height:28px;
		background:#9A8250;
		background-image:url(../graphics/sklep.png);
		background-position:center;
		background-repeat:no-repeat;
	}
	
	
	.menu ul li a {
		padding:10px 0%;
		width:100%;
		background:#333;
		color:#fff;
		text-shadow:none;
		border-bottom:1px solid #9A8250;
		text-align:center;
		
	}
	
	
	.menu ul li a:hover, .menu ul li .on {
		color:#FFF;		
		background:#9A8250;
		
		
		animation:none;
		-webkit-animation:none;
		-moz-animation:none;
		-ms-animation:none;
	}
	/* END MENU RESPONSIV staa */
	
	
	
	
}

@media only screen and (max-width:550px) {
	body { font-size:10px; }
	
	/* .menu ul li a {
		font-family:Arial, Helvetica, sans-serif;		
		padding:5px 10px;
		font-size:1.4em;
		margin:1px;
	}
	
	.menu ul li .sub_menu {	
		margin:20px 0 0 1px;
	}
	
	
	
	header #h_top #h_basket #h_l_basket {
		background-size:30px;
		position:fixed;
		z-index:100;
		background:#fff;
		
		top:0px;
		left:0px;
		
		padding:8px 15px 8px 30px;
		background-repeat:no-repeat;
		background-position:left;
		
		font-size:1.2em;
		
		background-image:url(../graphics/icon_basket.png);
		background-size:15px;
		background-position:8px;
	}
	*/
	
	
}

@media only screen and (min-width:2000px) {
	.slider img {
		width:90%;		
	}
	.init {
		margin:0 5%;		
	}
}


/* ANIMACJE */
@keyframes anim_gal{
   0% {  -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
    50% { -webkit-transform: scale(1.1);	-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
	100% {  -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
}
@-moz-keyframes anim_gal {
	0% {  -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
    50% { -webkit-transform: scale(1.1);	-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
	100% {  -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
}
@-webkit-keyframes anim_gal {
	0% {  -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
    50% { -webkit-transform: scale(1.1);	-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
	100% {  -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
}
@-ms-keyframes anim_gal {
   0% {  -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
    50% { -webkit-transform: scale(1.1);	-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
	100% {  -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
}​
@-o-keyframes anim_gal {
   0% {  -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
    50% { -webkit-transform: scale(1.1);	-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
	100% {  -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
}​


@keyframes anim_sm{
   0% { opacity: 1; transform: translateY(5px); }
	55% { opacity: 1; transform: translateY(-5px); }
    100% { opacity: 1; transform: translateY(0%); }
}
@-moz-keyframes anim_sm {
  0% { opacity: 1; transform: translateY(5px); }
	55% { opacity: 1; transform: translateY(-5px); }
    100% { opacity: 1; transform: translateY(0%); }
}
@-webkit-keyframes anim_sm {
  0% { opacity: 1; transform: translateY(5px); }
	55% { opacity: 1; transform: translateY(-5px); }
    100% { opacity: 1; transform: translateY(0%); }
}
@-ms-keyframes anim_sm {
   0% { opacity: 1; transform: translateY(5px); }
	55% { opacity: 1; transform: translateY(-5px); }
    100% { opacity: 1; transform: translateY(0%); }
}​
@-o-keyframes anim_sm {
  0% { opacity: 1; transform: translateY(5px); }
	55% { opacity: 1; transform: translateY(-5px); }
    100% { opacity: 1; transform: translateY(0%); }
}​



@keyframes anim_sm1{
   0% { opacity: 1; transform: translateX(5px); }
	55% { opacity: 1; transform: translateX(-5px); }
    100% { opacity: 1; transform: translateX(0%); }
}
@-moz-keyframes anim_sm1 {
  0% { opacity: 1; transform: translateX(5px); }
	55% { opacity: 1; transform: translateX(-5px); }
    100% { opacity: 1; transform: translateX(0%); }
}
@-webkit-keyframes anim_sm1 {
  0% { opacity: 1; transform: translateX(5px); }
	55% { opacity: 1; transform: translateX(-5px); }
    100% { opacity: 1; transform: translateX(0%); }
}
@-ms-keyframes anim_sm1 {
   0% { opacity: 1; transform: translateX(5px); }
	55% { opacity: 1; transform: translateX(-5px); }
    100% { opacity: 1; transform: translateX(0%); }
}​
@-o-keyframes anim_sm1 {
  0% { opacity: 1; transform: translateX(5px); }
	55% { opacity: 1; transform: translateX(-5px); }
    100% { opacity: 1; transform: translateX(0%); }
}​



@keyframes anim_przynik {
	0% { opacity: 0;  }	    
    100% { opacity: 1; }
}
@-moz-keyframes anim_przynik {
	0% { opacity: 0;  }	    
    100% { opacity: 1; }
}
@-webkit-keyframes anim_przynik {
	0% { opacity: 0;  }	    
    100% { opacity: 1; }
}
@-ms-keyframes anim_przynik {
	0% { opacity: 0;  }	    
    100% { opacity: 1; }
}​
@-o-keyframes anim_przynik {
	0% { opacity: 0;  }	    
    100% { opacity: 1; }
}​




/* przynik */
@keyframes anim_przynik1 {
	0% { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; -webkit-transform:translateY(-40px) scale(0.9);	-moz-transform:translateY(-40px) scale(0.9);-ms-transform:translateY(-40px) scale(0.9);-o-transform: scale(0.9);transform:translateY(-40px) scale(0.9); }    
    100% { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }
}
@-moz-keyframes anim_przynik1 {
	0% { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; -webkit-transform:translateY(-40px) scale(0.9);	-moz-transform:translateY(-40px) scale(0.9);-ms-transform:translateY(-40px) scale(0.9);-o-transform: scale(0.9);transform:translateY(-40px) scale(0.9); }    
    100% { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }
}
@-webkit-keyframes anim_przynik1 {
	0% { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; -webkit-transform:translateY(-40px) scale(0.9);	-moz-transform:translateY(-40px) scale(0.9);-ms-transform:translateY(-40px) scale(0.9);-o-transform: scale(0.9);transform:translateY(-40px) scale(0.9); }    
    100% { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }
}
@-ms-keyframes anim_przynik1 {
	0% { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; -webkit-transform:translateY(-40px) scale(0.9);	-moz-transform:translateY(-40px) scale(0.9);-ms-transform:translateY(-40px) scale(0.9);-o-transform: scale(0.9);transform:translateY(-40px) scale(0.9); }    
    100% { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }
}​
@-o-keyframes anim_przynik1 {
	0% { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; -webkit-transform:translateY(-40px) scale(0.9);	-moz-transform:translateY(-40px) scale(0.9);-ms-transform:translateY(-40px) scale(0.9);-o-transform: scale(0.9);transform:translateY(-40px) scale(0.9); }    
    100% { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }
}​
/* end przynik */



@keyframes moveFromTop {
	0% { opacity: 0;  }	
    30% { opacity: 0; transform: translateX(100px); }	
    100% { opacity: 1; transform: translateX(0%); }
}
@-moz-keyframes moveFromTop {
	0% { opacity: 0;  }	
  	 30% { opacity: 0; transform: translateX(100px); }	
    100% { opacity: 1; transform: translateX(0%); }
}
@-webkit-keyframes moveFromTop {
	0% { opacity: 0;  }	
  30% { opacity: 0; transform: translateX(100px); }	
    100% { opacity: 1; transform: translateX(0%); }
}
@-ms-keyframes moveFromTop {
	0% { opacity: 0;  }	
    30% { opacity: 0; transform: translateX(100px); }
    100% { opacity: 1; transform: translateX(0%); }
}​
@-o-keyframes moveFromTop {
	0% { opacity: 0;  }	
     30% { opacity: 0; transform: translateX(100px); }	
    100% { opacity: 1; transform: translateX(0%); }
}​


@keyframes moveFromUp {
	0% { opacity: 0;  }	
    50% { opacity: 0; transform: translateX(-100px); }	
    100% { opacity: 1; transform: translateX(0%); }
}
@-moz-keyframes moveFromUp {
	0% { opacity: 0;  }	
  	 50% { opacity: 0; transform: translateX(-100px); }	
    100% { opacity: 1; transform: translateX(0%); }
}
@-webkit-keyframes moveFromUp {
	0% { opacity: 0;  }	
   50% { opacity: 0; transform: translateX(-100px); }	
    100% { opacity: 1; transform: translateX(0%); }
}
@-ms-keyframes moveFromUp {
	0% { opacity: 0;  }	
    50% { opacity: 0; transform: translateX(-100px); }
    100% { opacity: 1; transform: translateX(0%); }
}​
@-o-keyframes moveFromUp {
	0% { opacity: 0;  }	
     50% { opacity: 0; transform: translateX(-100px); }	
    100% { opacity: 1; transform: translateX(0%); }
}​




/* logo */
@keyframes anim_logo {
   0% {  opacity: 0.5; -webkit-transform: scale(0.4);-moz-transform: scale(0.4);-ms-transform: scale(0.4);-o-transform: scale(0.4);transform: scale(0.4); }
	50% {  -webkit-transform: scale(1.1);	-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
    100% { opacity: 1; -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }

}
@-moz-keyframes anim_logo {
    0% {  opacity: 0.5; -webkit-transform: scale(0.4);-moz-transform: scale(0.4);-ms-transform: scale(0.4);-o-transform: scale(0.4);transform: scale(0.4); }
	50% {  -webkit-transform: scale(1.1);	-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
    100% { opacity: 1; -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }

}
@-webkit-keyframes anim_logo {
   0% {  opacity: 0.5; -webkit-transform: scale(0.4);-moz-transform: scale(0.4);-ms-transform: scale(0.4);-o-transform: scale(0.4);transform: scale(0.4); }
	50% {  -webkit-transform: scale(1.1);	-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
    100% { opacity: 1; -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }

}
@-ms-keyframes anim_logo {
  0% {  opacity: 0.5; -webkit-transform: scale(0.4);-moz-transform: scale(0.4);-ms-transform: scale(0.4);-o-transform: scale(0.4);transform: scale(0.4); }
	50% {  -webkit-transform: scale(1.1);	-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
    100% { opacity: 1; -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }

}​
@-o-keyframes anim_logo {
    0% {  opacity: 0.5; -webkit-transform: scale(0.4);-moz-transform: scale(0.4);-ms-transform: scale(0.4);-o-transform: scale(0.4);transform: scale(0.4); }
	50% {  -webkit-transform: scale(1.1);	-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
    100% { opacity: 1; -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }

}​
/* end logo */





/* box */
@keyframes anim_box {
   	0% {  opacity: 1; -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
	10% {  -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
	50% {  -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }
    100% { opacity: 1; -webkit-transform: scale(0.9);	-moz-transform: scale(0.9);-ms-transform: scale(0.9);-o-transform: scale(0.9);transform: scale(0.9); }

}
@-moz-keyframes anim_box {
0% {  opacity: 1; -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
	10% {  -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
	50% {  -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }
    100% { opacity: 1; -webkit-transform: scale(0.9);	-moz-transform: scale(0.9);-ms-transform: scale(0.9);-o-transform: scale(0.9);transform: scale(0.9); }

}
@-webkit-keyframes anim_box {
0% {  opacity: 1; -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
	10% {  -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
	50% {  -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }
    100% { opacity: 1; -webkit-transform: scale(0.9);	-moz-transform: scale(0.9);-ms-transform: scale(0.9);-o-transform: scale(0.9);transform: scale(0.9); }

}
@-ms-keyframes anim_box {
0% {  opacity: 1; -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
	10% {  -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
	50% {  -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }
    100% { opacity: 1; -webkit-transform: scale(0.9);	-moz-transform: scale(0.9);-ms-transform: scale(0.9);-o-transform: scale(0.9);transform: scale(0.9); }

}​
@-o-keyframes anim_box {
0% {  opacity: 1; -webkit-transform: scale(1.0);-moz-transform: scale(1.0);-ms-transform: scale(1.0);-o-transform: scale(1.0);transform: scale(1.0); }
	10% {  -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1); }
	50% {  -webkit-transform: scale(1);	-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1); }
    100% { opacity: 1; -webkit-transform: scale(0.9);	-moz-transform: scale(0.9);-ms-transform: scale(0.9);-o-transform: scale(0.9);transform: scale(0.9); }

}​
/* end box */






/* slogany */
@keyframes anim_slogan {
	0% { margin:140px 0 0 -200px; opacity: 0; }
    30% { margin:140px 0 0 -200px; opacity: 0;  }
    100%   { margin:140px 0 0 0px; opacity: 1; }
}
@-moz-keyframes anim_slogan {
	0% { margin:140px 0 0 -200px; opacity: 0; }
    30% { margin:140px 0 0 -200px; opacity: 0;  }
    100%   { margin:140px 0 0 0px; opacity: 1; }
}
@-webkit-keyframes anim_slogan {
	0% { margin:140px 0 0 -200px; opacity: 0; }
     30% { margin:140px 0 0 -200px; opacity: 0;  }
    100%   { margin:140px 0 0 0px; opacity: 1; }
}
@-ms-keyframes anim_slogan {
	0% { margin:140px 0 0 -200px; opacity: 0; }
    30% { margin:140px 0 0 -200px; opacity: 0;  }
    100%   { margin:140px 0 0 0px; opacity: 1; }
}​
@-o-keyframes anim_slogan {
	0% { margin:140px 0 0 -200px; opacity: 0; }
    30% { margin:140px 0 0 -200px; opacity: 0;  }
    100%   { margin:140px 0 0 0px; opacity: 1; }
}​
/* end slogany */

/* przynik */
@keyframes anim_przynik {
	0% { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }    
    100% { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
}
@-moz-keyframes anim_przynik {
	0% { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }    
    100% { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
}
@-webkit-keyframes anim_przynik {
	0% { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }    
    100% { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
}
@-ms-keyframes anim_przynik {
	0% { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }    
    100% { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
}​
@-o-keyframes anim_przynik {
	0% { filter:alpha(opacity=0); -moz-opacity:0; opacity:0; }    
    100% { filter:alpha(opacity=100); -moz-opacity:1; opacity:1; }
}​
/* end przynik */




