/* left side menu specific styles */
body {
  left: 0;
}

.zeynep-opened body {
  overflow: hidden;
}

.zeynep {
  right: auto;
  left: 0;
}
.close:before{
	/*content: "";*/
	position: absolute;
	background: url(../picture/close.png) no-repeat center;
	width: 19px;
	height: 19px;
	right: 0;
	z-index: 999;
}
