/*
.toggle_menu {
    position: absolute;
    top: -10%;
    left: 50%;
    margin-left: -30px;
    margin-top: -10px;
    display: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1001;
    visibility: visible;
}
*/




.photo-icon {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 0;
  margin: 0 auto;
  text-align: center;
  width: 200px;
  height: 200px;
  line-height: 125px;
  font-size: 3em;
  background-origin: center;
  background-size: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.photo-icon:before {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  width: 220px;
  height: 220px;
  opacity: 0.7;
  box-shadow: inset 0 0 1px 0 #FFFFFF;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.photo-icon span {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #FFFFFF;
  position: relative;
  top: 0px;
  z-index: 2;
}
.photo-icon span:nth-child(1) {
  color: #1B1F2B;
  position: absolute;
  margin-top: 125px;
}
.photo-icon:hover {
  background-position: 5% 5%;
  background-size: 120%;
}
.photo-icon:hover span {
  top: -150px;
}
.photo-icon:hover:before {
  opacity: 0.7;
  background: #  !important;
}


.photo-icon.circle {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.photo-icon.circle:before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}


.separator
{
	margin-bottom:10%;
	}

.cat_row_cena a
{
	color: #000000;
}

@media only screen and (max-width: 480px) {
	



.label {
	font-size:0.55em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #4c5779;
}

.photo-icon {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 0;
  margin: 0 auto;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 3em;
  background-origin: center;
  background-size: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.photo-icon:before {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  opacity: 0.7;
  box-shadow: inset 0 0 1px 0 #FFFFFF;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.photo-icon span {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #FFFFFF;
  position: relative;
  top: 0px;
  z-index: 2;
}
.photo-icon span:nth-child(1) {
  color: #1B1F2B;
  position: absolute;
  margin-top: 135px;
}
.photo-icon:hover {
  background-position: 5% 5%;
  background-size: 120%;
}
.photo-icon:hover span {
  top: -150px;
}
.photo-icon:hover:before {
  opacity: 0.7;
  background: #  !important;

}

