@charset "UTF-8";

.mobile {
    display: block;
}

.wideSite {
    display: none;
}
.terms_content{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}
.shadow12 {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .12);
    border: 1px solid rgba(0, 0, 0, .16);
}

.shadow6 {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .08);
}

.radius {
    border-radius: 2px;
    overflow: hidden;
}

.btn {
    width: auto;
    min-width: 64px;
    padding: 0 16px;
    line-height: 44px;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
}

body {
    font-size: 14px;
    line-height: 22px;
    color: #616161;
    overflow-x: hidden !important;
    background-color: #f5f5f5;
}

a {
    display: block;
    color: inherit;
}

img {
    vertical-align: bottom;
}

hr {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    width: calc(100% - 16px);
    margin: 1em auto;
}

.terms_content h2 {
    font-size: 24px;
    line-height: 3;
    font-weight: bolder;
}

.terms_content h3 {
    font-size: 20px;
    line-height: 3;
    font-weight: bolder;
}

.terms_content p {
    font-size: 16px;
    line-height: 2;
}

.terms_content p.font12 {
    font-size: 12px;
    line-height: 18px;
}

.terms_content p.font24 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}

.terms_content p.bold {
    font-weight: 900;
    margin-bottom: 8px;
}

.terms_content p.secText {
    margin: 16px 16px 8px;
}

.colorBlack {
    color: #000;
}

.colorPink {
    color: #FE7A5E;
}

.colorRed {
    color: #C64A33;
}
.colorGray{
    color: #BDBDBD;
}

.colorBold {
    font-weight: bold;
}

span.overage {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
}

span.currency {}

span.alingSpace {
    margin-left: 1em;
    display: inline-block;
    max-width: calc(100% - 5em);
    vertical-align: top;
}

span.alingRight {
    float: right;
    clear: both;
    margin-top: -2px;
}

.lineHeight14px12 {
    line-height: 26px;
}

.twoLineText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 3em;
}

p.twoLineText {
    max-height: 3.5em;
}

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

/* 表單物件 radio */
.radio {
    display: inline-block;
    white-space: nowrap;
}

.radio input {
    display: none;
}

.radio input+label {
    cursor: pointer;
    position: relative;

}

.radio label:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: -6px;
    bottom: -4px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background-image: url(../images/icon_status_success_gray.png);
    background-size: cover;

}

.radio input:checked+label:before {
    background-image: url('../images/icon_status_success.png');
}

/* 表單物件 radio */

#wrap {
    position: relative;
    left: -300px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    display: table;
    width: calc(100vw + 300px);
    /*  min-height: 100vh;*/
}

#wrap.active {
    left: 0px;
    width: 100vw;
    overflow-x: hidden;
}

#wrap.active header {
    left: 300px;
}

#wrap.active #navOverlay {
    display: table-cell;
}

#wrap.active #navigator {
    height: 905px;
}

#wrap.active #main {
    position: fixed;
}

#navigator {
    width: 300px;
    background-color: #212121;
    display: table-cell;
    margin-right: -4px;
    vertical-align: top;
    position: relative;
}

#navigator nav {
    font-size: 16px;
    line-height: 24px;
    color: #EEEEEE;
    background-color: #212121;
    position: absolute;
    width: 300px;
    /*  height: 100%;*/
    z-index: 999;
    /*  min-height: 100vh;*/
}

#navigator ul {
    list-style-type: none;
    padding-left: 0;
    border-top: 1px solid #000;
}

#navigator ul li {
    padding: 16px;
}

#navigator ul li.active {
    background-color: #424242;
}

#navigator ul li a {}

#navigator #logOut {
    padding: 10px 16px;
    float: right;
    display: inline-block;
}

#navigator #logOut .btn {
    background-color: #FDC61D;
    color: #584819;
}

#navigator #memberArea #logIn {
    background-image: url(../images/bg_member.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: auto;
}

