/* left side menu specific styles */
body {
  left: 0;
}

.zeynep-opened body {
  overflow: hidden;
}

.zeynep {
  right: auto;
  left: 0;
/*  visibility: hidden;*/
  display: none;
}




/*==================================================
>>> RESPONSIVE DEVICE     
==================================================*/


@media (min-width: 1360px) and (max-width: 1600px) {

}

@media (min-width: 1200px) and (max-width: 1359px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .zeynep {
    display: block;
  }
}

@media (max-width: 576px) {

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}