.no-mobile {
    display: none;
    touch-action: none;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#article_mobile {
    display: none;
}
html {
    scrollbar-width: none;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
}
::-webkit-scrollbar {
    background: transparent; /* Optional: just make scrollbar invisible */
    height: 0;
    width: 0; /* Remove scrollbar space */
}
body, html {
    background-color: #fbf1e3;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 20px;
    font-family: 'Lora', serif;
    height: 100%;
}
#content {
    background-color: #dfdfdf;
    height: 100%;
    width: 100%;
    touch-action: none;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    box-shadow: none;
}
A:link, A:visited, A:hover, A:active {
    text-decoration: none;
    color: #0459e7;
}
A:hover {
    text-decoration: underline;
    cursor: pointer;
}
a img {
    border: 0;
}
img {
    display: block;
}
h1, h2 {
    padding: 0;
    border: 0;
    margin: 0;
}
p {
    padding: 0;
    border: 0;
    margin: 0
}
li, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* INFO */
#article_holder {
    position: relative;
    width: 920px;
    margin-bottom: 65px;
    margin-left: auto;
    margin-right: auto;
}
#article_logo_holder {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #3c3c3c;
}
.article_logo_linedecortion {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: center; /* Added this to center the title and lines */
}
.article_logo_linedecortion::before {
    content: "";
    width: 56px; /* Here's the fixed width */
    height: 2px;
    font-size: 0;
    line-height: 0;
    margin-top: 8px;
    margin-right: 13px;
    background-color: #3c3c3c;
}
h1.article_logo_h1 {
    font-size: 92px;
    font-weight: 500;
    padding-top: 21px;
    line-height: 1;
}
h2.article_logo_h2 {
    font-size: 24px;
    line-height: 1;
    padding-top: 9px;
}
.article_logo_linedecortion::after {
    content: "";
    width: 56px; /* Here's the fixed width */
    height: 2px;
    font-size: 0;
    line-height: 0;
    margin-top: 8px;
    margin-left: 13px;
    background-color: #3c3c3c;
}
.article_headline {
    font-size: 22px;
    margin-top: 22px;
    font-weight: 600;
    display: block;
}
.article_text {
    margin-top: 22px;
    line-height: 30px;
    display: block;
    text-align: justify;
}
.article_image {
    width: 100%;
    margin: 0 auto;
    margin-top: 22px;
    border-radius: 20px;
}
ul.article_text_li {
    margin: 0;
    padding: 0;
    display: block;
}
li.article_text_li {
    display: block;
    margin-top: 22px;
    padding-left: 34px;
    text-align: justify;
    line-height: 30px;
    background-image: url('/media/golden_bullet.png');
    background-repeat: no-repeat;
    background-position: 14px 10px;
}
#subtitle_holder {
    background-color: #f6e4cc;
    border-bottom: 2px solid #e9d9c3;
    position: relative;
    padding: 26px 10px 27px 10px;
}
h1.subtitle_h1 {
    font-size: 34px;
    color: #3c3c3c;
    line-height: 36px;
    padding-top: 3px;
    font-weight: 600;
    text-align: center;
}
.contactus_holder {
    padding-top: 22px;
}
.contactus_form {
    background-color: #efdbbf;
    padding: 34px;
    border-radius: 20px;
}
.privacy a:link {
    color: #000;
    text-decoration: none;
}
.privacy a:visited {
    color: #000;
    text-decoration: none;
}
.privacy a:hover {
    color: #000;
    text-decoration: none;
}
.privacy a:active {
    color: #000;
    text-decoration: none;
}
/* FOOTER */
#footer_holder {
    position: absolute;
    background-color: #f6e4cc;
    height: auto;
    width: 100%;
}
#footer_assets {
    margin-top: 39px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
