@font-face {
  font-family: 'barla'; /*a name to be used later*/
  src: url('fonts/fontrln.ttf'); /*URL to font*/
}

@font-face {
  font-family: 'hasenat'; /*a name to be used later*/
  src: url('fonts/hasenat.ttf'); /*URL to font*/
}

@font-face {
  font-family: 'ShaikhHamdullahMushaf'; /*a name to be used later*/
  src: url('fonts/ShaikhHamdullahMushaf.ttf'); /*URL to font*/
}

#site-logo {
  width: 46px;
  margin: 0px 7px;
}

#site-name {
  margin: 0px 6px;
  font-size: 23px;
  float: left;
}

.search-block-form > * {
  display: inline-block;
  width: 100%;
}

form#search-block-form {
  width: 200px;
}

.search-block-form div#edit-actions {
  display: none;
}

div#header {
  margin: 0;
  background-color: #dddddd;
}

div#ust-menu {
  height: 45px;
  background-color: #cdcdcd;
}

.node--type-mobileicerik .ui.header {
  border-bottom: 1px solid red;
  padding: 6px;
}

body.page-node-type-mobileicerik div#header,
body.page-node-type-mobileicerik div#ust-menu{
  display: none !important;
}

.node__content img{
  position: unset;
  max-width: 90%;
  height: auto !important;
  margin: auto;
  display: flex;
}

/*--------------
  Sidebar
---------------*/
.fixed.launch.button {
  display: none;
  position: fixed;
  bottom: 3.5em;
  left: 0px;
  z-index: 5;
  width: 55px;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s width ease,
  0.5s transform ease;
  -moz-transition: 0.3s width ease,
  0.5s transform ease;
  -o-transition: 0.3s width ease,
  0.5s transform ease;
  -ms-transition: 0.3s width ease,
  0.5s transform ease;
  transition: 0.3s width ease,
  0.5s transform ease;
}

.launch.button .icon {
  margin-left: 0px;
}

.fixed.launch.button .text {
  position: absolute;
  white-space: nowrap;
  top: auto;
  left: 54px;
  opacity: 0;
  -webkit-transition: 0.3s opacity 0.3s;
  -moz-transition: 0.3s opacity 0.3s;
  -o-transition: 0.3s opacity 0.3s;
  -ms-transition: 0.3s opacity 0.3s;
  transition: 0.3s opacity 0.3s;
}

.fixed.launch.button:hover {
  width: 190px;
}

.fixed.launch.button:hover .text {
  opacity: 1;
}

/* Position Change */
.pushable.left.overlay .fixed.launch.button {
  transform: translate3d(0, 0, 0);
}

.pushable.overlay.left.pushed .fixed.launch.button {
  transform: translate3d(260px, 0, 0);
}

/*--------------
  Sidebar end
---------------*/

.hazirlaniyor {
  /*background-color: #dc4a38;*/
  position: absolute;
  top: 6px;
  left: 6px;
  width: 24px;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
}
