<!--
/*
css co se tyka zobrazovani kostry stranky, obou menu, hlavicky, 
paticky a stredu stranky, pokud se tam nezobrazuje shop

	-------------- tykajici se kostry stranky ---------------
*/



html,body {
		height:100%;
}

/** {
	border:1px solid red; 
}*/

body {
		min-width: 1200px;
		min-height:950px;
		background: #fff url(bg-2016.png);
		font-weight: normal;
		font-size: 11px;
	font-family:"skolar-latin-n4", "skolar-latin";
font-weight:400;
		position: relative;
		padding: 0;
		margin:0;
		text-align:center;  
 			/* úpravy 2019 */
		min-height: 101vh;
	 
}
#obal {
	background: url(patka.png) left bottom repeat-x;
	background: url(patka_2018.png) left bottom repeat-x;
	height:auto;
 

}
#obal2
{

	height:auto;
 

}
.obal2_bg
{
	/*background: url(top_2016.png) top left repeat-x;*/
}
.obal2_sub_bg
{
	/*background: url(top_sub_2016.png) top left repeat-x;*/
}
#stranka {
		position:relative; /* kvuli absolutne pozicovane patce */
			text-align:left;
		min-width:1200px;

	 min-height: 1000px;
		/*
		 minwidth stranky 
		 - musi se nastavovat pro celou stranku kvuli floatujicim menu
		 - pri fixni sirce upravit hodnotu (1000 v nasledujicich radcich, 1020 je kvuli posuvniku)
		 - pokud chceme pevnou sirku je potreba zakomentovat/resp upravit hodnoty
	 _width: 1000px; /* pro IE s vypnutym js 
	 _width: expression(document.body.clientWidth<1020 ? "1000px" : "auto" ); /* min-width hack pro IE 
	 */
	 
	 /* hratky s vyskou kvuli paticce a IE */

}
.width_auto {
		width: 1200px;
		margin:0 auto;
}
.uvodni_stranka  .produkt {
	width: 1200px;
	margin: 0 auto;
}
body>#stranka { /* pro Operu, Mozillu a dalsi inteligentni prohlizece */
	 height:auto;
	 min-height:100%;
}

#obsah {
	padding-bottom:220px;
	position:relative;
		/* úpravy 2019 */
	padding: 80px 0;
	min-height: calc(100vh - 700px);
}

	/* úpravy 2019 */
p#info-o-kosiku {
	margin-top: 30px;
}

#stred {
		margin: 0px 0px 0 0px;
		position: relative;
}


#vycpavka-des {
	width: 1200px;
	font-size:0;
	margin:0;
	padding:0 0 1px 0;
	clear:both;
}

/*.vycpavka-des {
	width: 100%;
	clear:both;
	font-size:0;
	height:0;
}*/

/* ------------- vrsek ------------------ */
/* obalovaci div pro celou hlavicku */
#top {
	text-align:left;
	vertical-align: top;
	height:135px;
 background: url(top_2016.png);
 background: white;
 position:relative;
		/* úpravy 2019 */
	width: 100%;
	z-index: 999;
	height: 80px;
	position: fixed;
	overflow: visible;
	box-shadow: 3px 3px 30px 0 rgba(0,0,0,.1);
}

#lang
{
height:10px;
text-align:right;
position:relative;
	/* úpravy 2019 */
height: 0;
}
#lang span
{
display:none;
}
#lang img
{
float:right;
}
#lang #eu 
{
display:block;
width:76px;
height:30px;
padding:0;
background:url(eu.png) left top;
float:right;
margin:0 21px 0 0;
}
#lang #eu:hover 
{
background:url(eu.png) -76px top;
}


#lang #fr
{
display:block;
width:112px;
height:30px;
padding:0;
background:url(france.png) left top;
float:right;
margin:0 2px 0 0;
}
#lang #fr:hover 
{
background:url(france.png) -112px top;
}


#lang #de
{
display:block;
width:160px;
height:30px;
padding:0;
background:url(de.png) left top;
float:right;
margin:0 2px 0 0;
}
#lang #de:hover 
{
background:url(de.png) -160px top;
}


#lang #uk
{
display:block;
width:187px;
height:30px;
padding:0;
background:url(uk.png) left top;
float:right;
margin:0 2px 0 0;
}
#lang #uk:hover 
{
background:url(uk.png) -187px top;
}



