 			.ust-ortalama {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
     z-index:99999999999999999999999999999999999999999 !important;
     -webkit-transform: translate3d(0,0,0);
			}
.alt-ortalama{
	width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    top: 50%;
}
.yazi-ortalama{
	color:#333;font-family: 'Lato', sans-serif; font-size:40px; text-transform:uppercase;
}
.owl-item{z-index:0 !important;}

.b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  right: 0px;
  height: 6px;
  width: 30px;
  border-radius: 3px;
  background-color: rgb(21, 113, 184);
}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 10px;
  right: 9px;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  right: -9000px;

}

.bar {
  position: fixed;
  right: 20px;
  top: 40px;
}
.bar:before {
  top: -8px;
}
.bar:after {
  top: 8px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  top: -0px;
}

.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 200px;
  height: 100%;
  width: 250px;
  border-radius: 0px;
  top: 0;
  right: 0;
  background-color: rgba(84, 84, 84, 0.95);
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
    list-style:none;
  top:60px;
}
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  text-align:left;
  text-decoration:none;
  display: block;
  padding-top: 8px;
    padding-bottom: 8px;
  
}
.menu-expanded a:hover {
  background-color:transparent;
  transition: all .15s;
  color: #bdbdbd !important;
  border: none;
}


.menu-expanded a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):hover,
.menu-expanded a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):focus {
  color: #bdbdbd !important;
}



.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}