.m2_cim {
	margin-top: 0;
	padding: 7px 0px 5px 0px;
}


.wrapper {
	width: 90%;
	margin: 0 auto;
	background: #f0f0f0;
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 1px;
	position: relative;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
/* fomenu_duma */
.wrapper label {
  display: block;
  position: relative;
  color: #4b5b76;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  
  text-indent: 20px;
  padding-top: 6px;
  text-shadow: 0px 1px #FFF;
}
.wrapper ul {
  margin: 0;
  padding: 0;
}
.wrapper li {
  color: #999;
  list-style-type: none;
}
/* almenu_duma */
.wrapper li a {
	display: block;
	width: 100%;
	padding: 10px 0px;
	text-decoration: none;
	color: #4b5b76;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.wrapper li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  color: #aa1d19;
}
/* fomenu_duma hover */
.wrapper label:hover {
  background: rgba(0, 0, 0, 0.06) !important;
  color: #aa1d19;
  text-indent: 20px;
  -webkit-transition: text-indent 0.2s;
  transition: text-indent 0.2s;
}
.wrapper input[type="checkbox"] {
  display: none;
}
/* futo border */

/* almenu alap 300*/
.wrapper .content1 {
 
  background: #fff;
  height: auto;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  top: 7px;
  padding-bottom: 1px;
}
.wrapper .lil_arrow {
  width: 5px;  
  height: 5px;
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgba(0, 0, 0, 0.33);
  border-right: 2px solid rgba(0, 0, 0, 0.33);
  float: right;
  position: relative;
  top: -20px;
  right: 27px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wrapper input[type="checkbox"]:checked + label > .content1 {
  display: block;
}
.wrapper input[type="checkbox"]:checked + label > span {
  display: none;
}
.wrapper input[type="checkbox"]:checked + label > .lil_arrow {
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
/* aktiv fo menu alap 213*/
.wrapper input[type="checkbox"]:checked + label {
	display: block;
	background: #e6e6e6;
	color: #4b5b76;
	text-indent: 20px;
	height: auto;

	
}
.wrapper label:hover > span {
  width: 100%;
 
}
/* fomenu feher resz */
.wrapper input[type='checkbox']:not(:checked) + label {
  display: block;

  height: 46px;

}

::-webkit-scrollbar {
  display: none;
}