/*
 6. horní lišta má obvykle dvě podoby - posílám speciální nákres ať s
	 tím počítate, ať se to chová jak u toho bude popsané - udělat zase
	 jednoduše přepinatelné
	 design:
		mod 1:
		 [logo][horni cast zahlavi ]
		 [logo][spodni cast zahlavi]

		mod2
		 [logo][horni cast zahlavi] 
		 [spodni cast zahlavi     ]
		
		casti [logo] odpovida top h1
		zbyle 2 jsou top-vrsek a top-spodek
		
		prepinani mezi obema mody se provadi pres definovani vysky top-vrsek
			pokud je vyska top-vrsek >= vyska loga, pak top-spodek bude na dalsim radku roztazeny
			jinak bude zarovnan pod top-vrsek
		
*/

#top-svrsek {
	height:127px;
	width:114px;
 
	position:absolute;
	right:21px;
	top:45px;
	&top:41px;
}
#top-svrsek span{
display:none;
}
#top-svrsek #about
{
display:block;
width:114px;
height:27px;
padding:0;
background:url(about.png) left top;

}
#top-svrsek #about:hover 
{
background:url(about.png) -114px top;
}
#top-svrsek #delivery
{
display:block;
width:114px;
height:33px;
padding:0;
background:url(delivery.png) left top;

}
#top-svrsek #delivery:hover 
{
background:url(delivery.png) -114px top;
}

#top-svrsek #gallery
{
display:block;
width:114px;
height:33px;
padding:0;
background:url(gallery.png) left top;

}
#top-svrsek #gallery:hover 
{
background:url(gallery.png) -114px top;
}

#top-svrsek #contact
{
display:block;
width:114px;
height:34px;
padding:0;
background:url(contact.png) left top;

}
#top-svrsek #contact:hover 
{
background:url(contact.png) -114px top;
}


#top-spodek {
		/*background: url(menu.png) top left no-repeat;*/
		height: 85px;
		width: 1200px;
		position: absolute;
	 left: 105px;
		top: 115px;
	 
		padding:0;
		
}

/* ---- shopmenu ---- */
/* kategorie */

#top-spodek ul {
	 list-style-type: none;
	 margin-bottom: 18px;
}

#top-spodek .nadkategorie {
 padding: 0 0 0 0;
 margin:0;
 font-family: "atrament-web-n6", "atrament-web";
	font-weight:600;
		/* úpravy 2019 */
	height: 80px;
}

#top-spodek .nadkategorie li {
 display:block;
 width:100%;
 text-align: center;
}

ul.kategorie li a {
	/* color: #6f492c; */
	color: #df5a3b;
	font-size: 20px;
	font-weight: 300;
	padding: 0 10px;
	text-transform: uppercase;
	font-family: "atrament-web-n6", "atrament-web";
}
ul.kategorie li a:hover {
	/* color: #df5a3b; */
	color: #6f492c;
	text-decoration: underline;
}

	/* úpravy 2019
#top-spodek ul.nadkategorie.mouseMenuActivated {
	margin: 0 auto;
	width: fit-content;
}
#top-spodek .nadkategorie li.show-kategorie,
#top-spodek li.chranena-dilna-menu {
	float: left;
	width: fit-content;
}*/
#top-spodek li.chranena-dilna-menu a {
	display: block;
	/*color: #2d2a2c;
	color: #5B7E1A;*/
	font-size: 20px;
	padding: 0 10px;
	font-weight: 300;
	/*text-decoration: underline;
	text-decoration-style: dotted;*/
	text-transform: uppercase;
}/*
#top-spodek .kategorie li.chranena-dilna-menu a:hover {
	color: #dc5437;
	background: none;
	text-decoration: underline;
}*/

