/* Phone/Mobile Breakpoints */
@media only screen and (max-width: 736px) {
  header {
    min-height: 70px;
    border-bottom: 1px solid #d3d3d3;
  }
  header .navigation {
    min-width: 300px;
    margin-left: 0;
  }
  header > div {
    min-width: 340px;
  }
  header form {
    width: 340px;
  }
  #pagehead {
    margin-top: 0!important;
  }
  nav {
    display: none!important;
  }
  div.subnavigation {
    display: none;
  }
  section#content {
    margin-top: 0;
    min-height: 252px;
    background-size: auto 252px;
  }
  #navigation-wrapper {
    min-width: 300px;
  }
  .footer-block {
    width: 32%;
  }
  .footer-block.games {
    width: 32%;
  }
  .footer-block.games li {
    width: 98%;
  }
  .footer-block.games li:nth-child(10n) {
    margin-bottom: 20px;
  }
  .nav-phone-icon {
    position: absolute;
    top: 9px;
    right: 18px;
    font-size: 36px;
    cursor: pointer;
    z-index: 2000;
  }
  .nav-phone-wrap {
    background-color: #1d2a33;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    z-index: 2000;
    box-shadow: 7px -7px 5px 10px rgba(29,42,51,0.4);
    text-align: center;
    display: none;
  }
  .nav-phone-head {
    height: 70px;
    border-bottom: 1px solid #5e5e5e;
  }
  .nav-phone-head > .nav-phone-close {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin: 12px 0 0 20px;
    text-decoration: none;
    float: left;
    cursor: pointer;
  }
  .nav-phone-head > img {
    float: right;
    margin: 20px 15px 0 0;
    cursor: pointer;
  }
  .nav-phone-login {
    padding: 10px 0 0 0;
  }
  .nav-phone-login p {
    margin: 10px;
  }
  .nav-phone-login label {
    display: none;
  }
  .nav-phone-login input[type="text"],
  .nav-phone-login input[type="password"] {
    border: 1px solid #178c95;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 160px;
    margin: 0 0 0 1px;
    padding: 5px 10px;
    background-color: #fff;
  }
  .nav-phone-login input:-webkit-autofill {
    -webkit-text-fill-color: #1d2933 !important;
    -webkit-box-shadow: 0 0 0 30px #fff inset;
  }
  .nav-phone-login input[type="submit"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #a8c200;
    text-transform: uppercase;
    min-width: 84px;
    padding: 2px 30px 2px 30px;
    font-weight: bold;
    margin-top: 4px;
    border: 1px solid #a8c200;
    cursor: pointer;
  }
  .nav-phone-menu ul {
    padding: 0;
    list-style: none;
  }
  .nav-phone-menu li {
    font-size: 0.96em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    display: block;
  }
  .nav-phone-menu li > a {
    display: block;
    white-space: nowrap;
    color: #fff;
    padding: 10px 0 10px 0;
    text-decoration: none;
  }
  .nav-phone-menu li.active > a {
    color: #a8c200;
  }
  .nav-phone-menu li > a:hover {
    background-color: #a8c200;
    color: #fff;
  }
  .nav-phone-lang.nav-lang-list {
    position: relative;
    display: none;
  }
  .nav-phone-lang.nav-lang-list > a {
    padding: 4px 12px 4px 20px;
    text-decoration: none;
  }
  .nav-phone-lang.nav-lang-list > a > .country_text {
    display: inline-block;
    vertical-align: 2px;
    text-transform: initial;
    padding-left: 8px;
  }
  .nav-phone-submenu {
    border-top: 1px solid #5e5e5e;
    padding-top: 15px;
  }
  .nav-phone-submenu span {
    display: block;
  }
  .nav-phone-submenu span > a {
    text-transform: uppercase;
    color: #ddd;
    text-decoration: none;
    padding: 10px 0 10px 0;
    display: block;
  }
  .nav-phone-submenu span.active > a {
    color: #a8c200;
  }
  .nav-phone-submenu span > a:hover {
    background-color: #a8c200;
    color: #ddd;
  }
  #cookie_disclaimer {
    text-align:center;
    padding-top: 20px!important;
  }
  #cookie_disclaimer a.button,
  #cookie_disclaimer p.disclaimer_message
  {
    float: none!important;
  }
  #cookie_disclaimer a.button
  {
    margin: 0!important;
    position: unset;
    right: auto;
  }
  .post-filter-element {
    clear: both!important;
    width: 100%!important;
    margin-bottom: 10px;
  }
}
/* Tablet Breakpoint */
@media only screen and (min-width: 737px) {
  header .subnavigation {
    top: 72px;
  }

  .section-tabs-nav-items .section-tab-nav-item:first-child
  {
    margin-left:20px;
  }

  .post-filter-element
  {
    text-align: center!important;
    margin: auto;
    margin-left: -5px;
  }
  .post-filter-select-box
  {
    max-width: 100px;
  }

  header h1 {
    margin: 4px 0 0 0px;
  }
  /*nav li:first-child {*/
    /*display: none;*/
  /*}*/
  section#content {
    min-height: 570px;
    background-size: auto 300px;
  }
  #navigation-wrapper {
    max-width: 960px;
    min-width: 717px;
  }
  .footer-block {
    width: 24%;
  }
  .footer-block.games {
    width: 49%;
  }
  .footer-block.games li {
    width: 49%;
  }
  .nav-phone-wrap {
    display: none;
  }
}

@media only screen and (min-width: 737px) and (max-width: 999px) {

}

@media only screen and (min-width: 737px) and (max-width: 800px) {

}

@media only screen and (min-width: 737px) and (max-width: 755px) {


  nav li {
    margin: 0;
    font-size: 0.90em;
  }
}
