
body {
    margin: 0;
    font-weight: 300;
    -webkit-text-size-adjust: none;
}

div, header, section, ul, li, a, main {
    position: relative;
}

h1, h2, h3, h4, p {
    margin: 0;
}

a {
    cursor: pointer;
}

    a[name] {
        display: block;
        padding-top: 120px;
        margin-top: -120px;
        visibility: hidden;
        pointer-events: none;
        cursor: default;
    }
.email-container a[name] {
    visibility: visible;
    padding-top: 0;
    margin-top: 0;
}

img {
    border: none;
}

.pgw {
    width: 1440px;
    margin: 0 auto;
}

.clear {
    clear: both;
    float: none;
}

.gotop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1500;
    opacity: 0;
    width: 50px;
    font-size: 80px;
    transition: all 1s ease-out;
    cursor: pointer;
}

    .gotop.show {
        opacity: 1;
    }

    .gotop > img {
        width: 100%;
    }

.bgc {
    background: #C31F26;
    color: #fff;
}

.ftc, #body a.ftc {
    color: #000000;
}

.dsk {
}

.mob {
    display: none;
}

.stub {
    opacity: 0;
}

.fgray {
    color: #888;
}

.fullw {
    width: 100%;
}

.absmid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#chkmedia {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 1px;
    display: block;
}

#hsitetree {
    display: none;
}

#body {
    color: #333;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Roboto', sans-serif, Arial;
}

    #body a {
        color: #333;
        text-decoration: none;
    }

    #body.font-a {
        font-size: 14px;
    }

    #body.font-aa {
        font-size: 16px;
    }

    #body.font-aaa {
        font-size: 18px;
    }

.sfont {
    font-size: 80%;
}

.lfont {
    font-size: 150%;
}

.xlfont {
    font-size: 200%;
}

.xxlfont {
    font-size: 300%;
}

.bnrtxt {
    position: absolute;
    top: 15px;
    left: 40px;
}

.vmid {
    top: 50%;
    transform: translateY(-50%);
}

.dbx > em {
    background: rgba(88,88,88,0.5);
}

.b1x3 > em {
    display: block;
    position: absolute;
    width: 100%;
    height: 33.33%;
    left: 0;
}

    .b1x3 > em.b1 {
        top: 0;
    }

    .b1x3 > em.b2 {
        top: 33.33%;
    }

    .b1x3 > em.b3 {
        top: 66.66%;
    }

.b2x2 > em {
    display: block;
    position: absolute;
    width: 50%;
    height: 50%;
}

.b2x2.bl3 > em.b1 {
    top: 0;
    left: 0;
}

.b2x2.bl3 > em.b2 {
    bottom: 0;
    left: 0;
    background: rgba(33,33,33,0.5);
}

.b2x2.bl3 > em.b3 {
    bottom: 0;
    right: 0;
}

.b2x2.br3 > em.b1 {
    top: 0;
    right: 0;
}

.b2x2.br3 > em.b2 {
    bottom: 0;
    right: 0;
    background: rgba(33,33,33,0.5);
}

.b2x2.br3 > em.b3 {
    bottom: 0;
    left: 0;
}

.b2x2.tr3 > em.b1 {
    top: 0;
    left: 0;
}

.b2x2.tr3 > em.b2 {
    top: 0;
    right: 0;
    background: rgba(33,33,33,0.5);
}

.b2x2.tr3 > em.b3 {
    bottom: 0;
    right: 0;
}

.b3x3 > em {
    display: block;
    position: absolute;
    width: 33.33%;
    height: 33.33%;
}

    .b3x3 > em.b1, .b3x3 > em.b4, .b3x3 > em.b7 {
        left: 0;
    }

    .b3x3 > em.b2, .b3x3 > em.b5, .b3x3 > em.b8 {
        left: 33.33%;
    }

    .b3x3 > em.b3, .b3x3 > em.b6, .b3x3 > em.b9 {
        left: 66.66%;
    }

    .b3x3 > em.b1, .b3x3 > em.b2, .b3x3 > em.b3 {
        top: 0;
    }

    .b3x3 > em.b4, .b3x3 > em.b5, .b3x3 > em.b6 {
        top: 33.33%;
    }

    .b3x3 > em.b7, .b3x3 > em.b8, .b3x3 > em.b9 {
        top: 66.66%;
    }

.b3x3.bl3 > em.b2 {
    bottom: 0;
    left: 0;
    background: rgba(33,33,33,0.5);
}