/*#submenu {
	padding: 0px 20px 0px 20px;

	overflow: hidden;
	height: 40px;
}

#submenu a{
padding: 0px 25px;
font-size:21px;
line-height:40px;
font-weight:700;
display:block;
float:left;
 color: #6f492c;
 color:white;
 font-family: "atrament-web-n6", "atrament-web";
		font-weight: 600;

} 
#submenu a#podkategorie-aktivni,#submenu a:hover {
color: #df5a3b;
}
#submenu ul  {

margin:0;
padding:0;

}
#submenu ul li {
display:inline;
margin:0;
padding:0;

}
#top-spodek .kategorie {
 padding: 0px;
 margin:0;
 &float:left;

 &height:79px;
}

#top-spodek .kategorie li {
 display:block;
 width:100%;
 &float:left;
vertical-align:center;
	&height:79px;
}

#top-spodek .kategorie li a {

 margin: 1px 15px 5px 0px;
		float: left;
		color: #6f492c;
		font-size: 24px;
		padding: 21px 15px 37px 15px;
		position: relative;
		text-transform: uppercase;
}
#top-spodek .kategorie li a:hover {



color: #df5a3b;

}
#top-spodek .kategorie li .active {
color: #df5a3b;
background:url(menu-active_2016.png) center 61px no-repeat;

}
#top-spodek .kategorie li a:hover {



color: #df5a3b;

}
#top-spodek .kategorie li a span{ 
position:absolute;
top:0;
left:0;

width: 100%;
height: 100%;
}
/*
#top-spodek .kategorie li a#menu1 span{ 

background:url(menu_pozadi-sprite-woodseason.png) 0px 0px ;
}
#top-spodek .kategorie li a#menu2 span{ 

background:url(menu_pozadi-sprite-woodseason.png)  -194px 0px;
}
#top-spodek .kategorie li a#menu3 span{ 

background:url(menu_pozadi-sprite-woodseason.png)  -388px 0px;
}
#top-spodek .kategorie li a#menu1:hover span{ 

background:url(menu_pozadi-sprite-woodseason.png) 0px -80px ;
}
#top-spodek .kategorie li a#menu2:hover span{ 

background:url(menu_pozadi-sprite-woodseason.png)  -194px 80px;
}
#top-spodek .kategorie li a#menu3:hover span{ 

background:url(menu_pozadi-sprite-woodseason.png)  -388px 80px;
}*/

/*
#top-spodek .kategorie li a:hover {

 text-decoration:underline;
}

#top-spodek .podkategorie {
 padding:0;
 margin:0;
}

#top-spodek .podkategorie li {
 display:block;
 width:100%;
 
}

#top-spodek .podkategorie li a {
 display:block;
 margin: 0 5px 0 35px;
 width: 137px;
 min-height:23px;
 _height:23px;
 line-height:23px;
 background: transparent;
}

#top-spodek .podkategorie li a:hover {
 background: transparent;
}
/* ----------------- */

#top #logo  {
	float: left;
	
	width: 362px;
	height: 108px;
	background: url(logo_2016.png) no-repeat top left;
	padding: 0;
	display: block;
	border: 0;
	margin: -15px 0px;
	/* margin-top: -9px; */
 /*margin-top: -9px;*/
		/* úpravy 2019 */
	left: 0;
	top: 15px;
	z-index: 3;
	width: 160px;
	height: 160px;
	position: absolute;
	background: url(logo_2019.png) center no-repeat;
}

/* pro schovani textu odkazu */
#top #logo span {
 visibility: hidden;
}

	/* úpravy 2019 */
html {
  scroll-behavior: smooth;
}
#top a#logo {
	z-index: 3;
	transition: .8s;
	border-radius: 100%;
	background: #fff url(logo_2019.png) center no-repeat;
	background-size: 90%;
}
#top.main-logo a#logo:before {
	z-index: 2;
	width: 160px;
    height: 160px;
    content: '';
    background: none;
    border-radius: 100%;
    display: block;
    float: left;
    z-index: 1;
    transition: .8s;
    /*box-shadow: 3px 3px 30px 0 rgba(0,0,0,.1);*/
}
#top.small-logo a#logo:before {
	z-index: 2;
	width: 95px;
    height: 95px;
    content: '';
    transition: .8s;
    background: none;
    border-radius: 100%;
    display: block;
    float: left;
    z-index: 1;
    box-shadow: none;
}
#top.small-logo a#logo {
	width: 95px;
	height: 95px;
}

/* ---------------------------------------------------- */

/* --------- patka --------- */
#patka {
		
		position:absolute;
		bottom:0;
		left:0;
		height: 204px;
	
		 color:#6f492c;
		 font-size:16px;
		width: 100%;
		z-index:0;
		text-align: center;
		margin:0;padding:0;
		font-weight:700;
			/* úpravy 2019 */
		height: 100%;
		overflow: hidden;
		background: #fff;
		position: relative;
}
#patka a{
		 color:#6f492c;
		 font-weight:700;
		 text-decoration:none; 
		
}
#patka a:hover{

		 color:#6f492c;
		 text-decoration:underline; 
		
}
#patka #pobsah
{
width:1150px;
margin:0 auto;
}
#patka .pbox{
	float: left;
		text-align: left;
		margin: 0 20px 0 0px;
	
}
#patka .patka_info{
		
			width: 190px;
	padding-top: 45px;
}
#patka .patka_info_firmy {
		width: 290px;
		padding-top: 50px;
}
#patka .patka_info h3, #patka .patka_info_firmy h3 {
		padding: 0 0 0 0px;
		line-height: 27px;
		margin: 0px 0 0 0;
		font-size: 25px;
		font-weight: 700;
		color: #dc5437;
}
 #patka .patka_kontakt{
		
	 width: 240px;
	padding-top: 50px;
 }