#navigator #memberArea #logIn .header {
    margin: 36px 0px 24px 16px
}

#navigator #memberArea #logIn .thumb {
    width: 64px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 12px;
}

#navigator #memberArea #logIn .rightTextArea {
    display: inline-block;
    vertical-align: middle;
}

#navigator #memberArea #logIn h3 {
    font-size: 18px;
    line-height: 26px;
}

#navigator #memberArea #logIn p {}

#navigator #memberArea #logIn .content {
    font-size: 14px;
    line-height: 22px;
    margin: 16px;
    text-align: right;
}

#navigator #memberArea ul#memberList {}

#navigator #memberArea ul#memberList li {}

#navigator #memberArea ul#memberList li#btnMain {
    background-image: url(../images/icon_nav_main.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 268px center;
}

#navigator ul#links {}

#navigator ul#hotLinks {
    /*  min-height: 352px;*/
}

#navOverlay {
    width: 100%;
    height: 100%;
    display: none;
    vertical-align: top;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 300px;
    top: 0;
    z-index: 998;
    min-height: 905px;
}

#main {
    width: 100vw;
    padding: 60px 0 0;
    background: #F5F5F5;
    display: table-cell;
    vertical-align: top;
}

header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #FFF;
    /*border-bottom:1px solid #979797;*/
    z-index: 99;
    /*-webkit-transition: all 300ms;
    transition: all 300ms;*/
}

header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1px;
    background-color: #DDDCDF;
}

header img {}

header #ham {
    position: absolute;
    height: 48px;
    top: calc(50% - 24px);
    left: 0;
}

header #logo {
    background-image: url(../images/brand_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 140px;
    height: 36px;
    margin: 12px auto 11px;
    display: block;
    font-size: 0;
}

header #searchBar {
    position: absolute;
    height: 48px;
    top: calc(50% - 24px);
    right: 0;
}

header #searchInput {
    padding: 0px .5em 0 50px;
    box-sizing: border-box;
    border: 0px;
    border-radius: 2px;
    position: absolute;
    height: 36px;
    top: 12px;
    right: 12px;
    width: calc(100% - 60px);
    background-color: #F5F5F5;
    background-image: url(../images/bg_search.png);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: 5% center;
}

header #searchInput::-ms-clear {
    display: none;
}

section {
    background: #FFF;
}

section.oneCol {
    margin: 16px 8px;
}

section.threeCol {
    display: inline-block;
    width: calc(33.33% - 6px);
    margin: 0 0 4px;
    text-align: center;
    vertical-align: top;
    white-space: normal;
}

.threeColBox {
    margin: 24px 8px 8px;
    /*text-align: justify;*/
    position: relative;
}

section.full {
    /*  overflow: auto;*/
    overflow: hidden;

}

section.topPop {
    background-color: #FE7A5E;
    color: #FFF;
    background-image: url(../images/icon_more_right.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: calc(100% - 24px) center;
    margin-top: -76px;
    -webkit-transition: all 1s .5s;
    transition: all 1s .5s;
}

section.topPop.active {
    margin-top: 0;
    padding: 12px 16px;
}

section.topPopMGM {
    margin-top: -272px;
    -webkit-transition: all 1s .5s;
    transition: all 1s .5s;
    padding: 12px 12px 8px;
}

section.topPopMGM.active {
    margin-top: 0;
}

section.topPopMGM .header72 {
    margin: 0;
}

section.topPopMGM form,
section.topMyMoney form {
    margin-top: -28px;
}

section.topPopMGM .btnBox,
section.topMyMoney .btnBox {
    margin-top: -16px;
}

.headerOutside {
    margin: 8px;
}

section.mgm {
    text-align: center;
}

section.closed {
    position: relative;
}

section.closed .closedOverlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    color: #FFF;
    width: 100%;
    height: 100%;
}

section.closed .closedOverlay p {
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: calc(50% - 13px);
}

section .header {
    margin: 16px 12px;
}

