/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/
.header {
  background-color: #F1F1F1;
  position: fixed;
  width: 100%;
  z-index: 65;
}
.fixed-header {
  opacity: 0.95;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}
.top-bar {
  padding: 0px;
  height: 110px;
}
@media (max-width: 768px) {
  .top-bar {
    height: 80px;
  }
}
.menualani {
  background: #ffffff;
  color: #333;
  height: 48px;
  position: relative;
  -webkit-box-shadow: 0 5px 5px -3px #888888;
  -moz-box-shadow: 0 5px 5px -3px #888888;
  -o-box-shadow: 0 5px 5px -3px #888888;
  box-shadow: 0 5px 5px -3px #888888;
}
.nav_pozisyon {
  position: relative;
  margin-top: 0;
}
@media (max-width: 768px) {
  .menualani {
    background: #424242;
    height: 48px;
    position: relative;
    -webkit-box-shadow: 0 5px 5px -3px #888888;
    -moz-box-shadow: 0 5px 5px -3px #888888;
    -o-box-shadow: 0 5px 5px -3px #888888;
    box-shadow: 0 5px 5px -3px #888888;
    line-height: 48px;
  }
  .menualani, a {
    color: #BFBFBF;
    font-size: 16px;
    padding-left: 10px;
    text-decoration: none;
  }
  .menualani, a:hover {
    cursor: pointer;
    color: #BFBFBF;
    text-decoration: none;
  }
  .nav_pozisyon {
    position: absolute;
    margin-top: 0;
  }
}