#patka .patka_kontakt p{
	padding-left: 40px;
	line-height: 25px;
	margin-bottom: 20px; 
	font-weight:700;
	color:#6f492c;
}
#patka .patka_kontakt .telefon{
background:url(telefon.png) top left no-repeat;  
}
#patka .patka_kontakt .mail{
background:url(email.png) top left no-repeat;    
}
#patka .patka_kontakt .cas{
background:url(cas.png) top left no-repeat;    
}
#patka .patka_fb{
		width: 358px;
		background: white;
		height: 163px;
		overflow: hidden;
		margin: 40px 0 0 0;
/*box-shadow: 0px 1px 3px #dedede;*/
 }
#patka .pbox h4{
	 padding:15px 0 0 0; 
 
	 color:#70430d;
	 font-size:18px;
	 font-weight:normal;
	 margin:0;
}
#patka .pbox ul{
	 padding:5px 0 0 0; 
	 margin:0;
	 
}
#patka .pbox li{
	 padding:0 0 8px 0; 
	 margin:0;
	 font-size:15px;
		list-style-type:none;

	 
}
/* -------------------------------- */

/* --------------------- leve menu -------------------- */
#leve-menu {
	float:left;
	_display:inline;
	width:179px;
	margin-left: 10px;
	position:relative;
	z-index:2;
	padding:0;
	color:#5a5a5a;
}

#leve-menu h3{  
	width:169px;
		
	height: 23px;
	line-height:23px;
	padding-left: 10px;
	background: url(menu_nadpis_zelene.jpg) no-repeat top left;
	color: #FFFFFF;
	margin: 20px 0 2px 0;
}



/* ----- boxy uvnitr leveho menu ----- */

#vyhledavani .stred{
	background: url(search_bg.jpg) repeat-x bottom left;	
	height: 67px;
}

#vyhledavani h3{
	margin: 0px 0 2px 0;	
}

#vyhledavani .submit {
	position: absolute;
	margin:0;
	padding: 0;
	bottom:0;
	right:0;
}

#vyhledavani input{
	width: 150px;
	height: 23px;
	margin: 0 auto;
	line-height: 23px; 
	display: block;
}

#vyhledavani_lupa{
	width: 150px;
	height: 40px;
	margin: 0 auto;
	background: url(search_lupa.jpg) no-repeat bottom left;
	position:relative;
	
}

#slevovy_kupon h3,#anketa h3,#newsletter h3,#napiste h3,#poradna h3{
	padding-left: 45px;
	width: 134px;
}

#slevovy_kupon h3{
	background: url(slevovy_kupon_nadpis.jpg) no-repeat bottom left;
}
#anketa h3{
	background: url(anketa_nadpis.jpg) no-repeat bottom left;
}
#newsletter h3{
	background: url(newsletter_nadpis.jpg) no-repeat bottom left;
}
#napiste h3{
	background: url(napiste_nadpis.jpg) no-repeat bottom left;
}
#poradna h3{
	background: url(poradna_nadpis.jpg) no-repeat bottom left;
}

.stred{
	padding: 0 0 0 5px;
	text-align: left;
}

#newsletter .stred{
	background: url(newsletter_bg.jpg) repeat-x;	
	height: 47px; 
}

#newsletter .stred form {
margin:0px;
padding:0px;
}

#newsletter input{
	width: 150px;
	margin: 0 auto;  
	display: block;
}

#newsletter .submit{
	float:right;
	_display:inline;
	margin: 5px 8px 0 0;
}

#anketa .inner{
	background: #fafafa url(anketa_bg.jpg) bottom left repeat-x;
	padding:5px;
	border:1px solid #f2f2f2;
}

#anketa .otazka {
	font-weight:bold;
}

#anketa .prouzek {
	border:1px solid #909090;
	height:2px;
	display:block;
	margin:5px 0;
}

#anketa .prouzek-vnitrek {
	background:#1761e2;
	display:block;
	font-size:2px;
	height:2px;
}