section .header72 {
    margin: 12px 12px 8px;
}

section .header100P {
    margin: 8px;
}

section .thumb {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

section .header72 .thumb {
    width: 72px;
    height: 72px;
    margin-right: 8px;
    vertical-align: middle;
}

section .header100P .thumb {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

section .header .payStatus {
    float: right;
    height: 24px;
    line-height: 24px;
}

section .header .payStatus img {
    height: 1.2em;
    vertical-align: sub;
    margin-left: 8px;
}

section .rightTextArea {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
}

section.topPop .rightTextArea {
    width: calc(100% - 112px);
}

section ul.checkIcon .rightTextArea {
    width: calc(100% - 172px);
}

.treasureList section .rightTextArea p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 18em;
}

section .bottomTextArea {
    margin: 12px 12px 8px;
    position: relative;
}

.bottomTextAreaAddMargin {
    margin-bottom: 16px !important;
}

.bottomTextAreaAddPadding {
    padding-bottom: 24px;
}

section .bottomTextArea .payBox {
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
}

section .bottomTextArea .payBox img {
    width: 48px;
    display: block;
    margin: 0 auto;
}

section .fullTextArea {
    padding: 24px;
}

section.topPop .fullTextArea {
    margin: 0;
    padding: 0;
}

section ul.secList {
    margin: 0 16px;
}

section ul.secList li {
    border-bottom: 1px solid #E0E0E0;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
}

section ul.secList .header72 {
    margin: 16px 0 12px;
}

section ul.secList li .bottomTextArea {
    margin: 12px auto 16px;
}

section ul.secList li img.check {
    width: 48px;
    position: absolute;
    top: 24px;
    right: 24px;
}

section ul.secList li h3 {
    margin: 0;
}

section ul .mdlEmail,
section ul .mdlAdd {
    height: 48px;
    margin-top: -28px;
}

section h3 {
    display: inline-block;
}

.headerOutside h3 {
    color: #7C6E44;
}

section .rightTextArea h3 {
    /*margin-bottom: 8px;*/
    display: block;
}

section .header100P h3 {
    margin: 8px 0;
    height: 48px;
}

section.threeCol p {
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 3em;
}

section .content {
    text-align: right;
}

section .imgV {
    width: 100%;
}

section .imgH {
    display: inline-block;
    width: 49.5%;
}

section .imgH:first-child {
    margin-right: 1%;
}

section .video {
    width: 100%;
}

section .sources {
    display: inline-block;
    margin: 0 12px 12px 0;
}

section .sources p {
    display: inline-block;
    line-height: 20px;
    background-color: #FDC61D;
    color: #FFF;
    padding: 0 8px;
    border-radius: 2px;
}

section .sources img.plat {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}

section .videoBox iframe {
    width: 96vw;
    height: 54vw;
    display: block;
    margin: 0 auto;
}

section .rate {
    display: inline-block;
    margin: 8px 12px 8px 0;
}

section .rightTextArea .rate {
    margin: 0;
}

section .rate p {
    display: inline-block;
    margin-right: 8px;
}

section .rate .starBox {
    display: inline-block;
}

section .rate .stars {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-size: cover;
}

section .rate .star {
    background-image: url(../images/icon_rate_star.png);
}

section .rate .starGray {
    background-image: url(../images/icon_rate_starGray.png);
}

section .btnBox {
    margin: 8px 0 12px;
    text-align: left;
}

section ul.secList .btnBox {
    margin: 8px -12px 12px;
}

section .btnBox.alignCenter {
    text-align: center;
}

section .btnBox .btn {
    color: #FE7A5E;
    cursor: pointer;
}

section .btnBox .btn.fin {
    color: #B2B2B2;
}

section .btnBox .btnGray {
    color: rgba(0, 0, 0, .5);
}

section .btnBox p {
    margin: 0 12px;
}

section .iconTextArea {
    margin: 24px 8px;
}

section .iconTextArea .iconBox {
    display: inline-block;
    margin: 0 4px;
    width: calc(20% - 12px);
    min-width: 56px;
    text-align: center;
}

section .iconTextArea .number {
    position: relative;
}

section .iconTextArea .number .numberText {
    position: absolute;
    width: 100%;
    color: #FFF;
    top: 16px;
    font-size: 12px;
}

section .iconTextArea img {
    width: 56px;
    display: block;
    margin: 0 auto 8px;
}

section .cardTextArea {
    margin: 24px 8px;
    overflow: hidden;
    position: relative;
}

section .cardTextArea img.imgBoxNext {
    width: 48px;
    height: 48px;
    position: absolute;
    top: calc(50% - 24px);
    right: -4px;
}

section .cardTextArea .imgBox {
    white-space: nowrap;
    width: calc(100vw - 32px);
    overflow: hidden;
}

section .cardTextArea .imgBox a {
    display: inline-block;
}

section .cardTextArea .imgBox img {
    height: 280px;
    margin: 0;
}

.withIcon:after {
    content: "．";
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    background-position: 1em center;
    width: 2.5em;
}

.withAllIcon:after {
    content: "．";
    background-size: 32px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    background-position: 1em center;
    width: 3.5em;
}

.itunes:after {
    background-image: url(../images/icon_after_itunes.png);
}

.play:after {
    background-image: url(../images/icon_after_play.png);
}

.playAndItunes:after {
    background-image: url(../images/icon_after_play_and_itunes.png);
}

.gash:after {
    background-image: url(../images/icon_after_gash.png);
}

.mycard:after {
    background-image: url(../images/icon_after_mycard.png);
}

.noRecord {
    padding-top: 92px;
}

.noRecord img,
.noRecord p,
.noRecord .btn {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.noRecord img {
    width: 96px;
    margin-bottom: 8px;
}

.noRecord hr {
    margin-top: 72px;
}

.noRecord.noHR hr {
    border: none;
    margin-top: 128px;
}

#showQR {
    position: relative;
}

#qrBox {
    position: absolute;
    padding-right: 8px;
    background-color: #FFF;
    z-index: 99;
    bottom: 0px;
    left: 72px;
    display: none;
}

