h1, h2, h3, h4, h5, html, body, div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}


body{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	background-color:#ffffff;
	position: relative;
}


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


h1, h2, h3, h4{
	color:#ffffff;	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}

strong{
	font-weight:700;
}

a{
	text-decoration:none;
	color:#000000;
	transition:all 0.2s;
}

a:hover{
	/*opacity:0.6;*/
}

img{
	height: auto;
}



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


@font-face {
    font-family: IndieFlower;
    src: url(fonts/IndieFlower.ttf);
}


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


.sloupec{
	width: 100%;
	margin: 0 auto;
	position:relative;
}
	
.radka{
	position:relative;
	display: block;
	width: 100%;
	clear:both;
	overflow:hidden;
	text-align:center;
	margin:auto;
}


.levy{
	right:50%;
	text-align:right;	
}

.pravy{
	left:50%;
	text-align:left;
}

.levej{
	left:0px;
}

.pravej{
	right:0px;
}


.obr{
	line-height:0px;
}


.hneda{
	color: #270e00;
}

.bila{
	color: #ffffff;
}



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



.kukhorni{
	width: 100%;
	background-color: #241d15;
	color: white;
	text-align: center;
	font-size: 14px;
	padding: 8px 0;
	display: none;
}
.kukhorni a{
	color: white;
}

.kukhorni .oboje{
	display: inline-block;
	margin-top: 6px;
}

.kukhorni .txt{
	display: inline-block;
	margin-top: 6px;
}
.tlacitko__kuk{
	color: white;
	border: solid 1px white;
	padding: 4px 16px 4px 16px;
	margin-left: 20px;
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
}
.tlacitko__kuk:hover{
	color: black;
	background-color: white;
}
.tlacitko__kuk:hover a{
	color: black;
}


/*-----------------------------*/
/*-------------menu------------*/




#menu{
	position:relative;
	width:100%;
	margin-left:0%;
	top:14px;
	z-index:599;
}

#menu .logo{
    position: absolute;
    left: 50%;
    margin-left: -179px;
    width:358px;
	top:-60px;
    transition: transform ease-out 0.2s;
}
#menu .logo:hover{
	transform:scale(1.04,1.04);
}
#menu .logo img{
	width: 100%;
}

#menu .menu{
	position:absolute;
	margin-top:1.7%;
	width:35%;
}






#menu .levy{
	margin-right:15%;
}

#menu .pravy{
	margin-left:15%;
}


#menu li{
	font-size:22px;
	font-weight:400;
	list-style:none;
	letter-spacing:0px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.96);
}

#menu li a{
	color:#ffffff;
}

#menu li a:hover{
	/*color:#ecdccf;*/
	color: #e8c4a1;
}


#menu .levy li{
	margin-left:10.6%;
	float:right;
}

#menu .levy li:last-child {
	margin-left:0%;
}

#menu .pravy li{
	margin-right:14%;
	float:left;		
}

#menu .pravy li:last-child {
	margin-right:0%;

}

#menu .pravy .lifb{
	margin-top:-8px;
}







#menu .menuobr{
	position:absolute;
	width: 120px;
	top:24px;
	left: 30px;
	display:none;
	cursor: pointer;
	transition:all ease-out 0.2s;
}
#menu .menuobr:hover{
	opacity: 0.7;
}

#menu .menuobr .obr{
	float: left;
}

#menu .menuobr img{
	width: 35px;
	padding-top: 3px;
}

#menu .menuobr .txt{
	color: #ffffff;
	font-size: 25px;
	font-family: IndieFlower;
	float: left;
	margin-left: 8px;
}




#menu .menuresp{
	position:absolute;
	top:-14px;
	left:-300px;
	width:220px;
	height: 2000px;
	background-color:rgba(255,255,255,0.9);
	padding:50px 40px 0px 40px;
	transition:all ease-out 0.3s;
	z-index: 99;
}

#menu .menuresp ul{
	margin-top: 60px;
}

#menu .menuresp li{
	margin-bottom:35px;
	font-size:24px;
	letter-spacing: -0.8px;
	text-shadow: none;
}

#menu .menuresp li a{
	color: #000000;
}

#menu .menuresp li img{
	width:28px;
	margin-left: 20px;
	opacity: 0;
	transition:all ease-out 0.1s;
}

#menu .menuresp li:hover img{
	opacity: 1;
}

#menu .menuresp .zlata{
	color: #bf9133;
	margin-right: 12px;
	font-weight: bold;
}