#anketa .procenta {
	float:right;
	margin:0;
}

#anketa a {
	text-decoration: underline;
}

#anketa a:hover {
	text-decoration: none;
}

#poradna .stred{
	background: url(poradna_bg.jpg) repeat-x;	
	height: 20px;
	line-height:20px;
}

#topten .stred{
	 background: transparent url(kosik_bg.jpg) repeat-x scroll left bottom;  	
}

#topten .stred ol{  
	margin: 0 0 0 20px;
	_margin: 0 0 0 25px;
	padding: 0;
}

#topten .stred ol li{
	margin: 0;
	padding: 0;  
}

#slevovy_kupon .stred{
	background: url("anketa_bg.jpg") bottom left repeat-x;
	height: 150px;
}

#slevovy_kupon .stred form {
	margin:0px;
	padding:0px;
}

#slevovy_kupon input{
	width: 150px;
	margin: 0 auto;  
	display: block;
}

#slevovy_kupon .submit{
	float:right;
	_display:inline;
	margin: 5px 8px 0 0;
}
/* --------------------- konec leve menu ------------------- */


/* ---------------------- prave menu ----------------------- */
#prave-menu {
		float: right;
	_display: inline;
	width: 200px;
	position: relative;
	background: url(kosik.png) 0px 7px no-repeat;
	min-height: 90px;
	padding: 0 0;
	padding: 0 0 0 5px;
	/* margin-top: -95px; */
		background: white;
		position: absolute;
		top: 13px;
		right: 25px;
			/* úpravy 2019 */
		top: 0;
		right: 0;
		z-index: 5;
		height: 80px;
		padding: 15px;
		min-height: 80px;
		width: fit-content;
		box-sizing: border-box;

	
}
#prave-menu h3{  
	width:169px;
		
	height: 23px;
	line-height:23px;
	padding-left: 25px;
	font-size:13px;
	color: #df5a3b;
	margin: 10px 0 2px 0;
	font-weight:700px;
	
}

#prihlaseni
{
margin:0;
padding:0;
text-align:right;
}
#prihlaseni h3{
	margin: 0px 0 2px 0;
	
}


#prihlaseni .stred{
	background: url(pr-ihlaseni_bg.jpg) repeat-x bottom left;
	height: 100px;
	position: relative;
}

/*#vyber-jazyku-middle {
 text-align:center;
}

#vyber-jazyku-middle a {
 color:#fff;
}
*/
#prihlaseni input {
	float: right;
	width: 131px;
	_width:115px;
	font-size: 1em;
	
	margin-top: 10px;
}

#prihlaseni label {
	float: left;
	height: 18px;
	line-height: 22px;
	margin-bottom: 2px;
	margin-top: 12px;
	width: 71px;
}

#prihlaseni .submit {
	float: right;
	
	
	margin: 10px 0px 0px 100px;
	
	cursor: pointer;	
}

#prihlaseni a.button {

	
	margin: 5px 0px 0px 5px;
	_margin: 5px 0px 0px 3px;
	cursor: pointer;
}

#prihlaseni #odhlasit_se {
	float: right;
	margin: 5px 5px 0px 0px;  	
}

#kosik-list h3{
	padding: 0px 0 0 45px;
	margin:0;
	text-decoration:underline;
	font-size:16px;
	color: #df5a3b;
	font-weight:700;
		/* úpravy 2019 */
	padding: 0;
	width: 100%;
	color: #2d2a2c;
	text-decoration: none;
}

	/* úpravy 2019 */
#kosik-list h3 a.kosik_link {
	transition: .5s;
	font-weight: bold;
	text-decoration: underline;
}
#kosik-list h3 a.kosik_link:hover {
	color: #70aa24;
	transition: .5s;
}

#kosik-list h3 span{ 

}

#kosik-list{
	position: relative;
}

#kosik-list .stred{
	height: 75px;
	padding: 0 10px 0 45px;
	font-size: 13px;
	color: #474747;
	font-weight: 700;
	/* úpravy 2019 */
		padding: 0;
		height: auto;
		font-size: 0;
}



#kosik-list .zobrazit{
 float: left;
 
 margin: 20px 10px 0px 5px;
 _margin: 20px 10px 0px 3px;
	
 font-weight: normal;
}

#kosik-list .vysypat{
 float: left;
 margin: 20px 0px 0px 0px;
	
 font-weight: normal;
 cursor: pointer;
}

#akcni_nabidky h3{
background: url(akcni_nabidky_nadpis.jpg) no-repeat top left;
color:white;
}