.b3x3.bl3 > em.b3 {
    bottom: 0;
    right: 0;
}

#breadcrumb {
    margin-bottom: 30px;
    padding-right: 300px;
    z-index: 200;
}

    #breadcrumb > a {
        text-decoration: none;
        font-size: 100%;
        font-weight: 400;
    }

        #breadcrumb > a:hover:not(.sel) {
            text-decoration: underline;
            color: #c31f26;
        }

        #breadcrumb > a.sel {
            cursor: default;
        }

        #breadcrumb > a:before {
            content: " / ";
        }

        #breadcrumb > a:first-child:before {
            content: "";
        }

.prtbk #breadcrumb {
    padding-right: 100px;
}

#breadcrumb div.ico {
    position: absolute;
    top: 5px;
    right: 0;
}

    #breadcrumb div.ico div.icowrap {
        display: inline-block;
        vertical-align: bottom;
        padding: 0 15px 0 0;
        height: 24px;
    }

        #breadcrumb div.ico div.icowrap img.ico {
            margin-left: 8px;
            margin-top: 3px;
        }

    #breadcrumb div.ico img.ico {
        height: 15px;
        vertical-align: sub;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

    #breadcrumb div.ico img.fcbk {
        background-image: url(/images/icon-facebook-gray.png);
    }

        #breadcrumb div.ico img.fcbk:hover {
            background-image: url(/images/icon-facebook-red.png);
        }

    #breadcrumb div.ico img.lkin {
        background-image: url(/images/icon-linkedin-gray.png);
    }

        #breadcrumb div.ico img.lkin:hover {
            background-image: url(/images/icon-linkedin-red.png);
        }

    #breadcrumb div.ico img.twtr {
        background-image: url(/images/icon-twitter-gray.png);
    }

        #breadcrumb div.ico img.twtr:hover {
            background-image: url(/images/icon-twitter-red.png);
        }

    #breadcrumb div.ico img.email {
        background-image: url(/images/icon-email-gray.png);
    }

        #breadcrumb div.ico img.email:hover {
            background-image: url(/images/icon-email-red.png);
        }

    #breadcrumb div.ico img.cplk {
        background-image: url(/images/icon-link-gray.png);
    }

        #breadcrumb div.ico img.cplk:hover {
            background-image: url(/images/icon-link-red.png);
        }

    #breadcrumb div.ico img.what {
        background-image: url(/images/icon-whatsapp-gray.png);
    }

#breadcrumb .share_txt {
    font-size: 14px;
}

#breadcrumb div.ico img.ico.share {
    cursor: pointer;
}

    #breadcrumb div.ico img.ico.share + nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: none;
        z-index: 5;
    }

        #breadcrumb div.ico img.ico.share + nav > a {
            display: block;
            background: #eee;
            border-bottom: solid 1px #aaa;
            text-align: center;
            padding: 8px 0;
        }

#breadcrumb div.ico div.icowrap nav img {
    height: 24px;
}

#breadcrumb em.fa {
    font-size: 20px;
    margin: 0 5px 2px 15px;
    cursor: pointer;
}

#breadcrumb em.fa-bookmark-o.sel, #breadcrumb i.fa-bookmark-o:hover {
    color: #C31F26;
}

    #breadcrumb em.fa-bookmark-o.sel:before, #breadcrumb i.fa-bookmark-o:hover:before {
        content: "\f02e";
    }

#breadcrumb a.print {
}