#menu .menuresp .obr{
	width:32px;
	position:absolute;
	top:30px;
	right:30px;
	cursor:pointer;
	transition:all ease-out 0.2s;
}

#menu .menuresp .obr:hover{
	opacity: 0.7;
}



.fbplov{
	position: fixed;
	right: -10px;
	top: 165px;
	z-index: 899;
	transition:all ease-out 0.2s;
}
.fbplov:hover{
	right: 0px;
}

.ytplov{
	position: fixed;
	right: -10px;
	top: 240px;
	z-index: 899;
	transition:all ease-out 0.2s;
}
.ytplov:hover{
	right: 0px;
}



/*-----------------------------*/
/*------------karusel----------*/


#karusel {
	/*overflow: hidden;*/
}


#karusel .ramec{
	line-height:0px;
	position:relative;
	width:100%;
	height:auto;
	
}
#karusel .ramecvn{
	overflow: hidden;
}

#karusel .ramecvnn{
	position: relative;
}

#karusel .ramec .ram{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	/*opacity:0;*/
	opacity: 1;
	transition:opacity ease-out 0.5s;
}

#karusel .ramec img{
	width:100%;
	display:block;
}

#karusel .kolesa{
	position:absolute;
	width:auto;
	height:22px;
	bottom:-40px;
	left:50%;
	margin-left:-75px;
	z-index:9;
}

#karusel .kolesa .obr{
	width:16px;
	height:16px;
	border-radius:50%;
	margin-left:8px;
	margin-right:8px;
	margin-top:6px;
	transition:opacity 0.3s;
	float:left;
	background-color:#FFFFFF;
	box-shadow:0px 0px 15px rgba(0,0,0,0.4);
	cursor:pointer;
}



#karusel .napis{
	position: absolute;
    right: 50%;
    top: 28%;	
	width: 640px;
}

#karusel .omega{
	width: 140px;
	position: absolute;
    left: 0px;
    top: 0px;	
}

#karusel .txt{
	position: absolute;
	font-size: 45px;
	line-height: 55px;
	font-family: IndieFlower;
	font-weight: 300;
	color: #ffffff;	
	text-shadow: 0px 0px 20px rgba(0,0,0,0.76);
    left: 80px;
    top: 108px;
	text-align: center;
}

#karusel .sipkadolu{
	position: absolute;
	width: 127px;
	left: 50%;
	margin-left: -64px;
	bottom: 10px;
	cursor: pointer;
	transition: all ease-out 0.25s;
}
#karusel .sipkadolu:hover{
	bottom: 0px;
}

.mysipkadolu{
	position: absolute;
	width: 127px;
	left: 50%;
	margin-left: -64px;
	bottom: 10px;
	cursor: pointer;
	transition: all ease-out 0.25s;
}
.mysipkadolu:hover{
	bottom: 0px;
}



#karusel .spotrebitele{
	position: absolute;
	width: 156px;	
	bottom: 30px;
	right: 30px;
}





/*-----------------------------*/
/*-------------telo------------*/




#telo {
	background-color: #21120b;
	background-image:url(images/pozadi-telo.jpg);
	background-position: center top;
	/*background-repeat: repeat-y;
	background-size: 100%;
	background-size:cover;*
	padding-top:210px;*/
		
}

#telo.historie {
	overflow: hidden;
}

#telo .radka{
	width:1000px;
}


#telo h1{
	font-size:95px;
	letter-spacing:-5px;
	color: #ffffff;
	text-shadow:0px 0px 30px rgba(0,0,0,0.4);
	
	/*
	background:url('images/pozadi-txt1.jpg');
    background-repeat:repeat-x;
    background-position:0 0;
	
    color:transparent;
    -webkit-font-smoothing:antialiased;
    -webkit-background-clip:text;
    -moz-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
	*/
}



#telo .tlac{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 180px;
	cursor: pointer;
	position: relative;
}
#telo .tlac:hover .obr img{
	margin-left: -10px;	
}
#telo .tlac:hover .zpet{
	opacity: 0.7;
}

#telo .tlac .sip{
	width: 44px;
	height: 30px;
}

#telo .tlac .obr{
	display: inline-block;
}
#telo .tlac .obr img{
	margin-bottom: -8px;
	transition: all ease-out 0.2s;
}
#telo .tlac .zpet{
	font-size: 30px;
	font-family: IndieFlower;
	font-weight: 300;
	display: inline-block;
	margin-left: 20px;
	color: #ffffff;
	transition: all ease-out 0.2s;
}