#akcni_nabidky p{
	border: 1px solid #cccccc;
	width: 169px;
	
	padding: 5px;
}

#akcni_nabidky .akcni_obsah{
	border: 1px solid #cccccc;
	width: 100%;  
	height:160px;
	text-align: center;
	margin-bottom: 3px;
	position: relative;
}

#akcni_nabidky .akcni_cena{
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 80px;
	height: 20px;
	text-align: right;  
}

#akcni_nabidky .form_kosik{
	position:absolute;
	bottom: 5px;
	left: 5px;
	height: 20px;
	width: 82px;
	
}

#akcni_nabidky .form_kosik .detail{
	
	_margin-right: -3px;
	_padding: 0;
	_display: inline;
}

#akcni_nabidky .form_kosik .kos{
	color: #FFFFFF;
	_margin-left: -3px;
	_padding: 0;
	_display: inline;
}
/* ----------------- konec prave-menu ------------- */



/* --------- formatovani stredu, pokud neobsahuje shop ------- */


.button{
	display: block;
	background: #545963 url('button.jpg') top left no-repeat;
	height: 20px !important;
	line-height:20px;
	width:73px !important;
	border:0;
	color: white;
	text-align: center;
	cursor: pointer;
}

.button:hover {
	color:#fff;
}

span.modre{
	 color:#df5a3b;
	font-size: 14px;
	font-weight: 700;  
		/* úpravy 2019 */
	color: #000;
	font-size: 15px;
	line-height: 23px;
}

	/* úpravy 2019 */
#kosik-list .stred span.kosik_pocet {
	top: 0;
	z-index: 5;
	left: -30px;
	color: #fff;
	width: 20px;
	height: 20px;
	display: block;
	line-height: 20px;
	text-align: center;
	position: absolute;
	background: #db5e44;
	border-radius: 100%;
}
#kosik-list .stred span.prazdny_kosik {
	font-size: 14px;
}

#kosik-list .stred a{
	 
			font-size: 13px;
		font-weight: 700;
		text-align: right;
		display: block;
		padding-top: 4px;
		background: #6f492c right 7px no-repeat;
		padding: 3px 42px 2px 4px;
		color: white;
		margin-top: 1px;
		border-radius: 2px;
			/* úpravy 2019 */
		top: 0;
		padding: 0;
		left: -60px;
		width: 46px;
		height: 46px;
		font-size: 0;
		position: absolute;
		background: url(kosik-2019.png) center no-repeat;
}

	/* úpravy 2019 */
#kosik-list span.prazdny_kosik {
	top: 0;
	padding: 0;
	left: -60px;
	width: 100px;
	height: 46px;
	font-size: 0;
	position: absolute;
	padding: 20px 0 0 60px;
	background: url(kosik-prazdny-2019.png) top left no-repeat;
}

.form_kosik{  
	width:82px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
}

.form_kosik .detail{
	float:left;
	display:inline;
	background: url(detail.jpg) no-repeat top left;
	padding: 0;
	margin:0;
	height: 20px;
	width: 42px;
	border:0;
	color: #FFFFFF;
}

.form_kosik .kos{
	float:right;
	display:inline;
	background: url(koupit.jpg) no-repeat top left;
	padding: 0;
	margin:0;
	height: 20px;
	width: 40px;
	border:0;
	
	cursor: pointer;
}

p {
	margin:0; padding:0;
}
#formular-registrace-tabulka strong {
font-weight:normal;
	color:#4F4F4F;
	font-size:15px; 
}
#formular-registrace-tabulka p {
font-weight:normal;
	color:#4F4F4F;
	font-size:13px; 
}

#formular-registrace td, #formular-objednavka td {
	padding:3px;
	padding-left:10px;
	font-size:14px;
	color:#4F4F4F;
}
#formular-objednavka td {
	width: 600px;
		/* úpravy 2019 */
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}
.red {
color:red;
}

#formular-registrace .povinne, #formular-objednavka .povinne {
	/*background:#DDDBDB;*/
		/* úpravy 2019 */
	padding: 0;
}
#formular-objednavka .povinne span{
	color: #dc5437;
}
#formular-objednavka-tabulka td {
	vertical-align:top;
}

	/* úpravy 2019 */
#formular-objednavka-tabulka td.tabulka_popis {
	width: 25%;
	padding: 0;
	vertical-align: middle;
}
#formular-objednavka-tabulka td.tabulka_pole {
	width: 75%;
	padding: 0;
}