#qrBox a {
    display: inline-block;
    vertical-align: middle;
}

#qrBox img {
    width: 144px;
    height: 144px;
}

#qrBox .links {
    display: inline-block;
    vertical-align: middle;
    width: 76px;
    text-align: center;
}

.adArea {
    margin: 24px auto;
    position: relative;
}

.adArea .banner {
    width: 100%;
}

.adArea .adLabel {
    background-color: #FFF;
    color: #FE7A5E;
    position: absolute;
    line-height: 20px;
    padding: 0 8px;
    bottom: 0;
    right: 0;
}

.noticeContent {
    position: relative;
    padding-bottom: 24px;
}

.moreBtn {
    position: absolute;
    right: 8px;
    bottom: -24px;
}

.moreBtn img {
    width: 48px;
    height: 48px;
}

.moreBtn .open {}

.moreBtn .close {
    display: none;
}

#floatBtn {
    background-color: #FE7A5E;
    color: #fff;
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 36px;
    z-index: 999;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

img.closeOLBtn {
    position: absolute;
    top: 0;
    right: 0;
}

footer {
    text-align: center;
    /*  position: absolute;*/
    margin: 52px auto 28px;
    width: 100vw;
}

footer #footerLinks a {
    padding: 0 8px;
    border-right: 1px solid;
    display: inline-block;
}

footer #footerLinks a:last-child {
    border-right: none;
}

footer p#copyright {
    color: rgba(0, 0, 0, .3);
    font-size: 10px;
    line-height: 14px;
}

footer #copyright a {
    display: inline-block;
}

footer #copyright img {
    height: 1.75em;
}

form {}

