#footer {
  width: 100%;
  /*min-width: 65em;*/
}

#bg_mesto {
  background-image: url("../image/city.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 120px;
    
}

#bg_footer {
  width: 100%;
  background-color: #343434;
}

#footer_box {
  max-width: 64em;
  height: 100%;
  padding-bottom: 1em;
  margin: auto;
  color: #b6b7b7;
  position: relative;
}

#footer_box .footer_box_in {
  float: left;
  width: 25%;
}

#footer_box .footer_box_in .nadpis {
  font-weight: bold;
  padding: 2em 0
}

#footer_box .footer_box_in .nadpis img {
  
}

#footer_box .footer_box_in .kategorie .box {
  float: left;
  padding-right: 0.3em;
}

#footer_box .footer_box_in .kategorie img {
  margin: 0 0.5em;
}

#footer_box .ostatni {
  /*float: right;*/
  text-align: center;
}

@media screen and (max-width: 768px){
	#footer_box .footer_box_in {
		width: 100%;
		padding: 0px 20px;;
		float:none;
		box-sizing: border-box;
	}
	
	#footer_box .footer_box_in .nadpis.prazdny {
		display:none;
	}
	
	#footer_box .ostatni {
	/*width: auto;
	clear:left;*/
	/*display:inline-block;*/
	/*width: 100%;*/
	}
} 


#footer_box #sipka {
  height: 26px;
  width: 50px;
  background-image: url("../image/footer_sipka.png");
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -13px;
  cursor: pointer;
}

#footer_box .kategorie div a {
  color: #b6b7b7;
}