/*-----------------------------*/
/*-------------domu------------*/


#recepty{
	position: relative;
	overflow: hidden;
	padding-top: 50px;
}

#receptyOstatni {
	position: relative;
	padding-top: 50px;
}

#recepty .sloupec{
	/*overflow: hidden;*/
	padding-top: 160px;
}

#recepty .radka{
	overflow: visible;
}

#recepty h1{
	margin-bottom:70px;
	text-shadow:0px 0px 30px rgba(0,0,0,0.4);
	line-height: 58px;
	font-size: 74px;
	letter-spacing: -4px;
}
#recepty h1.vanocni {
	padding-top: 90px;	
	background: url(images/stromecek.png) 50% 10px no-repeat;
	margin-top: -25px;
}

#recepty .ramec{
	width:32%;
	margin-right:2%;
	margin-bottom: 90px;
	float:left;
	cursor: pointer;
    z-index: 99;
    position: relative;	
}
#recepty .ramec:nth-child(3n){
	margin-right: 0px;
}

#recepty .dlouha .ramec{
	margin-bottom: 460px;
}

#recepty .ramec .obr{
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	box-shadow:0px 33px 49px rgba(74,63,58,0.55);
}
#recepty .ramec .obr img{
	width:100%;
}

#recepty h3{
	font-size:33px;
	line-height: 32px;
	font-family: IndieFlower;
	margin-top:26px;
	font-weight: normal;
	height: 96px;
}
#receptydet #receptyOstatni h3 {
	 font-size:33px;
	 line-height: 32px;
	 font-family: IndieFlower;
	 margin-top:26px;
	 font-weight: normal;
	 height: 96px;
}


#recepty .mouka{
	position: absolute;
	top:0px;
	right: 0px;
}

#recepty .makovec{
	position: absolute;
	top:40px;
	left: 0px;
	height: 1166px;
}
#recepty .makovec img{
	
}

/*#recepty .kategorie{
	font-size:30px;
	color: #ffffff;
	font-family: IndieFlower;
	margin-bottom: 26px;
	overflow: hidden;
}

#recepty .kategorie li{
	font-size:26px;
	line-height: 26px;
	font-weight:400;
	list-style:none;
    width: 32%;
    margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}

#recepty .kategorie li.vanoce{
	background: url(images/menu_bg.png) 50% 50% no-repeat;
	margin-bottom: 0;
	padding-bottom: 8px;
	padding-top: 12px;
	margin-top: -12px;
	clear: left;
	margin-top: 20px;
}

#recepty .kategorie li:nth-child(3n){
	margin-right: 0px;
}

#recepty .kategorie li a{
	color:#ffffff;
}

#recepty .kategorie li a:hover{
	color:#270e00;
}

#recepty .kategorie .text{
	display: inline-block;
}
#recepty .kategorie .obr{
	display: none;
}*/




#recepty .stranky{
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
}


#receptydet h3{
	font-size:52px;
	line-height: 60px;
	text-transform: uppercase;
	margin-top: 90px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

#recepty h2{
    font-size: 95px;
    letter-spacing: -5px;
    color: #ffffff;
    text-shadow: 0px 0px 30px rgba(0,0,0,0.4);
}

#recepty .obsah{
	font-size: 22px;
	color: #ffffff;
	/*width: 360px;
	margin: auto;*/
	margin-top: 20px;
	text-align: center;
}

#recepty .obsah table{
	display: inline-block;
}

#recepty h5 {
	color:#ffffff;
	font-size: 36px;
	line-height: 60px;
	text-transform: uppercase;
	margin-top: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
#recepty h5.priprava {
	margin-top: 60px;
}

#recepty h4{
	font-size:72px;
	text-transform: uppercase;
	margin-top: 90px;
}

#recepty .txt{
	font-size:20px;
	line-height: 30px;
	color: #ffffff;
	width: 620px;
	margin: auto;
	margin-top: 30px;
	/*text-shadow:0px 0px 30px rgba(0,0,0,0.8);*/
}
#recepty .txt.perex {
	margin-bottom: 50px;
}

#recepty .tlac {
    margin-top: 94px;
    margin-bottom: 10px;
	z-index: 99;
}

/*#recepty .kategorie .vybrana{
	color: #e8c4a1;
	color:#270e00;
	text-shadow:0px 0px 22px rgba(255,255,255,0.95);
	-webkit-text-stroke: 1px white;
	text-decoration: underline;
}*/