#breadcrumb a.bkmk {
}
/* Top header */
.tophead { /*background:yellow; padding:0 0 8px 0;*/
}

    .tophead div.btmpad {
        width: 100%;
        height: 8px;
    }

    .tophead div.notice {
        width: 100%;
        background: #f4c242;
        padding: 50px 0;
        display: none;
    }

        .tophead div.notice .close {
            position: absolute;
            top: 0;
            right: 0;
            width: 2%;
            cursor: pointer;
        }

    .tophead div.logo {
        position: absolute;
        left: 0;
        top: 25%;
        height: 50%;
        width: 30%;
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url(/images/logo-HKICPA.svg);
    }

    .tophead img.logo {
        position: absolute;
        left: 0;
        top: 25%; /*height:50%;*/
        cursor: pointer;
    }

        .tophead img.logo.sm {
            display: none;
        }

    .tophead .afterlogo,
    .tophead .ktsmhead {
        display: none;
    }

    .tophead .fullw nav {
        width: 75%;
        color: #fff;
        padding: 0;
        margin: 0 0 0 25%;
        position: relative;
    }

    .tophead .tbmenu {
        width: 75%;
        margin: 15px 0 0 25%;
        table-layout: fixed;
    }

        .tophead .tbmenu td {
            vertical-align: top;
            text-align: center;
            position: relative;
            overflow: hidden;
            padding: 0 10px 10px 10px;
            font-weight: 500;
            font-size: 110%;
            cursor: pointer;
        }

            .tophead .tbmenu td > u {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 1px;
                transition: max-height 500ms ease;
                background: #ccc;
                height: 100%;
                max-height: 0; /*0*/
                display: block;
            }

            .tophead .tbmenu td:hover, .tophead .tbmenu td.sel {
                color: #C31F26;
            }

                .tophead .tbmenu td:hover > u, .tophead .tbmenu td.sel > u {
                    max-height: 100%;
                }

            .tophead .tbmenu td > u {
                transition: max-height 1000ms ease\9;
            }

            *::-ms-backdrop, .tophead .tbmenu td > u {
                transition: max-height 1000ms ease;
            }

            .tophead .tbmenu td:hover > u, .tophead .tbmenu td.sel > u {
                max-height: 300%\9;
                height: 300%\9;
            }

            *::-ms-backdrop, .tophead .tbmenu td:hover > u, .tophead .tbmenu td.sel > u {
                max-height: 300%;
                height: 300%;
            }

    .tophead .fullw {
        background: #fff;
    }

div.btfind {
    background: #000;
    height: 44px;
    width: 44px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 60;
}

    div.btfind img {
        position: absolute;
        height: 60%;
        top: 20%;
        left: 50%;
    }

.btfind img {
    transition: transform 400ms ease;
    transform: translateX(-50%);
}

    .btfind img.close {
        transform: translateX(-50%) scale(0,0);
    }

.btfind.open img.find {
    transform: translateX(-50%) scale(0,0);
}

.btfind.open img.close {
    transform: translateX(-50%) scale(1,1);
}

div.btbkmk {
    background: rgba(0,0,0,0.3);
    height: 44px;
    width: 44px;
    padding: 0;
    position: absolute;
    right: 44px;
    top: 0;
    cursor: pointer;
    z-index: 60;
}

    div.btbkmk img {
        position: absolute;
        height: 60%;
        top: 20%;
        left: 50%;
    }

.btbkmk img {
    transition: transform 400ms ease;
    transform: translateX(-50%);
}

    .btbkmk img.close {
        transform: translateX(-50%) scale(0,0);
    }

.btbkmk.open img.ico {
    transform: translateX(-50%) scale(0,0);
}

.btbkmk.open img.close {
    transform: translateX(-50%) scale(1,1);
}

.tophead .pgw > .dbx {
    position: absolute;
    right: 44px; /*88*/
    top: 0;
    height: 29.5px;
    z-index: 60;
}

    .tophead .pgw > .dbx img {
        height: 100%;
    }

.tbnotice {
    width: 95%;
}

    .tbnotice tr > * {
        vertical-align: top;
    }

    .tbnotice th {
        text-transform: uppercase;
        width: 150px;
        font-size: 36px;
        text-align: left;
        padding: 0 40px 0 70px;
        line-height: 1;
        border-right: solid 3px #333;
    }

        .tbnotice th > em.fa {
            position: absolute;
            top: 0;
            left: 0;
            font-size: 64px;
        }

    .tbnotice td {
        font-size: 120%;
        padding: 0 40px;
    }


.socialtb td {
    line-height: 1;
    padding: 12px 15px;
    position: relative;
    cursor: pointer;
}

    .socialtb td > u {
        display: block;
        position: absolute;
        left: 0;
        top: 20%;
        width: 1px;
        height: 60%;
        background: #333;
    }

#body.ie .socialtb tr > * > u {
    top: 8px;
    height: 27px;
}

.socialtb td:first-child > u {
    display: none;
}

.socialtb td.bhv.open, .socialtb td.bhv:hover {
    background: #333;
}

    .socialtb td.bhv.open + td > u, .socialtb td.bhv:hover + td > u {
        top: 0;
        height: 100%;
    }

.socialtb td.ico {
    padding-left: 40px;
}

#body.ie .socialtb td.ico.look {
    width: 135px;
}

#body.ie.font-aa .socialtb td.ico.look {
    width: 150px;
}

#body.ie.font-aaa .socialtb td.ico.look {
    width: 165px;
}

