body{
	margin: 0;
	padding: 0;
  background: 0 3.8em #E0E0E0 url(mobileHouse4.png) no-repeat;
  font-family: helvetica;
  background-attachment: fixed;
}
#top{
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: rgba(59,62,69,0.9);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.35)), url('images/bg02.png');
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.35));
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.5), inset 0px 0px 0px 2px rgba(255,255,255,0.075), 0px 1px 6px 0px rgba(0,0,0,0.35);
	height: 4em;
	width: 100%;
	line-height: 4em;
  position: fixed;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 20;
}
#top h1 {
	margin: 0 0 0 60px;
	padding: 0;
}
#top h1 a {
	color: #fff;
	text-decoration: none;
  font-size: .9em;
  font-family: 'Oswald', helvetica;

}
#prod-stitek-z, #inbasket, #product-menu-cont {
	display: none;
}
#bars {
	position: absolute;
	left: .5em;
	top: .5em;
	font-size: 2em;
}
h2 {
  font-size: 1em;
  font-family: 'Oswald', helvetica;
  margin: 0;
  padding: 0;

}
#mainmenu{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
  background-color: rgba(59,62,69, 1);
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.35)), url('images/bg02.png');
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.35));
  padding-top: 4em;
  z-index: 10;
}
#mainmenu a {
	font-size: 1.5em;
	color: #DEDFDE;
	text-decoration: none;
	font-weight: bold;
}
#mainmenu li {
	height: 2.5em;
	list-style-type: none;
}
#login-menu {
	position: fixed;
	right: 20px;
	top: 0px;
  z-index: 30;
}
#login-menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#login-menu li a {
	color: #fff;
}
#login-menu li a .label{
	display: none;
}
#login-menu li a .icon::before{
  content: "\f07a";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
	font-size: 2em;
}
#patka {
  background-color: rgba(59,62,69,0.9);
  padding: 10px 0;
  height: 6em;
}
	#patka li {
		list-style-type: none;
		line-height: 1.5em;
		float: left;
		width: 50%;
		margin: 0;
		padding: 0;
	}
	#patka li a {
		color: #fff;
		text-decoration: none;
	}
#obsah2{
  padding: 4em 0 0 0;
  margin: 0;
}
#obsah2 h2 {
  font-size: 1.2em;
  font-family: 'Oswald', helvetica;
  margin: 10px 0 0 20px;
}
.category-list li a{
	font-size: 1em;
	text-decoration: none;
  font-family: 'Oswald', helvetica;
	color: #000;
	font-weight: bold;
}