#receptydet h1{
	font-size: 46px;
	line-height: 38px;
	font-family: IndieFlower;
	font-weight: 300;
	letter-spacing: normal;
	margin-top: 10px;
}

#receptydet .velkej{
	position: relative;
	height: 522px;
	width: 100%;
}

#receptydet .velkej .baba{
	position: absolute;
	width: 406px;
	height: 406px;
	top:50%;
	margin-top: -203px;
	left: 50%;
	margin-left: -203px;	
}

#receptydet .velkej .recept{
	position: absolute;
	width: 612px;
	height: 522px;
	top: 0px;
	left: 50%;
	margin-left: -306px;	
}


#receptydet .obsah a{
	color: #ffffff;
	text-decoration: underline;
}


@media only screen and (min-width: 1091px) {	
	#telo.vanoce #recepty .makovec {
		top: 0;
		height: 1402px;
	}
	#telo.vanoce #recepty .dlouha .ramec {
		margin-bottom: 660px;
	} 
	#telo.vanoce #nakupovat .radka {
		margin-top: -460px;
	}
}






/*-----------produkty----------*/



#produkty {
	padding-bottom: 320px;
}

#produkty .radka{
	width: 100%;
}

#produkty.homepage {
	margin-top: -460px;
}

#produkty .slunce{
	position: absolute;
	width: 746px;
	left: 50%;
	margin-left: -350px;
	top: 80px;
}
#produkty .slunce img{
	width: 100%;
}

#produkty h1{
	font-size: 80px;
    margin-top: 160px;
    margin-bottom: 150px;
    letter-spacing: -0.5px;
}

#produkty.homepage h1 {
	margin-bottom: 30px;
}

#produkty h2{
	font-size: 61px;
	letter-spacing: -2px;
	line-height: 50px;
	transition: all ease-out 0.15s;
}

#produkty h3{
	font-size: 35px;
	font-family: IndieFlower;
	font-weight: 300;
	display: inline-block;
	transition: all ease-out 0.3s;
	margin-bottom: 16px;
}

#produkty .druh{
	display: block;
	margin: 0 auto;
	width: 200px;
	text-align: center;
}

#produkty .druh .obr{
	display: inline-block;
	margin-bottom: 10px;
}
#produkty .ramec:nth-child(1) .posun{
	margin-left: -210px;
}
#produkty .ramec:nth-child(2) .posun{
	margin-left: -60px;
}
#produkty .ramec:nth-child(3) .posun{
	margin-left: -60px;
}
#produkty .ramec:nth-child(4) .posun{
	margin-left: -60px;
}

#produkty .druh .sip{
	display: block;
	margin-bottom: 10px;
	width: 44px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}


#produkty .ramec{
	display: inline-block;
/*	margin-right: 10%;*/
}
/*#produkty .ramec:nth-child(3){
	margin-right: 0%;
}*/


#produkty .posun{
	transition: all ease-out 0.2s;
}

#produkty .ramec:hover .posun{
	transform: rotate(-6deg);
}
#produkty .ramec:nth-child(1):hover .posun{
	transform: rotate(-6deg);
}
#produkty .ramec:nth-child(3):hover .posun{
	transform: rotate(6deg);
}
#produkty .ramec:nth-child(4):hover .posun{
	transform: rotate(6deg);
}

#produkty .ramec:hover h3{
	opacity: 0.8;
	/*color: #270e00;*/
}

#produkty .ramec:hover h2{
	/*color: #d3b5a5;*/
}

#produkty .ramec .druh .sip img{
	transition: all ease-out 0.2s;
}
/*#produkty .ramec:hover .druh .sip img{
	margin-left: 10px;
}*/



/*------produkty-deatail------*/



#produktydet {
	padding-top: 20px;
	padding-bottom: 0px;	
}

#produktydet h1{
	margin-top: 180px;
}

#produktydet h2{
	font-family: IndieFlower;
	font-size: 62px;
	line-height: 50px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 230px;
}

#produktydet .radka{
	overflow: hidden;
}

#produktydet .water{
	position: absolute;
	left: 50%;
	margin-left: 45px;
    top: 70px;
}

#produktydet .produkt{
	position: absolute;
	left: 50%;
    margin-left: -445px;
    top: 50px;
}






#produktydet .babovka{
	position: absolute;
	left: 50%;
    top: 370px;
}

