/* > 1100px */
.topbar {
    padding-right: 18px;
    z-index: 4;
    border-bottom: 2px solid #eedc8b;
    width: 100vw;
    height: 79px;
    margin: auto;
    position: fixed;
    background: rgb(30, 30, 30);
}
.topbar .nav {
    min-width: 960px;
    max-width: 960px;
    width: auto;
    height: 100%;
    margin: auto;
    position: relative;
}
.topbar .vspace {
    height: 8px;
}
.topbar .logo {
    float: left;
    width: 36%;
} /* 120 276 */
.topbar .logoimg {
    width: 155px;
    height: 61px;
    margin: auto auto auto 0;
    position: relative;
    cursor: pointer;
}
.topbar .btn0 {
    display: block;
    float: left;
}
.topbar .btn1,
.topbar_detail_mask .btn1 {
    line-height: 30px;
    padding: 25px 0px;
    float: left;
}
.topbar .tbhspace1,
.topbar_detail_mask .tbhspace1 {
    width: 30px;
    height: 20px;
    float: left;
}
.topbar .link,
.topbar_detail_mask .link {
    cursor: pointer;
    line-height: 30px;
    vertical-align: middle;
    display: block;
    margin: auto auto auto 0;
    position: relative;
}
.topbar .hspace1 {
    width: 3%;
    float: left;
}
.topbar .btn3,
.topbar_detail_mask .btn3 {
    float: right;
    height: 100%;
    width: 130px;
}
.topbar .lang1 {
    width: 57px;
    height: 30px;
    float: left;
    margin: 0px;
    padding: 0px;
}
.topbar .vspace5,
.topbar_detail_mask .vspace5 {
    height: 27%;
}
#lang2 {
    height: 23px;
    background: url(https://f06953.claudeassets.com/20200705005010im_/http://golddeluxephil.com/base/images/select_arrow.jpg) no-repeat right #1a1717;
    border: 0;
}
.topbar_detail_mask {
    top: 0;
    position: fixed;
    z-index: 3;
    width: 100vw;
}
.detail-mask {
    display: none;
    height: calc(100% - 79px);
    width: 100%;
    background: #111;
    opacity: 0.9;
    top: 79px;
    left: 0px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.box-shadow-bg {
    display: block;
    float: right;
    margin: 20px 15px 0px 0px;
    border: 1px solid #eedc8b;
    border-radius: 2px;
    height: 38px;
    width: 40px;
}
.box-shadow-menu {
    margin: 5px;
    position: relative;
    padding-left: 1.25em;
}
.box-shadow-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 2em;
    height: 0.2em;
    background: #eedc8b;
    box-shadow: 0 0.5em 0 0 #eedc8b, 0 1em 0 0 #eedc8b;
}
.box-shadow-menu.changed:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 2em;
    height: 0.2em;
    background: initial;
    box-shadow: none;
}

@media only screen and (max-width: 1100px) {
    .topbar {
        z-index: 4;
        border-bottom: 2px solid #eedc8b;
        width: 100vw;
        height: 79px;
        margin: auto;
        position: fixed;
        background: rgb(30, 30, 30);
    }
    .topbar .nav {
        min-width: auto;
        max-width: none;
        width: 95vw;
        height: 79px;
        margin: auto;
        position: relative;
    }
    .topbar .vspace {
        height: 8px;
    }
    .topbar .logo {
        float: left;
        width: 160px;
    }
    .topbar .logoimg {
        width: 155px;
        height: 61px;
        margin: auto auto auto 0;
        position: relative;
        cursor: pointer;
    }
    .topbar .btn0 {
        display: none;
        float: left;
    }
    .topbar .btn1,
    .topbar_detail_mask .btn1 {
        line-height: 30px;
        padding: 25px 25px 25px 0px;
        float: left;
    }
    .topbar .tbhspace1,
    .topbar_detail_mask .tbhspace1 {
        width: 30px;
        height: 0px;
        float: left;
    }
    .topbar .link,
    .topbar_detail_mask .link {
        cursor: pointer;
        line-height: 30px;
        vertical-align: middle;
        display: block;
        margin: auto auto auto 0;
        position: relative;
    }
    .topbar .hspace1 {
        width: 3%;
        float: left;
    }
    .topbar .btn3,
    .topbar_detail_mask .btn3 {
        float: right;
        height: 100%;
        width: 130px;
    }
    .topbar .lang1 {
        width: 57px;
        height: 30px;
        float: left;
        margin: 0px;
        padding: 0px;
    }
    .topbar .vspace5,
    .topbar_detail_mask .vspace5 {
        height: 26%;
    }
    #lang2 {
        height: 23px;
        background: url(https://f06953.claudeassets.com/20200705005010im_/http://golddeluxephil.com/base/images/select_arrow.jpg) no-repeat right #1a1717;
        border: 0;
    }
    .topbar_detail_mask {
        position: fixed;
        z-index: 3;
        width: 100vw;
    }
    .detail-mask {
        display: none;
        height: 81px;
        width: 100%;
        background: #111;
        opacity: 0.9;
        top: 79px;
        left: 0px;
        padding-left: 20px;
        padding-bottom: 0px;
    }
    .box-shadow-bg {
        display: block;
        float: right;
        margin: 20px 15px 0px 0px;
        border: 1px solid #eedc8b;
        border-radius: 2px;
        height: 38px;
        width: 40px;
    }
    .box-shadow-menu {
        margin: 5px;
        position: relative;
        padding-left: 1.25em;
    }
    .box-shadow-menu:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.25em;
        width: 2em;
        height: 0.2em;
        background: #eedc8b;
        box-shadow: 0 0.5em 0 0 #eedc8b, 0 1em 0 0 #eedc8b;
    }
    .box-shadow-menu.changed:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.25em;
        width: 2em;
        height: 0.2em;
        background: initial;
        box-shadow: none;
    }
}

