.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;
}
#content_mobile {
    display: none;
} 

::-webkit-scrollbar {
    background: transparent; 
    height: 0;
    width: 0; 
} 
html {
    scrollbar-width: none;
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
}
body, html {
    background-color: #f7f5ef;
    margin: 0;
    padding: 0;
    color: #39393c;
    font-size: 20px;
    font-family: 'Source Serif Pro', serif;
    height: 100%;
}
#content {
    background-color: #64687b;
    height: 100%;
    width: 100%;
    touch-action: none;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    box-shadow: none;
}
A:link {
    text-decoration: none;
    color: #df3102;
}
A:visited {
    text-decoration: none;
    color: #df3102;
}
A:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #df3102;
}
A:active {
    text-decoration: none;
    color: #df3102;
}
a img {
    border: 0;
}
img {
    display: block;
}
h1, h2 {
    padding: 0;
    border: 0;
    margin: 0;
}
p {
    padding: 0;
    border: 0;
    margin: 0
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* INDEX */
#article_home {
    position: relative;
    width: 974px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}
h1.article_header {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-top: 26px;
    padding-bottom: 16px;
}
.article_header_caption {
    text-align: center;
    font-style: italic;
    margin-bottom: 26px;
}
.article_text {
    padding-bottom: 16px;
    line-height: 26px;
    text-align: justify;
}
h2.article_text_title {
    font-size: 24px;
    padding-bottom: 16px;
    font-weight: 600;
}
ul.article_list {
    margin: 0;
    padding-left: 0px;
}
ul.article_list li:before {
    content: '';
    margin-left: -10px;
}
ul.article_list li {
    list-style-position: inside;
    list-style-type: disc;
    padding-bottom: 16px;
    text-align: justify;
}
.article_img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 16px;
}
/* SUBPAGES */
.privacy a:link {
    color: #39393c;
    text-decoration: none;
}
.privacy a:visited {
    color: #39393c;
    text-decoration: none;
}
.privacy a:hover {
    color: #39393c;
    text-decoration: none;
}
.privacy a:active {
    color: #39393c;
    text-decoration: none;
}
#sub_topliner {
    background-color: #64687b;
    height: 13px;
} /* FOOTER */
#footer_wrap {
    position: absolute;
    background-color: #808391;
    height: auto;
    width: 100%;
}
#footer_content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
/* FOOT SOCIALS */
nav.footer_btn_content {
    margin: 0;
    padding: 0;
    text-align: center;
}
nav.footer_btn_content li {
    display: inline;
}
nav.footer_btn_content a {
    margin-right: 18px;
    margin-left: 18px;
    display: inline-block;
}
.footer_btn {
    background-color: #ffffff;
    border-radius: 50%;
    background-repeat: no-repeat;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    cursor: pointer;
    margin-top: 57px;
    height: 57px;
    width: 57px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer_btn:hover {
    background-color: #4f556f;
}
.footer_btn_twitter {
    background-position: 60% 56%;
    background-image: url("img/icon-twitter.png");
}
.footer_btn_bookmark {
    background-position: 50% 48%;
    background-image: url("img/icon-bookmark.png");
}
.footer_btn_facebook {
    background-position: 48% 100%;
    background-image: url("img/icon-facebook.png");
}
/* FOOT LINKS */
nav.footer_list {
    text-align: center;
    padding-top: 42px;
    padding-bottom: 111px;
}
nav.footer_list li {
    font-weight: 600;
    font-size: 24px;
    display: inline;
}
nav.footer_list a {
    display: inline-block;
    margin-left: 22px;
    margin-right: 22px;
}
nav.footer_list a:link {
    color: #ffffff;
}
nav.footer_list a:visited {
    color: #ffffff;
}
nav.footer_list a:hover {
    color: #ffffff;
}
nav.footer_list a:active {
    color: #ffffff;
}
/* ADS*/
#b_160_left {
    display: none;
}
#b_300_left {
    z-index: 9;
    position: absolute;
    top: 7%;
    left: 12px;
    width: 300px;
    height: 600px;
}
/* ADS RESPONSIVE*/
@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### */
/* Fill the entire screen on small devices and hide the rest. */
@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_home, #footer_content {
        width: 764px;
    }
    nav.footer_list li {
        padding-bottom: 14px;
        padding-top: 14px;
        display: block;
    }
}
@media (max-width: 767px) {
    #article_home, #footer_content {
        width: 630px;
    }
}
@media (max-width: 640px) {
    #article_home, #footer_content {
        width: 500px;
    }
}
@media (max-width: 525px) {
    #article_home, #footer_content {
        width: 434px;
    }
}
@media (max-width: 480px) {
    h1.article_header {
        font-size: 30px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 16px;
    }
    #article_home, #footer_content {
        width: 320px;
    }
}