#formular-objednavka-tabulka input {
	width:170px;

}
#formular-objednavka input {
	width:300px;
	padding:10px 20px;
	height:25px;
	font-size:20px;
	border:1px solid #e5d7c2;
	border-radius:4px;
	margin:15px 0;
		/* úpravy 2019 */
	width: 100%;
	height: 50px;
	margin: 5px 0;
	box-sizing: border-box;
}
#formular-objednavka textarea {
		width: 270px;
	padding: 10px 20px;
	height: 100px;
	font-size: 20px;
	border: 1px solid #e5d7c2;
	border-radius: 4px;
	margin: 16px 0;
	width: 300px;
		/* úpravy 2019 */
	width: 100%;
	height: 110px;
	margin: 5px 0 -1px 0;
	box-sizing: border-box;
}
	/* úpravy 2019 */
table.povinne_table, table.nepovinne_table {
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
table#formular-objednavka-tabulka .tabulka_popis,
table#formular-objednavka-tabulka td.prvni-sloupec.nahradni_adresa_sloupec {
	font-size: 16px;
}

#formular-objednavka .objednavka-box .platba input {
	width: auto;
	padding: 10px 20px;
	height: 22px;
	font-size: 20px;
	border: 1px solid #e5d7c2;
	border-radius: 4px;
	margin: 15px 15px 15px 0;
	float: left;
}
#formular-objednavka .objednavka-box .platba  {
	font-size:18px;
	line-height:50px;
}
#formular-objednavka select {

	padding:10px;
	height:45px;
	font-size:20px;
	border:1px solid #e5d7c2;
	border-radius:4px;
	margin:15px 0;
}
#formular-objednavka-tabulka input.button_zeleny {
	width:100px;
	height: 20px;
}

#formular-objednavka-tabulka .prvni-sloupec {
	width:235px;
		/* úpravy 2019 */
	width: 20%;
	padding: 0;
	vertical-align: middle;
}
#formular-objednavka textarea.objednavka_poznamka {
	width: 100%;
	box-sizing: border-box;
}
table#formular-objednavka-tabulka {
		background: #fff;
		padding: 20px;
}

#vyber-plateb {
		padding: 20px;
		margin: 50px 0;
		background: #fff;
			/* úpravy 2019 */
		padding: 20px 40px;
}
.platba {
	font-size: 150%;
}

	/* úpravy 2019 */
#formular-objednavka .platba input {
	float: left;
	width: 15px;
	height: 27px;
	margin: 0 10px;
}

.modry-nadpis{
 color:#dc5437;
 margin: 10px 0 5px 0;
 font-size: 19px;
 font-weight:normal;
}

 	/* úpravy 2019 */
 #formular-objednavka-tabulka td .modry-nadpis,
 #vyber-plateb .modry-nadpis {
 	font-weight: bold;
}

.sedy-nadpis{
 color:#4F4F4F;
 margin: 10px 0 5px 0;
 font-size: 19px;
 font-weight:normal;
 
}
.cervene {
	color:#f00;
}

.posunovac {
	visibility:hidden;
	clear:both;
}

	/* video na úvodce - je na to spešl soubor player.css, ale nenašel sem ho */
.video_uvodka {
	width: 1000px;
	height: 562px;
	margin-left: 100px;
}

#uvodtext
{
	width: 1200px;
		margin: 35px auto 0 auto;
		padding: 0px 0px 0 0px;
		position: relative;
		overflow: auto;
}
#uvodtext h1
{
	border-bottom: none;
	font-size: 49px;
	padding: 10px 0 30px 0;
	line-height: 42px;
	font-weight: normal;
	text-align: center;
	color: #df5a3b;
}
#uvodtextbox{
	font-size: 15px;
	text-align: justify;

	
	margin-left: 0px;
	padding: 10px 40px 40px 40px;
	overflow:auto;
	position:relative;
	/* box-shadow: 0px 1px 3px #dedede; */
}
#uvodtextbox .blok1,#uvodtextbox .blok2{
	display:block;
	width:40%;
	margin:0 5%;
	float:left;
	font-size:18px;
	/* box-shadow: 0px 1px 3px #dedede; */
}
.uvod_bannery {
	 /* box-shadow: 0px 1px 3px #dedede;*/
		font-size:0;
		margin-bottom:10px;
}
.uvod_bannery_2018 {
		box-shadow: 0px 1px 3px #dedede;
		/*box-shadow: 0px 1px 15px #cccccc;*/
		width: 100%;
		min-height: 25vw;
		overflow: hidden;
		position: relative;
	
}
.uvod_bannery_2018 a{
		display: block;
		background: #adcc6e;
		width: calc(100% / 3);
		height: 100%;
		float: left;
		position: relative;
		text-align: center;
		background-size: cover;
		background-position: top right;
}
.uvod_bannery_2018 a span{

		display: inline-block;
		font-size: 29px;
		font-weight: normal;
		text-decoration: none;
		font-family: "atrament-web",sans-serif;
		font-style: normal;
		font-weight: 700;
		/* letter-spacing: 2px; */
		line-height: 34px;
		color: #dc5437;
		padding: 2vw 4vw 1vw 4vw;
		background: rgba(255,255,255,0.85);
		text-align: center;
		margin: 0 auto;
		/* margin-top: 20.5vw; */
		float: none;
		/* width: 17vw; */
		margin-top: 21vw;
		background: #adcc6e;
		color: white;
		z-index: 5;
		position: relative;


}  

