html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/bekle.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.4
}
.hidden {
    display: none;
    visibility: hidden;
}

.mw200{
    max-width:100px
}

.sub-menu:hover .games-menu {
    display: block;
}