#body .socialtb td.ico > a {
    color: #fff;
}

.socialtb td.ico img {
    position: absolute;
    top: 11px;
    left: 15px;
    height: 45%;
}

.socialtb td.lnk {
    padding-left: 15px;
}

    .socialtb td.lnk a img {
        position: relative;
        top: 0px;
        left: 0px;
        height: 20px;
        vertical-align: middle;
        padding-right: 5px;
        border: none;
    }

.socialtb td img {
    height: 15px;
}

.socialtb td.multi {
    width: 132px\9;
}

.font-aaa .socialtb td.multi {
    width: 140px\9;
}

.socialtb td.multi img {
    margin-right: 10px;
    border: none;
}

    .socialtb td.multi img.last {
        margin-right: 0;
    }

.socialtb td > em.fa {
    color: #f4c242;
    font-size: 20px;
}

.socialtb td.drp {
    padding-right: 30px;
}

    .socialtb td.drp > img.darw {
        position: absolute;
        top: 18px;
        right: 15px;
        left: auto;
        width: 10px;
        height: auto;
        transform: rotate(180deg);
        transition: transform 700ms ease;
    }

    .socialtb td.drp.open > img.darw {
        transform: rotate(0deg);
    }

.tophead img.harw {
    position: absolute;
    left: 0;
    height: 8px;
    transform: translate(-50%,100%);
    transition: bottom 0.5s ease, transform 0.5s ease,top 0.5s ease;
}

    .tophead img.harw.sel {
        transform: translate(-50%,0);
    }

.tophead img.harw {
    bottom: -1px;
}

img.farw {
    position: absolute;
    left: 0;
    height: 8px;
    transform: translate(-50%,0);
    bottom: -1px;
}

#fixtop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

    #fixtop .bgc {
        overflow-y: visible;
        z-index: 50;
    }

    #fixtop > *:not(#ddmenu) {
        z-index: 350;
    }

    #fixtop .socialtb td {
        background: #C31F26;
    }

.ddsearch {
    width: 100%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 100%;
    left: 0;
    padding: 60px 0 40px 0;
    transform: translateY(-100%);
    transition: transform 1s ease,top 300ms ease-in;
}

#fixtop > div.ddsearch {
    z-index: 280 !important;
}

.ddsearch.go {
    transform: translateY(0);
}

.ddsearch div {
}

.ddsearch input {
    width: calc(100% - 50px);
    background: transparent;
    font-size: 40px;
    padding: 0;
    font-weight: 300;
    border: none;
    color: #fff;
    border-bottom: solid 1px #eee;
    outline: none;
}

.ddsearch > div > img {
    position: absolute;
    right: 10px;
    top: 25%;
    height: 50%;
    opacity: 0.7;
    cursor: pointer;
}

#body.smhead .tophead .ddsearch .pgw {
    padding: 0;
}

.tophead .fullw nav.font {
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    display: none;
}

.tophead .fullw nav.font {
    top: calc(100% + 10px)\9;
}

*::-ms-backdrop, .tophead .fullw nav.font {
    top: calc(100% + 10px);
}

.font-aa .tophead .fullw nav.font {
    top: calc(100% + 8px)\9;
}

*::-ms-backdrop, .font-aa .tophead .fullw nav.font {
    top: calc(100% + 8px);
}

.font-aaa .tophead .fullw nav.font {
    top: calc(100% + 6px)\9;
}

*::-ms-backdrop, .font-aaa .tophead .fullw nav.font {
    top: calc(100% + 6px);
}

nav.font > div {
    padding: 8px 30px 8px 15px;
    background: #eee;
    color: #333;
    cursor: pointer;
    border-bottom: solid 1px #999;
}

    nav.font > div:last-child {
        border-bottom: none;
    }

    nav.font > div:hover, nav.font.top > div.sel {
        background: #ccc;
    }


/* Bookmark layer */
div.lybkmk {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #eee;
    color: #333;
    transform: translateY(-100%);
    transition: transform 1s ease,top 300ms ease-in;
}

#fixtop > div.lybkmk {
    z-index: 280 !important;
}

div.lybkmk.go {
    transform: translateY(0);
}

div.lybkmk h3 {
    margin: 0 6% 5px 2%;
    padding: 15px 0;
    font-weight: normal;
    position: relative;
    border-bottom: solid 1px #333;
    font-size: 120%;
}

    div.lybkmk h3 p {
        top: 15px;
        right: 0;
        text-transform: uppercase;
        position: absolute;
    }

        div.lybkmk h3 p em {
            font-weight: bold;
        }