#produktydet h3{
	font-size: 36px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#produktydet .txt{
	font-family: IndieFlower;
	font-size: 25px;
	line-height: 27px;
	font-weight: 300;
	margin-top: -20px;
	color: #ffffff;
	width: 430px;
	margin: auto;
	margin-bottom: 16px;
	text-align: left;
	transition: all ease-out 0.2s;
}

#produktydet .linka{
	margin-bottom: 8px;
}


#produktydet .recept{
	margin-top:120px;
	position: relative;
	display: inline-block;
	margin-left: -300px;
	margin-bottom: 270px;
}

#produktydet .recept:hover h4{
	opacity: 0.7;
}
#produktydet .recept:hover .txt{
	opacity: 0.7;
}
#produktydet .recept:hover .obr img{
	margin-left: 10px;
}


#produktydet .recept .obr img{
	position: relative;
	display: block;
	transition: all ease-out 0.2s;
}

#produktydet .recept .obr{
	position: absolute;
	right: 30px;
	top: 36px;
	width: 46px;
	height: 31px;
	
}

#produktydet .recept .txt{
	font-size: 36px;
	text-align: center;
}

#produktydet h4{
	font-size: 54px;
	font-weight: 700;
	margin-bottom: 0px;
	transition: all ease-out 0.2s;
}




#produktydet .tlac {
    margin-top: 10px;
    margin-bottom: 10px;
	z-index: 99;
}






#slunecnice h3{
	font-size: 30px;
	margin-bottom: 14px;
}

#slunecnice .babovka{
	top: 310px;
	margin-left: 60px;
}

#slunecnice .produkt{
	margin-left: -506px;
    top: -50px;	
}

#slunecnice .water{
	margin-left: 85px;
}
#slunecnice .recept {
    margin-bottom: 110px;
}




#rostlina .produkt{
	margin-left: -460px;
    top: 30px;	
}

#rostlina .recept {
	margin-bottom: 350px;
}

#rostlina .recept .txt{
	line-height: 34px;
}



/*-----------historie----------*/



#historie {
	position: relative;
	padding-top: 20px;
	padding-bottom: 130px;
	overflow: hidden;
}

#historie .radka {
	width: 100%;    
}

#historie .osa {
    width: 690px;
}

#historie .hodinky{
	position: absolute;
	top:100px;
	right: 0px;
}

#historie .plech1{
	position: absolute;
	top:1960px;
	right: 0px;
}

#historie .plech2{
	position: absolute;
	top:2300px;
	left: 100px;
}

#historie h1{
	letter-spacing: normal;
	text-shadow:0px 0px 30px rgba(0,0,0,0.4);
	margin-top: 100px;
}

#historie h2{
	letter-spacing: normal;
	font-family: IndieFlower;
	font-size: 35px;
	font-weight: 300;
	margin-top: -20px;
	margin-bottom: 30px;
}

#historie h4{
	letter-spacing: normal;
	font-family: IndieFlower;
	font-size: 90px;
	line-height: 86px;
	font-weight: 300;
	color: #000000;
}

#historie .kniha{
	position: relative;
	height: 1009px;
}
#historie .knihavn{
	position:absolute;
	width: 1489px;
	left: 50%;
	margin-left: -790px;
}


#historie .textik{
    position: absolute;
    top: 160px;
    right: 336px;
    transform: rotate(7.6deg);
    width: 450px;
}

#historie .txt{
	letter-spacing: normal;
	font-family: IndieFlower;
	font-size: 22px;
	font-weight: 300;
	color: #000000;
	line-height: 29px;
}



#historie .leva{
	float: left;
}

#historie .stred{
    float: left;
    margin-left: 34px;
    margin-right: 36px;
    margin-top: 60px;
}

#historie .prava{
	float: left;
	margin-top: 220px;
}


#historie .ramec{
	margin-bottom: 90px;
	width: 275px;
}

#historie .prava .ramec{
	margin-bottom: 76px;
}

#historie h3{
    font-weight: 300;
    font-size: 23px;
    margin-top: -16px;
    width: 90%;
    margin-left: 10px;
}

#historie .prava h3{
	margin-top: -4px;
	margin-left: 15%;
	width: 80%;
}
#historie .pravaresp h3{
	margin-top: -4px;
	margin-left: 15%;
	width: 80%;
}

#historie .obr{
	position: relative;
}

#historie .rok{
	letter-spacing: normal;
    font-family: IndieFlower;
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    line-height: 29px;
    position: absolute;
    left: 100px;
	transform: rotate(7.6deg);
}