/* FOOTER NAV */
nav.footer_url_zone {
    text-align: center;
    margin: 0;
    padding: 0;
}
nav.footer_url_zone li {
    font-weight: 500;
    font-size: 22px;
    display: inline;
}
nav.footer_url_zone a {
    color: #000;
    display: inline-block;
    margin: 0 18px;
}
nav.footer_url_zone li {
    font-size: 22px;
    display: inline;
}
nav.footer_url_zone a {
    font-weight: 600;
    color: #000;
    display: inline-block;
    margin: 0 18px;
}
/* FOOTER SOCIAL */
.footer_social_assets {
    padding: 0;
    margin-top: 44px;
    margin-bottom: 100px;
    text-align: center;
    font-size: 0;
}
.footer_social_assets li {
    display: inline;
}
.footer_social_assets a {
    margin-right: 13px;
    margin-left: 13px;
    display: inline-block;
}
/* FOOTER BUTTONS */
nav.footer_icon_zone {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 90px;
    text-align: center;
    font-size: 0;
}
nav.footer_icon_zone li {
    display: inline;
}
nav.footer_icon_zone a {
    margin-right: 13px;
    margin-left: 13px;
    display: inline-block;
}
.footer_icon {
    background-color: #5c564f;
    border-radius: 50%;
    background-repeat: no-repeat;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    cursor: pointer;
    height: 57px;
    width: 57px;
    transition: 0.7s;
}
.footer_icon_twitter {
    background-position: 60% 54%;
    background-image: url("media/icon_twitter.png");
}
.footer_icon_facebook {
    background-position: 52% 98%;
    background-image: url("media/icon_facebook.png");
}
.footer_icon_bookmark {
    background-position: 50% 56%;
    background-image: url("media/icon_bookmark.png");
}
.footer_icon_games {
    background-position: 60% 50%;
    background-image: url("media/icon_games.png");
}
.footer_icon_mail {
    background-position: 50% 50%;
    background-image: url("media/icon_mail.png");
}
.footer_icon_twitter:hover {
    transition: 0.7s;
    background-color: #50aed5;
}
.footer_icon_facebook:hover {
    transition: 0.7s;
    background-color: #6081c4;
}
.footer_icon_bookmark:hover {
    transition: 0.7s;
    background-color: #f56d60;
}
.footer_icon_games:hover {
    transition: 0.7s;
    background-color: #f0901c;
}
.footer_icon_mail:hover {
    transition: 0.7s;
    background-color: #7eb14d;
}
/* AD
#b_160_left{
  display: none;
}
#b_300_left {
  z-index: 9;
  position: absolute;
  top: 7%;
  left: 12px;
  width: 300px;
  height: 600px;
}
*/
/* AD
@media (max-width: 1679px) {
  #b_300_left {
    display: none;
  }
  #b_160_left {
    display: block;
    z-index: 9;
    position: absolute;
    top: 7%;
    left: 12px;
    width: 160px;
    height: 600px;
  }
}
@media (max-width: 1366px) {
    #b_160_left {
        top: 8%;
    }
}
@media (max-width: 1280px) {
    #b_160_left {
        display: none;
    }
}*/
/* ###RESPONSIVE### */
/* On small devices, fill entire screen and hide rest of the page. */
@media (max-device-width: 1in), (max-device-height: 1in) {
    html {
        overflow: hidden;
    }
    html, body {
        padding: 0;
        margin: 0;
        touch-action: none;
        height: 100%;
    }
    #content {
        box-shadow: none;
        touch-action: none;
        position: absolute;
        z-index: 2;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .no-mobile {
        display: none;
        touch-action: none;
    }
}
@media (max-width: 991px) {
    #article_holder, #footer_assets {
        width: 764px;
    }
    .pipe {
        display: none
    }
    nav.footer_url_zone {
        padding-top: 6px;
    }
    nav.footer_url_zone li {
        display: block;
        padding-bottom: 22px;
    }
    nav.footer_url_zone_social_assets {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    #article_holder, #footer_assets {
        width: 630px;
    }
}
@media (max-width: 640px) {
    #article_holder, #footer_assets {
        width: 500px;
    }
}
@media (max-width: 525px) {
    #article_holder, #footer_assets {
        width: 434px;
    }
    .footer_social_buttons {
        transition: 0s;
    }
}
@media (max-width: 480px) {
    #article_holder, #footer_assets {
        width: 320px;
    }
    h1.article_logo_h1 {
        font-size: 85px;
        line-height: 1;
    }
    .footer_social_assets a {
        margin-right: 4px;
        margin-left: 4px;
    }
    .contactus_form {
        background-color: #fbf1e3;
        padding: 0;
    }
}