form select {
    font-size: 14px;
    height: 27px;
    border: none;
    border-bottom: 1px solid #A9A9A9;
    display: inline-block;
    background-color: #fff;
    border-radius: 0;
    vertical-align: bottom;
}

form input {
    font-size: 14px;
    line-height: 22px;
    border: none;
    border-bottom: 1px solid #A9A9A9;
    padding: 0 0 4px;

}

form input[type=text] {
    width: 100%;
}

form input.typing {
    border-bottom: 2px solid #584819;
}

form input.error {
    border-bottom: 2px solid #D0021B;
}

form label {
    font-size: 12px;
    line-height: 18px;
    display: block;
}

form p.inputError {
    font-size: 12px;
    line-height: 18px;
    color: #D0021B;
}

form .mdl-textfield__label {
    top: 32px;
}

.mdl_form {
    margin-top: 12px;
    margin-bottom: -16px;
}

.mdl_form .noError .title_mdl {
    margin-top: 0;
}

/*
.mdl_form .noError .mdl-textfield{
    padding-top: 16px;
}
*/
.mdl_form .noTitle {
    margin-top: -24px;
}

.mdl_form ul.acconutList {
    padding-bottom: 12px;
}

.mdl_form ul.acconutList li {
    padding: 16px;
}
/*mypaymnt*/
form .dateSelector{
    margin-top: 16px;
}

form .dateSelector p,
form .dateSelector .mdl-textfield{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
form .dateSelector .mdl-textfield{
    width: calc(50% - 3em);
    padding: 0;
    margin-top: -8px;

}
form .dateSelector .mdl-textfield:last-child{
    margin-right: -4px;
}
form .dateSelector .mdl-textfield__input{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}


/*@media screen and (min-width: 768px) {
 .treasureList section .rightTextArea p {
    width: auto;
}
.wrapAd {
    margin: 24px 8px;
    text-align: center;
}
.wrapAd .adArea {
    display: inline-block;
    width: calc(50% - 4px);
    margin: 0 auto;
}
.adArea {
    margin: 24px 8px;
}
}*/
@media screen and (min-width: 1024px) {
    .mobile {
        display: none;
    }

    .wideSite {
        display: block;
    }

    #wrap {
        width: 834px;
        margin: 0 auto;
        padding-top: 60px;
        position: static;
    }

    #navigator {
        position: static;
        width: 200px;
        height: auto;
        min-height: auto;
        display: inline-block;
        margin-right: 0;
        vertical-align: top;
        background-color: #FFF;
    }

    #navigator #logOut {
        padding: 0 16px 0 0;
    }

    #navigator nav {
        color: #616161;
        overflow: auto;
        /*position: fixed; 電腦版鎖定側欄 */
        position: static;
        background: none;
        min-height: 800px;
        height: 800px;
        width: 200px;
        background-color: #FFF;
    }

    #navigator ul {
        border-top: 1px solid #CCC;
    }

    #navigator ul li.active {
        background-color: #EEE;
    }

    #navigator #memberArea #logIn {
        color: #EEE;
    }

    #navigator #memberArea #logIn .thumb {
        width: 50px;
    }

    #navigator #memberArea ul#memberList li {}

    #navigator #memberArea ul#memberList li#btnMain {
        background-image: url(../images/icon_nav_main_wide.png);
        background-position: 156px center;
    }

    #navigator ul#hotLinks {
        min-height: auto;
    }

    #main {
        position: static;
        width: 634px;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        padding-top: 0;
    }

    header {
        left: 0;
    }

    header .headerBox {
        position: relative;
        width: 834px;
        margin: 0 auto;
        overflow: visible;
        height: 60px;
    }

    header a {
        width: 200px;
        text-align: center;
        overflow: auto;
    }

    header #logo {
        height: 40px;
        width: 160px;
        display: inline-block;
        margin: 10px;
    }

    header #searchInput {
        width: 256px;
    }

    header #searchBox article {
        width: calc(25% - 4px);
        display: inline-block;
        vertical-align: top;
    }

    header #searchBox {
        background-color: #FFF;
        text-align: justify;
        position: absolute;
        width: calc(100% - 14px);
        top: 48px;
    }

    header #searchBox p.secText {
        padding: 12px 12px 8px;
        background-color: #F5F5F5;
        margin: 0;
    }

    header #searchBox ul {
        margin: 0 8px;
    }

    header #searchBox ul li {}

    header #searchBox ul a:last-child li {
        border-bottom: none;
    }

    header #searchBox ul li .header72 {
        margin: 8px 0;
    }

    header #searchBox ul li img {
        width: 48px;
        height: 48px;
    }

    header #searchBox ul li p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        height: 3em;
        text-align: left;
        width: 8em;
    }

    header #searchBox .btnBox .btn {
        display: block;
        margin: 0 auto;
    }

    section.full {
        margin: 16px 8px;
    }

    section .videoBox iframe {
        width: 616px;
        height: 347px;
    }

    section .cardTextArea .imgBox {
        width: calc(100% - 16px);
    }

    section .cardTextArea .imgBox img {
        height: 340px;
        margin: 0;
    }

    .apBox {
        position: relative;
    }

    .topPopBox {
        position: absolute;
        width: 120px;
        right: -112px;
        top: 112px;
    }

    section.topPop {
        position: fixed;
        width: 120px;
        background-image: none;
    }

    section.topPop .fullTextArea {
        margin: 12px;
    }

    section.topPop .thumb {
        width: 96px;
        height: auto;
        margin: 0 0 8px;
        display: block;
    }

    section.topPop .rightTextArea {
        width: auto;
    }

    section.topPop .rightTextArea .twoLineText {
        -webkit-line-clamp: 3;
        max-height: 4.5em;
    }

    section.topPopMGM {
        margin-top: -345px;
    }

    #floatBtn {
        left: 0;
    }

    footer {
        width: 100%;
    }



    footer #copyright a {
        display: inline-block;
        vertical-align: text-bottom;
    }

    footer #copyright p {
        display: inline-block;
    }

    /*
#popUp {
    width: 480px;
    left: calc(50% - 240px);
}
*/
}