@media only screen and (max-width: 500px) {
    .topbar {
        z-index: 4;
        border-bottom: 2px solid #eedc8b;
        width: 100vw;
        height: 79px;
        margin: auto;
        position: fixed;
        background: rgb(30, 30, 30);
    }
    .topbar .nav {
        min-width: auto;
        max-width: none;
        width: auto;
        height: 79px;
        margin: auto;
        position: relative;
    }
    .topbar .vspace {
        height: 8px;
    }
    .topbar .logo {
        float: left;
        width: 36%;
    } /* 120 276 */
    .topbar .logoimg {
        width: 155px;
        height: 61px;
        margin: auto auto auto 0;
        position: relative;
        cursor: pointer;
    }
    .topbar .btn0 {
        display: none;
        float: left;
    }
    .topbar .btn1,
    .topbar_detail_mask .btn1 {
        line-height: 10px;
        padding: 10px 20px;
        float: none;
    }
    .topbar_detail_mask .btn1:hover {
        background: #444;
    }
    .topbar .tbhspace1,
    .topbar_detail_mask .tbhspace1 {
        width: 30px;
        height: 0px;
        float: none;
    }
    .topbar .link,
    .topbar_detail_mask .link {
        cursor: pointer;
        line-height: 30px;
        vertical-align: middle;
        display: block;
        margin: auto auto auto 0;
        position: relative;
    }
    .topbar .hspace1 {
        width: 3%;
        float: left;
    }
    .topbar .btn3 {
        float: right;
        margin: auto auto 20px 20px;
        height: 100%;
        width: 130px;
    }
    .topbar .lang1 {
        width: 57px;
        height: 30px;
        float: left;
        margin: 0px;
        padding: 0px;
    }
    .topbar_detail_mask .btn3 {
        float: none;
        margin: auto auto 20px 20px;
        height: 100%;
        width: 130px;
    }
    .topbar .lang1 {
        width: 57px;
        height: 30px;
        float: left;
        margin: 0px;
        padding: 0px;
    }
    .topbar .vspace5,
    .topbar_detail_mask .vspace5 {
        height: 27%;
    }
    #lang2 {
        height: 23px;
        background: url(https://f06953.claudeassets.com/20200705005010im_/http://golddeluxephil.com/base/images/select_arrow.jpg) no-repeat right #1a1717;
        border: 0;
    }
    .topbar_detail_mask {
        position: fixed;
        z-index: 3;
        width: 100vw;
    }
    .detail-mask {
        display: none;
        height: calc(100% - 79px);
        width: 100%;
        background: #111;
        opacity: 0.9;
        top: 79px;
        left: 0px;
        /* overflow-y:scroll; */
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .box-shadow-bg {
        display: block;
        float: right;
        margin: 20px 15px 0px 0px;
        border: 1px solid #eedc8b;
        border-radius: 2px;
        height: 38px;
        width: 40px;
    }
    .box-shadow-menu {
        margin: 5px;
        position: relative;
        padding-left: 1.25em;
    }
    .box-shadow-menu:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.25em;
        width: 2em;
        height: 0.2em;
        background: #eedc8b;
        box-shadow: 0 0.5em 0 0 #eedc8b, 0 1em 0 0 #eedc8b;
    }
    .box-shadow-menu.changed:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.25em;
        width: 2em;
        height: 0.2em;
        background: initial;
        box-shadow: none;
    }
}

/*
     FILE ARCHIVED ON 20:54:25 Jun 15, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:08:37 Sep 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.437
  exclusion.robots: 0.048
  exclusion.robots.policy: 0.038
  esindex: 0.007
  cdx.remote: 9.685
  LoadShardBlock: 56.106 (3)
  PetaboxLoader3.datanode: 85.289 (4)
  PetaboxLoader3.resolve: 419.79 (2)
  load_resource: 457.426
*/