html {
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#fff; /*color background - only works in IE */
	font-size:80%; /*set default font size */
	font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
}

html.home {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	background:#000; /*color background - only works in IE */
	font-size:80%; /*set default font size */
	font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */
}

body {
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background-color:#fff;
}

body.home {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	background-color:#000;
}

.header-container {
	height: 21px;
	width: 100%;
	background: transparent url('../img/black-overlay.png') repeat top left;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
}

.footer-container {
	height: 121px;
	width: 100%;
	background: transparent url('../img/black-overlay.png') repeat top left;
	position: fixed;
	left: 0;
	bottom: 0;
}

.footer-container.bread-footer {
	height: 115px;
}

.footer {
	text-align: center;
	color: #eee2d1;
	font-size: 20px;
	line-height: 1.3em;
	padding-top: 20px;
}

.bread-footer .footer {
	font-size: 17px;
	padding-top: 10px;
	line-height: 1.3em;
}

.footer a:link, .footer a:visited {
	color: #eee2d1;
	text-decoration: none;
}

.footer a:hover, .footer a:active {
	text-decoration: underline;
}

.footer-bull {
	padding-left: 10px;
	padding-right: 10px;
}

.container {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	background: url('../img/bg-image-big.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.content {
	font-size: 18px;
	line-height: 1.3em;
	text-align: center;
	color: #fff;
	background: transparent url('../img/black-overlay-center.png') repeat top left;
	padding: 20px;
	width: 380px;
	position: absolute;
	left: 50%;
	top: 25%;
	margin-left: -200px;
}

.logo {
	position: absolute;
	width: 173px;
	height: 180px;
	left: 70%;
	top: 45%;
}

.social {
	position: absolute;
	left: 10%;
	bottom: 140px;
}



.container-bread {
	margin: 180px auto 180px auto;
	width: 870px;
	overflow: auto;
}

.header-container .bread-logo {
	position: absolute;
	top: 21px;
	left: 0;
	width: 100%;
	height: 130px;
	background: #fff url('../img/nabidka.png') no-repeat center center;
	z-index: 99998;
}

.chlebicek {
	position: relative;
	text-align: center;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 260px;
	height: 280px;
}

.chlebicek .icon {
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	background: transparent url('../img/flek.png') no-repeat center center;
	position: absolute;
	top: -5px;
	left: 105px;
	padding-top: 37px;
	font-size: 10px;
}

.chlebicek h3 {
	font-family: Nanu;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-size: 44px;
	line-height: 1em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.chlebicek h3 .price {
	color: #91a4af;
}

.footer-logo {
	display: block;
	position: absolute;
	width: 108px;
	height: 144px;
	bottom: 0;
	left: 50%;
	margin-left: -460px;
}