.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.no-mobile {
  display: none;
  touch-action: none;
}
#content_mobile {
  display: none;
}
body, html {
  margin: 0px;
  padding: 0px;
  font-family: 'Arimo', sans-serif;
  color: #303030;
  font-size: 16px;
  height: 100%;
  background-color: #fcf7e6;
}
#content {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  touch-action: none;
  position: relative;
  z-index: 2;
  background-color: #fcf6e0;
  background-image: url("assets/game_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
A:link {
  text-decoration: none;
}
A:visited {
  text-decoration: none;
}
A:hover {
  text-decoration: underline;
  cursor: pointer;
}
A:active {
  text-decoration: none;
}
a img {
  border: 0;
}
img {
  display: block;
}
h1, h2 {
  padding: 0;
  border: 0;
  margin: 0px;
}
p {
  padding: 0;
  border: 0;
  margin: 0px
}
li, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#wrapper {
  width: 100%;
  margin: 0px auto;
}
#fblike {
  position: absolute;
  z-index: 5;
  bottom: 80 px;
  top: 95%;
}
#bookmarkbut {
  display: none;
  resize: both;
  position: absolute;
  z-index: 6;
  bottom: 80 px;
  top: 95%;
  border: 0;
  padding-left: 12px;
}
#moregamesbut {
  display: none;
  resize: both;
  position: absolute;
  z-index: 6;
  bottom: 80 px;
  top: 95%;
  border: 0;
  padding-left: 12px;
}
#wrapper_howtoplay {
  border-top: 1px solid #a98d2e;
  z-index: 2;
  height: auto;
  width: 100%;
  position: absolute;
}
#section_howtoplay {
  width: 904px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#article_heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #956c45;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
}
.article_heading_line {
  display: flex;
  flex-basis: 100%;
  align-items: center;
}
.article_heading_line::before {
  content: "";
  flex-grow: 1;
  height: 4px;
  font-size: 0px;
  line-height: 0px;
  margin-left: 100px;
  margin-right: 15px;
  background-color: #956C45;
}
#article_heading_txt {
  float: left;
}
h1.article_heading_h1 {
  font-size: 35px;
}
.article_heading_line::after {
  content: "";
  flex-grow: 1;
  height: 4px;
  font-size: 0px;
  line-height: 0px;
  margin-right: 100px;
  margin-left: 15px;
  background-color: #956C45;
}
.article_chapter {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 22px;
  font-weight: bold;
  display: block;
}
.article_txt {
  margin-bottom: 16px;
  line-height: 22px;
  display: block;
  text-align: justify;
}
.article_txt A:link {
  color: #0257f2;
}
.article_txt A:visited {
  color: #0257f2;
}
.article_txt A:hover {
  color: #0257f2;
}
.article_txt A:active {
  color: #0257f2;
}
.article_txt_privacy {
  margin-bottom: 16px;
  line-height: 22px;
  display: block;
  text-align: justify;
  color: #303030;
}
.article_txt_privacy A:link {
  color: #303030;
}
.article_txt_privacy A:visited {
  color: #303030;
}
.article_txt_privacy A:hover {
  color: #303030;
  text-decoration: none;
}
.article_txt_privacy A:active {
  color: #303030;
}
ul.article_li {
  display: block;
  margin: 0;
  padding: 0;
}
li.article_li {
  padding-left: 22px;
  margin-right: 6px;
  padding-bottom: 16px;
  text-align: justify;
  line-height: 20px;
  background-image: url('/media/txt-bullet-flower.png');
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
li.article_li A:link {
  color: #ec6912;
}
li.article_li A:visited {
  color: #ec6912;
}
li.article_li A:hover {
  color: #ec6912;
}
li.article_li A:active {
  color: #ec6912;
}
.article_image {
  padding-bottom: 16px;
  width: 100%;
  margin: 0px auto;
}
#footer {
  border-top: 1px solid #cfa87f;
  background-color: #f2dfbb;
  height: auto;
  width: 100%;
  position: absolute;
}
#footer_section {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
nav.footer_navigation {
  margin: 0;
  padding: 0;
  text-align: center;
}
nav.footer_navigation li {
  font-weight: bold;
  font-size: 22px;
  display: inline;
}
nav.footer_navigation a {
  color: #303030;
  display: inline-block;
  padding: 16px;
}
nav.footer_navigation A:link {
  color: #303030;
}
nav.footer_navigation A:visited {
  color: #303030;
}
nav.footer_navigation A:hover {
  color: #303030;
}
nav.footer_navigation A:active {
  color: #303030;
}
nav.footer_buttons {
  margin: 0;
  padding: 0;
  text-align: center;
}
nav.footer_buttons li {
  display: inline;
}
nav.footer_buttons a {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
nav.footer_buttons li:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  -o-filter: brightness(110%);
  -ms-filter: brightness(110%);
}
.footer_icons {
  cursor: pointer;
  margin-top: 13px;
  margin-bottom: 75px;
  height: 75px;
  width: 75px;
  background-repeat: no-repeat;
  -webkit-background-origin: content-box;
  background-origin: content-box;
}
.footer_icon_facebook {
  background-image: url("media/facebook.png");
  background-color: #3f81ba;
  background-position: 50% 50%;
}
.footer_icon_twitter {
  background-image: url("media/twitter.png");
  background-color: #4ec0e2;
  background-position: 50% 50%;
}
.footer_icon_bookmark {
  background-image: url("media/bookmark-heart.png");
  background-color: #61b842;
  background-position: 50% 53%;
}
#wrapper_subpage {
  z-index: 2;
  height: auto;
  width: 100%;
  background-color: #fcf7e6;
  position: absolute;
}
.subpage_heading {
  position: relative;
  padding: 15px 10px 16px 10px;
  background-color: #fad981;
  border-bottom: 1px solid #c69e34;
}
#subpage_heading_txt {
  text-align: center;
  color: #6e4112;
  font-size: 29px;
  font-weight: bold;
}
.subpage_share {
  bottom: 18px;
  right: 17px;
  position: absolute;
}
#section_faq {
  width: 904px;
  margin-top: 25px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#section_contact {
  margin-top: 25px;
  margin-bottom: 30px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#section_contact_txt {
  background-color: #f9e1b8;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 19px;
  -webkit-appearance: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
