.desktop-header {
    width: 100%;
    height: 40px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.desktop-header p {
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
}
.desktop-header p img {
    height: 40px;
    width: auto;
}
p.show24hHelp-text {
    font-size: 12px;
    height: 40px;
    overflow: hidden;
    padding-top: 18px;
}
p.show24hHelp-text a {
    color: #a9a9a9;
}
p.FBicon {
    padding: 6px 0 0 30px;
    height: 40px;
    overflow: hidden;
}
p.FBicon img {
    width: 30px;
    height: 30px;
}
.pointer {
    background-image: url(../img/pointer.png);
    width: 42px;
    height: 42px;
    position: fixed;
    bottom: 56px;
    right: 16px;
    z-index: 9999;
    /* display: none; */
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}
.facebook {
    /* background-image: url(../img/facebook.png); */
    width: 42px;
    height: 42px;
    position: fixed;
    bottom: 106px;
    right: 16px;
    z-index: 9999;
    /* display: none; */
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#menu {
    width: 100%;
    height: 50px;
    position: fixed;
    display: none;    
    bottom: 0px;
    z-index: 999;
    text-align: center;
    color: #FFF;
    padding: 10px 0 5px 0;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 17.5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	background: #ff0000; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0000 0%, #9e0000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff0000 0%,#9e0000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff0000 0%,#9e0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#9e0000',GradientType=0 ); /* IE6-9 */
}
#menu .btn-bottom {
    float: left;
    border-left: 1px solid #eee;
    margin-left: -1px;
    color: #fff;
    width: calc(100%/3);
    cursor: pointer;
}
#footer {
    color: #333;
    padding: 15px 0 20px 0;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
}
.mobile {
    /* display: none; */
}

/*--- 側邊選單樣式 ---*/
.RmenuArrow {
    position: fixed;
    width: 40px;
    z-index: 999;
    top: 139px;
    right: 0;
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
}
.boxArrow {
    width: 100%;
    margin-bottom: 1px;
    text-align: right;
}
#RMenuIn {
    display: none;
}
.RmenuBox {
    width: 122px;
    position: fixed;
    z-index: 999;
    top: 180px;
    right: 0;
    color: #d6d6d6;
    background-color: #2d2d2d;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
.RMenuBtn {
    width: 100%;
    text-align: center;
    padding: 12px 5px 8px;
    margin-bottom: 1px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}
.RMenuBtn:hover {
    background-color: #03b094;
    color: #fff;
}
.RMenuBtn::before {
    content: '';
    position: absolute;
    width: 86%;
    height: 1px;
    bottom: -1px;
    right: 7%;
    background: #000;
    z-index: 9999;
}
#RmenuTop::before {
    height: 0;
}
.smallBanner {
    background: rgba(15%,15%,15%,1);
    width: 122px;
    height: 121px;
}
.topArrow {
    width: 20px;
    height: 20px;
    vertical-align: -2px;
}
#RmenuTop {
    padding: 5px 8px 8px 0;
}

#header {
    text-align: center;
    display: none;
}
#return {
    height: 28px;
    padding: 6px 0px 8px 3px;
    float: left;
}
#logo {
    width: 100%;
    margin: 0 auto;
    padding: 8px 15px 8px 0;
}

@media only screen and (max-width: 930px) {
    .desktop-header         { height: 30px; }
    .desktop-header p img   { height: 30px; width: auto; }
    p.FBicon img            { width: 25px; height: 25px; }
    .desktop-header p       { height: 30px; }
    p.show24hHelp-text      { padding-top: 11px; }
    p.FBicon                { padding-top: 3px; }
}
@media only screen and (max-width: 768px) {
    .mobile                 { display: block; }
    .RmenuArrow, .RmenuBox  { display: none; }
    .desktop-header         { display: none; }
    #header                 { display: block; }
    #footer                 { line-height: 1.5; font-size: 10px; padding-bottom: 70px;}
}
@media only screen and (max-width: 450px) {
	#footer span       { display: block; }
	#footer br         { display: none; }
}