.bannery_pozadi {
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.uvod_bannery_2018 a .bannery_pozadi img {
	transition: .5s;
	max-height: 100%;
}
.uvod_bannery_2018 a:hover .bannery_pozadi img {
	transition: .5s;
	transform: scale(1.05);
}

.uvod_bannery_2018 a#hraci_stena{
background-image: url(https://www.woodseason.cz/_pics/hraci-stena-uvodka.jpg);
}
.uvod_bannery_2018 a#loutkove_divadlo{
background-image: url(https://www.woodseason.cz/_pics/loutkove-divadlo-uvodka.jpg);
background-position: top center;
}
.uvod_bannery_2018 a#piskoviste{
background-image: url(https://www.woodseason.cz/_pics/drevene-piskoviste-uvodka.jpg);

}
.uvod_bannery_2018 a#domek{
background-image: url(https://www.woodseason.cz/_pics/zahradni-domek-woodseason-uvodka.jpg);

}
.uvod_bannery_2018 a#figurky{
background-image: url(https://www.woodseason.cz/_pics/figurky_uvodka_s.jpg);

}



.sceny_loutky h2{
border:0;
clear: both;
margin:15px 0;
} 

.sceny_loutky  .scena_box {

float:left;
margin:0 22px 22px 22px;
}
.sceny_loutky  .scena_box a h3{

font-size: 22px;
text-decoration: none;
font-family: "atrament-web",sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: 2px;
line-height: 25px;
color: #0564d9;
margin:0 0 5px 0;
padding:0;
}
.sceny_loutky  .scena_box a img {
box-shadow: 0px 1px 3px #A7A7A7;
}


		/* zoom odkazových obrázků */
	/* úvodka */
.uvod_bannery_2018 a {
	transition: .5s;
	background-position: center;
	background-size: auto 100%;
}
.uvod_bannery_2018 a:hover {
	transition: .5s;
	background-size: auto 105%;
}

.produkt .dalsi-foto-mini .dalsi-fotka-mini {
	transition: .5s;
	box-shadow: none;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}/*
.produkt .dalsi-foto-mini .dalsi-fotka-mini:hover {
	transition: .5s;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}*/

	/* produkty */
.obr_nahled a img, .produkt .foto a img {
	transition: .5s;
	max-width: 430px;
}
.obr_nahled a:hover img, .produkt .foto a:hover img {
	transition: .5s;
	transform: scale(1.05);
}
.obr_nahled, .produkt .foto, .dalsi-fotka-mini {
	overflow: hidden;
}
.uvod_bannery_2018 a#piskoviste {
	background-image: url(piskoviste-uvodka.jpg);
}
.uvod_bannery_2018 a#loutkove_divadlo {
	background-image: url(divadlo-uvodka.jpg);
}
.uvod_bannery_2018 a#figurky {
	background-image: url(loutky-uvodka.jpg);
}

	/* šipka nahoru */
p.odkaz-nahoru {
	float: right;
}
p.odkaz-nahoru a {
	color: #fff;
	transition: .5s;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 10px 15px 10px 35px;
	box-shadow: 3px 3px 30px 0 rgba(0,0,0,.1);
	font-family: "atrament-web-n6", "atrament-web";
	background: #dc5437 url(arrow-up.png) 10px center no-repeat;
	background-size: auto 20px;
}
p.odkaz-nahoru a:hover {
	transition: .5s;
	text-decoration: none;
	background-color: #adcc6e;
}