div.lybkmk ul {
    padding: 0;
    list-style-type: none;
    font-size: 120%;
    margin: 5px 2% 15px 0;
    max-height: 150px;
    overflow-y: scroll;
}

    div.lybkmk ul li {
        padding: 10px 0;
        width: 96%;
        margin-left: 2%;
        border-bottom: solid 1px #ccc;
    }

div.lybkmk > p {
    margin: 15px 18px;
    font-size: 150%;
}

    div.lybkmk > p > em.fa {
        cursor: pointer;
    }

.smtopbkmk {
    display: none;
    cursor: pointer;
}

#dsklybkmk {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(0);
}


/* Small header */
#body.smhead .tophead {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

    #body.smhead .tophead .pgw {
        padding-top: 30px;
    }

        #body.smhead .tophead .pgw > .bgc {
            display: none;
        }

    #body.smhead .tophead div.logo {
        width: 15%;
        background-image: url(/images/ico-cpalogo.png);
    }

    #body.smhead .tophead img.logo {
        display: none;
    }

        #body.smhead .tophead img.logo.sm {
            display: block;
            height: 50%;
        }

    #body.smhead .tophead .afterlogo,
    #body.smhead .tophead .ktsmhead {
        display: inline-block;
    }

    #body.smhead .tophead .tbmenu {
        width: calc(85% - 88px);
        margin: 0 0 0 12%;
    }

    #body.smhead .tophead .pgw > .dbx {
        right: 44px;
    }

    #body.smhead .tophead .fullw .pgw > .dbx > em {
        background: #D31F26;
    }

        #body.smhead .tophead .fullw .pgw > .dbx > em.b2 {
            background: #631F26;
        }

#body.smhead .smtopbkmk {
    display: block;
    position: absolute;
    top: 30px;
    right: 80px;
    height: 25%;
}

    #body.smhead .smtopbkmk > img {
        height: 100%;
    }

        #body.smhead .smtopbkmk > img.ico, #body.smhead .smtopbkmk > img.close {
            position: absolute;
            top: 0;
            left: 50%;
            height: 100%;
            transform: translateX(-50%);
            transition: transform 400ms ease;
        }

        #body.smhead .smtopbkmk > img.close {
            transform: translateX(-50%) scale(0,0);
        }

    #body.smhead .smtopbkmk.open img.ico {
        transform: translateX(-50%) scale(0,0);
    }

    #body.smhead .smtopbkmk.open > img.close {
        transform: translateX(-50%) scale(1,1);
    }

#body.smhead .tophead div.btbkmk {
    display: none;
}

/* Footer */
#tbfoot {
    width: 100%;
    margin-bottom: 25px;
}

    #tbfoot td {
        border-left: solid 1px #ccc;
        padding: 25px 20px 0 20px;
        vertical-align: top;
        text-align: left;
        box-sizing: border-box;
        width: 33%;
    }

        #tbfoot td:last-child {
            width: 34%;
        }

    #tbfoot .lv3 {
        display: none;
    }

    #tbfoot a {
        display: block;
        margin-bottom: 10px;
        text-decoration: none;
    }

        #tbfoot a:hover {
            text-decoration: underline;
        }

        #tbfoot a.lv1 {
            font-size: 110%;
            font-weight: 500;
            color: #C31F26;
        }

        #tbfoot a.lv2 {
            color: #757575;
            font-weight: 400
        }

        #tbfoot a:hover.lv2 {
            color: #C31F26;
        }

        #tbfoot a > * {
            display: none;
        }

#btmfoot > div {
    padding: 20px;
    color: #fff;
}

    #btmfoot > div > nav {
        margin-bottom: 10px;
    }

        #btmfoot > div > nav a {
            margin-right: 25px;
            font-weight: 400;
            color: #fff;
            text-decoration: none;
        }

            #btmfoot > div > nav a:hover {
                text-decoration: underline;
            }

#btmfoot .btmstb {
    background: #ccc;
    position: relative;
}

#btmfoot nav.font {
    position: absolute;
    bottom: 100%;
    margin: 0;
    padding: 0;
    display: none;
}

#btmfoot img.farw {
    top: -1px;
    bottom: auto;
    transform: rotate(180deg) translate(50%);
}

#btmfoot .socialtb td.ct > em.fa {
    color: inherit;
    font-size: inherit;
}

#btmfoot .socialtb td.drp > img.darw {
    top: 15px;
}