#historie .ram1 .rok{
	bottom: 46px;
}
#historie .ram3 .rok{
	bottom: 52px;
}
#historie .ram3 h3{
	width: 80%;
}
#historie .ram5 .rok{
    bottom: 28px;
    left: 120px;
    transform: rotate(-7.6deg);
}
#historie .ram5 h3{
	width: 100%;
	margin-top: 8px;
}
#historie .ram7 .rok{
    bottom: 41px;
}
#historie .ram7 h3{
	width: 100%;
	margin-left: 0px;
}
#historie .ram9 .rok{
	bottom: 46px;
    left: 90px;
}



#historie .ram2 .rok{
    bottom: 27px;
    left: 122px;
	transform: rotate(-7.6deg);
}
#historie .ram4 .rok{
    bottom: 30px;
    left: 132px;
	transform: rotate(-7.6deg);
}
#historie .ram6 .rok{
    bottom: 47px;
    left: 108px;
    transform: rotate(7.6deg);
}
#historie .ram6 h3{
	width: 82%;
	margin-left: 15px;
    margin-top: -14px;	
}
#historie .ram8 .rok{
    left: 118px;
	bottom: 25px;
	transform: rotate(-7.6deg);
}
#historie .ram10 .rok{
    bottom: 31px;
    left: 126px;
	transform: rotate(-7.6deg);
}
#historie .ram10 h3{
	width: 100%;
	margin-left: 10px;
}



#osaresp{
	display: none;
}

#osaresp .ramec{
	margin: auto;
	margin-bottom: 50px;
}



/*-------------404------------*/



#chyba h1{
	margin-bottom: 170px;
	margin-top: 170px;
	font-size: 34px;
	line-height: normal;
	letter-spacing: normal;
}



/*-----------formular---------*/



#odeslano h1{
	margin-bottom: 170px;
	margin-top: 170px;
	font-size: 34px;
	line-height: normal;
	letter-spacing: normal;
}



/*-------------vyziva------------*/



#vyziva {
	padding-top: 100px;
	position: relative;
}

#vyziva .radka {
	width: 100%;
}




#vyziva h1{
	margin-top: -16px;
	margin-bottom: 40px;
}


#vyziva .obrsrdce{
	margin-left: 190px;
}



#vyziva .obrkraj{
	position: absolute;
}

#vyziva .obr1{
	top:100px;
	left: 0px;
}

#vyziva .obr2{
	top:630px;
	left: 0px;
}

#vyziva .obr3{
	top:1350px;
	left: 0px;
}


#vyziva .obr4{
	top:110px;
	right: 0px;
}

#vyziva .obr5{
	top:600px;
	right: 0px;
}

#vyziva .obr6{
	top:950px;
	right: 0px;
}



#vyziva .kniha{
	position: relative;
	height: 1355px;
	margin-bottom: -90px;
}
#vyziva .knihavn{
	position:absolute;
	width: 871px;
	left: 50%;
	margin-left: -490px;
}


#vyziva .textik{
    position: absolute;
    top: 312px;
    right: 126px;
    transform: rotate(-3.9deg);
    width: 600px;
}

#vyziva .txt{
	letter-spacing: normal;
	font-family: IndieFlower;
	font-size: 22px;
	font-weight: 300;
	color: #000000;
	line-height: 34px;
}

#vyziva .txt p {
	margin-bottom: 1em;
}



#nahoru .tlacup__vyziva .tlacup{
	margin-top: 0px;
}




















/*-----------kontakty----------*/




#kontakty{
	position: relative;
}

#kontakty .radka{
	padding-top: 210px;
}


#kontakty .mapa{
	position: absolute;
	top:0px;
	right: 0px;
}

#kontakty .dopis{
	position: absolute;
	top:240px;
	left: 0px;
}
#kontakty .odkaz{
	position: absolute;
	z-index: 99;
	cursor: pointer;
}


#kontakty h1{
	margin-bottom: 120px;
}


#kontakty h2{
	font-size: 26px;
}


#kontakty .txt{
	font-size: 20px;
	color: #ffffff;
	margin-top: 6px;
	margin-bottom: 40px;
}

#kontakty .txt a{
	color: #FFFFFF;
}
#kontakty .txt a:hover{
	color: #e5ccb7;
}




#kontakty .odmapa{
	position: relative;
	margin-bottom: 80px;
	display: none;
}