/* ###BANNERS### */
#bannerleft_160, #bannerright_160 {
  display: none;
}
#bannerleft_300 {
  z-index: 9;
  position: absolute;
  top: 8.8%;
  left: 12px;
  width: 300px;
  height: 600px
}
#bannerright_300 {
  display: none;
}
@media (max-width: 1679px) {
  #bannerleft_300 {
    display: none;
  }
  #bannerleft_160 {
    display: block;
    z-index: 9;
    position: absolute;
    top: 8.8%;
    left: 12px;
    width: 160px;
    height: 600px
  }
}
@media (max-width: 1366px) {
  #bannerleft_160 {
    top: 8%;
  }
}
@media (max-width: 1279px) {
  #bannerleft_160 {
    display: none;
  }
}
/* ###RESPONSIVE### */
/* On small devices, fill the entire screen and hide the rest of the page. */
@media (max-device-width: 1in), (max-device-height: 1in) {
  html {
    /* Prevent scrollbars from causing a resize feedback loop. */
    overflow: hidden;
  }
  html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    touch-action: none;
  }
  #content {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    touch-action: none;
    position: absolute;
    z-index: 2;
  }
  .no-mobile {
    display: none;
    touch-action: none;
  }
}
@media (max-width: 991px) {
  #section_howtoplay, #footer_section, #section_faq {
    width: 764px;
  }
  .subpage_heading {
    height: auto;
  }
  .subpage_share {
    bottom: 4px;
    right: 0px;
    position: relative;
    text-align: center;
    padding-top: 18px;
  }
  .navigation_pipe {
    display: none
  }
  nav.footer_navigation {
    padding-bottom: 10px
  }
  nav.footer_navigation li {
    display: block;
  }
  .article_heading_line::before {
    margin-left: 30px;
  }
  .article_heading_line::after {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  #section_howtoplay, #footer_section, #section_faq, #section_contact {
    width: 630px;
  }
  /*#content, #bg{display: none;}

#content_mobile {
	width: 628px;
	margin: 0px auto;
	margin-top: 22px;
	margin-bottom: 22px;
	display: block;
}*/
  #article_heading {
    margin-top: 22px;
    margin-bottom: 16px;
    font-size: 30px;
  }
  h1.article_heading_h1 {
    font-size: 30px;
  }
  .article_heading_line::before {
    margin-left: 30px;
  }
  .article_heading_line::after {
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  #section_howtoplay, #footer_section, #section_faq, #section_contact /*, #content_mobile*/ {
    width: 500px;
  }
  #article_heading {
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 26px;
  }
  h1.article_heading_h1 {
    font-size: 26px;
  }
  .article_heading_line::before {
    margin-right: 12px;
    height: 3px;
    margin-left: 30px;
  }
  .article_heading_line::after {
    margin-left: 12px;
    height: 3px;
    margin-right: 30px;
  }
}
@media (max-width: 525px) {
  #section_howtoplay, #footer_section, #section_faq, #section_contact /*, #content_mobile*/ {
    width: 434px;
  }
  #article_heading {
    font-size: 24px;
  }
  h1.article_heading_h1 {
    font-size: 24px;
  }
  .article_heading_line::before {
    margin-right: 12px;
    margin-left: 18px;
  }
  .article_heading_line::after {
    margin-left: 12px;
    margin-right: 18px;
  }
}
@media (max-width: 480px) {
  #section_howtoplay, #footer_section, #section_faq, #section_contact /*, #content_mobile*/ {
    width: 320px;
  }
  #article_heading {
    font-size: 20px;
  }
  h1.article_heading_h1 {
    font-size: 20px;
  }
  .article_heading_line::before {
    margin-right: 8px;
    margin-left: 10px;
  }
  .article_heading_line::after {
    margin-left: 8px;
    margin-right: 10px;
  }
}