#btmfoot div.lybkmk {
    bottom: 100%;
    top: auto;
    width: 100%;
}

#dbtmsocials {
    text-align: center;
    margin-bottom: 20px;
}

    #dbtmsocials a {
        transition: all 0.3s ease-out;
        display: inline-block;
        width: 60px;
        height: 60px;
        margin-right: 15px;
        background: #C31F26;
        border-radius: 60px;
        border: 2px solid #C31F26;
    }

        #dbtmsocials a:hover {
            background: #ffffff;
        }

        #dbtmsocials a#footer-social-FB > img {
            background-image: url('/images/icon-facebook-white.png');
            background-size: 100%;
        }

        #dbtmsocials a#footer-social-FB:hover > img {
            background-image: url('/images/icon-facebook-red.png');
        }

        #dbtmsocials a#footer-social-LI > img {
            background-image: url('/images/icon-linkedin-white.png');
            background-size: 100%;
        }

        #dbtmsocials a#footer-social-LI:hover > img {
            background-image: url('/images/icon-linkedin-red.png');
        }

        #dbtmsocials a#footer-social-3 > img {
            background-image: url('/images/icon-ig-white.png');            
            background-size: 100%;
        }

        #dbtmsocials a#footer-social-3:hover > img {
            background-image: url('/images/icon-ig-red.png');
            
        }

        #dbtmsocials a#footer-social-4 > img {
            background-image: url('/images/icon-youtube-white.png');
            background-size: 100%;
        }

        #dbtmsocials a#footer-social-4:hover > img {
            background-image: url('/images/icon-youtube-red.png');
        }

        #dbtmsocials a#footer-social-5 > img {
            background-image: url('/images/icon-wechat-white.png');
            background-size: 100%;
        }

        #dbtmsocials a#footer-social-5:hover > img {
            background-image: url('/images/icon-wechat-red.png');
        }

        #dbtmsocials a:hover {
            background: #ffffff;
        }

        #dbtmsocials a:hover {
            background: #ffffff;
        }

        #dbtmsocials a > img {
            position: absolute;
            top: 25%;
            left: 50%;
            height: 50%;
            transform: translateX(-50%);
            border: none;
        }

#copytxt {
    font-weight: 400
}

#acceptCookieBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ccc;
    box-sizing: border-box;
    z-index: 500;
}

    #acceptCookieBar > div > div {
        color: #333;
    }

#ckpolicy {
    width: 70%;
    float: left;
}

    #ckpolicy a {
        text-decoration: underline;
    }

#nock {
    float: right;
    padding: 10px;
    width: 10%;
    text-align: center;
    cursor: pointer;
}

    #nock:hover {
        color: #C31F26;
    }

#allowck {
    float: right;
    padding: 10px;
    border-radius: 10px;
    background: #C31F26;
    color: #fff;
    width: 10%;
    cursor: pointer;
    text-align: center;
}

    #allowck:hover {
        color: #ccc;
    }

/* body */
#body main {
    padding-top: 180px;
}

/* Layers */
#gmask, .glayer {
    transition: opacity 500ms ease;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#gmask {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 5000;
}

    #gmask.on {
        opacity: 1;
    }

.glayer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6000;
}

    .glayer.on {
        opacity: 1;
    }

    .glayer .close {
        position: absolute;
        top: 50px;
        left: 50px;
        width: 30px;
        cursor: pointer;
    }

#fmlogin {
    display: block;
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    #fmlogin > div {
    }

    #fmlogin input {
        width: 100%;
        font-size: 20px;
        padding: 15px;
        box-sizing: border-box;
        font-weight: 300;
        border: none;
        margin-bottom: 15px;
    }

    #fmlogin a {
        display: block;
        color: #fff;
        margin-bottom: 5px;
    }

    #fmlogin > div#login-button input {
        width: 25%;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
        font-weight: 200;
        border: none;
        margin-bottom: 15px;
        margin-top: 15px;
        cursor: pointer;
    }

    #fmlogin > div#login-button:hover input {
        color: #ffffff;
        background-color: #c31f26;
    }

    #fmlogin > div.error {
        color: #c31f26;
        padding: 10px 0 25px 0;
    }


/* ==========================================================================
    Desktop not wider than pgw
============================================================================= */
@media only screen and (max-width:1440px) {
    .pgw {
        width: 95%;
    }

    .tophead img.logo {
        transform: translateX(7%);
    }

        .tophead img.logo.sm {
            transform: translateX(25%);
        }
}