#kontakty .odkaz:hover .sipka img{
	margin-left: 8px;
}
#kontakty .odkaz:hover h3{
	opacity: 0.8;
}

#kontakty .odkaz .sipka img{
	transition: all ease-out 0.2s;
}

#kontakty .odkaz .sipka{
	width: 46px;
	height: 31px;	
	display: inline-block;
}

#kontakty .odkaz h3{
	display: inline-block;
	font-family: IndieFlower;
	font-size: 35px;
	font-weight: 300;
	line-height: 31px;
	margin-left: 10px;
	transition: all ease-out 0.2s;
}


#kontakty .dopis .odkaz{
	margin-left: 380px;
	margin-top: -15px;
	transform: rotate(12deg);
}

#kontakty .mapa .odkaz{
	margin-left: -90px;
	margin-top: 280px;
	transform: rotate(6deg);
}






#kontakty .dopisni{
	width: 100%;
	height: 410px;
	position: relative;
	margin-top: 90px;
	overflow: hidden;
	display: none;
}
#kontakty .dopisni .dopis{
	top:0px;
	left: 50%;
	margin-left:-200px;
}

#kontakty .dopisni .dopimg{
	margin-top: 50px;
}
#kontakty .dopisni .odkaz {
    margin-left: 210px;
    margin-top: 0px;
}





#formkryt{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/*background-color: rgba(36,7,3,0.8);
	background-color: rgba(164,114,75,0.9);*/
	background-color: rgba(144,96,58,0.9);
	z-index: 958;
	display: none;
}

#kontakty .formular{
	position: absolute;
	z-index: 959;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	margin-top: 10px;
	text-align: center;
	display: none;
	
	/*background-color: rgba(36,7,3,0.8);
	background-image: url(images/pozadi-telo.jpg);
	box-shadow:0px 0px 65px rgba(0,0,0,0.8);
	border: 1px solid rgba(255,255,255,0.25);*/
}


#kontakty .formular .nadpis{
	font-family: IndieFlower;
	font-size: 52px;
	line-height: 50px;
	font-weight: 300;
	color: #ffffff;
	margin-top: 96px;
	margin-bottom: 60px;
}

#kontakty .formular .zavri{
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	transition: all ease-out 0.2s;
}
#kontakty .formular .zavri:hover{
	opacity: 0.6;
}

#kontakty .formular input,
#kontakty .formular textarea{
	border: none;
	background-color: rgba(255,255,255,0.80);
	font-family: 'Roboto Condensed', sans-serif;
	color: #261200;
	font-size: 19px;
	padding: 12px 4% 12px 4%;
	margin-bottom: 28px;
	width: 260px;
}



#kontakty .formular textarea{
	width: 540px;
	height: 280px;
}

#kontakty .formular .tlac {
    margin-bottom: 46px;
	margin-top: 10px;
}

#varovani {
	font-size: 20px;
	font-weight: 300;
	color: #e3d3cd;
	margin-top: 10px;
	margin-bottom: 30px;
	display: none;
}




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




#nakupovat .radka{
	margin-top: -160px;
	position: relative;
	width: 100%;
}

#nakupovat h2{
	/*border:rgba(0,0,0,0.4) solid 2px;*/
}

#nakupovat .prvni{
	letter-spacing: -4.5px;
	font-size:83px;
	text-shadow:0px 0px 65px rgba(63,31,5,1);
	color: #ffffff;
	
	/*background:url('images/pozadi-txt2.jpg');
    background-repeat:repeat-x;
    background-position:center;
    color:transparent;
    -webkit-font-smoothing:antialiased;
    -webkit-background-clip:text;
    -moz-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;*/
}

#nakupovat .druhej{
	letter-spacing: -8.5px;
	font-size:128px;
	margin-left:185px;
	margin-top:-26px;
	color: #ffffff;
	text-shadow:0px 0px 65px rgba(63,31,5,0.6);
}
#nakupovat .panev{
	position: absolute;
	left: 50%;
	margin-left:-430px;
	top: 94px;
	width: 903px;
	height: 674px;
}


#nakupovat .sipkad{
	margin-left:-10px;
	margin-top: 60px;
}

#nakupovat .sipkadd{
	margin-left:-460px;
	margin-top: -120px;
}


#nakupovat h4{
	font-size:30px;
	font-weight:400;
	line-height:30px;
	margin-left:299px;
	margin-top:-32px;
	text-shadow:0px 0px 25px rgba(0,0,0,0.4);
	font-family: IndieFlower;
	text-align: center;
}