.flex-direction-nav {
    display: none;
}

.flex-control-paging {
    bottom: -22px;
}

.flex-control-paging li {
    margin: 0 2px;
    vertical-align: middle;
}

.flex-control-paging li a {
    background: rgba(124, 110, 70, .5);
    width: 6px;
    height: 6px;
    margin: 1px 0;
}

.flex-control-paging li a:hover {
    background: rgba(124, 110, 70, .5);
}

.flex-control-paging li a.flex-active {
    background: #7C6E46;
    width: 8px;
    height: 8px;
    margin: 0px;
}

.lightboxOverlay {
    filter: alpha(Opacity=60);
    opacity: .6;
}

.lb-outerContainer {
    border-radius: 0;
}

.lb-dataContainer {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    padding-top: 4px;
}

.lb-data .lb-details {
    display: none;
}

.lb-data .lb-close {
    background-image: url(../images/icon_lightBox_closeBTN.png);
    background-size: cover;
    background-color: #FFF;
    width: 48px;
    height: 48px;
    opacity: 1;
    margin-top: -3px;
    margin-right: -3px;
}

.lb-nav a.lb-prev {
    opacity: 1;
    background-image: url(../images/icon_lightBox_leftBTN.png);
    background-size: 48px;
    background-position: 12% center;
}

.lb-nav a.lb-next {
    opacity: 1;
    background-image: url(../images/icon_lightBox_rightBTN.png);
    background-size: 48px;
    background-position: 95% center;
}
ol.list-number{
	padding-left:3%;
	list-style:decimal!important;}
ol.list-number li{
	list-style-type:decimal!important;
    line-height: 2;
    font-size: 16px;
	}
.textPage p{padding-left:2%;}