#nakupovat .pprvni{
	margin-bottom: 480px;
	
}

#nakupovat .hactyri{
	margin-top:-32px;
	margin-left: -40px;
	width: 360px;
	display: inline-block;
}





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






#nahoru .sloupec{
	/*overflow:hidden;*/
}


#nahoru .radka{
	overflow:visible;
	padding-bottom:34px;
}



#nahoru .tlacup{
	transition: all ease-out 0.2s;
	cursor:pointer;
	margin: auto;
	margin-top:-162px;
	width: 150px;
}
#nahoru .tlacup:hover .sipup img{
	margin-top: -8px;
}
#nahoru .tlacup:hover .txt{
	opacity: 0.8;
}

#nahoru .tlacup .sipup img{
	transition: all ease-out 0.2s;
}

#nahoru .sipup{
	width: 150px;
	height: 65px;
}

#nahoru .txt{
	color:#ffffff;
	font-size:22px;
	font-weight:300;
	margin-top:12px;
	transition: all ease-out 0.2s;
}




#nahoru .domu2{
	text-align:left;
    margin-left: -240px;
}

#nahoru .domu4{
	position: absolute;
	right: 0px;
	top:-30px;
}

#nahoru .domu5{
	margin-left:-760px;
	margin-top:20px;
}

#nahoru .domu6{
	text-align: center;
	margin-left:670px;
	margin-top:-220px;
	margin-bottom: -350px;
}
#nahoru-kont .domu6{
	margin-top:0px;
}

#nahoru .domu7{
	position: absolute;
	right: -380px;
	top: 0px;
}





/*-----------------------------*/
/*-------------pata------------*/



#pata .sloupec{
	background-image:url(images/pozadi-pata.jpg);
	background-size:cover;
	/*height:93px;*/
	padding-top:36px;
	padding-bottom:36px;
	box-shadow:0px 0px 65px rgba(0,0,0,0.5);
	z-index:9;
}

#pata .radka{
	overflow:visible;
	/*width:1400px;*/
}

#pata .logo{
    width: 234px;
    transition: transform ease-out 0.2s;
	margin:auto;
}
#pata .logo:hover{
	transform:scale(1.04,1.04);
}
#pata .logo img{
    width: 100%;
}
#pata .txt{
	position:absolute;
	color:#cfbbb1;
	font-size:20px;
	line-height: 20px;
}


#pata .levej{
	top:24px;
	left: 30px;
}

#pata .pravej{
	top:34px;
	right: 30px;
}


#video {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

#video iframe, #video #player, #video #videoOverlay {
	background-position: 50% 50%;
	backgrond-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#video #videoOverlay {
	z-index: 2;
}

#custom {
  background-position: 50% 50%;
  backgrond-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoPlay {
	display: block;
	font-size:24px;
	line-height: 35px;
	color: #ffffff;
	margin: auto;
	margin-top: 50px;
	font-weight: bold;
}
.videoPlay a {
	color: #FFFFFF;
	display: inline-block;
	padding-left: 75px;
	background: url(images/video-play.png) 0 50% no-repeat;
}
.videoPlay a:hover {
	text-decoration: underline;
}

#recepty .kategorie {
	max-width: 550px;
	display: block;
	margin: 0 auto 90px auto;
	background: url(images/recepty-bg.jpg) 50% 0 no-repeat;
	position: relative;
	text-align: left;
	z-index: 120;
}
#recepty .kategorie .recepty--header {
	display: block;
	height: 80px;
	line-height: 80px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 25px;
	padding: 0 90px 0 50px;
	background: url(images/recepty-arrow.png) 91% 50% no-repeat;
	position: relative;
}
#recepty .kategorie ul {
	background: url(images/recepty-bg.jpg) 50% -80px no-repeat;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
#recepty .kategorie:focus ul,
#recepty .kategorie:focus-within ul,
#recepty .kategorie:hover ul {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transition-delay: 0s, 0s, 0.3s;
}
#recepty .kategorie li {
	display: block;
	height: 70px;
	line-height: 70px;
	padding-top: 5px;
	background: url(images/recepty-row.png) 50% 0 no-repeat;
}
#recepty .kategorie li a {
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	padding: 0 50px;
	display: block;
}
#recepty .kategorie li a:hover {
	text-decoration: underline;
}

#recepty .kategorie .obr {
	display: none;
}